@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Lora:400,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Almarai:wght@700&display=swap);@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

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: #3490dc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1d68a7;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.125rem;
  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: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  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: #f66d9b;
  word-wrap: 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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

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

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

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

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

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

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e0f5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95c5ed;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  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 > th,
.table-success > td {
  background-color: #c7eed8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffacc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c6c5;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09593;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  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 > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  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;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  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 (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: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #38c172;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' 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") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #38c172;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 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: #3490dc;
  border-color: #3490dc;
}
.btn-primary:hover {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2176bd;
  border-color: #1f6fb2;
}
.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(82, 161, 225, 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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  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: #38c172;
  border-color: #38c172;
}
.btn-success:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2d995b;
  border-color: #2a9055;
}
.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(86, 202, 135, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}
.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(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}
.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, 207, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}
.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(231, 82, 78, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  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: #3490dc;
  border-color: #3490dc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3490dc;
  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: #3490dc;
  border-color: #3490dc;
}
.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(52, 144, 220, 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: #38c172;
  border-color: #38c172;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #38c172;
  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: #38c172;
  border-color: #38c172;
}
.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(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6cb2eb;
  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: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.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(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffed4a;
  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: #ffed4a;
  border-color: #ffed4a;
}
.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, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e3342f;
  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: #e3342f;
  border-color: #e3342f;
}
.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(227, 52, 47, 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: #3490dc;
  text-decoration: none;
}
.btn-link:hover {
  color: #1d68a7;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3490dc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3490dc;
  background-color: #3490dc;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a1cbef;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cce3f6;
  border-color: #cce3f6;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .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.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3490dc;
  background-color: #3490dc;
}
.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' width='4' height='4' 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(52, 144, 220, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 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' width='12' height='12' 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(52, 144, 220, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: 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 (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(52, 144, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #a1cbef;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .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;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #cce3f6;
}
.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: #3490dc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #cce3f6;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3490dc;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #cce3f6;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3490dc;
}

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

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

.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  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-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 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-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3490dc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1d68a7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.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.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #3490dc;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2176bd;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #38c172;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2d995b;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #c51f1a;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}
.alert-primary hr {
  border-top-color: #b0d4f1;
}
.alert-primary .alert-link {
  color: #113049;
}

.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: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}
.alert-success hr {
  border-top-color: #b3e8ca;
}
.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}
.alert-info hr {
  border-top-color: #c0ddf6;
}
.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}
.alert-warning hr {
  border-top-color: #fff8b3;
}
.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}
.alert-danger hr {
  border-top-color: #f4b0af;
}
.alert-danger .alert-link {
  color: #4c110f;
}

.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;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3490dc;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1b4b72;
  background-color: #c6e0f5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1b4b72;
  background-color: #b0d4f1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b4b72;
  border-color: #1b4b72;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  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: #1d643b;
  background-color: #c7eed8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1d643b;
  background-color: #b3e8ca;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d643b;
  border-color: #1d643b;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #761b18;
  background-color: #f7c6c5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #761b18;
  background-color: #f4b0af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #761b18;
  border-color: #761b18;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  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);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .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: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #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: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #3490dc !important;
}

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

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

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

.bg-success {
  background-color: #38c172 !important;
}

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

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

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #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-right: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

.border-primary {
  border-color: #3490dc !important;
}

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

.border-success {
  border-color: #38c172 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

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

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

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

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

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

  .align-items-md-center {
    align-items: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

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

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

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

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: 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: sticky !important;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3490dc !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #1d68a7 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #38c172 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #27864f !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover, a.text-info:focus {
  color: #298fe2 !important;
}

.text-warning {
  color: #ffed4a !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #fde300 !important;
}

.text-danger {
  color: #e3342f !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ae1c17 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  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-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "times-new-roman-grassetto-corsivo";
  src: url("../../fonts/times-new-roman-grassetto-corsivo.eot");
  src: local("\263A"), url("../../fonts/times-new-roman-grassetto-corsivo.woff") format("woff"), url("../../fonts/times-new-roman-grassetto-corsivo.ttf") format("truetype"), url("../../fonts/times-new-roman-grassetto-corsivo.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arial";
  src: url("../../fonts/arial.eot");
  src: local("\263A"), url("../../fonts/arial.woff") format("woff"), url("../../fonts/arial.ttf") format("truetype"), url("../../fonts/arial.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueMed";
  src: url("../../fonts/HelveticaNeueMed.eot");
  src: local("\263A"), url("../../fonts/HelveticaNeueMed.woff") format("woff"), url("../../fonts/HelveticaNeueMed.ttf") format("truetype"), url("../../fonts/HelveticaNeueMed.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?y7c30m");
  src: url("../../fonts/icomoon.eot?y7c30m#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?y7c30m") format("truetype"), url("../../fonts/icomoon.woff?y7c30m") format("woff"), url("../../fonts/icomoon.svg?y7c30m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\E91A";
}

.icon-Delete:before {
  content: "\E904";
  color: #d13434;
}

.icon-Download:before {
  content: "\E905";
  color: #1a7de5;
}

.icon-Duplicate:before {
  content: "\E906";
  color: #1a7de5;
}

.icon-Edit:before {
  content: "\E907";
  color: #1a7de5;
}

.icon-list:before {
  content: "\E908";
}

.icon-danger-sign:before {
  content: "\E909";
}

.icon-filter:before {
  content: "\E90A";
}

.icon-loss:before {
  content: "\E90C";
}

.icon-edit:before {
  content: "\E90D";
}

.icon-back:before {
  content: "\E912";
}

.icon-folder:before {
  content: "\E913";
}

.icon-info:before {
  content: "\E914";
}

.icon-right-arrow:before {
  content: "\E915";
}

.icon-youtube:before {
  content: "\E916";
}

.icon-dustbin-1:before {
  content: "\E917";
}

.icon-minisize-browser:before {
  content: "\E918";
}

.icon-cancel-circle:before {
  content: "\EA0D";
}

.icon-cog:before {
  content: "\E994";
}

.icon-phone:before {
  content: "\E900";
}

.icon-arrow-right2:before {
  content: "\EA3C";
}

.icon-search:before {
  content: "\E986";
}

.icon-linkedin2:before {
  content: "\EACA";
}

.icon-twitter:before {
  content: "\EA96";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-log-out:before {
  content: "\E901";
}

.icon-external-link:before {
  content: "\E902";
}

.icon-file-plus:before {
  content: "\E903";
}

.icon-person:before {
  content: "\E90B";
}

.icon-link:before {
  content: "\E90E";
}

.icon-info_outline:before {
  content: "\E90F";
}

.icon-save:before {
  content: "\E910";
}

.icon-check:before {
  content: "\E911";
}

.icon-dots-horizontal-triple:before {
  content: "\E919";
}

@font-face {
  font-family: "icomoon2";
  src: url("../../fonts/sales-font/icomoon2.eot?sgxi29");
  src: url("../../fonts/sales-font/icomoon2.eot?sgxi29#iefix") format("embedded-opentype"), url("../../fonts/sales-font/icomoon2.ttf?sgxi29") format("truetype"), url("../../fonts/sales-font/icomoon2.woff?sgxi29") format("woff"), url("../../fonts/sales-font/icomoon2.svg?sgxi29#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon2-], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon2" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-eye-off:before {
  content: "\E900";
}

.icon2-eye:before {
  content: "\E901";
}

.icon2-check:before {
  content: "\E902";
}

.icon2-arrow-right:before {
  content: "\E903";
}

.icon2-arrow-left:before {
  content: "\E904";
}

.icon2-repeat:before {
  content: "\E905";
}

.icon2-clock:before {
  content: "\E906";
}

.icon2-percent:before {
  content: "\E908";
}

.icon2-filter:before {
  content: "\E907";
}

.icon2-trash-2:before {
  content: "\E909";
}

.icon2-check-circle:before {
  content: "\E90A";
}

.icon2-send:before {
  content: "\E90B";
}

.icon2-file-text:before {
  content: "\E90C";
}

.icon2-edit:before {
  content: "\E90D";
}

.icon2-download:before {
  content: "\E90E";
}

.icon2-image:before {
  content: "\E90F";
}

.icon2-phone:before {
  content: "\E910";
}

.icon2-envelope:before {
  content: "\E911";
}

.icon2-user-tie:before {
  content: "\E976";
}

html,
body {
  position: relative;
  height: 100%;
  height: 100%;
}

body {
  margin: 0;
  background-color: #F2F2F2;
  font-family: "Montserrat";
}
@media (min-width: 768px) {
  body {
    /*height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;*/
    /*overflow: hidden;*/
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  body {
    overflow: inherit;
  }
}

.card-border-none {
  border: 0;
}

.starting-section-left .card-header span {
  /*cursor: pointer;*/
}
.starting-section-left .card-header span i {
  vertical-align: middle;
  color: #3990f3;
  font-size: 14px;
  margin-left: 3px;
  display: none;
}
.starting-section-left .card-header span:hover i {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .starting-section-left .card-header {
    font-size: 18px;
  }
}
.starting-section-left .card-header input {
  width: calc(100% - 56px);
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .starting-section-left .card-header input {
    width: calc(100% - 36px);
  }
}
.starting-section-left .card-header button {
  padding: 4px 0 4px;
  border: 1px solid #1ccdae;
  width: 50px;
  vertical-align: middle;
  background-color: #1ccdae;
  font-size: 26px;
}
.starting-section-left .card-header button:focus {
  box-shadow: none;
}
.starting-section-left .card-header button:active {
  background-color: #1ccdae;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .starting-section-left .card-header button {
    padding: 3px 0 5px;
    width: 30px;
    font-size: 22px;
  }
}

.card-header {
  font-size: 1.5rem;
  color: #2f2b47;
  background-color: transparent;
  padding: 0.9375rem 0.9375rem 0.6875rem;
  line-height: inherit;
  border-color: #ebebeb;
}
@media (max-width: 767.98px) {
  .card-header {
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .card-header {
    font-size: 1.25rem;
  }
}

.card-footer {
  background-color: transparent;
  border-color: #ebebeb;
}

.pagination-product {
  display: inline-block;
}
.pagination-product .page-item {
  margin: 0 0.5rem;
}
.pagination-product .page-item:first-child, .pagination-product .page-item:last-child, .pagination-product .page-item:nth-child(2), .pagination-product .page-item:nth-last-child(2) {
  margin: 0;
}
.pagination-product .page-item.active .page-link {
  color: #fff;
  background-color: #1ccdae;
}
.pagination-product .page-item.active .page-link:hover {
  color: #fff;
  background-color: #1ccdae;
}
.pagination-product .page-item .page-link {
  border: 0;
  padding: 0;
  height: 1.875rem;
  line-height: 1.9375rem;
  width: 1.875rem;
  border-radius: 50%;
  font-size: 16px;
  color: #2f2b47;
}
.pagination-product .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-product .page-item .page-link:hover {
  color: #2f2b47;
  background-color: transparent;
}
.pagination-product .page-item:first-child .page-link, .pagination-product .page-item:last-child .page-link {
  width: auto;
}
.pagination-product .page-item:first-child .page-link, .pagination-product .page-item:last-child .page-link, .pagination-product .page-item:nth-child(2) .page-link, .pagination-product .page-item:nth-last-child(2) .page-link {
  font-size: 1.375rem;
  line-height: 1.8125rem;
}
.pagination-product .page-item:first-child .page-link:hover, .pagination-product .page-item:last-child .page-link:hover, .pagination-product .page-item:nth-child(2) .page-link:hover, .pagination-product .page-item:nth-last-child(2) .page-link:hover {
  color: #2f2b47;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora";
  font-weight: 700;
}

.font-bold {
  font-family: "Montserrat";
  font-weight: 700;
}

.font-semibold {
  font-family: "Montserrat";
  font-weight: 600;
}

.font-medium {
  font-family: "Montserrat";
  font-weight: 500;
}

.col-1-5 {
  width: 20%;
  padding: 0 0.375rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-1-5 {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .col-1-5 {
    width: 50%;
  }
}

.btn-custom-fr.btn-success {
  background-color: #1ccdae;
  border: none;
  padding: 5px 10px 4px;
  font-weight: 600;
  box-shadow: none;
}

.btn-custom-fr.btn-success:active, .btn-custom-fr.btn-success:focus {
  background-color: #1ccdae !important;
  box-shadow: none !important;
}

#product-modal .modal-dialog {
  position: relative;
  top: 50%;
  transform: translate(0, -50%) !important;
  margin: 0 auto;
  max-width: 450px;
}
@media (max-width: 767.98px) {
  #product-modal .modal-dialog {
    padding: 0 10px;
  }
}
#product-modal .modal-header {
  padding: 0.625rem 0.625rem 0rem;
  border: none;
}
#product-modal .modal-header .close {
  font-size: 1.5rem;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: #1ccdae;
  color: #fff;
  width: 1.4375rem;
  height: 1.4375rem;
  opacity: 1;
  border-radius: 3.125rem;
  line-height: 1.4375rem;
  font-weight: 400;
}
#product-modal .modal-body {
  padding: 0.625rem 1.25rem 2.5rem;
}
#product-modal .modal-body p {
  margin: 1.8125rem 0 1.875rem;
  font-size: 16px;
  line-height: 1.5rem;
  color: #5c5c5c;
}
@media (max-width: 767.98px) {
  #product-modal .modal-body p br {
    display: none;
  }
}
#product-modal .modal-body .btn {
  border-radius: 5px;
  padding: 0.5rem 0rem 0.4375rem;
  font-size: 16px;
  line-height: 1;
  width: 6.875rem;
}
#product-modal .modal-body .btn.btnclr {
  background-color: #1ccdae;
  color: #fff !important;
  box-shadow: none;
}
#product-modal .modal-body .btn.btnbr {
  border: 1px solid #1ccdae;
  color: #1ccdae !important;
  box-shadow: none;
}

.modal-backdrop {
  opacity: 0.6;
}

/*.scrollbar {
    @include media-breakpoint-up(md){
       height: rem(561);
       overflow-x: hidden;
       overflow-y: auto;
    }
    @include media-breakpoint-between(md, md){
        height: rem(250);
    }
    @include media-breakpoint-between(lg, lg){
        height: rem(320);
    }
    @include custom-media-breakpoint-between('1200px', '1370px'){
      height: rem(435);
    }
}*/
.scrollbar::-webkit-scrollbar {
  width: 0.4375rem;
}

/*.accordion-scrollbar{

      @include media-breakpoint-up(md){
        height: rem(202);
        padding-right: rem(5);
      }
      @include custom-media-breakpoint-between('1200px', '1370px'){
         height: rem(193);
      }
      @include media-breakpoint-between(md, lg){
        height: rem(187);
    }

}*/
/*.scroll-final-question {
   @include media-breakpoint-up(md){
    height: rem(220);
   }
    @include custom-media-breakpoint-between('1200px', '1370px'){
         height: rem(200);
    }
     @include media-breakpoint-between(lg, lg){
        height: rem(205);
    }
     @include media-breakpoint-between(md, md){
        height: rem(205);
    }
}*/
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #1ccdae;
  border-radius: 0.25rem;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  .select-business-type-wrapper .card-body {
    min-height: 26.875rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .select-business-type-wrapper .card-body {
    min-height: 18.75rem;
  }
}
@media (max-width: 767.98px) {
  .select-business-type-wrapper .card-body {
    /*min-height: 474px;*/
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .select-business-type-wrapper .card-body {
    min-height: 22.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .select-business-type-wrapper .card-body {
    min-height: 18.9375rem;
  }
}

@media (min-width: 768px) {
  .card-height {
    min-height: 21.6875rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .card-height {
    min-height: 11.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-height {
    min-height: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-height {
    min-height: 17.5rem;
  }
}
@media (max-width: 767.98px) {
  .card-height {
    min-height: 14.4375rem;
  }
}

.select-business-type-wrapper .has-loader-sec .loading {
  position: inherit;
  transform: inherit;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .content-center-wrapper {
    /*top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);*/
    position: relative;
    height: 100%;
    width: 100%;
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  .content-center-wrapper {
    position: inherit;
    height: auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .content-center-wrapper .container-fluid, .content-center-wrapper .container-sm, .content-center-wrapper .container-md, .content-center-wrapper .container-lg, .content-center-wrapper .container-xl {
    height: 100%;
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  .content-center-wrapper .container-fluid, .content-center-wrapper .container-sm, .content-center-wrapper .container-md, .content-center-wrapper .container-lg, .content-center-wrapper .container-xl {
    height: auto;
  }
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sections-wrapper {
  position: relative;
  height: calc(100% - 140px);
}
.sections-wrapper .section.show {
  display: block !important;
}

.progressbar-wrapper {
  margin-top: 0px;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .progressbar-wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .progressbar-wrapper {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .progressbar-wrapper {
    margin-top: 15px;
  }
}

.progressbar-style-1 {
  counter-reset: step;
  height: 100%;
  display: flex;
}
@media (max-width: 767.98px) {
  .progressbar-style-1 {
    top: 0;
    height: auto;
  }
}

.progressbar-style-1 li {
  list-style-type: none;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #F2F2F2;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .progressbar-style-1 li {
    position: relative;
    margin: 0;
  }
}

.progressbar-style-1 li p {
  color: #A1A1A1;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .progressbar-style-1 li p {
    bottom: -16px;
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .progressbar-style-1 li p {
    font-size: 7px;
    line-height: 11px;
  }
}
@media (max-width: 767.98px) {
  .progressbar-style-1 li p {
    font-size: 9px;
    line-height: 13px;
    bottom: -27px;
  }
}
@media (max-width: 575.98px) {
  .progressbar-style-1 li p {
    font-size: 8px;
  }
}

/*progressbar-style-1 li:first-child p {
  text-align: left;
  margin-left: -10px;
  @include media-breakpoint-between(xs, sm){
    margin-left: 0;

  }
}*/
/*.progressbar-style-1 li:last-child p {
  text-align: right;
  margin-right: -28px;
  @include media-breakpoint-between(md, lg){
    margin-right: -20px;
  }
  @include media-breakpoint-between(xs, sm){
    margin-right: 0;
  }
}*/
.progressbar-style-1 li:before {
  width: 28px;
  height: 28px;
  content: counter(step);
  counter-increment: step;
  line-height: 28px;
  display: block;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-color: #F2F2F2;
  color: #2D2A44;
  font-size: 10px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .progressbar-style-1 li:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .progressbar-style-1 li:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .progressbar-style-1 li:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
}

.progressbar-style-1 li:after {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #F2F2F2;
  top: 16px;
  left: -50%;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .progressbar-style-1 li:after {
    top: 13px;
  }
}
@media (max-width: 767.98px) {
  .progressbar-style-1 li:after {
    top: 14px;
    content: "";
    background-color: #D9D9D9;
  }
}

.progressbar-style-1 li.active p {
  font-weight: 700;
}

.progressbar-style-1 li:first-child:after {
  display: none;
}

.progressbar-style-1 li.active:before {
  background-color: #1ccdae;
  color: #fff;
}
.progressbar-style-1 li.check:before {
  background-color: #DCF4EF;
  color: #A1A1A1;
  content: "\E911";
  font-family: "icomoon" !important;
  font-size: 10px;
}

.progressbar-style-1 li.active:after {
  background-color: #1ccdae;
  color: #fff;
}

.customprogress-bar {
  margin-top: 0;
  background-color: #fff;
  padding: 10px 15px 10px;
  box-shadow: 0px 3px 10px #00000029;
  opacity: 1;
  position: fixed;
  bottom: 0;
  flex: 0 0 75%;
  max-width: 75%;
  height: auto !important;
  opacity: 1;
}
.customprogress-bar .progreebar-arrow {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.375rem;
  border-radius: 0.1875rem;
  border: 1px solid #E4E4E4;
  color: #E4E4E4;
  font-size: 1.25rem;
}
.customprogress-bar .progreebar-arrow i {
  color: #BCBABC;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .customprogress-bar .progreebar-arrow {
    width: 30px;
    height: 40px;
    line-height: 43px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customprogress-bar .progreebar-arrow {
    width: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .customprogress-bar .progreebar-arrow {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    margin-top: 2px;
  }
}

@media (max-width: 767.98px) {
  .starting-point-left {
    margin-bottom: 0.5625rem;
  }
}

/*.review-scrollbar {
    height:  rem(405) !important;
    @include custom-media-breakpoint-between('1200px', '1370px'){
      height: rem(260) !important;
    }

 }*/
.btn.show-spinner {
  pointer-events: none;
}
.btn.show-spinner strong {
  opacity: 0;
}
.btn.show-spinner i {
  opacity: 0;
}
.btn.show-spinner .loader {
  display: block;
}

.btn .loader {
  display: none;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 27%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn .loader {
    top: 26%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn .loader {
    top: 22%;
  }
}

.loader {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .loader {
    width: 20px;
    height: 20px;
  }
}

.has-loader-sec {
  position: relative;
}
.has-loader-sec .loading {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
}

.loading {
  text-align: center;
}
.loading h2 {
  display: inline-block;
  font-size: 1.5rem;
}
.loading .loader-process,
.loading .loader-process:before,
.loading .loader-process:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
.loading .loader-process {
  color: #000;
  font-size: 10px;
  margin: 53px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  display: inline-block;
  top: -24px;
  left: 30px;
}
@media (max-width: 767.98px) {
  .loading .loader-process {
    left: 35px;
    top: -1.375rem;
    margin: 0px auto;
  }
}
.loading .loader-process:before,
.loading .loader-process:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading .loader-process:before {
  left: -2.5em;
  animation-delay: -0.32s;
}
.loading .loader-process:after {
  left: 2.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.error {
  text-align: center;
}
.error i {
  font-size: 4.375rem;
  color: #1ccdae;
}
@media (max-width: 767.98px) {
  .error i {
    font-size: 3.125rem;
  }
}
.error h2 {
  font-size: 1.75rem;
  margin: 1.25rem 0 0;
}
@media (max-width: 767.98px) {
  .error h2 {
    font-size: 1.5rem;
    margin: 0.9375rem 0 0;
  }
}

.no-data-card {
  padding: 6.875rem 1.25rem;
}
@media (max-width: 767.98px) {
  .no-data-card {
    padding: 3.125rem 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .card-body-no-data {
    padding: 0.9375rem !important;
  }
}

.loader-d-none {
  display: none;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.left-sec-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #33304E;
  height: 100%;
  transition: all 0.3s linear;
  z-index: 100;
  padding: 0;
}
@media (max-width: 767.98px) {
  .left-sec-wrapper {
    position: relative;
    width: 100%;
    display: block !important;
  }
}
.left-sec-wrapper .left-sec-side-bar-wrppr {
  background-color: #26233B;
  border-radius: 0;
  height: 100%;
  padding: 25px 15px 150px;
  height: 100vh !important;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .left-sec-wrapper .left-sec-side-bar-wrppr {
    padding: 25px 15px 25px;
    height: auto !important;
  }
}
.left-sec-wrapper .left-sec-side-bar-wrppr .label-pr {
  font-size: 14px;
  color: #1ccdae;
  font-weight: 700;
  margin-bottom: 7px;
}
.left-sec-wrapper .left-sec-side-bar-wrppr .card-header {
  border-color: #4B4B4B;
  font-size: 22px;
  padding: 0px 0 22px 0;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .left-sec-wrapper .left-sec-side-bar-wrppr .card-header {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .left-sec-wrapper .left-sec-side-bar-wrppr .card-header {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .left-sec-wrapper .left-sec-side-bar-wrppr .card-header {
    font-size: 18px;
  }
}
.left-sec-wrapper .left-sec-side-bar-wrppr .card-header.text-danger {
  border-color: #e3342f;
}
.left-sec-wrapper .left-sec-side-bar-wrppr .project-type-wrapper {
  border-bottom: 1px solid #444448;
  padding: 22px 0 22px;
}
.left-sec-wrapper .left-sec-side-bar-wrppr .project-type-wrapper p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 18px;
}
.left-sec-wrapper .left-sec-side-bar-wrppr .project-type-wrapper p:last-child {
  margin-bottom: 0;
}
.left-sec-wrapper .left-sec-side-bar-wrppr .project-type-wrapper p span {
  font-weight: 500;
  color: #1ccdae;
  text-transform: uppercase;
  display: block;
}
.left-sec-wrapper .header .media img {
  max-height: 50px;
  margin-right: 20px;
}

.right-sec-wrapper {
  /*margin-left: 23%;
  flex: 0 0 77%;
  max-width: 77%;
  padding:0;*/
  transition: all 0.3s linear;
}

.background-none {
  background-color: transparent;
}

.card-custom-body-bg {
  background-color: #fff;
}

.card-custom-body-mrg {
  margin: 6.5625rem 0.9375rem 5.3125rem;
}
@media (max-width: 767.98px) {
  .card-custom-body-mrg {
    margin: 0.9375rem 0.9375rem 0.9375rem;
    padding-bottom: 60px !important;
  }
}

.placeholder-sidebar {
  transition: all 0.3s linear;
}

.hide-sidebar .left-sec-wrapper {
  left: -25%;
}
.hide-sidebar .placeholder-sidebar {
  flex: 0 0 0%;
  max-width: 0;
}
.hide-sidebar .right-sec-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
.hide-sidebar .customprogress-bar,
.hide-sidebar .header-top {
  flex: 0 0 100%;
  max-width: 100%;
  left: 0;
  width: 100%;
}

.header-top {
  background-color: #fff;
  position: fixed;
  top: 0;
}
.header-top .custom-card-header {
  font-size: 18px;
  padding: 15px 0px 16px;
  font-family: "Montserrat";
}
.header-top .custom-card-header strong {
  float: right;
  padding-right: 17px;
  margin-top: -4px;
}
.header-top .custom-card-header strong .budget-t {
  font-weight: 500;
  font-size: 10px;
  color: #2D2A44;
  display: block;
}
.header-top .custom-card-header strong .budget-price {
  font-size: 20px;
  color: #35C600;
  font-weight: 700;
  position: relative;
  top: -8px;
}
@media (max-width: 767.98px) {
  .header-top .custom-card-header strong .budget-price {
    font-size: 18px;
    top: -2px;
  }
}
@media (max-width: 767.98px) {
  .header-top .custom-card-header strong {
    padding-right: 0;
    margin-top: 0;
    float: none;
    display: block;
  }
}
.header-top p {
  color: #4B4B4B;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 0 10px;
  margin-bottom: 0;
}
.header-top .header-top-user .flag span {
  top: 0px;
}

.customprogress-bar,
.header-top {
  flex: 0 0 75%;
  max-width: 75%;
  left: 25%;
  z-index: 100;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customprogress-bar,
.header-top {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    left: 33.44%;
  }
}
@media (max-width: 767.98px) {
  .customprogress-bar,
.header-top {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    left: 0;
  }
}

.header-after-title-select {
  background-color: #C3E1FF;
  display: inline-block;
  text-align: center;
  border: 1px solid #1E8FFB;
  border-radius: 5px;
  color: #1E8FFB;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 25px 8px;
  margin-bottom: 15px !important;
}
@media (max-width: 767.98px) {
  .header-after-title-select {
    padding: 6px 15px 8px;
  }
  .header-after-title-select br {
    display: none;
  }
}

.speciality-image img {
  max-width: 100%;
  max-height: 100px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.popover.b-popover .popover-body table {
  width: auto !important;
}

.popover.b-popover .popover-body p div {
  white-space: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
}

.popover {
  font-family: "Montserrat";
}

.popover,
.mob-pr-desc {
  box-shadow: 0px 0px 15px #00000029;
  border: 0;
  border-radius: 10px;
}

.popover .arrow:before {
  border: 0;
}

.popover p ul li:before,
.mob-pr-desc p ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1e8ffb;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.popover p {
  padding: 12px 10px 14px;
}

.popover .popover-body p,
.mob-pr-des .popover-body p {
  margin-bottom: 0;
}

.popover .popover-body p br,
.mob-pr-des .popover-body p br {
  display: none;
}

.mob-pr-desc p ul li:before {
  margin-right: 5px;
}

.popover p.ar-info-desc,
.mob-pr-desc p.ar-info-desc {
  direction: rtl;
  text-align: right;
}

.popover p.ar-info-desc ul li:before, .mob-pr-desc p.ar-info-desc ul li:before {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .mob-pr-desc p.ar-info-desc ul li:before {
    margin-left: 5px;
  }
}
@media (max-width: 767.98px) {
  .my-account-link.logout-tp i {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .my-account-link.logout-tp span {
    display: block !important;
  }
}

.user-login-frnt {
  background-color: #2C2943;
  z-index: 100;
  border-bottom: 0 !important;
}
.user-login-frnt .signin-link {
  border-left: 0 !important;
  position: relative;
  top: 2px;
}
@media (max-width: 767.98px) {
  .user-login-frnt .signin-link {
    top: 0;
  }
}
.user-login-frnt .signin-link img {
  padding-right: 7px;
  position: relative;
  top: -1px;
}
.user-login-frnt .my-account-link,
.user-login-frnt .signin-link {
  display: inline-block;
  padding: 3px 15px 5px 15px;
  border-left: 1px solid #4e4b61;
}
@media (max-width: 767.98px) {
  .user-login-frnt .my-account-link,
.user-login-frnt .signin-link {
    padding: 3px 10px 5px 10px;
  }
}
.user-login-frnt .my-account-link a,
.user-login-frnt .signin-link a {
  color: #fff;
  text-decoration: none;
}
.user-login-frnt .my-account-link a i,
.user-login-frnt .signin-link a i {
  padding-right: 8px;
  position: relative;
  top: 1px;
}
@media (max-width: 767.98px) {
  .user-login-frnt .my-account-link a i,
.user-login-frnt .signin-link a i {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .user-login-frnt .my-account-link a span,
.user-login-frnt .signin-link a span {
    display: none;
  }
}
.user-login-frnt .user-name {
  padding-right: 12px !important;
}
@media (max-width: 767.98px) {
  .user-login-frnt .user-name {
    padding-right: 7px !important;
  }
}
.user-login-frnt .flag {
  padding-left: 15px !important;
}
@media (max-width: 767.98px) {
  .user-login-frnt .flag {
    padding-left: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .user-login-frnt .flag img {
    padding-right: 4px !important;
  }
}

.alert p {
  margin-bottom: 0;
}

.lang-ar {
  /*.progressbar-style-1 li:first-child p {
    margin-left: -3px;
    @include media-breakpoint-between(xs,sm){
      margin-left: 0;
    }
  }
  .progressbar-style-1 li:last-child p {
    margin-right: -8px;
    @include media-breakpoint-between(xs,sm){
      margin-right: 0;
    }
  }*/
}
.lang-ar .left-sec-side-bar-wrppr {
  direction: rtl;
}
.lang-ar .left-sec-side-bar-wrppr .starting-section-left {
  text-align: right;
}
.lang-ar .left-sec-wrapper {
  right: 0;
  left: auto;
}
.lang-ar .placeholder-sidebar {
  left: auto;
  right: 0;
  position: fixed;
  height: 100%;
}
.lang-ar .right-sec-wrapper {
  direction: rtl;
}
.lang-ar .customprogress-bar,
.lang-ar .header-top {
  left: 0;
}
.lang-ar .customprogress-bar .bar-btn {
  float: left !important;
}
.lang-ar .progressbar-style-1 li {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.lang-ar .progressbar-style-1 li::before {
  margin: 0 0 0 10px;
}
.lang-ar .progressbar-style-1 li.check::before {
  transform: rotate(360deg);
}
.lang-ar .progressbar-style-1 li:after {
  left: auto;
  right: -50%;
}
.lang-ar .user-login-frnt .user-name {
  padding-right: 20px !important;
  padding-left: 12px;
}
.lang-ar .header-top-user .user-name span:before {
  left: auto;
  right: -18px;
}
.lang-ar .user-login-frnt .my-account-link, .lang-ar .user-login-frnt .signin-link {
  border-left: 0;
  border-right: 1px solid #4e4b61;
}
.lang-ar .user-login-frnt .my-account-link a i, .lang-ar .user-login-frnt .signin-link a i {
  padding-right: 0;
  padding-left: 8px;
}
.lang-ar .header-top-user .flag {
  border-left: 0;
  border-right: 1px solid #4e4b61;
  padding-left: 0 !important;
  padding-right: 11px !important;
}
.lang-ar .header-top-user .flag img {
  padding-right: 0;
  padding-left: 11px;
}
.lang-ar .logout-tp i {
  display: inline-block;
  transform: rotateY(180deg);
  margin-left: 8px;
}
@media (max-width: 767.98px) {
  .lang-ar .logout-tp i {
    display: none;
  }
}
.lang-ar .header-top-user.user-login-frnt {
  direction: rtl;
}
.lang-ar .btn.btn-hover-arrw i {
  transform: rotate(180deg);
  display: block;
}
.lang-ar .signin-has-icon.eye-img i {
  right: auto;
  left: 10px;
}
.lang-ar .checkbox-style-1 .checkmark {
  margin-right: 0;
  margin-left: 18px;
}
.lang-ar .left-sec-wrapper .header {
  direction: rtl;
}
.lang-ar .left-sec-wrapper .header .media img {
  margin-right: 0;
  margin-left: 20px;
}
.lang-ar .alert {
  text-align: right;
}
.lang-ar .alert p {
  margin-bottom: 0;
}
.lang-ar .header-top .header-top-user .flag {
  padding-top: 3px !important;
}

.custom-style-modal-1 .modal-header .btn {
  color: #fff;
}

.btn.btn-hover-arrw {
  position: relative;
  transition: 0.3s;
}
.btn.btn-hover-arrw i {
  opacity: 0;
}
.btn.btn-hover-arrw:hover {
  box-shadow: 0 0px 10px 1px rgba(30, 143, 251, 0.5);
}
.btn.btn-hover-arrw:hover strong {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.btn.btn-hover-arrw:hover i {
  opacity: 1;
}

.type-number-no-spinner input::-webkit-outer-spin-button,
.type-number-no-spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.type-number-no-spinner input[type=number] {
  -moz-appearance: textfield;
}

.has-custom-error-class {
  border: 2px solid red;
}

.eye-img .eye-visible {
  display: block;
  color: #4F4E60;
  cursor: pointer;
}

.btn-outline {
  width: 18rem;
  background-color: #fff;
  border: 1px solid #1E8FFB;
  border-radius: 3px;
  color: #1E8FFB;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 30px 13px 30px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .btn-outline {
    width: 17rem;
  }
}
.btn-outline:hover {
  color: #1E8FFB;
}
.btn-outline.left-icon i {
  position: absolute;
  content: "";
  left: 22px;
  top: 15px;
  font-size: 17px;
  color: #1E8FFB;
}
.btn-outline.with-img {
  padding: 13px 30px 13px 50px;
}
@media (max-width: 767.98px) {
  .btn-outline.with-img {
    padding: 13px 20px 13px 40px;
  }
}
@media (max-width: 320px) {
  .btn-outline.with-img {
    padding: 10px 15px 10px 35px;
    width: 80%;
    font-size: 12px;
  }
}
.btn-outline.with-img img {
  position: absolute;
  content: "";
  left: 25px;
  top: 15px;
  width: 17px;
  height: auto;
  color: #1E8FFB;
}
@media (max-width: 767.98px) {
  .btn-outline.with-img img {
    width: 15px;
    top: 16px;
  }
}
@media (max-width: 320px) {
  .btn-outline.with-img img {
    padding: 10px 15px 10px 35px;
    left: 15px;
    width: 13px;
    top: 13px;
  }
}

.font-18 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .font-18 {
    font-size: 16px;
  }
}

.font-16 {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .font-16 {
    font-size: 14px;
  }
}

.checkbox-style-1 {
  position: relative;
}
.checkbox-style-1 input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100% !important;
  z-index: 10;
  cursor: pointer;
}
.checkbox-style-1 .checkmark {
  flex: 0 0 23px;
  height: 23px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  margin-right: 18px;
}
.checkbox-style-1 .checkmark i {
  opacity: 0;
  font-size: 16px;
  margin-top: 1px;
}

.checkbox-style-1 input:checked + .checkmark i {
  opacity: 1;
  color: #fff;
}

.checkbox-style-1 input:checked + .checkmark {
  border-color: #E0F1FF;
  background-color: #169BFF;
}

.page-item.active .page-link {
  background-color: #1CCDAE !important;
  border-color: #1CCDAE !important;
}

.page-link {
  color: #1CCDAE;
}
.page-link:hover {
  color: #fff;
  background-color: #1CCDAE;
  border-color: #1CCDAE;
}

.custom-table-top {
  padding: 0 20px;
  margin-top: 65px;
}
.custom-table-top.roles-table {
  margin-top: 100px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

.header {
  background-color: #2D2A44;
  text-align: center;
  padding: 0.9375rem 0.625rem;
  border-bottom: 1px solid #423f54;
}
.header .media {
  display: block;
  width: 100%;
}
.header .media img {
  max-height: 90px;
  width: auto;
}
@media (max-width: 767.98px) {
  .header .media img {
    max-height: 80px;
  }
}
.header .media .media-body {
  flex: none;
}
.header .media .media-body h1 {
  padding: 0.5rem 0 0 0rem;
  color: #fff;
  font-size: 0.875rem;
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.switch-lng-wrapper {
  text-align: center;
  margin-top: 11px;
  height: 85px;
  /*position: fixed;
     bottom: 30px;*/
}
@media (max-width: 767.98px) {
  .switch-lng-wrapper {
    position: relative;
    bottom: 0;
  }
}
.switch-lng-wrapper .switch-ln {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.locale-changer {
  display: inline-block;
  margin-top: 5px;
}
.locale-changer select {
  padding: 4px 35px 5px 5px;
  background: #4d4a5e;
  background: linear-gradient(to right, #4d4a5e 0%, #4f4c61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d4a5e", endColorstr="#4f4c61",GradientType=1 );
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.locale-changer select:focus {
  outline: none;
}
.locale-changer select:after {
  content: "";
  background-image: url(/images/saudi-flag.jpg?364f055…);
  width: 37px;
  position: absolute;
  top: 0;
  left: 0px;
  height: 59px;
  background-repeat: no-repeat;
  z-index: 100000000000000000;
  background-size: cover;
}
.locale-changer select option {
  background: #4d4a5e;
  outline: none;
  border-color: #4d4a5e;
}
@media (max-width: 767.98px) {
  .locale-changer {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.lang-ar .header .media .media-body h1 {
  font-size: 1.125rem !important;
}
.lang-ar .switch-lng-wrapper .switch-ln {
  font-size: 18px;
}

/*.step-one-left-side-bar-mg-b{
	@include media-breakpoint-between(md,md){
		margin-bottom: 30px;
	}
}	*/
.step-one-left-side-bar {
  height: 100%;
}
.step-one-left-side-bar .card-body-sidebar {
  padding: 0.9375rem 0rem 1.0625rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .step-one-left-side-bar .card-body-sidebar {
    padding: 1.875rem 0rem 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .step-one-left-side-bar .card-body-sidebar {
    padding: 0 0 20px;
  }
}
.step-one-left-side-bar .card-body-sidebar h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.75rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .step-one-left-side-bar .card-body-sidebar h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .step-one-left-side-bar .card-body-sidebar h2 {
    margin-bottom: 0.8125rem;
  }
}
.step-one-left-side-bar .card-body-sidebar p {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 767.98px) {
  .step-one-left-side-bar .card-body-sidebar p {
    margin-bottom: 0.9375rem;
  }
  .step-one-left-side-bar .card-body-sidebar p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .select-business-type-wrapper .card-body {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.select-business-type-wrapper .card-body .scrollbar {
  /*padding-right: rem(14);*/
}
@media (max-width: 767.98px) {
  .select-business-type-wrapper .card-body .scrollbar {
    padding-right: 0;
  }
}

.bus-mb {
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .bus-mb {
    margin: 0.9375rem 0 0;
  }
}

.business-type-select-radio-button {
  background-color: #fff;
  padding: 1.875rem 0.9375rem 0.8125rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .business-type-select-radio-button {
    padding: 1.6875rem 0.75rem 0.75rem;
  }
}
.business-type-select-radio-button input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.business-type-select-radio-button .business-radio-button-clr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0rem;
  border: 0px dashed #e4e3e4;
}
.business-type-select-radio-button .business-type-img {
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.625rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #F2F2F2;
  overflow: hidden;
}
.business-type-select-radio-button .business-type-img img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .business-type-select-radio-button .business-type-img {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 767.98px) {
  .business-type-select-radio-button .business-type-img {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
  }
}
.business-type-select-radio-button .business-type-desc p {
  margin: 1.25rem 0px 0rem;
  font-size: 0.875rem;
  color: #000;
  transition: 0.3s;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .business-type-select-radio-button .business-type-desc p {
    margin: 1rem 0px 0rem;
  }
}
.business-type-select-radio-button .business-type-desc span.selected {
  background-color: #1CCDAE;
  color: #fff;
  font-size: 12px;
  padding: 0px 7px 0 6px;
  border-radius: 10px;
  transition: 0.3s;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .business-type-select-radio-button .business-type-desc span.selected {
    padding: 0px 7px 1px 6px;
  }
}
.business-type-select-radio-button .business-type-desc span.selected i {
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.business-type-select-radio-button .business-type-desc a {
  display: block;
  background-color: #1ccdae;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.3125rem;
  padding: 0.3125rem 0.625rem;
  position: relative;
  z-index: 11;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .business-type-select-radio-button .business-type-desc a {
    padding: 0.25rem 0.625rem 0.3125rem;
    font-size: 0.6875rem;
  }
}

.business-type-select-radio-button.active-state .business-radio-button-clr {
  border: 3px solid #59dac4;
}

.business-type-select-radio-button input:checked + .business-radio-button-clr {
  border: 3px solid #59dac4;
}

.business-type-select-radio-button.active-state .business-radio-button-clr + .business-type-img + .business-type-desc p,
.business-type-select-radio-button input:checked + .business-radio-button-clr + .business-type-img + .business-type-desc p {
  margin-bottom: 0px;
  position: relative;
  top: -4px;
}
.business-type-select-radio-button.active-state .business-radio-button-clr + .business-type-img + .business-type-desc span.selected,
.business-type-select-radio-button input:checked + .business-radio-button-clr + .business-type-img + .business-type-desc span.selected {
  opacity: 1;
}

.back-arrowstyle1 {
  width: 31px;
  height: 31px;
  display: inline-block;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  line-height: 32px;
  background-color: #fff;
  text-align: center;
}
.back-arrowstyle1 i {
  color: #BCBABC;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .header-after-arrowtitle {
    text-align: left;
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: top;
    padding-left: 15px;
  }
  .header-after-arrowtitle p {
    text-align: left;
    padding: 0 0 8px;
  }
}

@media (max-width: 767.98px) {
  .card-custom-mob-pb0 {
    padding-bottom: 20px !important;
  }
}

.position-r {
  position: relative;
}

@media (max-width: 767.98px) {
  .mob-bussinesspd {
    padding: 0;
  }
}

.lang-ar .business-type-select-radio-button .business-type-desc span.selected {
  padding: 1px 10px 2px 10px;
}
.lang-ar .business-type-select-radio-button .business-type-desc span.selected i {
  font-size: 12px;
  top: -1px;
  margin-right: 0px;
  margin-left: 5px;
}
.lang-ar .back-arrowstyle1 i {
  transform: rotateY(180deg);
  display: inline-block;
}
@media (max-width: 767.98px) {
  .lang-ar .header-after-arrowtitle {
    text-align: right;
    padding-left: 0;
    padding-right: 15px;
  }
  .lang-ar .header-after-arrowtitle p {
    text-align: right;
  }
}

.starting-point p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .starting-point-right {
    margin-top: 0.5625rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .starting-point-left {
    margin-bottom: 1.25rem;
  }
}

.bookmark-link {
  padding: 0.8125rem 0 0.8125rem 0;
  position: absolute;
  bottom: 120px;
}
@media (max-width: 767.98px) {
  .bookmark-link {
    position: inherit;
  }
}
.bookmark-link p {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
.bookmark-link span {
  font-size: 0.875rem;
  color: #fff;
  display: block;
}
.bookmark-link a {
  color: #1ccdae;
  font-size: 0.875rem;
  word-break: break-all;
  line-break: anywhere;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bookmark-link a {
    font-size: 0.875rem;
  }
}
.bookmark-link .bookmark-media {
  padding: 0.375rem 0 0.4375rem 0;
}
.bookmark-link .bookmark-media .copy-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem 0.4375rem 0rem;
  margin-right: 0.6875rem;
  text-align: center;
  border-radius: 0.3125rem;
  background-color: #3a3658;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bookmark-link .bookmark-media .copy-icon {
    margin-right: 0.5rem;
    padding: 0.4375rem 0.4375rem 0rem;
    width: 2.1875rem;
    height: 2.125rem;
  }
}
.bookmark-link .bookmark-media .copy-icon i {
  font-size: 1.125rem;
  color: #fff;
}
.bookmark-link .bookmark-media .bookmark-media-body {
  overflow: hidden;
}

/*.card-custom-body-mrg-speciality {
    margin-bottom: 105px;
    @include media-breakpoint-between(xs,sm){
      margin-bottom: 5px;
    }
}    */
.spec-mb {
  margin-bottom: 14px;
}

.selection-point {
  padding: 0;
  /*.selection-box-title {
       border-bottom: rem(1) solid #e1e1e1;
       padding: rem(11) 0px rem(11) 0px;
       text-transform: uppercase;
       font-size: rem(10);
       color: #bcbabc;
       @include media-breakpoint-between(xs,sm){
          display: none;
     }
      @include media-breakpoint-between(md, md){
          display: none;
      }
      @include media-breakpoint-between(lg, lg){
          display: none;
      }
  }
  span {
       text-align: center;
       display: block;
       color: #aaaaaa;
      letter-spacing: rem(1);
  }*/
}
.selection-point .speciality-checkbox {
  margin: 0 7px 0px;
}
.selection-point .business-type-select-radio-button {
  padding-top: 13px;
  padding-bottom: 9px;
}
.selection-point .speciality-type-img img {
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .selection-point .speciality-type-img img {
    max-height: 45px;
  }
}
.selection-point .speciality-type-desc .title-desc {
  margin-top: 11px !important;
  height: 36px;
  line-height: 19px;
  overflow: hidden;
}
.selection-point .speciality-type-desc .starting-point-budget.speciality-budget {
  margin: 8px 0 0;
  display: inline-block;
}
.selection-point .speciality-type-desc .starting-point-budget.speciality-budget strong {
  background-color: #1E8FFB33;
  color: #1E8FFB;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 8px 2px;
  border-radius: 3px;
  line-height: 12px;
}
.selection-point .speciality-type-desc .starting-budget.checkbox-space {
  margin-top: 13px !important;
  color: #7D7B7C !important;
  font-size: 10px !important;
  font-weight: 500;
  text-transform: uppercase;
}
.selection-point .speciality-type-desc .starting-budget.checkbox-space span {
  display: block;
  font-size: 20px;
  color: #1CCDAE;
  font-weight: 800;
  margin-top: 2px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .selection-point .speciality-type-desc .starting-budget.checkbox-space span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .selection-point .speciality-type-desc .starting-budget.checkbox-space span {
    font-size: 14px;
  }
}
.selection-point .selection-box {
  padding: 0.8125rem 1.6875rem 0.8125rem 0.8125rem;
}
@media (max-width: 767.98px) {
  .selection-point .selection-box {
    padding: 0.8125rem;
  }
}
.selection-point .business-type-select-radio-button input:checked + .business-radio-button-clr + .business-type-img + .business-type-desc p.title-desc {
  top: 0;
}

/*.raqtan-custom-checkbox{
    .starting-budget {
        font-size: rem(14);
        color: #1ccdae;
        font-weight: 700;
        z-index: 100;
           @include media-breakpoint-between(xs,sm){
                float: left;
           }
    }
    .information {
        font-size: rem(10);
        font-weight: 500;
        color: #212020;
        line-height: 1.6;
        @include media-breakpoint-between(xs,sm){
               padding-top: rem(9);
           }
           @include media-breakpoint-between(md, md){
               padding-top: rem(14);
            }
    }
    strong {
        text-align: center;
        font-size: rem(10);
        padding: rem(3) rem(8) rem(2);
        line-height: 12px;
        display: inline-block;
        width: 100%;
        border-radius: rem(3);
        background-color: #1E8FFB33;
        color: #1E8FFB;
        text-transform: uppercase;
        font-weight: 600;
        @include media-breakpoint-between(xs,sm){
                float: left;
                padding: rem(4) rem(12) rem(3) rem(12);
           }
            @include media-breakpoint-between(md, md){
            }
    }
    &.cc-style-1 {
        position: relative;
        margin-bottom: rem(20);
        padding: rem(9) rem(13) rem(8) rem(13);
        .checkbox-holder,
        .checkbox-holder span,
        .checkbox-holder input{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
        .align-items-center.ci-vertical-center {
            min-height: 40px;
            line-height: 1;
        }
        .checkbox-space {
           text-align: center;
           @include media-breakpoint-between(md, md){
              float: left;
            }
        }
        .checkmark-label{
            text-align: left;
            padding-left: rem(42);
            line-height: 1.3;
            @include media-breakpoint-between(xs,sm){
                 margin: rem(1) (0) rem(17) (0);
           }
            @include media-breakpoint-between(md, md){
               margin-bottom: rem(5);
            }

        }      
        .checkbox-holder{
            span{
                border: rem(1) dashed #bcbabc;
                border-radius: rem(5);
            }
            .check-placeholder{
                    width: rem(23);
                    height: rem(23);
                    border: rem(2) solid #efefef;
                    border-radius: rem(12);
                    margin-left: rem(11);
                    transform: translate(0, -50%);
                    top: 50%;
                      @include media-breakpoint-between(xs,md){
                            top: rem(8);
                            transform: inherit;

                      }  
                    }
                    i {
                        font-size: rem(20);
                        top: -2px;
                        position: absolute;
                        right: -4px;
                        left: 0;
                        color: #ffff;
                        display: none;
                    }

            }
            .custom-radio{
                position: relative;
                height: 100%;
                width: 100%;
            }
            input{
                z-index: 100;
            }
            input:checked + span{
                background-color: #1ccdae;
                border:none;
            }
            input:checked + span + span i{
                display: block;
            }
        }
    &.budget-selected{
           p {
                color:#fff !important;
           }
           strong{
             color:#fff !important;
           } 
    }
}
.check-border {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}*/
@media (min-width: 1200px) and (max-width: 1370px) {
  .starting-point-right .customprogress-bar {
    margin-top: 0rem;
  }
}

.customprogress-bar {
  margin-top: 0rem;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .customprogress-bar {
    margin-top: 0rem;
  }
}
@media (max-width: 767.98px) {
  .customprogress-bar {
    margin-top: 0rem;
    padding: 10px 15px 35px;
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  .customprogress-bar {
    margin-top: 0rem;
  }
}
.customprogress-bar span {
  padding: 0.75rem 0.625rem 0.9375rem 0.5625rem;
  background-color: #636075;
  border-radius: 0.375rem;
  height: 3.125rem;
  display: block;
  width: 3.125rem;
}
.customprogress-bar .bar-btn {
  width: 16.25rem;
  background-color: #1E8FFB;
  border: none;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.6875rem 0px 0.6875rem 0px;
  position: relative;
  color: #fff !important;
  cursor: pointer;
  opacity: 1;
  text-transform: uppercase;
  margin-top: 2px;
  transition: 0.3s;
}
.customprogress-bar .bar-btn strong {
  font-weight: 600;
}
.customprogress-bar .bar-btn:active {
  background-color: #1E8FFB !important;
}
.customprogress-bar .bar-btn:focus {
  background-color: #1974CB !important;
  box-shadow: none;
}
.customprogress-bar .bar-btn:focus strong {
  display: none;
}
.customprogress-bar .bar-btn:focus i {
  text-align: center;
  float: none;
  margin-top: 3px;
}
.customprogress-bar .bar-btn:hover {
  background-color: #1E8FFB !important;
  box-shadow: 0px 0px 10px #1E8FFB;
}
.customprogress-bar .bar-btn:hover strong {
  display: none;
}
.customprogress-bar .bar-btn:hover i {
  text-align: center;
  float: none;
  margin-top: 3px;
}
.customprogress-bar .bar-btn.disabled {
  background-color: #BCBABC;
  box-shadow: none;
}
.customprogress-bar .bar-btn.with-out-icon:hover strong {
  display: block !important;
}
.customprogress-bar .bar-btn.with-out-icon:focus strong {
  display: block !important;
}
.customprogress-bar .bar-btn.finalize-btn {
  /* i{
      transform: rotate(0) !important;
      font-size: 16px;
      margin: 9px 17px 0 0px;
      @include media-breakpoint-between(md, md){
          font-size: 14px;
          margin: 6px 5px 0 0px;
      }
   }*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customprogress-bar .bar-btn.finalize-btn {
    width: 100%;
    font-size: 12px;
  }
  .customprogress-bar .bar-btn.finalize-btn i {
    margin-top: 5px !important;
  }
}
@media (max-width: 767.98px) {
  .customprogress-bar .bar-btn.finalize-btn {
    font-size: 12px;
  }
  .customprogress-bar .bar-btn.finalize-btn i {
    margin: 4px 17px 0 0px;
  }
}
.customprogress-bar .bar-btn.product-bar-btn {
  /*width: 100%;
  font-size: 18px;
  @include media-breakpoint-between(md, md){
    font-size: rem(14);
  }
  strong{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding: 0 10px;
    width: calc(100% - 24px);
  }
  i{
    margin: 8px 10px 0 0;
  }*/
}
.customprogress-bar .bar-btn.review-prdt {
  margin-top: 5px;
  font-size: 16px;
  padding: 0;
  background-color: transparent !important;
  color: #2f2b47 !important;
  box-shadow: none !important;
}
.customprogress-bar .bar-btn.review-prdt:hover {
  background-color: transparent !important;
}
.customprogress-bar .bar-btn.review-prdt strong {
  border-bottom: 1px solid;
}
.customprogress-bar .bar-btn i {
  display: inline-block;
  font-size: 14px;
  float: right;
  margin: 5px 17px 0 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customprogress-bar .bar-btn i {
    margin: 6px 6px 0 0px;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .customprogress-bar .bar-btn {
    width: 13.5rem;
    padding: 0.4375rem 0px 0.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customprogress-bar .bar-btn {
    width: 8.6875rem;
    padding: 0.4375rem 0px 0.4375rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .customprogress-bar .bar-btn {
    width: 100%;
    padding: 6px 0px 6px;
    font-size: 11px;
  }
  .customprogress-bar .bar-btn i {
    margin: 3px 17px 0 0px;
    font-size: 12px;
  }
}
.customprogress-bar .bar-btn:hover {
  color: #fff;
  background-color: #1ccdae;
  border-color: unset;
}

/*.starting-point-sb {
    @include media-breakpoint-up(md){
       height: rem(360);
    }
     @include media-breakpoint-between(md, md){
        height: rem(250);
    }
    @include media-breakpoint-between(lg, lg){
        height: rem(320);
    }
    @include custom-media-breakpoint-between('1200px', '1370px'){
      height: rem(215);  
    }
}*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .starting-point-budget {
    margin-top: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .starting-budget.checkbox-space {
    margin-top: 0.9375rem;
  }
}

.speciality-filter {
  padding: 20px 1px 22px;
}
.speciality-filter ul li {
  display: inline-block;
  width: 29.33%;
  text-align: center;
  margin: 0 5px;
}
.speciality-filter ul li a {
  border: 1px solid #2B85F2;
  border-radius: 3px;
  display: block;
  color: #1E8FFB;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding: 9px 0px 7px;
  outline: none;
}
.speciality-filter ul li a.active {
  background-color: #1E8FFB;
  color: #fff;
  font-weight: 700;
}

.lang-ar .bookmark-link .bookmark-media .copy-icon {
  margin-right: 0rem;
  margin-left: 0.6875rem;
}
.lang-ar .customprogress-bar .bar-btn i {
  transform: rotateY(180deg);
  float: left;
  margin-left: 17px;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lang-ar .customprogress-bar .bar-btn i {
    margin-left: 6px;
  }
}
.lang-ar .customprogress-bar .bar-btn:hover i {
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.lang-ar .customprogress-bar .bar-btn:focus i {
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.lang-ar .customprogress-bar .bar-btn.tick-icon i {
  transform: rotate(0deg);
}
.lang-ar .customprogress-bar .progreebar-arrow i {
  transform: rotateY(180deg);
  display: inline-block;
}
@media (max-width: 767.98px) {
  .lang-ar .card-wdth {
    min-width: 100%;
  }
}

.step-three-left-card-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 125px);
  position: fixed;
  margin-top: 90px;
  width: 18.66%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .step-three-left-card-list {
    height: calc(100% - 113px);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .step-three-left-card-list {
    width: 22%;
  }
}
@media (max-width: 767.98px) {
  .step-three-left-card-list {
    overflow-x: inherit;
    overflow-y: inherit;
    position: relative;
    margin-top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: transparent;
  }
}
.step-three-left-card-list .card-body {
  padding: 0.8125rem 0rem 2.25rem !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}
@media (max-width: 767.98px) {
  .step-three-left-card-list .card-body {
    padding-bottom: 20px !important;
  }
}
.step-three-left-card-list .step-left-list-inner {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 10px;
}
.step-three-left-card-list .step-left-list-inner:first-child .btn {
  /*padding-top: 0;*/
}
@media (max-width: 767.98px) {
  .step-three-left-card-list .step-left-list-inner {
    padding: 0 0px;
    border: 0;
  }
}
.step-three-left-card-list .step-left-list-inner .cat-dis-icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.step-three-left-card-list .step-left-list-inner .cat-dis-icon .not-visited-hover {
  display: none;
}
.step-three-left-card-list .step-left-list-inner .cat-dis-icon:hover .not-visited-hover {
  display: block;
}
.step-three-left-card-list .step-left-list-inner .cat-dis-icon:hover .not-visited {
  display: none;
}
.step-three-left-card-list .step-left-list-inner.active {
  /*border-color: #1ccdae;*/
}
.step-three-left-card-list .step-left-list-inner.active .btn {
  /*color: #0E0E0E;*/
  color: #000;
  font-weight: 700;
}
.step-three-left-card-list .step-left-list-inner.active .btn:before {
  /* background-color: #23C5A4;*/
  background-color: #fba61e;
}
.step-three-left-card-list .step-left-list-inner.cat-dis {
  background-color: #f2f2f2;
}
@media (max-width: 767.98px) {
  .step-three-left-card-list .step-left-list-inner.cat-dis {
    background-color: transparent;
  }
}
.step-three-left-card-list .step-left-list-inner.cat-dis .btn {
  color: #707070;
  font-weight: 700;
}
.step-three-left-card-list .step-left-list-inner.cat-dis .btn:before {
  background-color: #707070 !important;
}
.step-three-left-card-list .step-left-list-inner .btn {
  display: block;
  font-size: 0.75rem;
  /*color: #4B4B4B;*/
  color: #000000;
  font-weight: 500;
  padding: 0.4375rem 0 0.375rem;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.step-three-left-card-list .step-left-list-inner .btn.category-btn {
  display: inline-block;
  width: calc(100% - 19px);
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767.98px) {
  .step-three-left-card-list .step-left-list-inner .btn.category-btn {
    padding-left: 0px;
  }
}
.step-three-left-card-list .step-left-list-inner .btn i {
  color: #7f7f7f;
  font-size: 1.5rem;
  margin-right: 0.9375rem;
  position: relative;
  top: 0.1875rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .step-three-left-card-list .step-left-list-inner .btn i {
    font-size: 1.125rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .step-three-left-card-list .step-left-list-inner .btn i {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .step-three-left-card-list .step-left-list-inner .btn i {
    font-size: 1.25rem;
  }
}
.step-three-left-card-list .step-left-list-inner .btn:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1ccdae;
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.step-three-left-card-list .step-left-list-inner .btn:hover:before {
  /*background-color:#fba61e;*/
}
.step-three-left-card-list .step-left-list-inner ul {
  padding-left: 2.625rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .step-three-left-card-list .step-left-list-inner ul {
    padding-left: 2.0625rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .step-three-left-card-list .step-left-list-inner ul {
    padding-left: 1.75rem;
  }
}
.step-three-left-card-list .step-left-list-inner ul li {
  color: #828282;
  font-size: 0.875rem;
  margin-bottom: 0.4375rem;
}
.step-three-left-card-list .step-left-list-inner ul li a {
  color: #828282;
  text-decoration: none;
}
.step-three-left-card-list .step-left-list-inner ul li a:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #f69679;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
  border-radius: 0.625rem;
}
.step-three-left-card-list .step-left-list-inner ul li a:hover {
  color: #1ccdae;
}
.step-three-left-card-list .step-left-list-inner ul li a:hover:before {
  background-color: #1ccdae;
}

.show-filter {
  color: #1ccdae;
  font-size: 0.75rem;
  padding: 0.9375rem 0 0;
  margin: 0;
}
.show-filter i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.125rem;
}

.hide-filter {
  font-size: 0.75rem;
  color: #ff003c;
  margin: 0;
}

.step-three-left-type-select {
  border-right: 1px solid #ebebeb;
  height: 100%;
}
.step-three-left-type-select .scrollbar {
  padding-right: 0.3125rem;
}
@media (max-width: 767.98px) {
  .step-three-left-type-select .scrollbar {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .step-three-left-type-select {
    height: auto;
  }
}
.step-three-left-type-select .card-body {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .step-three-left-type-select .card-body {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .step-three-left-type-select .card-body {
    padding-top: 0.75rem;
    padding-bottom: 0.9375rem;
  }
}
.step-three-left-type-select p {
  font-size: 0.875rem;
  margin-bottom: 0.8125rem;
}
@media (max-width: 767.98px) {
  .step-three-left-type-select p {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.step-three-left-type-select p.group {
  margin-top: 0.375rem;
}
@media (max-width: 767.98px) {
  .step-three-left-type-select p.group {
    margin-top: 0.75rem;
  }
}
.step-three-left-type-select .custom-control.custom-checkbox {
  margin-bottom: 0.375rem;
}
.step-three-left-type-select .custom-control.custom-checkbox .custom-control-label {
  padding-left: 0.25rem;
  color: #828282;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.step-three-left-type-select .custom-control.custom-checkbox .custom-control-label:before {
  width: 1.25rem;
  height: 1.25rem;
  border-color: #ebebeb;
  border-radius: 0.25rem;
  top: 0px;
}
.step-three-left-type-select .custom-control.custom-checkbox .custom-control-label:after {
  top: 0.0625rem;
  left: -1.375rem;
  text-align: center;
  font-size: 0.8125rem;
}

.step-three-left-type-select .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1ccdae;
  border-color: #ebebeb;
}

.step-three-left-type-select .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "\E90B";
  font-family: "icomoon";
  background-image: none;
  color: #fff;
}

.step-three-left-type-select .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ebebeb;
}

.step-three-left-type-select .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.step-three-left-type-select .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #ebebeb;
  background-color: transparent;
}

.machine-checkbox {
  padding: 0.3125rem 0.625rem 1.125rem;
  background-color: #fff;
}
.machine-checkbox .custom-control-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.machine-checkbox .machine-checkbox-clr {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0rem;
  left: 0;
}
.machine-checkbox .machine-checkbox-img {
  margin: 0 auto;
  line-height: 5rem;
  width: 10.5625rem;
}
@media (max-width: 1199.98px) {
  .machine-checkbox .machine-checkbox-img {
    width: 5rem;
  }
}
@media (max-width: 767.98px) {
  .machine-checkbox .machine-checkbox-img {
    line-height: 4.6875rem;
    margin-top: 35px;
  }
}
.machine-checkbox .machine-checkbox-img img {
  width: auto;
  max-height: 10.0625rem;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .machine-checkbox .machine-checkbox-img img {
    max-height: 5rem;
  }
}
.machine-checkbox .machine-checkbox-desc p {
  font-size: 0.625rem;
  color: #000;
  margin: 0.5rem 0px 0.3125rem;
  height: 2.8125rem;
  overflow: hidden;
}
.machine-checkbox .machine-checkbox-desc span {
  font-size: 0.625rem;
  display: block;
  color: #aaa;
  margin-bottom: 0.875rem;
  height: 2.8125rem;
  overflow: hidden;
}
.machine-checkbox .machine-checkbox-desc .integer-value-input {
  z-index: 11;
  position: relative;
  margin-top: 10px !important;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
}
.machine-checkbox .machine-checkbox-desc .integer-value-input:focus {
  box-shadow: none;
}
.machine-checkbox .machine-checkbox-desc .add-selection {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  height: auto;
  padding: 9px 15px 8px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  z-index: 11;
  margin-top: 5px;
  color: #1ccdae;
  font-weight: 600;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .machine-checkbox .machine-checkbox-desc .add-selection {
    padding: 8px 10px 7px;
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .machine-checkbox .machine-checkbox-desc .add-selection {
    padding: 7px 5px 6px;
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  .machine-checkbox .machine-checkbox-desc .add-selection {
    padding: 7px 5px 6px !important;
    font-size: 9px;
    color: #1ccdae !important;
    font-weight: 600 !important;
    text-align: center !important;
  }
}
.machine-checkbox .machine-checkbox-desc .add-selection:focus {
  box-shadow: none;
}
.machine-checkbox .machine-checkbox-desc .add-selection:hover {
  background-color: #1ccdae;
  color: #fff !important;
  border-color: #1ccdae;
}
.machine-checkbox .machine-checkbox-desc .add-selection:before {
  display: none;
}
.machine-checkbox span.info {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid #E4E4E4;
  border-radius: 0.1875rem;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .machine-checkbox span.info {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .machine-checkbox span.info {
    top: 0.375rem;
    left: 0.3125rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .machine-checkbox span.info {
    width: 1.25rem;
    height: 1.25rem;
    left: auto;
    right: 0.5625rem;
  }
}
.machine-checkbox span.info i {
  color: #7b8efe;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .machine-checkbox span.info i {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .machine-checkbox span.info i {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .machine-checkbox span.info i {
    font-size: 0.875rem;
    line-height: 1rem;
    position: relative;
    top: -1px;
  }
}
.machine-checkbox .product-mark-eq {
  position: absolute;
  top: 10px;
  left: 12px;
  display: none;
}
@media (max-width: 767.98px) {
  .machine-checkbox .product-mark-eq {
    display: block;
  }
}
.machine-checkbox .product-mark-eq .c-chk-brd {
  border-radius: 50%;
  border-color: #D4D4D4;
}

.compare-btn,
.show-compare-wrp .btn.compare-btn {
  border-color: #e4e4e4;
  z-index: 10;
  color: #1ccdae !important;
  padding: 3px 5px 5px !important;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 1;
  position: relative;
  border-radius: 3px;
  display: block !important;
  margin: 0 auto;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .compare-btn,
.show-compare-wrp .btn.compare-btn {
    width: auto !important;
    text-align: center !important;
  }
  .compare-btn:before,
.show-compare-wrp .btn.compare-btn:before {
    display: none !important;
  }
}
.compare-btn:hover,
.show-compare-wrp .btn.compare-btn:hover {
  background-color: #1ccdae;
  border-color: #1ccdae;
  color: #fff !important;
}
.compare-btn:focus,
.show-compare-wrp .btn.compare-btn:focus {
  box-shadow: none !important;
}
.compare-btn:active,
.show-compare-wrp .btn.compare-btn:active {
  background-color: transparent !important;
  border-color: #e4e4e4 !important;
  color: #1ccdae !important;
}

.show-compare-wrp {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
}
.show-compare-wrp h3 {
  display: inline-block;
  border-bottom: 0;
}
.show-compare-wrp .btn.compare-btn {
  font-size: 16px;
  padding: 5px 7px 6px !important;
  float: right;
  margin: 14px 10px 0 0;
  font-weight: 600 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .show-compare-wrp .btn.compare-btn {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .show-compare-wrp .btn.compare-btn {
    float: none;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.slect-machine-wrapper .card-body {
  padding: 1.25rem 0.625rem 0.625rem 1.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .slect-machine-wrapper .card-body {
    padding-left: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .slect-machine-wrapper .card-body {
    padding: 1.25rem 0.625rem 0;
    margin-top: 0.875rem;
  }
}
.slect-machine-wrapper .card-body .scrollbar {
  padding-right: 0rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .slect-machine-wrapper .card-body .scrollbar {
    padding-right: 0rem;
  }
}
@media (max-width: 767.98px) {
  .slect-machine-wrapper .card-body .scrollbar {
    padding-right: 0rem;
  }
}
.slect-machine-wrapper .card-body .scrollbar .machine-checkbox {
  margin: 0 0.4375rem 0.9375rem;
  transition: 0.3s;
  border: 3px solid rgba(255, 255, 255, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slect-machine-wrapper .card-body .scrollbar .machine-checkbox:hover {
  border-color: #1ccdae;
}
@media (max-width: 767.98px) {
  .slect-machine-wrapper .card-body .scrollbar .machine-checkbox {
    margin: 0 0.3125rem 0.625rem;
    padding-bottom: 18px;
  }
}

/*.machine-checkbox input.custom-control-input:checked + .machine-checkbox-clr {
    border: 1px solid #1ccdae;
}*/
.int-pm {
  z-index: 10;
  border: 0 !important;
  display: inline-block !important;
  height: auto !important;
  margin-bottom: 0 !important;
  position: relative;
}
.int-pm .int-pm-value {
  margin: 0;
  padding: 0 !important;
  width: 3.6875rem;
  height: 2rem;
  border: 0.0625rem solid #E4E4E4 !important;
  border-radius: 0.125rem;
  color: #2f2b47;
  font-size: 0.875rem !important;
  text-align: center;
  line-height: 2rem;
  outline: none;
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
  background-color: #E4E4E433;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .int-pm .int-pm-value {
    width: 2.8125rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
  }
}
@media (max-width: 1199.98px) {
  .int-pm .int-pm-value {
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
}
.int-pm .int-pm-btn {
  right: 0;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid #E4E4E4 !important;
  border-radius: 0.125rem;
  line-height: 2rem;
  cursor: pointer;
  padding: 0 !important;
  color: #2ad0b3 !important;
  font-size: 1.375rem;
  background-color: transparent !important;
  outline: none;
  display: inline-block;
  vertical-align: top;
}
.int-pm .int-pm-btn.int-pm-decrement {
  line-height: 0;
  font-size: 0;
}
.int-pm .int-pm-btn.int-pm-decrement:after {
  content: "-";
  font-size: 1.5625rem;
  line-height: 0.8125rem;
}
@media (max-width: 1199.98px) {
  .int-pm .int-pm-btn.int-pm-decrement:after {
    font-size: 1.5625rem;
    line-height: 0.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .int-pm .int-pm-btn {
    width: 1.6875rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
  }
}
@media (max-width: 1199.98px) {
  .int-pm .int-pm-btn {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.1875rem;
    font-size: 1.125rem;
  }
}

.edit-qty-wrp {
  position: relative;
}
.edit-qty-wrp .edit-qty {
  margin: 0;
  padding: 0 !important;
  width: 3.6875rem;
  height: 2rem;
  line-height: 2rem;
  margin: 0 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .edit-qty-wrp .edit-qty {
    width: 2.8125rem;
    height: 1.6875rem;
    line-height: 1.6875rem;
  }
}
@media (max-width: 1199.98px) {
  .edit-qty-wrp .edit-qty {
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
}
.edit-qty-wrp .edit-qty .form-group {
  margin-bottom: 0;
}
.edit-qty-wrp .edit-qty .form-group:focus {
  box-shadow: none;
  outline: none;
}
.edit-qty-wrp .edit-qty .form-control {
  padding: 0;
  line-height: 2rem;
  height: 2rem;
  text-align: center;
  border: 0.0625rem solid #E4E4E4 !important;
  background-color: #E4E4E433;
  border-radius: 0.125rem;
  color: #2f2b47;
  font-size: 0.875rem !important;
  outline: none;
}
.edit-qty-wrp .edit-qty .form-control:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .edit-qty-wrp .edit-qty .form-control {
    height: 1.6875rem;
    line-height: 1.6875rem;
  }
}
@media (max-width: 1199.98px) {
  .edit-qty-wrp .edit-qty .form-control {
    height: 1.25rem;
    line-height: 1.25rem;
  }
}
.edit-qty-wrp .int-pm-value {
  opacity: 0 !important;
  font-size: 0 !important;
}

.our-top-desk {
  text-align: center;
  margin: 0 9px 15px;
}
.our-top-desk:before {
  content: "";
  display: block;
  background-color: #e1e1e1;
  height: 1px;
  position: relative;
  top: 14px;
}
@media (max-width: 991.98px) {
  .our-top-desk:before {
    display: none;
  }
}
.our-top-desk.alter-b {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .our-top-desk.alter-b {
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .our-top-desk {
    margin: 0;
    text-align: left;
  }
}
.our-top-desk .our-top-inner {
  background-color: #F2F2F2;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .our-top-desk .our-top-inner {
    padding: 0 0px;
  }
}
@media (max-width: 767.98px) {
  .our-top-desk .our-top-inner {
    background-color: transparent;
  }
}
.our-top-desk p {
  margin: 0;
  background-color: #fff;
  display: inline-block;
  padding: 7px 33px 5px;
  font-size: 14px;
  color: #2f2b47;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.our-top-desk p:before, .our-top-desk p:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1594fc;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.our-top-desk p:before {
  left: 15px;
}
.our-top-desk p:after {
  left: auto;
  right: 15px;
}
@media (max-width: 767.98px) {
  .our-top-desk p {
    color: #707070;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 10px;
    z-index: 0;
  }
  .our-top-desk p:before, .our-top-desk p:after {
    display: none;
  }
}

#compare-desc {
  padding-left: 0 !important;
}
#compare-desc .modal-header {
  border-bottom: 0;
  padding: 15px 15px 20px;
}
#compare-desc .modal-header .close {
  padding: 0;
  margin: 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: #1ccdae;
  border-radius: 50px;
  outline: none;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  font-size: 24px;
}
#compare-desc .modal-header .btn {
  font-size: 16px;
}
#compare-desc .modal-body {
  padding: 0;
}
#compare-desc .modal-body h5 {
  font-size: 16px;
  font-family: "Montserrat" !important;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  #compare-desc .modal-body h5 {
    font-size: 14px;
  }
}
#compare-desc .modal-body p {
  margin-bottom: 20px;
  font-size: 14px;
}
#compare-desc .modal-body p ul li span {
  font-size: 14px !important;
}
#compare-desc .modal-body p ul li:before {
  content: "";
  background-color: #1e8ffb;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
#compare-desc .modal-body p ul li span {
  font-size: 14px;
}
#compare-desc .modal-body p ul li span:before {
  display: none;
}
#compare-desc .modal-body p span {
  font-size: 14px !important;
  font-family: "Montserrat" !important;
  color: #212529 !important;
}
#compare-desc .modal-body p span:before {
  content: "";
  background-color: #1e8ffb;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
#compare-desc .modal-body p div {
  white-space: inherit !important;
  font-size: 14px !important;
  font-family: "Montserrat" !important;
}
#compare-desc .modal-body p table {
  width: 100%;
}

.ar-compare-desc {
  text-align: right;
  direction: rtl;
}
.ar-compare-desc p {
  direction: rtl !important;
}
.ar-compare-desc p span:before {
  margin-right: 0 !important;
  margin-left: 10px;
}
.ar-compare-desc p ul li:before {
  margin-right: 0 !important;
  margin-left: 10px;
}

.pr-z {
  z-index: 10;
  position: relative;
}

.catgegory-filter-wrp-mob {
  width: 100%;
  margin: 5px 0 10px;
}
.catgegory-filter-wrp-mob .filter-icon-cate {
  background-color: rgba(28, 205, 174, 0.2);
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #1CCDAE;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 9px;
  cursor: pointer;
}
.catgegory-filter-wrp-mob .filter-icon-cate span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #1CCDAE;
  text-align: center;
  margin: 0px 0px 2px 5px;
  position: relative;
  border-radius: 10px;
}
.catgegory-filter-wrp-mob .category-filter-inner {
  vertical-align: middle;
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100vw - 65px);
  white-space: nowrap;
}
.catgegory-filter-wrp-mob .category-filter-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.catgegory-filter-wrp-mob .category-filter-inner .step-left-list-inner {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #1CCDAE;
  margin: 0 4px;
  border-radius: 3px;
}
.catgegory-filter-wrp-mob .category-filter-inner .step-left-list-inner.active {
  background-color: #1CCDAE;
}
.catgegory-filter-wrp-mob .category-filter-inner .step-left-list-inner.active .btn {
  color: #fff;
}
.catgegory-filter-wrp-mob .category-filter-inner .step-left-list-inner .btn {
  color: #1CCDAE;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .product-wrapper-mob-pb {
    padding-bottom: 20px !important;
  }
}

.category-mob-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #fff;
  z-index: 1000;
  height: 100%;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.3s linear all;
}
.category-mob-sidebar.show {
  left: 0;
}
.category-mob-sidebar p {
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  padding: 20px 25px 18px;
}
.category-mob-sidebar .close-icon-cat {
  width: 20px;
  height: 20px;
  background-color: #707070;
  border-radius: 50%;
  padding: 4px 3px 0;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.category-mob-sidebar .close-icon-cat span {
  display: block;
  width: 14px;
  height: 3px;
  border-radius: 1px;
}
.category-mob-sidebar .close-icon-cat span:nth-child(1) {
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
  position: relative;
  top: 4px;
  transition: all 0.3s linear;
}
.category-mob-sidebar .close-icon-cat span:nth-child(2) {
  opacity: 0;
}
.category-mob-sidebar .close-icon-cat span:nth-child(3) {
  background-color: #fff;
  transform: rotate(-45deg);
  position: relative;
  bottom: 2px;
  transition: all 0.3s linear;
}
.category-mob-sidebar .step-left-list-inner {
  padding: 10px 25px 10px;
  border-color: #F2F2F2;
}
.category-mob-sidebar .step-left-list-inner .btn {
  padding: 0;
  font-size: 14px;
  color: #4B4B4B;
  font-weight: 500;
  box-shadow: none !important;
}
.category-mob-sidebar .step-left-list-inner .btn:before {
  display: none;
}
.category-mob-sidebar .step-left-list-inner.active {
  background-color: #1CCDAE;
}
.category-mob-sidebar .step-left-list-inner.active .btn {
  color: #fff;
}

.product-detail-pop {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}
.product-detail-pop::-webkit-scrollbar {
  width: 0;
}
.product-detail-pop .btn.close {
  width: 21px;
  height: 21px;
  background-color: #707070 !important;
  border-radius: 50%;
  padding: 2px 4px 0;
  line-height: 21px;
  text-align: center;
}
.product-detail-pop .btn.close:hover {
  background-color: #707070 !important;
}
.product-detail-pop .btn.close:focus {
  box-shadow: none !important;
}
@media (max-width: 767.98px) {
  .product-detail-pop .btn.close:before {
    display: none;
  }
}
.product-detail-pop .btn.close span {
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.3s linear;
  position: relative;
}
.product-detail-pop .btn.close span:nth-child(1) {
  background-color: #fff;
  transform: rotate(45deg);
  top: 0px;
}
.product-detail-pop .btn.close span:nth-child(2) {
  background-color: #fff;
  transform: rotate(-45deg);
  bottom: 2px;
}
.product-detail-pop .product-img-pop {
  margin: 40px 0px 25px;
}
.product-detail-pop .product-img-pop img {
  max-height: 60px;
}
.product-detail-pop .product-title-pop {
  padding: 0 10px 0;
}
.product-detail-pop .product-title-pop h3 {
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .customprogress-bar .bar-btn.show-spinner .loader {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}

.lang-ar .step-three-left-card-list {
  direction: rtl;
}
.lang-ar .step-three-left-card-list .step-left-list-inner .btn {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .lang-ar .step-three-left-card-list .step-left-list-inner .btn {
    display: block;
    padding-right: 0;
  }
}
.lang-ar .step-three-left-card-list .step-left-list-inner .btn:before {
  margin-right: 0;
  margin-left: 5px;
  left: auto;
  right: 0;
}
@media (max-width: 767.98px) {
  .lang-ar .catgegory-filter-wrp-mob .filter-icon-cate span {
    margin: 0px 5px 2px 0px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .category-mob-sidebar {
    left: auto;
    right: -100%;
  }
  .lang-ar .category-mob-sidebar.show {
    right: 0;
    left: auto;
  }
  .lang-ar .category-mob-sidebar .close-icon-cat {
    right: auto;
    left: 20px;
  }
  .lang-ar .category-mob-sidebar p {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .our-top-desk {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .customprogress-bar .progreebar-arrow {
    float: right;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .product-detail-pop .product-title-pop span {
    text-align: right;
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .product-detail-pop .btn.close {
    padding-right: 4px;
  }
}
.lang-ar .machine-checkbox .product-mark-eq {
  margin: 0;
}

.title-main-btn {
  width: calc(100% - 39px);
  display: flex;
}
.title-main-btn .equipment-cate-btn-back {
  background-color: #1CCDAE;
  border-color: #1CCDAE;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  padding: 0;
  border-radius: 100px;
  display: none;
  width: 31px;
  height: 31px;
  box-shadow: none !important;
}
.title-main-btn .equipment-cate-btn-back i {
  margin-right: 2px;
  vertical-align: middle;
}
.title-main-btn .equipment-title-main {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px !important;
  padding-right: 7px !important;
  margin: 0 auto;
}
.title-main-btn .equipment-title-main p {
  padding: 0;
}

.question-icon {
  background-color: #1E8FFB;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 3px 15px #d1d1d1;
  border-radius: 50%;
  cursor: pointer;
}

.product-mark-eq input:checked + .c-chk-brd {
  background-color: #1CCDAE !important;
  border-color: #4ADEC4 !important;
}

.review-choices {
  padding: 0;
}
.review-choices p {
  margin-bottom: 0;
}
.review-choices .card-custom-body-bg {
  background-color: transparent;
}

.review-section-right .scrollbar {
  /* height: rem(485);*/
}
@media (max-width: 767.98px) {
  .review-section-right .scrollbar {
    height: auto !important;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .review-section-right {
    min-width: 100vw;
  }
}

@media (max-width: 767.98px) {
  .review-spinner .int-pm .int-pm-btn {
    width: 32px;
    height: 32px;
    font-size: 26px;
  }
  .review-spinner .int-pm .int-pm-btn.int-pm-decrement {
    font-size: 0;
  }
  .review-spinner .int-pm .int-pm-btn.int-pm-decrement:after {
    font-size: 32px;
    line-height: 14px;
  }
  .review-spinner .int-pm .int-pm-value {
    width: 51px;
    height: 32px;
    line-height: 32px;
    font-size: 16px !important;
  }
}
@media (max-width: 1199.98px) {
  .review-spinner .ui-spinner-button.ui-spinner-up {
    margin-top: 2px;
  }
}

.review-product .add-product {
  margin: 0 auto;
  display: block;
  width: 100%;
  border: 0.0625rem dashed #70707080;
  padding: 0.4375rem 1.875rem 0.4375rem 0.9375rem;
  font-size: 1.125rem;
  color: #707070;
  border-radius: 0.3125rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .review-product .add-product {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .review-product .add-product {
    font-size: 1rem;
    margin-top: 0.8125rem;
  }
}
@media (max-width: 767.98px) {
  .review-product .add-product {
    padding: 0.4375rem 0.9375rem 0.4375rem 0.625rem;
    font-size: 0.875rem;
  }
  .review-product .add-product span {
    padding-right: 19px;
    font-size: 20px;
    display: inline-block;
  }
}
.review-product .add-product .btn {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #707070;
}
.review-product .add-product .btn:active {
  background: transparent;
  color: #707070;
}
.review-product .add-product .btn:focus {
  box-shadow: none !important;
}
.review-product .add-product span {
  padding-right: 10px;
  font-size: 13px;
  display: inline-block;
}
.review-product .add-product a {
  color: #555;
}

.review-order {
  border-bottom: 0.0625rem solid #e1e1e1;
  padding: 0.5rem 0.9375rem;
  transition: 0.3s;
  background-color: #fff;
  margin-bottom: 10px;
}
.review-order:hover {
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .review-order {
    padding: 17px 8px 8px;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 0;
    border-radius: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .review-order {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .review-order .row.align-items-center {
    align-items: inherit !important;
    margin: 0;
  }
}
.review-order.fianl-review-order {
  border-top: 1px solid #F2F2F2;
  border-bottom: 0;
  padding: 11px 15px 11px;
  color: #2F2B47;
  font-size: 12px;
  font-weight: 500;
}
.review-order.fianl-review-order:hover {
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .review-order.fianl-review-order .review-desc {
    margin-bottom: 10px;
  }
}
.review-order .machien-image img {
  max-height: 5rem;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .review-order .machien-image img {
    max-height: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .review-order .machien-image img {
    max-height: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .review-order .review-pd-lft {
    padding-left: 5px;
  }
}
@media (max-width: 767.98px) {
  .review-order .review-pd-right {
    padding-right: 0;
  }
}
.review-order .review-items {
  /*@include media-breakpoint-between(md,md){
       padding-top: rem(15);
       float: right;
   }*/
  /*@include media-breakpoint-between(xs,sm){
          padding-top: (0);
          margin-top: 10px;
  }*/
}
.review-order .review-items .edit-delet {
  float: right;
  width: 2rem;
  height: 2rem;
  border: 1px solid #E4E4E4;
  border-radius: 0.1875rem;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .review-order .review-items .edit-delet {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
@media (max-width: 1199.98px) {
  .review-order .review-items .edit-delet {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .review-order .review-items .edit-delet {
    float: left;
    width: 32px;
    height: 32px;
    padding: 5px 0 0;
  }
}
.review-order .review-items i {
  font-size: 22px;
  color: #5870fe;
}
@media (max-width: 767.98px) {
  .review-order .review-items i {
    font-size: 0.9375rem;
  }
}
.review-order .review-items .delet {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.875rem;
  color: #DD0808 !important;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .review-order .review-items .delet {
    line-height: 1.5625rem;
  }
}
@media (max-width: 1199.98px) {
  .review-order .review-items .delet {
    font-size: 12px;
    line-height: 1.25rem;
    position: relative;
    top: -2px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .review-order .review-items .delet {
    font-size: 18px;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .review-order .review-spinner.review-items {
    /* margin-top: 12px;*/
    text-align: right;
  }
}
.review-order strong {
  font-size: 0.625rem;
  color: #1E8FFB;
  background-color: #1E8FFB33;
  padding: 0.25rem 0.8125rem 0.125rem 0.8125rem;
  border-radius: 0.1875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .review-order strong {
    /*padding: rem(4) rem(11) rem(2) rem(10);
    position: absolute;
    top: rem(4);
    left: (0);
    margin-left: 37%;*/
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .review-order strong {
    padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  .review-order strong {
    /*position: absolute;
    top: rem(-28);
    margin-left: 37%;
    top: rem(-15);*/
    padding: 0.25rem 0.4375rem 0.25rem 0.4375rem;
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  .review-order .review-icon {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .review-order .mobile-border-bm {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.review-order .review-info {
  border: 0.0625rem solid #E4E4E4;
  border-radius: 0.1875rem;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  color: #5870fe;
  float: right;
  margin-right: 0.25rem;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .review-order .review-info {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
@media (max-width: 767.98px) {
  .review-order .review-info {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 32px !important;
    height: 32px !important;
    padding: 6px 0 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .review-order .review-info i {
    font-size: 19px !important;
    top: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .review-order .review-info {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.review-order .review-info i {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #5870fe;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .review-order .review-info i {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .review-order .review-info i {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    position: relative;
    top: -1px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .review-order .review-label {
    padding-top: 0rem;
    padding-bottom: 0.3125rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .review-order .review-label {
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding-top: 0;
    padding-left: 0rem;
    margin-bottom: 0rem;
    padding-right: 1.5625rem;
    font-weight: 700;
    line-height: 16px;
  }
}
@media (max-width: 767.98px) {
  .review-order .edit-remove {
    margin-top: 0;
    position: inherit;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .review-progressbar {
    padding: 10px 16px 10px !important;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

.review-search-wrapper {
  position: relative;
}
.review-search-wrapper .review-search-btn {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0;
  width: 50px;
  height: 37px;
  line-height: 37px;
  background-color: #1ccdae;
  border-color: #1ccdae;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
.review-search-wrapper .review-search-btn:active {
  background-color: #1ccdae !important;
  border-color: #1ccdae !important;
}
.review-search-wrapper .review-search-btn:focus {
  box-shadow: none !important;
}
.review-search-wrapper .review-search-btn .icon-cancel-circle {
  font-size: 16px;
  right: 50px;
  position: relative;
  color: #000;
}

.form-group.review-search-wrapper .c-loader {
  position: absolute;
  top: 37px;
  height: calc(100% - 37px);
  border-radius: 8px;
  align-items: center;
  min-height: auto;
}
.form-group.review-search-wrapper .c-loader.hide {
  display: none;
}
.form-group.review-search-wrapper .c-loader .loader {
  position: static;
}

.review-autosuggest input {
  border-color: #1ccdae;
  padding-top: 0;
  padding-bottom: 0;
  height: 37px;
  line-height: 37px;
  padding-right: 80px;
}
.review-autosuggest input:focus {
  box-shadow: none;
  border-color: #1ccdae;
}
.review-autosuggest .autosuggest__results-container {
  margin-top: 1px;
  min-height: 70px;
}
.review-autosuggest .autosuggest__results-container .autosuggest__results {
  border: 1px solid #ced4da;
  border-radius: 4px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 5px 20px 15px;
}
@media (max-width: 1199.98px) {
  .review-autosuggest .autosuggest__results-container .autosuggest__results {
    padding: 15px 5px 15px 10px;
  }
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul li {
  padding: 5px 10px;
}
@media (max-width: 1199.98px) {
  .review-autosuggest .autosuggest__results-container .autosuggest__results ul li {
    padding: 5px 5px;
  }
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul li:hover {
  background-color: #e4e4e48f;
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-image {
  display: inline-block;
  max-width: 50px;
  margin-right: 10px;
  cursor: pointer;
  align-self: center;
  border: 1px solid #e0e1e5;
}
@media (max-width: 767.98px) {
  .review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-image {
    display: none;
  }
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-content {
  width: calc(100% - 60px);
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-content {
    width: 100%;
  }
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-content .product-title {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-content .product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-content .product-price {
  color: #40b6b9;
  font-weight: 600;
  font-size: 14px;
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul .autosuggest__results-before.autosuggest__results-before--destinations {
  color: #40b6b9;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 10px;
}
.review-autosuggest .autosuggest__results-container .autosuggest__results ul .autosuggest__results-before.autosuggest__results-before--destinations:hover {
  background-color: transparent;
}

.review-budget-footer {
  background-color: #1AB71433;
  border-radius: 3px;
  padding: 5px 0 8px;
}
.review-budget-footer p {
  color: #2D2A44;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.review-budget-footer p span {
  display: block;
  font-size: 22px;
  color: #35C600;
  line-height: 1;
}

.review-autosuggest .autosuggest__results::-webkit-scrollbar {
  width: 7px;
}

.review-autosuggest .autosuggest__results::-webkit-scrollbar-thumb {
  background-color: #1ccdae;
  border-radius: 10px;
}

.review-autosuggest .autosuggest__results::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  border-radius: 10px;
}

.fianl-report-wrapper .header-after-title-select {
  margin: 0 auto;
  width: 68%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .fianl-report-wrapper .header-after-title-select {
    width: 87%;
  }
}
@media (max-width: 991.98px) {
  .fianl-report-wrapper .header-after-title-select {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .fianl-report-wrapper .final-review-clm-label {
    display: none;
  }
}
.fianl-report-wrapper .selection-box-title span {
  color: #707070;
  font-size: 10px;
  text-transform: uppercase;
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx {
  border-radius: 3px;
  background-color: #fff;
  margin: 10px 0 0 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #2D2A44;
  font-weight: 500;
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx.confirmation-inner-bx-mg {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx.confirmation-inner-bx-mg {
    margin-right: 0px;
  }
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost {
  overflow: hidden;
  font-size: 18px;
  color: #2F2B47;
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 1px solid #F2F2F2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost {
    font-size: 14px;
  }
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-left {
  float: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-left {
    float: none;
  }
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-right {
  float: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-right {
    float: none;
  }
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-desc {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 6px 0 5px;
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .representative {
  margin-top: 5px;
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .representative span {
  margin-right: 5px;
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .representative a {
  margin: 0 8px;
  color: #2F2B47;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .representative a {
    margin: 0 3px;
  }
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .valid {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .wrnty {
    margin-bottom: 10px;
  }
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-bx-mb {
  margin-bottom: 10px;
}
.fianl-report-wrapper .confirmation-report-wrapper .confirmation-bx-mb .confirmation-bx-hieght {
  height: 100%;
}

#email-sent-modal .modal-header {
  text-align: center;
}

#email-sent-modal .modal-header .close:focus {
  outline: none;
}

#email-sent-modal .modal-title {
  width: 100%;
}

#email-sent-modal .modal-title img {
  max-height: 90px;
}

#email-sent-modal .modal-body p {
  direction: rtl;
}

#email-sent-modal .btn:focus {
  box-shadow: none;
}

#email-sent-modal .btn {
  background-color: #1ccdae;
  color: #fff;
  width: 130px;
  font-size: 18px;
}

.mobile-pr .machine-checkbox .mob-pr-desc {
  position: absolute;
  top: -30px;
  left: 33px;
  width: 80vw;
  background-color: #fff;
  background-clip: padding-box;
  display: block;
  z-index: 1000000000000 !important;
  padding: 10px 10px;
  border-radius: 4px;
  text-align: left;
}

.mobile-pr .machine-checkbox .mob-pr-desc p {
  margin: 0;
}

.mobile-pr .machine-checkbox .mob-pr-desc p br {
  display: none;
}

.mobile-pr .machine-checkbox .mob-pr-desc ul {
  padding: 0;
}

#back-popup___BV_modal_content_ {
  background-color: #33304e;
  color: #fff;
  border-radius: 20px;
  width: 450px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #back-popup___BV_modal_content_ {
    width: auto;
  }
}
#back-popup___BV_modal_content_ .modal-header {
  padding: 10px 20px 0;
  border-bottom: 0;
  display: none;
}
#back-popup___BV_modal_content_ .modal-header .close {
  color: #fff;
  opacity: 1;
}
#back-popup___BV_modal_content_ .modal-header .close:focus {
  outline: none;
}
#back-popup___BV_modal_content_ .modal-body {
  padding: 50px 15px 50px;
}
@media (max-width: 767.98px) {
  #back-popup___BV_modal_content_ .modal-body {
    padding: 40px 15px 40px;
  }
}
#back-popup___BV_modal_content_ .modal-body p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
#back-popup___BV_modal_content_ .modal-body .btn {
  color: #fff;
  background-color: #1ccdae;
  padding: 10px 10px 9px;
  font-size: 16px;
  width: 165px;
  line-height: 1;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  #back-popup___BV_modal_content_ .modal-body .btn {
    padding: 10px 20px 9px;
    font-size: 14px;
    width: auto;
    margin-bottom: 10px;
  }
}
#back-popup___BV_modal_content_ .modal-body .btn.mrg-raq {
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  #back-popup___BV_modal_content_ .modal-body .btn.mrg-raq {
    margin-right: 4px;
  }
}
@media (max-width: 575.98px) {
  #back-popup___BV_modal_content_ .modal-body .btn.mrg-raq {
    margin-right: 0;
  }
}
#back-popup___BV_modal_content_ .modal-body .btn:focus {
  box-shadow: none;
}

.lang-ar .review-choices .review-order .review-label,
.lang-ar .review-choices .review-order .review-desc {
  direction: rtl;
  text-align: right;
}
.lang-ar .confirmation-report-wrapper .contact-dtl {
  direction: rtl;
  text-align: right;
}
.lang-ar .fianl-report-wrapper .header-after-title-select {
  width: auto;
}
.lang-ar .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost {
  direction: rtl;
}
.lang-ar .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-left {
  float: right;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lang-ar .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-left {
    text-align: right;
  }
}
.lang-ar .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-right {
  float: left;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lang-ar .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .est-cost .est-right {
    text-align: right;
  }
}
.lang-ar .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .representative {
  direction: rtl;
  text-align: right;
}
.lang-ar .fianl-report-wrapper .confirmation-report-wrapper .confirmation-inner-bx .representative span {
  margin-right: 0;
  margin-left: 5px;
}
.lang-ar .review-order .machien-image {
  text-align: right;
}
.lang-ar .review-order .review-items .edit-delet,
.lang-ar .review-order .review-info {
  float: left;
}
.lang-ar .review-order .review-info {
  margin-right: 0;
  margin-left: 4px;
}
.lang-ar .review-product .add-product span {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .review-pd-lft {
    padding-left: 15px;
    padding-right: 5px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .review-label {
    padding-right: 0;
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .review-info {
    right: auto;
    left: 5px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .review-items .edit-delet {
    float: right;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .edit-remove {
    padding-right: 0;
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .review-pd-right {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .review-spinner.review-items {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .review-order .review-items.category-tag-mob {
    float: right;
  }
}
.lang-ar .review-qt-amnt p span {
  text-align: left;
}
.lang-ar .category-separate {
  overflow: hidden;
}
.lang-ar .category-separate strong {
  text-align: right;
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
.lang-ar .mobile-continue-btn .btn i {
  right: auto;
  left: -43px;
  margin-left: 0;
}

.review-ar .review-autosuggest .autosuggest__results-container .autosuggest__results ul li {
  direction: rtl;
  text-align: right;
}

.review-ar .review-autosuggest .autosuggest__results-container .autosuggest__results ul li .product-image {
  margin-right: 0;
  margin-left: 10px;
}

.review-ar .review-autosuggest input {
  text-align: right;
  direction: rtl;
  padding-right: 15px;
  padding-left: 80px;
}

.review-search-wrapper.review-ar .review-search-btn {
  left: 0;
  right: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.review-search-wrapper.review-ar .review-search-btn .icon-cancel-circle {
  right: -40px;
}

.reviewQuoteTotalWrap {
  height: 1px;
  width: 100%;
}

.review-qt-amnt {
  width: 100%;
  padding: 20px 30px 5px;
  display: none;
}
@media (max-width: 767.98px) {
  .review-qt-amnt {
    display: block;
  }
}
@media (max-width: 320px) {
  .review-qt-amnt {
    padding: 20px 20px 5px;
  }
}
.review-qt-amnt p {
  color: #2D2A44;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.review-qt-amnt p strong {
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 320px) {
  .review-qt-amnt p strong {
    font-size: 12px;
  }
}
.review-qt-amnt p span {
  font-size: 20px;
  text-align: right;
  flex: 1;
}
@media (max-width: 320px) {
  .review-qt-amnt p span {
    font-size: 16px;
  }
}
.review-qt-amnt.fixed-tqt {
  background-color: #1CCDAE;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.review-qt-amnt.fixed-tqt p {
  color: #fff;
}

@media (max-width: 767.98px) {
  .mobile-continue-btn {
    padding: 25px 0 0 !important;
    background-color: transparent;
    box-shadow: none;
  }
  .mobile-continue-btn .btn {
    padding: 14px 10px 14px;
    font-size: 14px;
  }
  .mobile-continue-btn .btn strong {
    position: relative;
  }
  .mobile-continue-btn .btn i {
    float: initial;
    vertical-align: middle;
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: -43px;
    margin: 0;
  }
  .mobile-continue-btn .btn:hover strong, .mobile-continue-btn .btn:focus strong {
    display: inline-block;
  }
}

.category-separate {
  padding: 10px 0 10px;
}
.category-separate strong {
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: calc(100% - 130px);
  margin-right: 5px;
  vertical-align: middle;
}
.category-separate a {
  color: #1E8FFB;
  font-weight: 600;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  vertical-align: middle;
}
.category-separate a i {
  margin-right: 6px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .mob-card-pb {
    padding-bottom: 20px !important;
  }
}

.final-question .card-body {
  padding: 1.625rem 1.25rem 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .final-question .card-body {
    padding: 1.4375rem 0.625rem 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .final-question .card-body {
    padding: 1.25rem 0.3125rem 1.125rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .final-question .card-body {
    padding-bottom: 1.5625rem;
  }
}
.final-question .final-desc {
  color: #2f2b47;
  font-size: 0.875rem;
  margin-bottom: 1.375rem;
}
.final-question .final-desc.mg-btm {
  margin-bottom: 0rem;
}
@media (max-width: 767.98px) {
  .final-question .final-desc.mg-btm {
    margin-bottom: 0.75rem;
  }
}
.final-question .final-checkbox-1 {
  padding: 0;
  margin-bottom: 0.625rem;
}
.final-question .final-checkbox-1 .custom-control {
  padding-left: 0;
}
.final-question .final-checkbox-1 .custom-control .check-placeholder {
  margin: 0rem 0 0 0.625rem;
}
@media (max-width: 991.98px) {
  .final-question .final-checkbox-1 .custom-control .check-placeholder {
    top: 0.625rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .final-question .final-checkbox-1 .custom-control .check-placeholder {
    margin: 0rem 0 0 0.625rem;
  }
}
.final-question .final-checkbox-1 .checkbox-space {
  margin: 0.75rem 0 0.75rem;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .final-question .final-checkbox-1 .checkbox-space {
    margin: 0.6875rem 0 0.6875rem;
  }
}
.final-question .final-checkbox-1 .checkmark-label {
  padding-left: 2.8125rem;
  color: #000;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .final-question .final-checkbox-1 .checkmark-label {
    font-size: 0.875rem;
  }
}
.final-question .extra-dicount {
  width: 13.4375rem;
  height: 13.4375rem;
  border: 0.25rem solid #1ccdae;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .final-question .extra-dicount {
    width: 9.375rem;
    height: 9.375rem;
    margin-bottom: 1.875rem;
    margin-top: 0.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .final-question .extra-dicount {
    width: 8.125rem;
    height: 8.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .final-question .extra-dicount {
    width: 11.5625rem;
    height: 11.5625rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .final-question .extra-dicount {
    width: 11.25rem;
    height: 11.25rem;
  }
}
.final-question .extra-dicount h2 {
  color: #2f2b47;
  font-size: 3.375rem;
  margin: 4.0625rem 0 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .final-question .extra-dicount h2 {
    font-size: 2.75rem;
    margin-top: 2.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .final-question .extra-dicount h2 {
    font-size: 2.25rem;
    margin-top: 2.1875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .final-question .extra-dicount h2 {
    font-size: 3rem;
    margin-top: 3.4375rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .final-question .extra-dicount h2 {
    margin-top: 2.875rem;
    font-size: 3rem;
  }
}
.final-question .extra-dicount p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Lora";
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .final-question .extra-dicount p {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .final-question .extra-dicount p {
    font-size: 1rem;
  }
}

.contact-form {
  padding: 1.875rem 1.25rem 1.875rem 1.25rem;
}
.contact-form .scrollbar {
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .contact-form .scrollbar {
    padding-right: 0px;
  }
}

.checkout-form {
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-form {
    padding: 0 0px;
  }
}
@media (max-width: 767.98px) {
  .checkout-form {
    padding: 0 0px;
  }
}
.checkout-form .header-after-title-select {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #b3bbc5;
  margin-bottom: 40px !important;
  text-align: left;
}
.checkout-form .header-after-title-select:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ea2121;
  border-radius: 50%;
  position: relative;
  top: -3px;
  right: 2px;
}
.checkout-form .form-group {
  margin-bottom: 0.625rem;
}
.checkout-form .form-group label {
  font-size: 0.875rem;
  color: #4F4E60;
  text-transform: initial;
  display: block;
  margin-bottom: 0.4375rem;
  font-weight: 500;
}
.checkout-form .form-group label p {
  display: inline-block;
  width: calc(100% - 65px);
  margin-bottom: 0;
  font-size: 13px;
}
.checkout-form .form-group .form-control:focus,
.checkout-form .form-group .form-control:hover {
  box-shadow: 0px 0px 10px #1CCDAEA7;
  border-color: #1CCDAE;
  outline: 0;
}
.checkout-form .form-group input,
.checkout-form .form-group select,
.checkout-form .form-group textarea {
  font-size: 0.875rem;
  color: #2f2b47;
  font-weight: 400;
  border-color: #CECECE;
  border-radius: 3px;
  padding-right: 1.875rem;
  font-family: "Montserrat";
}
@media (max-width: 767.98px) {
  .checkout-form .form-group input,
.checkout-form .form-group select,
.checkout-form .form-group textarea {
    border-color: #CECECE;
  }
}
.checkout-form .form-group textarea::-moz-placeholder {
  color: #BCBABC;
  font-weight: normal;
  font-size: 0.875rem;
}
.checkout-form .form-group textarea::placeholder {
  color: #BCBABC;
  font-weight: normal;
  font-size: 0.875rem;
}
.checkout-form .form-group input::-moz-placeholder {
  color: #BCBABC;
  font-weight: normal;
  font-size: 0.875rem;
}
.checkout-form .form-group input::placeholder {
  color: #BCBABC;
  font-weight: normal;
  font-size: 0.875rem;
}
.checkout-form .form-group textarea.form-control {
  height: 130px;
}
.checkout-form .form-group input,
.checkout-form .form-group select {
  height: 40px;
}
.checkout-form .form-group .arrow-select {
  position: relative;
}
.checkout-form .form-group .arrow-select:after {
  content: "\E912";
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 5px;
  transform: rotate(270deg);
  font-size: 10px;
  font-weight: 700;
  color: #9fa1a6;
  font-family: "icomoon";
}
@media (max-width: 767.98px) {
  .checkout-form .form-group .arrow-select:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4F4E60;
    right: 13px;
    font-size: 0;
    top: 52%;
    transform: translate(0px, -48%);
  }
}
.checkout-form .form-group .arrow-select select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout-form .form-group .form-select-search .multiselect__tags {
  width: 100% !important;
  border: 1px solid #CECECE;
  height: 40px;
  border-radius: 4px;
  line-height: 1.6;
  background-color: #fff;
}
.checkout-form .form-group .form-select-search .multiselect__tags input,
.checkout-form .form-group .form-select-search .multiselect__tags .multiselect__single {
  outline: none !important;
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
  box-shadow: none !important;
}
.checkout-form .form-group .form-select-search .multiselect__tags .multiselect__placeholder {
  font-size: 0.875rem;
  padding: 0px 12px;
  min-height: 40px;
  line-height: 40px;
  color: #BCBABC;
  font-family: "Montserrat";
}
.checkout-form .form-group .form-select-search .multiselect__tags .multiselect__single {
  font-size: 0.875rem;
  padding: 0px 12px;
  color: #2f2b47;
  font-family: "Montserrat";
  margin-top: 8px;
}
.checkout-form .form-group .form-select-search .multiselect__content-wrapper {
  position: absolute;
  background: #fff;
  width: 100%;
  overflow: auto;
  border: 1px solid #CECECE;
  max-height: 250px !important;
  z-index: 100;
  padding: 10px 10px;
  font-family: "Montserrat";
  box-shadow: 0px 0px 8px #cecece !important;
}
.checkout-form .form-group .form-select-search .multiselect__content-wrapper ul li {
  padding: 5px 0;
}
.checkout-form .form-group .form-select-search .multiselect__content-wrapper ul li span {
  cursor: pointer;
}
.checkout-form .form-group .has-success .form-select-search .multiselect__tags {
  border-color: #1ccdae !important;
}
.checkout-form .form-group .has-danger .form-select-search .multiselect__tags {
  border-color: #F23B3B !important;
  box-shadow: 0px 0px 10px #d1343480 !important;
}
.checkout-form .cnt-chkwrp .c-chk-brd {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .checkout-form .further-check .checkbox-label {
    margin-top: 15px;
  }
}
.checkout-form .pd-left-filed {
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-form .pd-left-filed {
    padding-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .checkout-form .pd-left-filed {
    padding-right: 0px;
  }
}
.checkout-form .contact-top h4 {
  color: #2D2A44;
}
.checkout-form .contact-top p {
  color: #A1A1A1;
}
.checkout-form .btn-checked-1 {
  margin: 0 -8px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .checkout-form .btn-checked-1 {
    flex-direction: column;
  }
  .checkout-form .btn-checked-1 .btn {
    margin-bottom: 15px !important;
  }
  .checkout-form .btn-checked-1 .btn:last-child {
    margin-bottom: 0 !important;
  }
}

.form-has-icon {
  position: relative;
}
.form-has-icon.icon-r i {
  right: 20px;
}
.form-has-icon i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 16px;
  display: none;
}
@media (max-width: 767.98px) {
  .form-has-icon i {
    font-size: 14px;
  }
}

.has-success input,
.has-success select {
  border-color: #1ccdae !important;
}
.has-success i.icon-check {
  display: block;
  color: #1ccdae;
}

.has-danger input,
.has-danger select {
  border-color: #F23B3B !important;
  box-shadow: 0px 0px 10px #D1343480 !important;
}
.has-danger i.icon-danger-sign {
  display: block;
  color: #F23B3B;
}

@media (max-width: 767.98px) {
  .contact-section-right {
    margin-top: 6px;
  }
}

.lang-ar .checkout-form .form-group label {
  direction: rtl;
  text-align: right;
}
.lang-ar .checkout-form .header-after-title-select {
  direction: rtl;
  text-align: right;
  float: right;
}
.lang-ar .checkout-form .header-after-title-select:before {
  right: -2px;
}
.lang-ar .checkout-form .form-group label p {
  font-size: 14px;
}
.lang-ar .form-has-icon .phone-no-wrp i.icon-check {
  left: auto;
  right: 10px;
}
.lang-ar .form-has-icon .phone-no-wrp i.icon-danger-sign {
  left: auto;
  right: 10px;
}
.lang-ar .form-has-icon i {
  left: 10px;
  right: auto;
}
.lang-ar .form-has-icon i.icon-check {
  left: 10px;
  right: auto;
}
.lang-ar .form-has-icon i.icon-danger-sign {
  left: 10px;
  right: auto;
}
.lang-ar .checkout-form .form-group input,
.lang-ar .checkout-form .form-group select,
.lang-ar .checkout-form .form-group textarea {
  padding-right: 15px;
  padding-left: 30px;
}
.lang-ar .checkout-form .form-group .arrow-select:after {
  right: auto;
  left: 5px;
}
@media (max-width: 767.98px) {
  .lang-ar .checkout-form .form-group .arrow-select:after {
    left: 13px;
  }
}
.lang-ar .form-has-icon.icon-r i {
  right: auto;
  left: 20px;
}
.lang-ar .further-check {
  text-align: right;
}
.lang-ar .contact-video-popup-bx {
  padding: 8px 9px 8px 20px;
}
.lang-ar .contact-video-popup-bx .cnt-desc-left p {
  text-align: right;
  font-size: 14px;
}
.lang-ar .contact-video-popup-bx .cnt-video-right {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .lang-ar .customprogress-bar.cnt-mob-btn1 .btn i {
    margin: 0;
    left: -43px;
    right: auto;
  }
}
.lang-ar .contact-top {
  text-align: right;
}
.lang-ar .pd-left-filed {
  padding-right: 0;
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lang-ar .pd-left-filed {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .lang-ar .pd-left-filed {
    padding-left: 0px;
  }
}
.lang-ar .checkout-form .form-group .form-select-search .multiselect__tags,
.lang-ar .checkout-form .form-group .form-select-search .multiselect__content-wrapper {
  text-align: right;
}
.lang-ar .range-slider-input span {
  text-align: right;
}
.lang-ar .btn-checked-1 .btn {
  text-align: center !important;
}
.lang-ar .btn-checked-1 .btn span {
  direction: ltr;
  display: block;
}
.lang-ar .range-slider-input .form-control {
  padding-left: 10px !important;
}

.cnt-chkwrp {
  display: inline-block;
  position: relative;
}
.cnt-chkwrp input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  cursor: pointer;
  line-height: 25px;
}
.cnt-chkwrp span.c-chk-brd {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  display: block;
  line-height: 25px;
  text-align: center;
}
.cnt-chkwrp span.c-chk-brd i {
  opacity: 0;
  line-height: 18px;
}

.cnt-chkwrp input:checked + .c-chk-brd i {
  opacity: 1;
  color: #fff;
}

.cnt-chkwrp input:checked + .c-chk-brd {
  border: 1px solid #169BFF;
  background-color: #169BFF;
}

.contact-video-popup-bx {
  border-radius: 9px;
  padding: 8px 20px 8px 9px;
  margin-bottom: 10px;
  display: none;
  background-color: rgba(28, 205, 174, 0.23);
}
@media (max-width: 767.98px) {
  .contact-video-popup-bx {
    display: block;
    margin-bottom: 30px;
  }
}
.contact-video-popup-bx .cnt-desc-left {
  display: inline-block;
  width: calc(100% - 144px);
  vertical-align: middle;
}
.contact-video-popup-bx .cnt-desc-left p {
  color: #33304E;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  margin: 0px 0 0;
}
.contact-video-popup-bx .cnt-video-right {
  text-align: left;
  cursor: pointer;
  display: inline-block;
  width: 130px;
  margin-right: 10px;
}
.contact-video-popup-bx .cnt-video-right:focus {
  outline: none;
}
.contact-video-popup-bx .cnt-video-right img {
  max-width: 100%;
}

div#contact-video-popup .modal-header {
  padding: 10px 15px;
  border-bottom: 0;
}
div#contact-video-popup .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
  font-size: 26px;
  color: #fff;
}
div#contact-video-popup .modal-body {
  padding: 20px 15px;
}
div#contact-video-popup .modal-content {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .mobile-field-none {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .customprogress-bar.cnt-mob-btn1 {
    position: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0 !important;
    margin-top: 40px;
  }
  .customprogress-bar.cnt-mob-btn1 .btn {
    padding: 14px 10px 14px;
    font-size: 14px;
  }
  .customprogress-bar.cnt-mob-btn1 .btn strong {
    position: relative;
  }
  .customprogress-bar.cnt-mob-btn1 .btn i {
    float: initial;
    vertical-align: middle;
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: -43px;
    margin: 0;
  }
  .customprogress-bar.cnt-mob-btn1 .btn.show-spinner .loader {
    top: 27%;
  }
  .customprogress-bar.cnt-mob-btn1 .btn.disabled i {
    opacity: 0;
  }
}

.radio-style1 {
  width: 70px;
  height: 35px;
}
.radio-style1 input,
.radio-style1 .border-clr {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
}
.radio-style1 input {
  opacity: 0;
  z-index: 1;
}
.radio-style1 span {
  border: 1px solid #1ccdae;
  border-radius: 4px;
}
.radio-style1 p {
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
}

.radio-style1 input:checked + .border-clr {
  background-color: #1ccdae;
  opacity: 1;
}

.radio-style1 input:checked + .border-clr + p {
  color: #fff;
  z-index: 1;
  position: relative;
}

.radio-style1.radio-danger input:checked + .border-clr {
  background-color: #ff9494;
  border-color: #ff9494;
}

.contact-opt-wrp {
  height: calc(100vh - 250px);
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .contact-opt-wrp {
    height: 100%;
  }
}
.contact-opt-wrp .otp-field-box {
  max-width: 583px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .contact-opt-wrp .otp-field-box .otp-field-inner {
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .contact-opt-wrp .otp-verification .form-control {
    background-color: transparent;
  }
}

.btn-checked-primary .btn-outline-primary {
  border: 0;
  box-shadow: 0 0px 0px 1px #cecece;
}
.btn-checked-primary .btn-outline-primary:hover {
  box-shadow: 0 0px 0px 1px #1E8FFB;
  background-color: transparent;
  color: #1E8FFB;
}
.btn-checked-primary .btn-outline-primary.active {
  background-color: #F0F8FF !important;
  color: #1E8FFB !important;
  box-shadow: 0 0px 0px 2px #1E8FFB;
}

.btn-checked-1 {
  display: flex;
}
.btn-checked-1 .btn {
  margin: 0 8px !important;
  padding: 12px 10px 12px;
}
.btn-checked-1 .btn span {
  font-weight: 400;
}
.btn-checked-1 .btn.active span {
  font-weight: 600;
}
.btn-checked-1.btn-group .btn {
  border-radius: 30px !important;
}

.range-slider1 {
  position: relative;
  cursor: pointer;
  flex: 0 0 42%;
  top: 7px;
  height: 4px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .range-slider1 {
    flex: 0 0 100%;
    top: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.range-slider1 .noUi-origin .noUi-handle {
  outline: none;
  cursor: pointer;
  display: block;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: none;
  background-color: #fff;
  touch-action: pan-x;
  border: 3px solid #1E8FFB;
  border-radius: 10px;
  padding: 0;
  transform: translateX(-9px);
}
.range-slider1 .noUi-origin .noUi-handle::before, .range-slider1 .noUi-origin .noUi-handle::after {
  display: none;
}
.range-slider1 .noUi-connect {
  background: #1e8ffb;
}

.range-slider-input {
  flex: 0 0 51%;
  margin: 0 -5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .range-slider-input {
    flex: 0 0 100%;
  }
}
.range-slider-input div {
  margin: 0 5px;
}
.range-slider-input span {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.range-slider-input .form-control {
  color: #1C3047 !important;
  font-weight: 600 !important;
  padding-right: 10px !important;
}
@media (max-width: 767.98px) {
  .range-slider-input .form-control {
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .track-wrp {
    flex-direction: column;
  }
}

.phone-single-flag {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
}
.phone-single-flag .multiselect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.phone-single-flag .multiselect .multiselect__input {
  position: absolute;
  width: 292px !important;
  top: 43px;
  z-index: 9999;
  left: 1px;
  display: none;
  border: none;
  border-radius: 0;
  padding: 0 15px !important;
  outline: none;
}
.phone-single-flag .multiselect .multiselect__content-wrapper {
  position: absolute;
  background: white;
  z-index: 999;
  overflow: auto;
  left: 0;
  top: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 300px;
  padding-top: 40px;
}
.phone-single-flag .multiselect .multiselect__content-wrapper > ul {
  width: 100%;
}
.phone-single-flag .multiselect .multiselect__content-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.phone-single-flag .multiselect .multiselect__content-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.phone-single-flag .multiselect .multiselect__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #cacaca;
}
.phone-single-flag .multiselect .multiselect__element .multiselect__option {
  display: flex;
  padding: 3px 20px;
  align-items: center;
}
.phone-single-flag .multiselect .multiselect__element .multiselect__option.multiselect__option--selected {
  position: relative;
  pointer-events: none;
}
.phone-single-flag .multiselect .multiselect__element .multiselect__option.multiselect__option--selected i {
  display: block !important;
  color: #1E8FFB;
}
.phone-single-flag .multiselect .multiselect__element .multiselect__option:hover {
  background-color: #F7F7F7;
}
.phone-single-flag .multiselect.multiselect--active .multiselect__input {
  display: block;
}

.thankyou-wrapper {
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .thankyou-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto !important;
    display: inherit;
    vertical-align: inherit;
    justify-content: inherit;
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  .thankyou-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-height: 600px) and (max-width: 1024px) {
  .thankyou-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.thankyou-wrapper .height {
  height: 100%;
}
@media (max-width: 767.98px) {
  .thankyou-wrapper .height {
    height: inherit;
  }
}
.thankyou-wrapper .card-custom-body-mrg {
  margin-bottom: 20px;
}
.thankyou-wrapper .ty-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  vertical-align: middle;
  justify-content: center;
}
.thankyou-wrapper .ty-inner h2 {
  color: #2D2A44;
  font-size: 38px;
  font-family: "Montserrat";
  margin-bottom: 0;
  padding: 22px 0;
  width: 45%;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .thankyou-wrapper .ty-inner h2 {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thankyou-wrapper .ty-inner h2 {
    width: 80%;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .thankyou-wrapper .ty-inner h2 {
    width: 100%;
    font-size: 20px;
    padding: 15px 0;
  }
}
.thankyou-wrapper .ty-inner p {
  color: #2D2A44;
  font-size: 18px;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 27px;
  line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .thankyou-wrapper .ty-inner p {
    width: 71%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thankyou-wrapper .ty-inner p {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .thankyou-wrapper .ty-inner p {
    width: 100%;
    padding: 0 20px 25px 20px;
    font-size: 14px;
    font-weight: 500;
  }
}
.thankyou-wrapper .ty-inner p .email-check {
  color: #2D2A44;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .thankyou-wrapper .ty-inner p .email-check {
    font-size: 14px;
    display: block;
  }
}
.thankyou-wrapper .ty-inner .actions {
  font-size: 16px;
  font-weight: 600;
  margin-top: 80px;
}
.thankyou-wrapper .ty-inner a {
  color: #1E8FFB;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.thankyou-wrapper .ty-inner a img {
  padding-right: 10px;
}
.thankyou-wrapper .ty-inner .thankyou-btm {
  background-color: #00BE071A;
  border-radius: 6px;
  padding: 22px 0 20px;
  position: relative;
  margin-top: 40px;
}
.thankyou-wrapper .ty-inner .thankyou-btm:after {
  content: "";
  background-image: url(../images/thankyou-create.png);
  width: 200px;
  height: 120px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  background-size: 100% auto;
  bottom: 0px;
}
@media (max-width: 991.98px) {
  .thankyou-wrapper .ty-inner .thankyou-btm:after {
    display: none;
  }
}
.thankyou-wrapper .ty-inner .thankyou-btm h3 {
  font-size: 20px;
  color: #2D2A44;
  font-family: "Montserrat";
  margin: 0 auto;
  max-width: 41%;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thankyou-wrapper .ty-inner .thankyou-btm h3 {
    max-width: 71%;
  }
}
@media (max-width: 767.98px) {
  .thankyou-wrapper .ty-inner .thankyou-btm h3 {
    font-size: 18px;
    max-width: 90%;
  }
}
.thankyou-wrapper .ty-inner .thankyou-btm .btn-crete {
  background-color: #00BE07;
  font-size: 14px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 10px 30px 10px;
  display: inline-block;
  box-shadow: 0px 0px 10px #1E8FFB80;
}
.thankyou-wrapper .ty-inner .thankyou-btm img {
  max-width: 100%;
}
.thankyou-wrapper .card-custom-body-bg {
  border-radius: 6px;
}

.recived-project {
  margin: 0 auto;
  width: 56.25rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .recived-project {
    width: 50rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .recived-project {
    width: 40.625rem;
  }
}
@media (max-width: 767.98px) {
  .recived-project {
    width: auto;
  }
}
.recived-project .card-body {
  border-bottom: 1px solid #ebebeb;
  padding: 2rem 1.25rem 3rem;
  color: #2f2b47;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .recived-project .card-body {
    padding: 1.25rem 0.9375rem 1.875rem;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .recived-project .card-body {
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
  }
}
.recived-project .card-body h2 {
  font-size: 2.25rem;
  margin: 0 0 0px;
  padding-bottom: 0.625rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .recived-project .card-body h2 {
    font-size: 1.875rem;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .recived-project .card-body h2 {
    font-size: 1.625rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .recived-project .card-body h2 {
    padding-bottom: 0;
    font-size: 2rem;
  }
}
.recived-project .card-body p {
  font-size: 0.875rem;
  margin: 1.25rem 0 0;
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .recived-project .card-body p br {
    display: none;
  }
}
.recived-project .card-body p a {
  display: block;
  color: #1ccdae;
}
.recived-project .social-icon.fotter-social {
  padding: 0.8125rem 0 1.5625rem;
}
@media (max-width: 767.98px) {
  .recived-project .social-icon.fotter-social {
    padding: 1.5rem 0.625rem 1.75rem;
  }
}
.recived-project .social-icon p {
  font-size: 0.875rem;
  margin: 0 0 1.25rem;
  color: #2f2b47;
}
.recived-project .social-icon ul {
  display: inline-block;
}
.recived-project .social-icon ul li {
  display: inline-block;
  margin-right: 1.25rem;
}
.recived-project .social-icon ul li a {
  width: 2.6875rem;
  height: 2.6875rem;
  line-height: 2.6875rem;
  display: inline-block;
  background-color: #1ccdae;
  color: #fff;
  border-radius: 50%;
}
.recived-project .social-icon ul li a i {
  font-size: 1.25rem;
  line-height: 2.6875rem;
}

a:hover {
  text-decoration: none;
}

.lang-ar .thankyou-wrapper .ty-inner p {
  direction: rtl;
}
.lang-ar .thankyou-wrapper .ty-inner a img {
  padding-right: 0;
  padding-left: 10px;
}
.lang-ar .btn-primary1 i {
  margin-right: 0px;
  margin-left: 10px;
}

.btn-primary1 {
  background-color: #1E8FFB;
  color: #fff !important;
}
.btn-primary1 i {
  color: #fff;
  margin-right: 10px;
}
.btn-primary1 i:before {
  color: #fff;
}

.home-inner-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-inner-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-inner-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-inner-content :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home-sec-wrapper {
  position: relative;
  height: 100vh !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .home-sec-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #2D2A44;
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  .home-sec-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #2D2A44;
  }
}
@media (max-height: 600px) and (max-width: 1024px) {
  .home-sec-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #2D2A44;
    height: 100% !important;
  }
}
@media (max-height: 640px) and (max-width: 360px) {
  .home-sec-wrapper {
    height: 100% !important;
  }
}
.home-sec-wrapper .home-header {
  background-color: transparent;
  border-bottom: 0;
  position: relative;
  z-index: 11;
  padding: 0.75rem 0 0.625rem;
}
.home-sec-wrapper .home-header h1 {
  font-size: 0.75rem !important;
  padding-top: 0.375rem !important;
}
@media (max-width: 767.98px) {
  .home-sec-wrapper .home-header {
    margin-top: 40px;
  }
}
.home-sec-wrapper .header-border {
  border-bottom: 1px solid #5b5455;
  margin: 0;
  position: relative;
  z-index: 11;
}
.home-sec-wrapper .home-inner-content {
  position: relative;
  z-index: 11;
  color: #fff;
  padding: 0% 12% 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  vertical-align: middle;
  justify-content: center;
}
@media (min-width: 1367px) and (max-width: 1399px) {
  .home-sec-wrapper .home-inner-content {
    padding: 0rem 1.25rem 0rem;
  }
}
@media (min-width: 1230px) and (max-width: 1366px) {
  .home-sec-wrapper .home-inner-content {
    padding: 0rem 1.25rem 0rem;
  }
}
@media (min-width: 1200px) and (max-width: 1229px) {
  .home-sec-wrapper .home-inner-content {
    padding: 0rem 1.875rem 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-sec-wrapper .home-inner-content {
    padding: 0% 2% 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-sec-wrapper .home-inner-content {
    padding: 0% 0% 0;
  }
}
@media (max-height: 375px) and (max-width: 812px) {
  .home-sec-wrapper .home-inner-content {
    padding: 15% 0% 15%;
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  .home-sec-wrapper .home-inner-content {
    padding: 15% 0% 15%;
  }
}
@media (max-height: 600px) and (max-width: 1024px) {
  .home-sec-wrapper .home-inner-content {
    padding: 10% 2% 10%;
  }
}
@media (max-width: 767.98px) {
  .home-sec-wrapper .home-inner-content {
    padding: 1.5625rem 0.9375rem 1.875rem;
  }
}
.home-sec-wrapper .home-inner-content h2 {
  font-size: 2rem;
  font-family: "Montserrat";
  margin-bottom: 6px;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .home-sec-wrapper .home-inner-content h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .home-sec-wrapper .home-inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1367px) and (max-width: 1399px) {
  .home-sec-wrapper .home-inner-content h2 {
    font-size: 1.75rem;
  }
}
.home-sec-wrapper .home-inner-content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 767.98px) {
  .home-sec-wrapper .home-inner-content p {
    font-size: 1rem;
  }
}
.home-sec-wrapper .home-inner-content .project-eror-text {
  font-size: 12px !important;
  margin-bottom: 0 !important;
  display: none;
  font-weight: 500;
}
.home-sec-wrapper .home-inner-content .form-control {
  border-radius: 3px;
  background: #51536d;
  background: linear-gradient(to right, #51536d 0%, #535671 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#51536d", endColorstr="#535671",GradientType=1 );
  color: #fff;
  border: 0;
  padding: 7px 10px 8px;
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 1.125rem;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .home-sec-wrapper .home-inner-content .form-control {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .home-sec-wrapper .home-inner-content .form-control {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.home-sec-wrapper .home-inner-content .form-control:focus {
  box-shadow: none;
}
.home-sec-wrapper .home-inner-content .next-button {
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #1E8FFB;
  border: 0;
  border-radius: 3px;
  transition: 0.3s;
}
@media (min-width: 1200px) and (max-width: 1370px) {
  .home-sec-wrapper .home-inner-content .next-button {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .home-sec-wrapper .home-inner-content .next-button {
    height: 40px;
  }
}
.home-sec-wrapper .home-inner-content .next-button i {
  display: none;
}
.home-sec-wrapper .home-inner-content .next-button:hover {
  box-shadow: 0 0 10px rgba(30, 143, 251, 0.5);
}
.home-sec-wrapper .home-inner-content .next-button:hover i {
  display: block;
}
.home-sec-wrapper .home-inner-content .next-button:hover strong {
  display: none;
}
.home-sec-wrapper .home-inner-content .next-button:active, .home-sec-wrapper .home-inner-content .next-button:focus {
  background-color: #1E8FFB;
  box-shadow: none;
}
.home-sec-wrapper .home-inner-content .account-link {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
}
.home-sec-wrapper .home-inner-content .account-link a {
  text-decoration: underline;
  color: #fff;
  margin: 0 5px;
}
.home-sec-wrapper .home-inner-content .account-link span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: inherit;
}
.home-sec-wrapper .home-banner {
  width: 100%;
  position: absolute;
  max-width: 100%;
  top: 0;
  background-image: url(/images/home-banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh !important;
}
.home-sec-wrapper .overlaye-banner-home {
  position: absolute;
  top: 0;
  height: 100vh !important;
  background: transparent linear-gradient(270deg, #2D2A44 0%, #2C2944F6 23%, #0B004500 100%) 0% 0% no-repeat padding-box;
  z-index: 11;
  right: 0;
  width: 65%;
  z-index: 10;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .home-sec-wrapper .overlaye-banner-home {
    opacity: 0.6;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d2a44+1,2c2944+100 */
    background: #2d2a44;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2d2a44 1%, #2c2944 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d2a44", endColorstr="#2c2944",GradientType=0 );
    /* IE6-9 */
  }
}

.custom-language-selector {
  background: linear-gradient(to right, #4d4a5e 0%, #4f4c61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d4a5e", endColorstr="#4f4c61",GradientType=1 );
  display: inline-block;
  padding: 0 24px 0 8px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 4px;
  position: relative;
}
.custom-language-selector:after {
  font-family: "icomoon";
  content: "\E915";
  position: absolute;
  top: 6px;
  right: 8px;
  transform: rotate(90deg);
  font-size: 10px;
  color: #1CCDAE;
  display: none;
}
.custom-language-selector span {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  padding: 4px 0;
  display: inline-block;
}
.custom-language-selector span img {
  margin-right: 5px;
  border-right: 2px;
}
.custom-language-selector .language-drp {
  /*display: none !important;*/
}
.custom-language-selector:hover .language-drp {
  display: block !important;
}

.prjoect-name-eror {
  outline: none;
}
.prjoect-name-eror .form-group,
.prjoect-name-eror .bv-no-focus-ring {
  outline: none;
}
.prjoect-name-eror .project-eror-text {
  display: block !important;
}

.lang-ar .home-inner-content {
  direction: rtl;
  text-align: right;
}
.lang-ar .custom-language-selector span img {
  margin-right: 0px;
  margin-left: 5px;
}
.lang-ar .home-sec-wrapper .home-inner-content .next-button i {
  transform: rotateY(180deg);
}

.header-account {
  text-align: center;
  height: 66px;
  padding: 0;
}
.header-account .header-btm {
  padding: 8px 30px;
  background-color: #2C2943;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .header-account .header-btm {
    padding: 8px 18px;
  }
}
.header-account a {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 42px;
  height: 42px;
  border: 1px solid #F2F2F240;
  border-radius: 3px;
  line-height: 42px;
  color: #F2F2F2;
}
.header-account img {
  display: inline-block;
  max-height: 50px;
}
.header-account .sign-lng .switch-ln {
  display: none;
}
.header-account .sign-lng .switch-lng-wrapper {
  height: auto;
  margin-top: 0;
}
.header-account .sign-lng .switch-lng-wrapper .custom-language-selector {
  margin-top: 0;
  background: transparent;
  padding: 0;
  width: 53px;
}
.header-account .sign-lng .switch-lng-wrapper .custom-language-selector .language-drp {
  font-size: 14px;
  display: block;
}
.header-account .sign-lng .switch-lng-wrapper .custom-language-selector .language-drp img {
  display: none;
}

.header-top-user {
  text-align: right;
  border-bottom: 1px solid #4e4b61;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 15px 0;
}
.header-top-user .user-name {
  display: inline-block;
  line-height: 1;
  padding-right: 7px;
}
.header-top-user .user-name span {
  position: relative;
}
.header-top-user .user-name span:before {
  content: "";
  background-color: #00BE07;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -18px;
}
.header-top-user .flag {
  border-left: 1px solid #4e4b61;
  display: inline-block;
  padding: 3px 0 5px 11px;
}
.header-top-user .flag img {
  max-height: 17px;
  padding-right: 11px;
}
.header-top-user .flag span {
  position: relative;
  top: 2px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .header-top-user .flag span {
    top: 0px;
  }
}
.header-top-user .flag span svg {
  width: 22px;
  margin-left: 8px;
}
.header-top-user .flag span svg path {
  fill: #fff;
}

.sign-up {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 95px;
  padding-right: 95px;
  max-width: 647px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .sign-up {
    padding: 30px;
  }
}
.sign-up .title-sign {
  color: #2D2A44;
  font-size: 24px;
  font-family: Montserrat;
  margin-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  .sign-up .title-sign {
    font-size: 20px;
  }
}
.sign-up label {
  color: #4F4E60;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.sign-up .form-group {
  margin-bottom: 17px;
}
.sign-up .form-control {
  border-color: #CECECE;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  box-shadow: none !important;
}
.sign-up .sign-btn {
  background-color: #1E8FFB;
  border-color: #1E8FFB;
  border-radius: 3px;
  width: 100%;
  margin-top: 12px;
  box-shadow: none !important;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  font-family: Montserrat;
  font-weight: 600;
}
.sign-up .sign-btn:hover {
  background-color: #1E8FFB !important;
  border-color: #1E8FFB !important;
}
.sign-up .sign-btn:focus {
  background-color: #1E8FFB !important;
  border-color: #1E8FFB !important;
}
.sign-up .sign-btn:active {
  background-color: #1E8FFB !important;
  border-color: #1E8FFB !important;
}
.sign-up .divider {
  text-align: center;
  position: relative;
  margin-top: 18px;
  line-height: 1;
  color: #2D2A44;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.sign-up .divider:before, .sign-up .divider:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 47%;
  height: 1px;
  background-color: #E4E4E4;
}
.sign-up .divider:before {
  left: 0;
}
.sign-up .divider:after {
  right: 0;
}
.sign-up .cnt-g {
  width: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin-top: 20px;
  color: #747373;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0px 1px 2px #00000047;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-up .cnt-g img {
  max-height: 20px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .sign-up .cnt-g {
    font-size: 14px;
  }
}
.sign-up .eye-img .eye-visible {
  color: #BFCAD6;
}

.in-correct-detail .form-control {
  border-color: #F23B3B;
}
.in-correct-detail .signin-has-icon i {
  display: block;
}
.in-correct-detail .in-correct-detail-text {
  display: inline-block;
}

.in-correct-detail-text {
  color: #F23B3B;
  font-size: 10px;
  margin-bottom: 0;
  font-weight: 600;
  padding-left: 10px;
  display: none;
}

.sign-lng .switch-lng-wrapper .switch-ln {
  color: #2D2A44;
}

.sign-lng .custom-language-selector span {
  color: #fff;
}

.sign-lng .custom-language-selector span img {
  display: inline-block;
}

.signin-has-icon {
  position: relative;
}
.signin-has-icon i {
  position: absolute;
  top: 35%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 18px;
  color: #F23B3B;
  transform: rotate(180deg);
  display: none;
}

.error-field {
  margin-bottom: 5px;
}
.error-field span {
  display: block;
  color: #F23B3B;
  font-size: 12px;
  padding-bottom: 2px;
  font-weight: 500;
  margin: 0 0px;
}

.eye-img {
  position: relative;
}
.eye-img img {
  max-height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.eye-img .form-control {
  /*padding-right: 25px;*/
}

.in-correct-detail .eye-img img {
  display: none;
}

.sign-mt {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .sign-mt {
    padding: 0;
  }
}

.my-account-inner {
  margin-top: 97px;
}
.my-account-inner.my-account-inner-left {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .my-account-inner.my-account-inner-left {
    position: fixed;
    height: 101px;
  }
}
@media (max-width: 320px) {
  .my-account-inner.my-account-inner-left {
    height: 145px;
  }
}
.my-account-inner .maintitle {
  color: #2D2A44;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat;
}
.my-account-inner.my-account-inner-left .maintitle {
  margin: 25px 0 23px;
}
@media (max-width: 767.98px) {
  .my-account-inner.my-account-inner-left .maintitle {
    margin: 20px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .my-account-inner.my-account-inner-left .nav {
    flex-direction: inherit !important;
    text-align: center;
    display: block;
  }
}
.my-account-inner.my-account-inner-left .nav .nav-link {
  padding: 0 20px 22px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .my-account-inner.my-account-inner-left .nav .nav-link {
    display: inline-block;
    font-size: 12px;
    padding: 0 2px 10px !important;
  }
}
.my-account-inner.my-account-inner-left .nav .nav-link:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #1E8FFB;
  width: 10px;
  height: 6px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .my-account-inner.my-account-inner-left .nav .nav-link:before {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 26px;
    height: 6px;
    margin: 0 auto;
    border-radius: 3px;
  }
}
.my-account-inner.my-account-inner-left .nav .nav-link.active {
  background-color: transparent;
  color: #2C2943;
  font-weight: 700;
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .my-account-inner.my-account-inner-left .nav .nav-link.active {
    padding-left: 26px;
  }
}
@media (max-width: 767.98px) {
  .my-account-inner.my-account-inner-left .nav .nav-link.active {
    padding-left: 0;
  }
}
.my-account-inner.my-account-inner-left .nav .nav-link.active:before {
  opacity: 1;
}
.my-account-inner.my-account-inner-left .nav .nav-link i {
  padding-right: 14px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .my-account-inner.my-account-inner-left .nav .nav-link i {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .my-account-inner.my-account-inner-left .nav .nav-link i {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}
.my-account-inner.my-account-inner-left .nav .nav-link.logout {
  color: #D13434;
}
.my-account-inner .tab-content {
  margin: 0 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .my-account-inner .tab-content {
    margin: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .my-account-inner .tab-content {
    margin: 115px 0px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .my-account-inner .tab-content {
    margin: 160px 0px 0;
  }
}
.my-account-inner .tab-content .maintitle {
  padding: 30px 0 28px;
}
@media (max-width: 767.98px) {
  .my-account-inner .tab-content .maintitle {
    display: none;
  }
}
.my-account-inner .tab-content .profile-detail {
  border-bottom: 1px solid #E4E4E4;
  padding: 8px 30px 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .my-account-inner .tab-content .profile-detail {
    padding: 8px 20px 8px;
  }
}
@media (max-width: 767.98px) {
  .my-account-inner .tab-content .profile-detail {
    padding: 8px 15px 8px 20px;
  }
}
.my-account-inner .tab-content .profile-detail:last-child {
  border-bottom: 0;
}
.my-account-inner .tab-content .profile-detail .contact-detail span {
  color: #bdbcc3;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.my-account-inner .tab-content .profile-detail .contact-desc p {
  color: #2D2A44;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.my-account-inner .tab-content .profile-detail .contact-desc .form-control {
  border-radius: 0;
  border: 0;
  padding: 0;
  height: auto;
}
.my-account-inner .tab-content .profile-detail .contact-desc .form-control:focus {
  box-shadow: none;
}
.my-account-inner .tab-content .profile-detail .contact-desc select.form-control {
  background-color: transparent;
}
.my-account-inner .tab-content .profile-detail .contact-edit {
  text-align: center;
}
.my-account-inner .tab-content .profile-detail .contact-edit span {
  color: #1A7DE5;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.my-account-inner .tab-content .profile-detail .contact-edit .btn-save {
  background-color: #00BE07;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 7px 4px;
  line-height: 1;
  display: inline-block;
  box-shadow: 0px 0px 10px #00BE0780;
  border-radius: 3px;
}
.my-account-inner .tab-content .profile-detail .contact-edit .btn-save i {
  font-size: 12px;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.approve-text {
  font-size: 12px;
  background-color: #1CCDAE;
  color: #fff !important;
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
  margin-left: 1.875rem;
}
@media (max-width: 991.98px) {
  .approve-text {
    margin-left: 0.625rem;
    font-size: 10px;
  }
}

.quote-detail {
  padding: 7px 14px 7px 7px;
  border-bottom: 1px solid #F2F2F2;
}
.quote-detail .quote-image {
  width: 50px;
  height: 50px;
  background-color: #F6F6F6;
  border-radius: 3px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.quote-detail .quote-image img {
  max-height: 35px;
}
.quote-detail .quote-desc {
  display: inline-block;
  width: calc(100% - 65px);
}
.quote-detail .quote-desc p {
  margin-bottom: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}
.quote-detail .quote-desc span {
  font-size: 12px;
  color: #707070;
  font-weight: 500;
}
.quote-detail .quote-desc .quote-spec {
  position: relative;
  padding-left: 10px;
}
.quote-detail .quote-desc .quote-spec:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1CCDAE;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 4px;
}
.quote-detail .quote-desc .quote-tit {
  padding-right: 4px;
}
.quote-detail .action-hover {
  text-align: right;
  position: relative !important;
  width: 32px;
  float: right;
  top: 9px;
}
.quote-detail .action-hover:hover .action-icon {
  opacity: 1;
  z-index: 1;
}
.quote-detail .action-hover .dot-h {
  width: 32px;
  height: 32px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #707070;
  font-size: 18px;
  cursor: pointer;
}
.quote-detail .action-hover .action-icon {
  width: 105px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 10px 4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  transition: 0.3s;
  opacity: 0;
}
.quote-detail .action-hover .action-icon a {
  display: block;
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.quote-detail .action-hover .action-icon a.delete {
  color: #d13434;
}
.quote-detail .action-hover .action-icon a:last-child {
  margin-bottom: 0;
}
.quote-detail .action-hover .action-icon a i {
  padding-right: 5px;
}

.create-quote {
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  padding: 15px 0 13px;
  border-radius: 3px;
}
.create-quote span {
  width: 15px;
  height: 15px;
  border: 1px solid;
  display: inline-block;
  line-height: 14px;
  border-radius: 50%;
  font-size: 14px;
  color: #1E8FFB;
  font-weight: 600;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.create-quote .btn {
  background-color: transparent;
  color: #1E8FFB;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  box-shadow: none !important;
}
.create-quote .btn:active {
  background-color: transparent !important;
  border-color: transparent !important;
}

.attached-file-wrapper {
  text-align: center;
  margin-top: 35px;
}
.attached-file-wrapper .attached-file-inner .limited {
  color: #2D2A44;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding-bottom: 4px;
}
.attached-file-wrapper .attached-file-inner .quote-text {
  font-size: 12px;
  line-height: 15px;
  color: #2D2A44;
  width: 27%;
  margin: 0 auto;
  padding-bottom: 14px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .attached-file-wrapper .attached-file-inner .quote-text {
    width: 37%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .attached-file-wrapper .attached-file-inner .quote-text {
    width: 47%;
  }
}
@media (max-width: 767.98px) {
  .attached-file-wrapper .attached-file-inner .quote-text {
    width: 67%;
  }
}
.attached-file-wrapper .attached-file-inner .file {
  position: relative;
  border-radius: 3px;
  line-height: 50px;
  border: 1px dashed #707070;
  margin-bottom: 10px !important;
}
.attached-file-wrapper .attached-file-inner .file:hover {
  border-color: #83bef6;
}
.attached-file-wrapper .attached-file-inner .file:hover .file-text {
  color: #83bef6;
}
.attached-file-wrapper .attached-file-inner .file .form-control-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 390px;
  height: 50px;
  cursor: pointer;
  margin: 0 !important;
  right: 0;
  z-index: 1;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .attached-file-wrapper .attached-file-inner .file .form-control-file {
    max-width: 100%;
  }
}
.attached-file-wrapper .attached-file-inner .file ::-webkit-file-upload-button {
  cursor: pointer;
}
.attached-file-wrapper .attached-file-inner .file .file-text {
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.attached-file-wrapper .attached-file-inner .file .file-text i {
  padding-right: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.attached-file-wrapper .attached-file-inner .file,
.attached-file-wrapper .attached-file-inner .uploading,
.attached-file-wrapper .attached-file-inner .send,
.attached-file-wrapper .attached-file-inner .uploading-wrp {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  max-width: 390px;
}
@media (max-width: 767.98px) {
  .attached-file-wrapper .attached-file-inner .file,
.attached-file-wrapper .attached-file-inner .uploading,
.attached-file-wrapper .attached-file-inner .send,
.attached-file-wrapper .attached-file-inner .uploading-wrp {
    max-width: 100%;
  }
}
.attached-file-wrapper .attached-file-inner .uploading-wrp {
  position: relative;
  height: auto;
}
.attached-file-wrapper .attached-file-inner .uploading-wrp .vue-simple-progress-text {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  font-size: 14px !important;
  color: #707070 !important;
}
.attached-file-wrapper .attached-file-inner .uploading-wrp .vue-simple-progress {
  display: none;
}
.attached-file-wrapper .attached-file-inner .uploading-wrp .change-color .vue-simple-progress-text {
  color: #fff !important;
}
.attached-file-wrapper .attached-file-inner .uploading {
  background-color: transparent;
  border: 1px dashed #707070;
  color: #fff;
  line-height: 50px;
  border-radius: 3px;
  font-size: 14px;
}
.attached-file-wrapper .attached-file-inner .uploading .progress-bar {
  background-color: #707070;
  font-size: 0;
}
.attached-file-wrapper .attached-file-inner .send-file .send-file-inner {
  overflow: hidden;
  margin-bottom: 8px;
}
.attached-file-wrapper .attached-file-inner .send-file p {
  color: #2D2A44;
  font-size: 12px;
  float: left;
  margin-bottom: 0;
  width: calc(100% - 58px);
  text-align: left;
  margin-right: 5px;
}
.attached-file-wrapper .attached-file-inner .send-file a {
  color: #D13434;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  float: right;
  width: 53px;
  text-decoration: underline;
}
.attached-file-wrapper .attached-file-inner .send-file .send {
  border-radius: 3px;
  display: block;
  background-color: #1E8FFB !important;
  border-color: #1E8FFB !important;
  box-shadow: none !important;
  font-weight: 600;
  text-transform: uppercase;
}
.attached-file-wrapper .attached-file-inner .send-file .send:active {
  background-color: #1E8FFB !important;
  border-color: #1E8FFB !important;
}
.attached-file-wrapper .attached-file-inner .send-file .send.disabled {
  background-color: #BCBCBC !important;
  border-color: #BCBCBC !important;
  opacity: 1;
}
.attached-file-wrapper .attached-file-inner .request-sent {
  background-color: #00BE0733;
  border-radius: 3px;
  padding: 7px 0 6px;
}
.attached-file-wrapper .attached-file-inner .request-sent p {
  color: #00BE07;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.attached-file-wrapper .attached-file-inner .request-sent p i {
  font-size: 18px;
  position: relative;
  top: 3px;
  padding-right: 6px;
}
.attached-file-wrapper .attached-file-inner .request-sent span {
  color: #2D2A44;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  width: auto;
  margin-bottom: 0;
  border-radius: 0;
}

.send-file,
.request-sent {
  width: 100%;
  margin: 0 auto;
  max-width: 390px;
}
@media (max-width: 767.98px) {
  .send-file,
.request-sent {
    max-width: 100%;
  }
}

.support-contact {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .support-contact {
    margin-bottom: 40px;
    padding-top: 14px;
  }
}
.support-contact ul li {
  display: inline-block;
  text-align: center;
  margin: 0 0px 20px;
  vertical-align: top;
  width: 135px;
  margin-left: 15px;
}
.support-contact ul li img,
.support-contact ul li span,
.support-contact ul li a {
  display: block;
}
.support-contact ul li .support-img {
  width: 70px;
  height: 70px;
  background-color: #fff;
  line-height: 70px;
  border-radius: 100%;
  margin: 0 auto;
}
.support-contact ul li .support-img img {
  margin: 0 auto;
  max-height: 32px;
  display: inline-block;
}
.support-contact ul li span {
  color: #2D2A44;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding-top: 15px;
}
.support-contact ul li a {
  color: #1E8FFB;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .support-contact ul li a {
    font-size: 13px;
  }
}
.support-contact ul li a.j-dbl {
  margin-top: 7px;
}
.support-contact ul li a.num-tw {
  text-decoration: underline;
}
.support-contact ul li .email-spl {
  padding-left: 8px;
}

.project-eror-text {
  font-size: 12px !important;
  margin-bottom: 0 !important;
  display: none;
  font-weight: 500;
}

.managers-wrapper-detail .title {
  color: #706F76;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .managers-wrapper-detail .title {
    text-align: center;
  }
}
.managers-wrapper-detail .card.managers-inner {
  border: 0;
  border-radius: 0;
}
.managers-wrapper-detail .card.managers-inner:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.managers-wrapper-detail .card.managers-inner:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.managers-wrapper-detail .card.managers-inner .card-header {
  padding: 0;
  border: 0;
}
.managers-wrapper-detail .card.managers-inner .card-header .btn {
  background-color: transparent;
  color: #2D2A44;
  font-size: 14px;
  border: 0;
  text-align: left;
  padding: 19px 20px 19px;
  box-shadow: none !important;
  position: relative;
}
.managers-wrapper-detail .card.managers-inner .card-header .btn.collapsed {
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
}
.managers-wrapper-detail .card.managers-inner .card-header .btn.collapsed:after {
  transform: inherit;
}
.managers-wrapper-detail .card.managers-inner .card-header .btn:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1E8FFB;
  position: absolute;
  top: 26px;
  right: 20px;
  transform: rotate(90deg);
}
.managers-wrapper-detail .card.managers-inner .collapse {
  position: relative;
}
.managers-wrapper-detail .card.managers-inner .collapse.show {
  border-bottom: 1px solid #f2f2f2;
}
.managers-wrapper-detail .card.managers-inner .collapse:after {
  content: "";
  background-image: url(../images/support-managers/background-image.png);
  width: 160px;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
}
.managers-wrapper-detail .card.managers-inner .img-manag {
  display: inline-block;
  width: 83px;
  vertical-align: top;
  margin-right: 15px;
  border-radius: 50%;
  height: 83px;
  overflow: hidden;
}
.managers-wrapper-detail .card.managers-inner .img-manag img {
  width: auto;
  max-width: 83px;
}
.managers-wrapper-detail .card.managers-inner .img-manag.alld-img img {
  max-width: inherit;
  max-height: 83px;
}
.managers-wrapper-detail .card.managers-inner .detail-manag {
  display: inline-block;
  width: calc(100% - 102px);
}
.managers-wrapper-detail .card.managers-inner .detail-manag p {
  margin-bottom: 15px;
  font-weight: 600;
}
.managers-wrapper-detail .card.managers-inner .detail-manag p span {
  display: block;
  font-size: 10px;
  color: #23C5A4;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 2px;
}
.managers-wrapper-detail .card.managers-inner .detail-manag p .title-mana,
.managers-wrapper-detail .card.managers-inner .detail-manag p a {
  color: #000000;
  font-size: 18px;
}
.managers-wrapper-detail .external-wrapper ul li {
  padding: 21px 15px 17px;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}
.managers-wrapper-detail .external-wrapper ul li p {
  display: inline-block;
  width: calc(100% - 20px);
  margin-bottom: 0;
  color: #2D2A44;
  font-size: 14px;
  font-weight: 500;
}
.managers-wrapper-detail .external-wrapper ul li .external-link {
  display: inline-block;
  float: right;
}
.managers-wrapper-detail .external-wrapper ul li .external-link i {
  color: #1E8FFB;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mobile-external {
    padding: 40px 0 0;
  }
}
@media (max-width: 767.98px) {
  .mobile-external {
    padding: 30px 0 0;
  }
}

.setting-info {
  margin-bottom: 10px;
  margin-top: 15px;
}
.setting-info .form-group {
  padding: 17px 15px 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #f7f7f7;
  outline: none;
}
.setting-info .form-group:last-child {
  padding-bottom: 10px;
}
.setting-info .form-group label {
  color: #4F4E60;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  width: 115px;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 20px;
}
.setting-info .form-group .right-setting {
  display: inline-block;
  width: calc(100% - 140px);
}
.setting-info .form-group .right-setting.arrow-select {
  position: relative;
}
.setting-info .form-group .right-setting.arrow-select:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1E8FFB;
  position: absolute;
  top: 0;
  right: 0;
}
.setting-info .form-group .right-setting .form-control {
  border: 0;
  color: #2D2A44;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  background-image: none;
  height: auto;
  height: auto;
  position: relative;
  top: -3px;
  box-shadow: none !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.setting-info .form-group .right-setting.pswd-change {
  overflow: hidden;
}
.setting-info .form-group .right-setting.pswd-change p {
  display: inline-block;
  margin-bottom: 0;
  color: #2D2A44;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.setting-info .form-group .right-setting.pswd-change a {
  float: right;
  text-align: right;
  color: #1A7DE5;
  font-size: 10px;
}

.logout-wra {
  text-align: center;
}
.logout-wra .logout-acc,
.logout-wra .delete-acc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px 10px 10px;
}
.logout-wra .logout-acc {
  color: #2D2A44;
  border-bottom: 1px solid #f7f7f7;
}
.logout-wra .logout-acc a {
  color: #2D2A44;
}
.logout-wra .delete-acc {
  color: #D13434;
}
.logout-wra .delete-acc a {
  color: #D13434;
}
.logout-wra p i {
  padding-right: 7px;
}

.link-wrp-sppt .managers-wrapper-detail {
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .link-wrp-sppt .managers-wrapper-detail {
    padding-left: 0;
  }
}

.reset-pswd img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767.98px) {
  .reset-pswd img {
    display: none;
  }
}
.reset-pswd .reset-text {
  color: #4F4E60;
  font-size: 16px;
  text-align: center;
  max-width: 78%;
  margin: 0 auto;
  padding-bottom: 5px;
}
.reset-pswd .btn {
  background-color: #FBA61E !important;
  border-color: #FBA61E !important;
}
.reset-pswd .btn:hover, .reset-pswd .btn:focus, .reset-pswd .btn:active {
  background-color: #FBA61E !important;
  border-color: #FBA61E !important;
}

.reset-text-wrapper .reset-text-inner h2 {
  padding-top: 13%;
  margin: 0 auto;
  max-width: 26%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reset-text-wrapper .reset-text-inner h2 {
    max-width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .reset-text-wrapper .reset-text-inner h2 {
    max-width: 42%;
  }
}
@media (max-width: 767.98px) {
  .reset-text-wrapper .reset-text-inner h2 {
    max-width: 92%;
  }
}
.reset-text-wrapper .reset-text-inner p {
  margin: 0 auto;
  max-width: 26% !important;
  padding-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .reset-text-wrapper .reset-text-inner p {
    max-width: 27% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .reset-text-wrapper .reset-text-inner p {
    max-width: 37% !important;
  }
}
@media (max-width: 767.98px) {
  .reset-text-wrapper .reset-text-inner p {
    max-width: 83% !important;
  }
}

.reset-pswd-link {
  text-align: center;
  padding-top: 10px;
}
.reset-pswd-link a {
  color: #F23B3B;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
}

#attached-file-poup .modal-body {
  padding: 20px 20px 30px;
}
#attached-file-poup .modal-header {
  border-bottom: 0;
  padding: 15px 15px 0;
}
#attached-file-poup .modal-header .close {
  color: #000;
  opacity: 1;
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
#attached-file-poup .modal-header .close:focus {
  outline: none;
}
#attached-file-poup label {
  color: #2D2A44;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
#attached-file-poup .form-group {
  margin-bottom: 20px;
}
#attached-file-poup .form-group:focus {
  outline: none;
}
#attached-file-poup .form-group .bv-no-focus-ring:focus {
  outline: none;
}
#attached-file-poup .form-control {
  background-color: #FFF9F0;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #4F4E60;
}
#attached-file-poup .form-control:focus {
  box-shadow: none !important;
}
#attached-file-poup .btn {
  background-color: #00BE07;
  border-color: #00BE07;
  border-radius: 3px;
  width: 100%;
  display: block;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
#attached-file-poup .btn:hover, #attached-file-poup .btn:focus, #attached-file-poup .btn:active {
  background-color: #00BE07;
  border-color: #00BE07;
  box-shadow: none;
  outline: none;
}

#approve-modal .modal-header {
  display: none;
}
#approve-modal .modal-body {
  padding: 38px 40px 24px;
}
@media (max-width: 767.98px) {
  #approve-modal .modal-body {
    padding: 38px 25px 24px;
  }
}
#approve-modal .modal-body h2 {
  font-size: 1.75rem;
  font-family: "Montserrat";
  text-align: center;
  margin-bottom: 1.6875rem;
}
@media (max-width: 767.98px) {
  #approve-modal .modal-body h2 {
    font-size: 1.5rem;
  }
}
#approve-modal .modal-body .approve-desc-bx {
  margin-bottom: 1.875rem;
  padding: 0 25px 0px 20px;
}
@media (max-width: 767.98px) {
  #approve-modal .modal-body .approve-desc-bx {
    padding: 0 15px 0px 10px;
  }
}
#approve-modal .modal-body .approve-desc-bx img {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.25rem;
}
@media (max-width: 767.98px) {
  #approve-modal .modal-body .approve-desc-bx img {
    margin-right: 0.9375rem;
  }
}
#approve-modal .modal-body .approve-desc-bx p {
  display: inline-block;
  width: calc(100% - 56px);
  vertical-align: top;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #approve-modal .modal-body .approve-desc-bx p {
    width: calc(100% - 51px);
  }
}
#approve-modal .modal-body .appr-btn {
  background-color: #00BE07;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 0px 7px #1E8FFB80;
  border-radius: 3px;
  opacity: 1;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 0;
}
#approve-modal .modal-body .back-edit {
  text-align: center;
  text-decoration: underline;
  color: #6C6C6C;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  padding: 17px 0 0;
  outline: none;
  box-shadow: none;
}

.disable-action,
.disable-action i,
.disable-action i:before {
  color: #b5b4b4 !important;
}

#approve-modal .modal-body .ar-approve-modal {
  direction: rtl;
}
#approve-modal .modal-body .ar-approve-modal .approve-desc-bx {
  padding: 0 20px 0px 25px;
}
@media (max-width: 767.98px) {
  #approve-modal .modal-body .ar-approve-modal .approve-desc-bx {
    padding: 0 10px 0px 15px;
  }
}
#approve-modal .modal-body .ar-approve-modal .approve-desc-bx img {
  margin-right: 0rem;
  margin-left: 1.25rem;
  transform: rotateY(180deg);
}
@media (max-width: 767.98px) {
  #approve-modal .modal-body .ar-approve-modal .approve-desc-bx img {
    margin-left: 0.9375rem;
  }
}
#approve-modal .modal-body .ar-approve-modal .approve-desc-bx p {
  text-align: right;
}

#logout-modal .modal-content {
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 6px;
  opacity: 1;
}
#logout-modal .modal-header {
  display: none;
}
#logout-modal .modal-body {
  padding: 25px 25px 15px;
}
#logout-modal .modal-body .btn-logout-p {
  display: block;
  width: 100%;
  background-color: #D13434;
  color: #fff !important;
  text-transform: uppercase;
  height: 50px;
  padding: 0 !important;
  line-height: 50px;
  border-radius: 3px;
  border-color: #D13434;
  box-shadow: 0px 0px 10px #D13434;
  opacity: 1;
  text-decoration: none !important;
}
#logout-modal .modal-body .btn-logout-p i {
  padding-right: 10px;
}
#logout-modal .modal-body .btn {
  color: #6C6C6C;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
  padding-top: 14px;
}

.new-project-inner {
  padding: 22px 30px 30px;
  height: 100%;
  border-radius: 3px;
  border: 2px solid #1CCDAE;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .new-project-inner {
    padding: 22px 20px 28px;
  }
}
@media (max-width: 767.98px) {
  .new-project-inner {
    padding: 22px 20px 28px;
  }
}
.new-project-inner span {
  background: #1CCDAE 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 140px;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.new-project-inner h3 {
  color: #2D2A44;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin: 0px 0 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .new-project-inner h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .new-project-inner h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .new-project-inner h3 {
    font-size: 18px;
  }
}
.new-project-inner p {
  font-size: 16px;
  line-height: 24px;
  color: #2D2A44;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.new-project-inner.new-project-att {
  padding: 55px 0 0;
  border: none;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .new-project-inner.new-project-att {
    padding: 40px 0 0;
  }
}
@media (max-width: 767.98px) {
  .new-project-inner.new-project-att {
    padding: 30px 0 0;
  }
}
.new-project-inner.new-project-att span {
  background-color: #FBA61E;
}

@media (max-width: 991.98px) {
  .mobile-project {
    margin-bottom: 30px;
  }
}

.my-manager .card-header .btn {
  padding-bottom: 10px !important;
}
.my-manager .card-header .btn:after {
  display: none;
}

.custom-form .form-group:focus,
.custom-form .bv-no-focus-ring:focus {
  outline: none;
}
.custom-form label {
  color: #4F4E60;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
}
.custom-form .form-control {
  background: #FFF9F0 0% 0% no-repeat padding-box;
  border: 1px solid #BCBCBC;
  opacity: 1;
  color: #4F4E60;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  border-radius: 3px;
}
.custom-form .form-control:focus {
  box-shadow: none;
}

.btn.custom-btn-g {
  background-color: #1E8FFB !important;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: block;
  width: 100%;
  border-color: #1E8FFB;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.btn.custom-btn-g:focus {
  box-shadow: none;
}
.btn.custom-btn-g:active {
  background-color: #1E8FFB;
  border-color: #1E8FFB !important;
}
@media (max-width: 320px) {
  .btn.custom-btn-g {
    font-size: 13px;
  }
}

.thankyou-modal .modal-header {
  border-bottom: 0;
  padding: 20px 20px 0px;
  justify-content: flex-end;
}
.thankyou-modal .modal-header .close {
  padding: 10px 10px 10px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  background-color: #1E8FFB;
  font-weight: 500;
  border-radius: 4px;
  margin: 0;
}
.thankyou-modal .modal-header .close:focus {
  outline: none;
}
.thankyou-modal .modal-header .close:hover {
  opacity: 1;
}
.thankyou-modal .close {
  padding: 10px 10px 10px;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  background-color: #1E8FFB;
  font-weight: 500;
  border-radius: 4px;
  margin: 0;
}
.thankyou-modal .close:focus {
  outline: none;
}
.thankyou-modal .close:hover {
  opacity: 1;
}
.thankyou-modal .modal-body {
  padding: 20px 20px 30px;
}
.thankyou-modal .modal-body p {
  font-size: 16px;
  color: #000;
  margin: 15px 0 0;
}
.thankyou-modal .modal-body .close {
  float: none;
  margin-top: 15px;
}

.lang-ar .header-top-user {
  direction: rtl;
}
.lang-ar .header-top-user .user-name {
  padding-right: 20px;
  padding-left: 11px;
}
.lang-ar .my-account-inner.my-account-inner-left .nav .nav-link {
  text-align: right;
}
@media (max-width: 767.98px) {
  .lang-ar .my-account-inner.my-account-inner-left .nav .nav-link {
    padding: 0 5px 10px !important;
  }
}
.lang-ar .my-account-inner.my-account-inner-left .nav .nav-link.active {
  padding-left: 20px;
  padding-right: 30px;
}
.lang-ar .my-account-inner.my-account-inner-left .nav .nav-link:before {
  left: auto;
  right: 0px;
  transform: rotatey(185deg);
}
@media (max-width: 767.98px) {
  .lang-ar .my-account-inner.my-account-inner-left .nav .nav-link:before {
    right: 0;
    left: 0;
  }
}
.lang-ar .my-account-inner.my-account-inner-left .nav .nav-link i {
  float: right;
  padding-right: 0;
  padding-left: 14px;
}
@media (max-width: 767.98px) {
  .lang-ar .my-account-inner.my-account-inner-left .nav .nav-link i {
    float: none;
    padding-left: 0;
  }
}
.lang-ar .my-account-inner .tab-content .profile-detail .contact-detail {
  text-align: right;
}
.lang-ar .my-account-inner .tab-content .profile-detail .contact-desc {
  text-align: right;
}
.lang-ar .error-field {
  margin-bottom: 5px;
  text-align: right;
  direction: ltr;
}
.lang-ar .my-account-inner .tab-content .profile-detail .contact-edit .btn-save i {
  padding-right: 0;
  padding-left: 5px;
}
.lang-ar .quote-detail {
  padding-right: 7px !important;
  padding-left: 14px !important;
}
.lang-ar .quote-detail .quote-image {
  margin-right: 0;
  margin-left: 10px;
}
.lang-ar .quote-detail .quote-desc {
  text-align: right;
}
.lang-ar .quote-detail .action-hover {
  float: left;
  text-align: left;
}
.lang-ar .quote-detail .action-hover .action-icon {
  left: 0;
  right: auto;
}
.lang-ar .quote-detail .action-hover .action-icon a {
  text-align: right;
}
.lang-ar .quote-detail .action-hover .action-icon a i {
  padding-right: 0;
  padding-left: 5px;
}
.lang-ar .create-quote span {
  margin-right: 0;
  margin-left: 4px;
}
.lang-ar .attached-file-wrapper .attached-file-inner .file .file-text i {
  padding-right: 0;
  padding-left: 8px;
}
.lang-ar .managers-wrapper-detail .card.managers-inner .card-header .btn {
  text-align: right;
  display: block;
}
.lang-ar .managers-wrapper-detail .card.managers-inner .card-header .btn:after {
  right: auto;
  left: 20px;
}
.lang-ar .managers-wrapper-detail .card.managers-inner .detail-manag {
  text-align: right;
}
.lang-ar .managers-wrapper-detail .card.managers-inner .img-manag {
  margin-right: 0;
  margin-left: 15px;
}
.lang-ar .managers-wrapper-detail .external-wrapper ul li p {
  text-align: right;
}
.lang-ar .managers-wrapper-detail .external-wrapper ul li .external-link {
  float: left;
}
.lang-ar .support-contact ul li .support-img img {
  transform: rotateY(180deg);
}
.lang-ar .setting-info .form-group label {
  text-align: right;
  margin-right: 0;
  margin-left: 20px;
}
.lang-ar .setting-info .form-group .right-setting .form-control {
  direction: ltr;
}
.lang-ar .logout-wra p i {
  padding-right: 0;
  padding-left: 0;
  transform: rotateY(180deg);
  display: inline-block;
  margin-left: 7px;
}
.lang-ar .managers-wrapper-detail .title {
  text-align: right;
}
@media (max-width: 767.98px) {
  .lang-ar .managers-wrapper-detail .title {
    text-align: center;
  }
}
.lang-ar .my-account-inner.my-account-inner-left .nav .nav-link i.icon-phone,
.lang-ar .my-account-inner.my-account-inner-left .nav .nav-link i.icon-log-out {
  transform: rotateY(180deg);
  padding-left: 0;
  margin-left: 14px;
}
@media (max-width: 767.98px) {
  .lang-ar .my-account-inner.my-account-inner-left .nav .nav-link i.icon-phone,
.lang-ar .my-account-inner.my-account-inner-left .nav .nav-link i.icon-log-out {
    margin-left: 0;
  }
}
.lang-ar .quote-detail .quote-desc .quote-tit {
  float: right;
  padding-right: 0;
  padding-left: 4px;
}
.lang-ar .quote-detail .quote-desc .quote-spec {
  padding-left: 0;
  padding-right: 10px;
}
.lang-ar .quote-detail .quote-desc .quote-spec:before {
  left: auto;
  right: 0;
}
.lang-ar #attached-file-poup .form-control,
.lang-ar #attached-file-poup label {
  text-align: right;
}
.lang-ar #attached-file-poup label {
  display: block;
}
.lang-ar .sign-up .form-control,
.lang-ar .sign-up label {
  text-align: right;
}
.lang-ar .sign-up .form-control.phone {
  text-align: left;
}
.lang-ar .sign-up label {
  margin-bottom: 5px;
  display: block;
}
.lang-ar .sign-up .form-group {
  margin-bottom: 15px;
}
.lang-ar .support-contact ul li .email-spl {
  padding-left: 0;
  padding-right: 8px;
}
.lang-ar .link-wrp-sppt .managers-wrapper-detail {
  padding-left: 0;
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  .lang-ar .link-wrp-sppt .managers-wrapper-detail {
    padding-right: 0;
  }
}
.lang-ar .custom-form label {
  direction: rtl;
  display: block;
  text-align: right;
}
.lang-ar .approve-text {
  margin-left: 0rem;
  margin-right: 1.875rem;
}
@media (max-width: 991.98px) {
  .lang-ar .approve-text {
    margin-right: 0.625rem;
  }
}
.lang-ar .thankyou-modal .modal-header {
  direction: ltr;
}
@media (max-width: 320px) {
  .lang-ar .my-account-inner.my-account-inner-left {
    height: 101px;
  }
  .lang-ar .my-account-inner .tab-content {
    margin: 115px 0px 0;
  }
}
.lang-ar .sign-up .phone {
  text-align: left;
}
.lang-ar .header-top-user .flag span svg {
  margin-left: 0px;
  margin-right: 8px;
}
.lang-ar .user-login-frnt .signin-link img {
  padding-right: 0;
  padding-left: 7px;
}
.lang-ar .header-top-user .flag {
  padding-top: 7px !important;
}
@media (max-width: 767.98px) {
  .lang-ar .header-top-user .flag {
    padding-top: 3px !important;
  }
}

.contact-as-primary {
  display: inline !important;
  text-align: left !important;
  border: none !important;
}

.card-style-1 {
  background-color: #fff;
  box-shadow: 0px 2px 4px #0000000d;
}

.sign-op p {
  color: #2D2A44;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sign-op p {
    font-size: 14px;
  }
}
.sign-op p a {
  color: #1E8FFB;
  font-weight: 700;
}
.sign-op.have-account {
  margin-top: 45px;
}

.textarea-wrp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.links-capture {
  padding-bottom: 40px;
}

.grid-img-check {
  padding-bottom: 40px;
}

.links-capture ul li a,
.grid-img-check ul li a {
  font-size: 16px;
  word-break: break-word;
}

.grid-img-check ul li {
  display: inline-block;
  width: 47%;
  margin: 0 10px 20px;
  position: relative;
}

.grid-img-check ul li a {
  z-index: 10;
  position: relative;
  padding: 2px 5px;
  display: block;
}

.grid-img-check ul li .img-check {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.grid-img-check ul li .capture-border-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0rem;
  border: 0px dashed #e4e3e4;
}

.grid-img-check ul li .img-check:checked + .capture-border-img {
  border: 3px solid #59dac4;
}

.grid-img-check ul {
  position: relative;
}

.grid-img-check ul li img {
  max-width: 100%;
}

.spiner-custom-1 {
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .grid-img-check ul li {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .grid-img-check ul li {
    width: 43%;
  }
}
.sales-account-inner {
  padding: 1.25rem;
  padding-top: 0;
}
.sales-account-inner.pd-top-iner {
  padding-top: 20px;
}
.sales-account-inner.product-database-wrp {
  padding-bottom: 0;
  position: relative;
  z-index: 999;
}
.sales-account-inner.product-database-wrp .product-title-chk {
  padding-bottom: 0;
  border-top: 1px solid #DAD8EA;
  border-bottom: 1px solid #DAD8EA;
}
.sales-account-inner.max-form-wd {
  max-width: 800px;
  margin: 80px auto 0;
}

.inner-margin-tp {
  margin-top: 3.75rem;
}

.search-wrapper-prdt .search-inner-prdt {
  position: relative;
}
.search-wrapper-prdt .input-group {
  box-shadow: 0px 3px 20px #DAD8EA;
}
.search-wrapper-prdt .input-group:focus {
  outline: none;
}
.search-wrapper-prdt .form-control {
  border-radius: 5px;
  border: 0;
  height: 50px;
  font-size: 18px;
  padding: 0 50px 0 17px;
}
.search-wrapper-prdt .form-control:focus {
  box-shadow: none !important;
}
.search-wrapper-prdt .input-group-append {
  margin-left: 0;
}
.search-wrapper-prdt .input-group-append:focus {
  outline: none !important;
}
.search-wrapper-prdt .sech-icon {
  right: 20px !important;
  position: absolute !important;
}
.search-wrapper-prdt .btn,
.search-wrapper-prdt .sech-icon {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
  background-color: #fff !important;
  border: 0;
}
.search-wrapper-prdt .btn:active,
.search-wrapper-prdt .sech-icon:active {
  background-color: #fff !important;
  outline: none;
}
.search-wrapper-prdt .btn:focus,
.search-wrapper-prdt .sech-icon:focus {
  box-shadow: none !important;
}
.search-wrapper-prdt .btn i,
.search-wrapper-prdt .sech-icon i {
  color: #33304E;
  font-size: 18px;
}

.product-title-chk {
  padding: 0.9375rem 0rem 1.125rem;
  border-top: 1px solid #DAD8EA;
  border-bottom: 1px solid #DAD8EA;
}
.product-title-chk.quote-histry-label span.sort {
  height: auto;
  line-height: 18px;
  font-size: 11px;
}
.product-title-chk .check-title {
  border-radius: 6px;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #169BFF;
  display: block;
  border: 1px solid #E0F1FF;
  color: #fff;
  line-height: 1.375rem;
  font-size: 0.875rem;
  text-align: center;
}
.product-title-chk .sort {
  border-radius: 15px;
  display: block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-title-chk .sort {
    border-radius: 4px;
  }
}
.product-title-chk .sort.sort-active {
  background-color: #E0F1FF;
  font-weight: 700;
  color: #169BFF !important;
  padding: 2px 8px;
  display: inline-block;
}
.product-title-chk .sort.sort-active::-moz-selection {
  background-color: transparent;
}
.product-title-chk .sort.sort-active::selection {
  background-color: transparent;
}
.product-title-chk .sort.sort-active .highlight {
  display: inline-block;
}
.product-title-chk .sort.sort-active .highlight::-moz-selection {
  background-color: transparent;
}
.product-title-chk .sort.sort-active .highlight::selection {
  background-color: transparent;
}
.product-title-chk .sort.sort-active .default-sort-ic {
  display: none;
}
.product-title-chk .sort img {
  padding-left: 2px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .product-title-chk .sort img {
    padding-left: 2px;
    max-height: 8px;
    position: relative;
    top: -1px;
  }
}
.product-title-chk .sort .highlight {
  display: none;
}
.product-title-chk span {
  font-size: 12px;
  color: #212529;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-title-chk span {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-title-chk span {
    font-size: 10px;
  }
}
.product-title-chk .srch-id-lable {
  width: calc(100% - 29px);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-align: left;
  padding-left: 12px;
}

.custom-style-chk-1 {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  padding: 0.625rem 0rem;
  box-shadow: 0px 2px 20px #DAD8EA;
  border-radius: 5px;
}
.custom-style-chk-1.custom-check-style-pd-z {
  padding: 0.3125rem 0rem;
  z-index: 1;
}
.custom-style-chk-1.custom-check-post-int {
  position: initial;
}
.custom-style-chk-1.hightlight-crf {
  border: 3px solid #1CCDAE;
}
.custom-style-chk-1 .checkbox-holder,
.custom-style-chk-1 .checkbox-holder span,
.custom-style-chk-1 .checkbox-holder input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.custom-style-chk-1 .check-placeholder {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
  border: 0.0625rem solid #E4E4E4 !important;
  border-radius: 0.375rem !important;
  display: block;
  left: 15px !important;
  top: 50% !important;
  transform: translate(0px, -50%);
}
.custom-style-chk-1 .check-placeholder i {
  font-size: 1.125rem;
  line-height: 24px;
}
.custom-style-chk-1 .add-check-pd {
  padding: 0 15px !important;
}
.custom-style-chk-1 .add-check-pd input {
  left: 15px !important;
}
.custom-style-chk-1 p {
  margin-bottom: 0;
  font-size: 12px;
  color: #33304E;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-style-chk-1 p {
    line-break: anywhere;
  }
}
.custom-style-chk-1 .pr-img-1 {
  text-align: center;
}
.custom-style-chk-1 .pr-img-1 img {
  max-height: 40px;
  max-width: 100%;
  width: auto;
}
.custom-style-chk-1 .manf-tr {
  color: #1CCDAE;
  font-weight: 500;
}
.custom-style-chk-1 .manf-tr span {
  text-decoration: underline;
  font-size: 12px;
}
.custom-style-chk-1 .pr-tx {
  color: #33304E;
  font-weight: 500;
  font-size: 12px;
}
.custom-style-chk-1 .discount-pr {
  color: #FE168B;
}
.custom-style-chk-1 .discount-pr.pr-qty-drp form .form-control {
  width: 65px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-style-chk-1 .discount-pr.pr-qty-drp form .form-control {
    width: 54px;
  }
}
.custom-style-chk-1 .discount-pr.pr-qty-drp .quote-input-sg {
  z-index: initial;
}
.custom-style-chk-1 .id-pr {
  color: #707070;
  font-size: 12px;
  line-break: anywhere;
}
.custom-style-chk-1 .date-pr span {
  color: #707070;
}
.custom-style-chk-1 .pr-action-ic i {
  float: right;
  transform: rotate(90deg);
  font-size: 12px;
  color: #707070;
}
.custom-style-chk-1 .align-items-center.ci-vertical-center {
  min-height: 40px;
  line-height: 1;
}
.custom-style-chk-1 .checkbox-holder span {
  border-radius: 0.3125rem;
}
.custom-style-chk-1 .custom-radio {
  position: relative;
  height: 100%;
  width: 100%;
}
.custom-style-chk-1 .edit-qty {
  z-index: 0;
}
.custom-style-chk-1 .edit-qty:after {
  display: none;
}
.custom-style-chk-1 input {
  z-index: 100;
}
.custom-style-chk-1 input:checked + span {
  border: 2px solid #169BFF;
}
.custom-style-chk-1 input:checked + span span i {
  display: block;
}
.custom-style-chk-1 .form-control {
  padding: 2px 5px;
  height: auto;
}
.custom-style-chk-1 .rsp-pd-cl span {
  font-size: 12px;
  font-weight: 500;
}

.check-border {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}

.rsp-pd-cl {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .rsp-pd-cl {
    padding: 0 6px;
  }
}

.search-label-wrp {
  position: fixed;
  width: 100%;
  left: 0;
  padding: 20px 20px 0;
  z-index: 999;
  background-color: #F2F2F2;
}

.product-mrg-tp {
  margin-top: 7.0625rem;
  margin-bottom: 5rem;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-mrg-tp {
    margin-top: 8.125rem;
  }
}
.product-mrg-tp.product-wot-btn-mb {
  margin-bottom: 2.5rem;
}
.product-mrg-tp.product-mrg-tp-qt {
  margin-top: 136px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-mrg-tp.product-mrg-tp-qt {
    margin-top: 138px;
  }
}

.pr-qty-drp form {
  display: inline-block;
  position: relative;
}
.pr-qty-drp form:after {
  content: "\E912";
  position: absolute;
  top: 18%;
  transform: translate(0, -50%);
  right: 9px;
  transform: rotate(270deg);
  font-size: 10px;
  font-weight: 700;
  color: #169BFF;
  font-family: "icomoon";
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pr-qty-drp form:after {
    right: 7px;
  }
}
.pr-qty-drp form .form-control {
  width: 70px;
  height: 26px;
  border: 1px solid #AFC8E6;
  border-radius: 4px;
  color: #33304E;
  font-size: 12px;
  padding: 3px 4px 2px 7px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pr-qty-drp form .form-control {
    width: 50px;
    padding: 0 0 0px 5px;
    font-size: 14px;
  }
}
.pr-qty-drp form .form-control:focus {
  box-shadow: none;
}
.pr-qty-drp .other-input {
  z-index: 0;
}
.pr-qty-drp .other-input .form-control,
.pr-qty-drp .other-input .input-group-text {
  border: 1px solid #AFC8E6;
  color: #33304E;
}
.pr-qty-drp .other-input .form-control:focus,
.pr-qty-drp .other-input .input-group-text:focus {
  box-shadow: none;
}

.footer-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 10;
}
.footer-btn.footer-btn-non-fxd {
  position: initial;
}
.footer-btn.dis-approvebtn2 {
  z-index: 1;
}
.footer-btn.dis-approvebtn2 .btn {
  background-color: #30D01E;
  box-shadow: 0px 3px 10px #00000029;
  opacity: 1;
}
.footer-btn.dis-approvebtn2 .btn:active {
  background-color: #30D01E !important;
}
.footer-btn.dis-approvebtn2 .btn i {
  font-size: 20px;
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.footer-btn .btn {
  background-color: #169BFF;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  z-index: 1000;
}
.footer-btn .btn:active {
  background-color: #169BFF !important;
}
.footer-btn .btn:focus {
  box-shadow: none;
}
.footer-btn .btn.disabled {
  cursor: not-allowed;
}

.product-add-sugest-ovl {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 84%;
  background-color: #F2F2F2;
  z-index: 10000;
  left: 0;
  padding: 20px 20px 0;
}
.product-add-sugest-ovl .product-add-suggestion {
  box-shadow: 0px 3px 20px #33304E40;
  height: calc(80% + 36px);
  border-top: 0;
  z-index: 99;
}
.product-add-sugest-ovl .product-add-suggestion .overlaye-search-inner {
  margin: -10px -15px 10px;
  border-bottom: 1px solid #F6F6F6;
}
.product-add-sugest-ovl .product-add-suggestion .overlaye-search-inner .input-group {
  box-shadow: none;
}
.product-add-sugest-ovl .product-add-suggestion .overlaye-search-inner .input-group .form-control {
  padding: 0px 15px 0px 0;
}
.product-add-sugest-ovl .product-add-suggestion .overlaye-search-inner .stk-avlb-srch {
  position: relative;
  top: 10px;
  display: inline-block;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-add-sugest-ovl .product-add-suggestion .overlaye-search-inner .stk-avlb-srch {
    padding-right: 6px;
  }
}
.product-add-sugest-ovl .product-add-suggestion .overlaye-search-inner .stk-avlb-srch:last-child {
  padding-right: 0;
}
.product-add-sugest-ovl .product-add-suggestion .overlaye-search-inner .height-search-btn .input-group-append {
  height: 50px;
}

.add-pr-chk-inline {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
}

.inline-id-pd {
  padding-left: 40px;
  display: inline-block;
}

.discount-rview-btn {
  background-color: #169BFF;
  border: #169BFF;
  border-radius: 20px;
  padding: 0 0 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.discount-rview-btn:hover, .discount-rview-btn:focus, .discount-rview-btn:active {
  background-color: #169BFF !important;
  border: #169BFF !important;
  box-shadow: none !important;
}
.discount-rview-btn.discount-rview-approved {
  background-color: transparent;
  border: 1px solid #30D01E;
  color: #30D01E;
  line-height: 30px !important;
}
.discount-rview-btn.discount-rview-approved:hover, .discount-rview-btn.discount-rview-approved:focus, .discount-rview-btn.discount-rview-approved:active {
  background-color: transparent !important;
  border: 1px solid #30D01E !important;
  color: #30D01E !important;
}
.discount-rview-btn.discount-rview-approved i {
  font-size: 18px;
  position: relative;
  top: 1px;
  padding-right: 4px;
}

.product-add-suggestion {
  background-color: #fff;
  padding: 10px 15px 10px;
  z-index: 100;
  position: relative;
  border-radius: 5px;
  border-top: 1px solid #F2F2F2;
  box-shadow: 0px 4px 5px #DAD8EA;
}
.product-add-suggestion .category-suggest {
  padding-bottom: 8px;
}
.product-add-suggestion .category-suggest p {
  color: #707070;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.product-add-suggestion .suggest-add-btn .btn {
  width: 80px;
  height: 40px;
  background-color: #169BFF !important;
  border-radius: 20px;
  font-size: 16px;
  border-color: #169BFF;
  top: 0;
  transform: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-add-suggestion .suggest-add-btn .btn {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-add-suggestion .suggest-add-btn .btn {
    width: 51px;
    border-radius: 10px;
  }
}
.product-add-suggestion .suggest-add-btn .btn:active {
  background-color: #169BFF !important;
  border-color: #169BFF !important;
}
.product-add-suggestion .suggest-add-btn .btn:focus {
  box-shadow: none !important;
}
.product-add-suggestion .stock-suggest {
  width: 30px;
  height: 22px;
  background-color: #1FBA371A;
  display: inline-block;
  color: #46D63F;
  border-radius: 5px;
  line-height: 22px;
}
.product-add-suggestion .suggest-pr-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 100px);
  margin-bottom: 10px;
  padding-right: 5px;
}
.product-add-suggestion .suggest-pr-scroll::-webkit-scrollbar {
  width: 0.4375rem;
}
.product-add-suggestion .suggest-pr-scroll::-webkit-scrollbar-thumb {
  background-color: #1ccdae;
  border-radius: 0.25rem;
}
.product-add-suggestion .suggest-pr-scroll::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  border-radius: 0.25rem;
}

.custom-option-btn-wrp {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.custom-option-btn-wrp input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.custom-option-btn-wrp .border-clr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #159BFC;
  border-radius: 20px;
  background-color: #E0F1FF80;
}
.custom-option-btn-wrp .custom-btn-inner {
  color: #169BFF;
  font-size: 16px;
  padding: 7px 20px 6px;
  line-height: 1;
  display: block;
}

.custom-option-btn-wrp input:checked + .border-clr {
  background-color: #169BFF;
  border-color: #169BFF;
}

.custom-option-btn-wrp input:checked + .border-clr + .custom-btn-inner {
  color: #fff !important;
  position: relative;
}

.with-out-border {
  box-shadow: none;
  border-radius: 0;
}
.with-out-border .select-pr-sugest-chk {
  padding: 0;
}
.with-out-border .select-pr-sugest-chk input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  cursor: pointer;
  line-height: 20px;
}
.with-out-border .select-pr-sugest-chk span {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  display: block;
  line-height: 20px;
}
.with-out-border .select-pr-sugest-chk span i {
  opacity: 0;
  line-height: 20px;
}

.select-pr-sugest-chk input:checked + span,
.custom-smple-chk input:checked + span {
  border: 1px solid #169BFF;
  background-color: #169BFF;
}

.select-pr-sugest-chk input:checked + span i,
.custom-smple-chk input:checked + span i {
  color: #fff;
  line-height: 20px;
  opacity: 1;
}

.custom-smple-chk input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 20px;
  height: 20px;
  top: 0;
  left: 15px;
  cursor: pointer;
  line-height: 20px;
}
.custom-smple-chk span {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #cfc6c6;
  display: block;
  line-height: 20px;
}
.custom-smple-chk span i {
  opacity: 0;
  line-height: 20px;
}

.wrh-wrp {
  position: relative;
  display: inline-block;
}
.wrh-wrp:hover .wrh-hover-action {
  visibility: inherit;
  z-index: 1000;
}
.wrh-wrp .wrh-action {
  color: #46D63F;
  background-color: #1FBA371A;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 6px;
  margin: 0 auto;
  font-weight: 700;
}
.wrh-wrp .wrh-action.wrh-action-jedh {
  color: #46D63F !important;
  background-color: #1FBA371A !important;
}
.wrh-wrp .wrh-action.wrh-action-khobr {
  background-color: #E7C3291A !important;
  color: #FEC427 !important;
}
.wrh-wrp .wrh-action.wrh-action-ryaidh {
  background-color: #1FBA371A !important;
  color: #D6503F !important;
}
.wrh-wrp .wrh-action.white {
  color: #000 !important;
  background-color: white !important;
  border: 1px solid #e5e5e5;
}
.wrh-wrp .wrh-hover-action {
  box-shadow: 0px 2px 20px #E4E4E4;
  border-radius: 5px;
  width: 100px;
  padding: 10px 10px;
  font-weight: 700;
  visibility: hidden;
  background-color: #fff;
  transition: 0.1s;
  position: absolute;
  top: -80px;
  right: 0px;
  left: -30px;
}
.wrh-wrp .wrh-hover-action:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
}
.wrh-wrp .wrh-hover-action p {
  margin-bottom: 2px;
  text-align: left;
}
.wrh-wrp .wrh-hover-action p span:first-child {
  color: #707070;
  font-weight: 500;
}
.wrh-wrp .wrh-hover-action p span {
  font-size: 14px;
}
.wrh-wrp .wrh-hover-action p span:last-child {
  float: right;
}
.wrh-wrp .wrh-hover-action .Khobar-qty {
  color: #FEC427;
}
.wrh-wrp .wrh-hover-action .jeddah-qty {
  color: #46D63F;
}
.wrh-wrp .wrh-hover-action .riyadh-qty {
  color: #D6503F;
}

.footer-pagination {
  overflow: hidden;
  padding: 0 20px 20px;
}
.footer-pagination .pagination-wrapper ul li.active .page-link {
  z-index: initial;
}
.footer-pagination .pagination-wrapper ul li .page-link:focus {
  box-shadow: none !important;
}

.stock-chkwrp {
  display: inline-block;
  position: relative;
}
.stock-chkwrp input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  cursor: pointer;
  line-height: 20px;
}
.stock-chkwrp span.st-sp-chk-brd {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  display: block;
  line-height: 20px;
  text-align: center;
}
.stock-chkwrp span.st-sp-chk-brd i {
  opacity: 0;
  line-height: 18px;
}

.stock-chkwrp input:checked + .st-sp-chk-brd i {
  opacity: 1;
  color: #fff;
}

.stock-chkwrp input:checked + .st-sp-chk-brd {
  border: 1px solid #169BFF;
  background-color: #169BFF;
}

.avlb-txt {
  color: #33304E;
  font-size: 16px;
  padding-left: 5px;
  position: relative;
  top: 1px;
}

.search-fxd-not {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}

.fxd-nt-mrd-tp {
  margin-top: 0;
  padding-top: 20px;
}

.fxd-nt-mrd-tp::-webkit-scrollbar {
  width: 0;
}

.product-add-sugest-ovl .filters-btn {
  position: initial;
  display: inline-block;
}
.product-add-sugest-ovl .filters-btn span {
  box-shadow: none;
  padding: 4px 30px 4px;
  font-size: 14px;
  display: inline-block;
}
.product-add-sugest-ovl .filters-btn span i {
  font-size: 12px;
}

.filters-btn {
  position: fixed;
  bottom: 20px;
  left: 0;
  text-align: center;
  right: 0;
  cursor: pointer;
}
.filters-btn span {
  background-color: #1CCDAE;
  border-radius: 23px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 3px 6px #00000033;
  padding: 10px 30px 9px;
}
.filters-btn span i {
  padding-right: 8px;
  font-size: 14px;
}

.filters-wrapper {
  position: fixed;
  top: 80px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000;
  box-shadow: 0px 3px 20px #DAD8EA;
  left: 0;
  padding: 20px 30px;
}
.filters-wrapper .filters-inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: 522px;
}
.filters-wrapper .filters-inner::-webkit-scrollbar {
  width: 0;
}
.filters-wrapper .custom-filter-style-1 {
  margin-bottom: 15px;
}
.filters-wrapper .custom-filter-style-1 p {
  color: #33304E;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.filters-wrapper .custom-filter-style-1 .custom-option-btn-wrp {
  margin-right: 5px;
}
.filters-wrapper .custom-filter-style-1 .custom-btn-inner {
  min-width: 130px;
  text-align: center;
  height: 40px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}
.filters-wrapper .custom-input-filter .inner-input-flt {
  display: inline-block;
  margin-right: 10px;
}
.filters-wrapper .custom-input-filter .inner-input-flt label {
  color: #707070;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.filters-wrapper .custom-input-filter .inner-input-flt input {
  border: 1px solid #159BFC;
  border-radius: 5px;
  background-color: #EFF8FF;
  width: 75px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
.filters-wrapper .custom-input-filter .inner-input-flt input:focus {
  outline: none;
}
.filters-wrapper .custom-input-filter .inner-input-flt span {
  font-size: 40px;
  color: #33304E;
  line-height: 40px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.filters-wrapper .filter-close-btn {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  background-color: #1CCDAE;
  color: #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}
.filters-wrapper .filter-close-btn i {
  transform: rotate(90deg);
  display: block;
  font-size: 20px;
  line-height: 50px;
}

.add-product-modal {
  background-color: #fff;
  width: 250px;
  padding: 12px 15px 12px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 40px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add-product-modal::-webkit-scrollbar {
  width: 0;
}
.add-product-modal .cart-product-wrp {
  border-bottom: 1px solid #eff2fc;
  padding: 8px 0;
}
.add-product-modal .cart-img {
  display: inline-block;
  width: 50px;
  text-align: center;
  vertical-align: top;
}
.add-product-modal .cart-img img {
  padding: 0 !important;
  max-height: 50px;
}
.add-product-modal .cart-desc {
  width: calc(100% - 55px);
  display: inline-block;
  text-align: left;
}
.add-product-modal .cart-desc p {
  color: #25201b;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.add-product-modal .cart-desc span {
  display: inline-block !important;
  color: #40b6b9 !important;
  font-size: 12px !important;
  background-color: transparent !important;
}

.cart-btn-wrp {
  position: relative;
  cursor: pointer;
}
.cart-btn-wrp .btn-cart {
  background-color: #169BFF;
  color: #fff;
  padding: 2px 10px 2px;
  font-size: 14px;
}
.cart-btn-wrp .btn-cart:focus {
  box-shadow: none;
}

.action-clk-wrp {
  display: inline-block;
  width: 40px;
  float: right;
}
.action-clk-wrp:hover .action-click-dt {
  display: block;
}
.action-clk-wrp i:first-child {
  cursor: pointer;
}
.action-clk-wrp.quote-histry-action {
  width: 40px;
}

.action-click-dt {
  position: absolute;
  top: -10px;
  right: 45px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 20px #DAD8EA;
  width: 150px;
  z-index: 10;
  transition: 0.3s;
  display: none;
}
.action-click-dt .act-inner-dt {
  text-align: left;
  padding: 13px 10px 13px;
  transition: 0.3s;
}
.action-click-dt .act-inner-dt:hover {
  background-color: #f6f6f6;
}
.action-click-dt .act-inner-dt a:focus {
  outline: none;
}
.action-click-dt .act-inner-dt i {
  float: none;
  transform: none;
  text-align: left;
  display: inline-block;
  font-size: 12px;
  color: #33304E;
  padding-right: 5px;
  vertical-align: middle;
}
.action-click-dt .act-inner-dt i:before {
  color: #33304E;
}
.action-click-dt .act-inner-dt span {
  display: inline-block;
  color: #33304E;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.detail-prd-lt-modal .modal-body {
  padding: 15px;
}
.detail-prd-lt-modal .modal-body .right-detail {
  background-color: #E4E4E4;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.detail-prd-lt-modal .modal-body .right-detail img {
  max-width: 100%;
  max-height: 200px;
}
.detail-prd-lt-modal .modal-body .left-detail {
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .detail-prd-lt-modal .modal-body .left-detail {
    padding-left: 0;
  }
}
.detail-prd-lt-modal .modal-body .left-detail h3 {
  color: #000000;
  font-size: 24px;
  font-family: "Montserrat";
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .detail-prd-lt-modal .modal-body .left-detail h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.detail-prd-lt-modal .modal-body .left-detail p {
  color: #1CCDAE;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
.detail-prd-lt-modal .modal-body .left-detail ul li.product-description p {
  color: #707070;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding-left: 12px;
}
.detail-prd-lt-modal .modal-body .left-detail ul li {
  color: #707070;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding-left: 12px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .detail-prd-lt-modal .modal-body .left-detail ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.detail-prd-lt-modal .modal-body .left-detail ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #1CCDAE;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.detail-prd-lt-modal .modal-body .qutoe-his-detail .right-detail img {
  max-height: 120px;
}
.detail-prd-lt-modal.qutoe-his-detail-wrp .modal-body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 550px;
}
.detail-prd-lt-modal.qutoe-his-detail-wrp .modal-body::-webkit-scrollbar {
  width: 0.4375rem;
}
.detail-prd-lt-modal.qutoe-his-detail-wrp .modal-body::-webkit-scrollbar-thumb {
  background-color: #1ccdae;
  border-radius: 0.25rem;
}
.detail-prd-lt-modal.qutoe-his-detail-wrp .modal-body::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  border-radius: 0.25rem;
}
.detail-prd-lt-modal.qutoe-his-detail-wrp .modal-body .qutoe-his-detail {
  margin-bottom: 15px !important;
}
.detail-prd-lt-modal.qutoe-his-detail-wrp .modal-body .qutoe-his-detail:last-child {
  margin-bottom: 0 !important;
}

.qute-action-edit .action-click-dt {
  z-index: 100;
}

.approve-act i:before {
  color: #19D920 !important;
}
.approve-act span {
  color: #19D920 !important;
}

.edit-action i:before {
  color: #169BFF !important;
}
.edit-action span {
  color: #169BFF !important;
}

.delet-action i:before {
  color: #FE158B !important;
}
.delet-action span {
  color: #FE158B !important;
}

.add-prd-action-list {
  display: inline-block;
  position: relative;
  width: 40px;
  cursor: pointer;
}
.add-prd-action-list:hover .add-prd-action-list-inner {
  display: block;
}
.add-prd-action-list .action-suggest i {
  font-size: 20px;
  color: #707070;
}
.add-prd-action-list .add-prd-action-list-inner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 20px #dad8ea;
  min-width: 150px;
  border-radius: 5px;
  position: absolute;
  top: 25px;
  z-index: 9999;
  transition: 0.3s;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;
}
.add-prd-action-list .add-prd-action-list-inner::-webkit-scrollbar {
  width: 0;
}
.add-prd-action-list .add-prd-action-list-inner .custom-option-btn-wrp {
  display: block;
  margin: 0;
}
.add-prd-action-list .add-prd-action-list-inner .custom-option-btn-wrp:last-child .border-clr {
  border-bottom: 0;
}
.add-prd-action-list .add-prd-action-list-inner .custom-option-btn-wrp .border-clr {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}
.add-prd-action-list .add-prd-action-list-inner .custom-option-btn-wrp .border-clr:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #1ccdae;
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 7px;
  position: relative;
  top: 4px;
}
.add-prd-action-list .add-prd-action-list-inner .custom-btn-inner {
  color: #000;
  padding: 10px 10px 10px 20px;
}

.add-prd-action-list .add-prd-action-list-inner .custom-option-btn-wrp input:checked + .border-clr {
  background-color: transparent;
  border-color: #169BFF;
}

.add-prd-action-list .add-prd-action-list-inner .custom-option-btn-wrp input:checked + .border-clr:before {
  background-color: #169BFF;
}

.add-prd-action-list .add-prd-action-list-inner .custom-option-btn-wrp input:checked + .border-clr + .custom-btn-inner {
  color: #000 !important;
}

.quotation-cus-tl {
  padding: 10px 0 10px 15px;
}
.quotation-cus-tl p {
  color: #33304E;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quotation-cus-tl p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quotation-cus-tl p {
    font-size: 14px;
  }
}

.discount-approve2-pr .custom-style-chk-1 .row {
  position: relative;
}

.day-update-ver {
  padding: 11px 0 12px;
}
.day-update-ver span {
  color: #707070;
  line-height: 1;
  display: flex;
  align-items: center;
}
.day-update-ver span:after {
  content: "";
  height: 1px;
  background-color: #707070;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  width: 100%;
}

.border-right-action {
  position: initial;
}
.border-right-action:after {
  content: "";
  height: 100%;
  border-left: 1px solid #F6F6F6;
  display: inline-block;
  position: absolute;
  top: 0;
}

.padding-bt-wbtn {
  padding-bottom: 55px;
}

.add-role-bx-wrp {
  margin-top: 0;
  height: 100vh;
}
.add-role-bx-wrp .row {
  height: 100%;
}

.slt-role-box .drp-customer label {
  font-size: 16px !important;
}
.slt-role-box p {
  font-size: 22px !important;
  padding-top: 20px;
}
.slt-role-box .footer-btn {
  margin-top: 30px;
}
.slt-role-box .stock-chkwrp input,
.slt-role-box .stock-chkwrp span.st-sp-chk-brd {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.page-not-found-box h2 {
  display: inline-block;
  font-size: 5rem;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .page-not-found-box h2 {
    font-size: 4.0625rem;
  }
}
.page-not-found-box img {
  display: inline-block;
  max-width: 4.375rem;
}
@media (max-width: 767.98px) {
  .page-not-found-box img {
    max-width: 3.75rem;
  }
}
.page-not-found-box p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .page-not-found-box p {
    font-size: 22px;
  }
}

.quote-action1 .action-click-dt {
  width: 160px;
}

.addProduct-column-linebreak span,
.addProduct-column-linebreak p {
  line-break: anywhere;
}

.add-product-action .action-clk-wrp {
  width: 40px;
  margin-top: 12px;
  position: relative;
}
.add-product-action .action-clk-wrp .icon-dots-horizontal-triple {
  font-size: 16px;
  padding-right: 5px;
}
.add-product-action .action-clk-wrp .action-click-dt {
  right: 20px;
}

.product-title-chk.addProduct-column-linebreak span {
  line-height: 20px;
}

.lead-info-detail {
  display: inline-block;
  width: 22px;
  position: relative;
  font-size: 16px;
}
.lead-info-detail:hover .lead-info-inner {
  display: block;
}
.lead-info-detail span.icon-eye {
  color: #687E94;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  padding: 3px 4px 3px;
  transition: 0.3s;
}
.lead-info-detail span.icon-eye:hover {
  background-color: #F2F6FA;
}
.lead-info-detail .lead-info-inner {
  box-shadow: 0px 10px 10px #0000000f;
  border: 1px solid #D8DFE8;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 0 16px;
  width: 405px;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  animation: animatezoom 0.3s;
  z-index: 1;
}
.lead-info-detail .lead-info-inner .col-4 p {
  font-weight: 800;
}
.lead-info-detail .lead-info-inner p {
  font-size: 14px;
  color: #1C3047;
  margin-bottom: 18px;
  font-weight: 400;
}
.lead-info-detail .lead-info-inner p a {
  color: #1C3047;
}

@keyframes animatezoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.badge-white {
  border: 1px solid #e5e5e5;
}

.highlighted {
  border: 2px solid #fcd142;
  background: #fffbea;
}

.alternative-badge {
  background-color: #ffeeba;
  color: #169bff;
  padding: 5px 9px;
  font-size: 12px;
  border-radius: 130px;
  line-height: 1;
}
.alternative-badge i {
  float: none !important;
}
.alternative-badge i svg {
  fill: #169bff;
}

.form-select-srch-sales .multiselect__tags {
  width: 100% !important;
  border: 1px solid #AFC8E6;
  height: 40px;
  border-radius: 4px;
  line-height: 1.6;
}
.form-select-srch-sales .multiselect__tags input,
.form-select-srch-sales .multiselect__tags .multiselect__single {
  outline: none !important;
  position: relative;
  display: inline-block;
  min-height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 12px;
}
.form-select-srch-sales .multiselect__tags .multiselect__placeholder {
  font-size: 0.875rem;
  padding: 0px 12px;
  min-height: 20px;
  line-height: 20px;
  margin-top: 8px;
  display: inline-block;
}
.form-select-srch-sales .multiselect__tags .multiselect__single {
  padding: 0px 12px;
  color: #2f2b47;
}
.form-select-srch-sales .multiselect__content-wrapper {
  border: 1px solid #CECECE;
  max-height: 200px !important;
  padding: 10px 10px;
  box-shadow: 0px 0px 8px #cecece !important;
  overflow-y: auto;
  margin-top: 1px;
}
.form-select-srch-sales .multiselect__content-wrapper ul li {
  padding: 5px 0;
}
.form-select-srch-sales .multiselect__content-wrapper ul li span {
  cursor: pointer;
}

.top-filter-custom .search-field {
  width: 300px;
}
.top-filter-custom .search-field label {
  display: block;
}
.top-filter-custom .search-field .form-control {
  height: 35px;
}
.top-filter-custom .search-field .form-control:focus {
  box-shadow: none;
}

.data-table-custom {
  min-height: 350px;
}
.data-table-custom .table-custom-style-1 tr {
  background-color: transparent !important;
  border-bottom: 1px solid #dee2e6;
}
.data-table-custom .table-custom-style-1 tr th {
  vertical-align: middle;
}
.data-table-custom .table-custom-style-1 tr th span.sort {
  cursor: pointer;
}
.data-table-custom .table-custom-style-1 tr td {
  vertical-align: middle;
  background-color: #fff;
  padding: 10px;
  border-top: 0;
  vertical-align: middle;
}
.data-table-custom .table-custom-style-1 tr td span {
  font-size: 12px;
  font-weight: 500;
}
.data-table-custom .table-custom-style-1 tr td p {
  font-size: 12px;
  font-weight: 500;
}
.data-table-custom .table-custom-style-1 tr td .action-clk-wrp {
  position: relative;
}
.data-table-custom .table-custom-style-1 tr td .action-clk-wrp .action-click-dt {
  top: 0;
  right: 40px;
}
.data-table-custom .table-custom-style-1 tr td .action-clk-wrp .action-click-dt .act-inner-dt {
  padding: 8px 10px;
  border-bottom: 1px solid #dee2e6;
}
.data-table-custom .table-custom-style-1 tr td .pr-img-1 img {
  max-height: 40px;
  max-width: 100%;
  width: auto;
}
.data-table-custom .table-custom-style-1 tr:nth-last-child(1) td .action-clk-wrp .action-click-dt {
  bottom: 0;
  top: auto;
}
.data-table-custom .table-custom-style-1 tr:nth-last-child(2) td .action-clk-wrp .action-click-dt {
  bottom: 0;
  top: auto;
}
.data-table-custom .table-custom-style-1 tr:nth-last-child(3) td .action-clk-wrp .action-click-dt {
  bottom: 0;
  top: auto;
}
.data-table-custom .table-custom-style-1 tr:nth-child(1) td .action-clk-wrp .action-click-dt {
  bottom: auto;
  top: 0;
}
.data-table-custom .table-custom-style-1 tr:nth-child(2) td .action-clk-wrp .action-click-dt {
  bottom: auto;
  top: 0;
}
.data-table-custom .table-custom-style-1 tr:nth-child(3) td .action-clk-wrp .action-click-dt {
  bottom: 0;
  top: auto;
}
.data-table-custom .table-custom-style-1 tr .th-w-50 {
  width: 50px;
}
.data-table-custom .table-custom-style-1 tr .form-control {
  width: 70px;
  padding: 4px 5px;
  height: auto;
}
.data-table-custom .table-custom-style-1 tr select.form-control {
  padding: 6px 5px;
}
.data-table-custom .table-custom-style-1 tr .add-product-action {
  min-width: 175px;
}
.data-table-custom .table-custom-style-1 tr th {
  font-size: 12px;
  padding: 10px 10px;
}
.data-table-custom .table-custom-style-1 .draggable-wrap tr {
  position: relative;
}
.data-table-custom .table-custom-style-1 .draggable-wrap tr:hover .drag-handle-pointer {
  transform: translateX(0);
}
.data-table-custom .table-custom-style-1 .draggable-wrap tr .drag-handle {
  width: 25px;
  height: calc(100% + 0px);
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 9;
}
.data-table-custom .table-custom-style-1 .draggable-wrap tr .drag-handle-pointer {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  left: 0;
  top: 0;
  transition: 0.1s ease-in all;
  pointer-events: move;
}
.data-table-custom .table-custom-style-1 .draggable-wrap tr .drag-handle-pointer svg {
  width: 10px;
  transform: translateX(7px) !important;
}
.data-table-custom .dataTables_scrollBody {
  max-height: 100% !important;
  overflow-y: hidden !important;
}

.footer-btn-imp .btn {
  background-color: #169BFF !important;
}

.pd-top-wtt-srl {
  padding-top: 5rem;
}

.cke_notifications_area {
  display: none;
}

.with-border-bottom {
  border-bottom: 1px solid #DAD8EA;
  padding: 6px 0;
  margin-bottom: 0;
}

.sales-account-inner.create-customer-wrapper {
  max-width: 900px;
  margin: 5rem auto 0 auto;
}
.sales-account-inner.create-customer-wrapper .footer-btn {
  position: unset;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tabs-style-1 {
  padding: 10px 0 0 0;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tabs-style-1 .nav-link {
  background-color: #fff !important;
  padding-top: 10px;
  border-bottom: none;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tabs-style-1 .nav-link.active {
  background-color: #33304E !important;
  color: #fff;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tabs-style-1 .nav-link.active i {
  color: #fff;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tab-content .tab-pane {
  border-radius: 5px;
  padding: 10px;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tab-content .tab-pane.active {
  background-color: #fff;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tab-content .tab-pane .form-has-icon .quote-input-sg {
  background-color: #e5e5e533;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .tab-content .tab-pane .country-code .code-inner .form-control {
  background-color: #e5e5e533;
}
.sales-account-inner.create-customer-wrapper .type-customer-wrp .custom-qte-rad .qte-inner-rad {
  width: 6.5rem;
  font-size: 14px;
}

.modal {
  z-index: 99999;
}

.cke_dialog_container {
  z-index: 99999 !important;
}

.v-toast.v-toast--top {
  z-index: 9999;
}

.mnt-font {
  font-family: "Montserrat";
}

.quote-header-sal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 60px;
  z-index: 9999;
  box-shadow: 0px 3px 20px #DAD8EA;
}
.quote-header-sal .height {
  height: 100%;
}
.quote-header-sal .left-quote .quote-title {
  display: inline-block;
}
.quote-header-sal .left-quote .quote-title i {
  transform: rotateY(180deg);
  display: inline-block;
  font-size: 22px;
  color: #000000;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-header-sal .left-quote .quote-title i {
    font-size: 14px;
  }
}
.quote-header-sal .left-quote .quote-title p {
  display: inline-block;
  color: #33304E;
  font-size: 22px;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-header-sal .left-quote .quote-title p {
    font-size: 18px;
    padding-left: 6px;
  }
}
.quote-header-sal .left-quote .quote-price-ttl {
  display: inline-block;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-header-sal .left-quote .quote-price-ttl {
    padding-left: 8px;
  }
}
.quote-header-sal .left-quote .quote-price-ttl span {
  background-color: #1CCDAE;
  color: #fff;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px 3px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-header-sal .left-quote .quote-price-ttl span {
    font-size: 14px;
    padding: 3px 8px 3px;
  }
}
.quote-header-sal .right-quote {
  text-align: right;
}
.quote-header-sal .right-quote ul {
  display: inline-block;
}
.quote-header-sal .right-quote ul li {
  display: inline-block;
  padding: 16px 13px 16px;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-header-sal .right-quote ul li {
    padding: 14px 2px 14px;
  }
}
.quote-header-sal .right-quote ul li.active {
  border-color: #169BFF;
}
.quote-header-sal .right-quote ul li.active a {
  color: #000000;
  font-weight: 600;
}
.quote-header-sal .right-quote ul li a {
  font-size: 14px;
  color: #707070;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-header-sal .right-quote ul li a {
    font-size: 15px;
  }
}
.quote-header-sal .right-quote ul li.prd-create-lk a {
  color: #33304E;
}
.quote-header-sal .right-quote ul li.prd-create-lk a span {
  color: #169BFF;
  display: inline-block;
  margin-right: 5px;
}
.quote-header-sal .right-quote img {
  padding-left: 13px;
  max-width: 35px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-header-sal .right-quote img {
    padding-left: 10px;
    max-height: 20px;
  }
}

.createqt-fld {
  margin-bottom: 50px;
}
.createqt-fld.max-form-wd {
  max-width: 800px;
  margin: 0 auto;
}
.createqt-fld .footer-btn {
  position: unset;
}
.createqt-fld .footer-btn .btn {
  margin-top: 30px;
}

.custom-qte-rad {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .custom-qte-rad {
    margin-bottom: 10px;
  }
}
.custom-qte-rad.primry-ct {
  margin-bottom: 15px;
}
.custom-qte-rad.primry-ct .qte-inner-rad {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-qte-rad input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.custom-qte-rad .brd-clr-rad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #AFC8E6;
  border-radius: 4px;
  background-color: #fff;
}
.custom-qte-rad .qte-inner-rad {
  color: #707070;
  font-size: 18px;
  padding: 12px 0px 12px;
  line-height: 1;
  display: block;
  position: relative;
  width: 12.5rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .custom-qte-rad .qte-inner-rad {
    width: 11.25rem;
  }
}

.custom-qte-rad input:checked + .brd-clr-rad {
  background-color: #33304E;
  border-color: #33304E;
}

.custom-qte-rad input:checked + .brd-clr-rad + .qte-inner-rad {
  color: #fff !important;
  position: relative;
}

.vdp-datepicker__calendar {
  z-index: 9999 !important;
}

.type-customer-wrp .mrg-btm {
  margin-bottom: 0.9375rem;
}
.type-customer-wrp p {
  margin-bottom: 3px;
  color: #33304E;
  font-size: 14px;
}
.type-customer-wrp .quote-input-sg,
.type-customer-wrp #autosuggest .form-control {
  height: 45px;
  line-height: 60px;
  border-color: #AFC8E6;
  border-bottom: 2px solid #afc8e6;
  padding-right: 28px !important;
}
.type-customer-wrp .quote-input-sg:focus,
.type-customer-wrp #autosuggest .form-control:focus {
  box-shadow: none;
}
.type-customer-wrp .autosuggest__results-container {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  z-index: 99;
}
.type-customer-wrp .autosuggest__results-container .autosuggest__results {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  border: 1px solid #5fb7fd;
  border-top: 0;
  box-shadow: 0px 3px 20px #DAD8EA;
}
.type-customer-wrp .autosuggest__results-container .quote-cus-inner {
  padding: 7px 10px;
  transition: 0.2s;
}
.type-customer-wrp .autosuggest__results-container .quote-cus-inner:hover {
  background-color: #f8f7ff;
}
.type-customer-wrp .autosuggest__results-container .quote-cus-inner span {
  position: relative;
  padding-right: 13px;
  font-size: 14px;
}
.type-customer-wrp .autosuggest__results-container .quote-cus-inner span:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0px;
  background-color: #f1f1f1;
  height: 23px;
  width: 1px;
}
.type-customer-wrp .autosuggest__results-container .quote-cus-inner p {
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
  color: #000;
}
.type-customer-wrp .drp-customer label {
  margin-bottom: 3px;
  color: #33304E;
  font-size: 14px;
}
.type-customer-wrp .drp-customer .has-arrow {
  position: relative;
}
.type-customer-wrp .drp-customer .has-arrow:after {
  content: "\E912";
  position: absolute;
  top: 32%;
  transform: translate(0, -50%);
  right: 9px;
  transform: rotate(270deg);
  font-size: 10px;
  font-weight: 700;
  color: #169BFF;
  font-family: "icomoon";
}
.type-customer-wrp .drp-customer .has-arrow.has-arrow-with-select:after {
  top: 13px;
}
.type-customer-wrp .drp-customer .form-control,
.type-customer-wrp .drp-customer .vdp-datepicker input {
  border: 1px solid #AFC8E6;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  color: #000000;
}
.type-customer-wrp .drp-customer .form-control:focus,
.type-customer-wrp .drp-customer .vdp-datepicker input:focus {
  box-shadow: none;
}
.type-customer-wrp .tabs-style-1 {
  padding: 10px 0;
}
.type-customer-wrp .tabs-style-1 .nav-link {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  text-transform: capitalize;
  color: #666666;
  font-weight: 600;
}
.type-customer-wrp .tabs-style-1 .nav-link:active i {
  color: #33304E;
}
.type-customer-wrp .tabs-style-1 .nav-link i {
  color: #666666;
  font-size: 16px;
  padding-right: 5px;
}

.type-customer-wrp .quote-input-sg:focus {
  border-color: #169BFF;
  border-bottom-color: #169BFF;
}

.type-customer-wrp #autosuggest .form-control:focus {
  border-color: #5fb7fd;
  border-bottom: 1px solid #dbe7f4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.type-customer-wrp .has-correct #autosuggest .form-control {
  border-color: #72db38 !important;
  border-bottom: 3px solid #72db38 !important;
}
.type-customer-wrp .has-correct #autosuggest .form-control:focus {
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}

.marg-bfr-btn {
  margin-bottom: 50px;
}

.cnt-wrp-tab {
  padding: 15px 0 10px;
}
.cnt-wrp-tab .btn {
  background-color: transparent;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #AFC8E6;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px 10px;
  line-height: 1;
  margin-right: 4px;
}
.cnt-wrp-tab .btn i {
  font-size: 16px;
  margin-right: 6px;
}
.cnt-wrp-tab .btn:focus {
  box-shadow: none !important;
  background-color: transparent;
}
.cnt-wrp-tab .btn:active {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #666666 !important;
  border-color: #AFC8E6 !important;
}
.cnt-wrp-tab .btn.active-cnt {
  color: #33304E !important;
  border-color: #169BFF !important;
}

.full-dft span {
  color: #000;
  border-radius: 4px;
  padding: 6px 6px 7px;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  line-break: anywhere;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .full-dft span {
    padding: 6px 6px 8px;
    font-size: 12px;
  }
}
.full-dft span i {
  padding-right: 5px;
  position: relative;
  top: 1px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .full-dft span i {
    top: 2px;
  }
}
.full-dft.fullfill span {
  background-color: #46D63F;
  color: #fff;
}
.full-dft.fullfill span .edit-ic {
  display: none;
}
.full-dft.draft span {
  background-color: #E0F1FF;
  color: #169BFF;
}
.full-dft.draft span .check-c {
  display: none;
}

.wih-out-img {
  padding: 10px 0 !important;
}

.has-correct .form-control {
  border-bottom: 2px solid #72db38 !important;
}
.has-correct i.icon-check {
  display: block;
  color: #72db38;
}

.has-incorrect .form-control {
  border-bottom: 2px solid #EA5E5E !important;
}
.has-incorrect i.icon-danger-sign {
  display: block;
  color: #EA5E5E;
}

.primary-ct span {
  display: inline-block;
  text-align: center;
}
.primary-ct p {
  display: inline-block;
  margin-bottom: 0;
  color: #33304E;
}

.country-code .code-inner {
  position: absolute;
  top: 27px;
  z-index: 1;
  margin-left: 3px;
}
.country-code .code-inner .form-control {
  width: 70px;
  padding: 0;
  height: 40px;
  border: 0;
  line-height: 40px;
}
.country-code .code-inner .form-control:focus {
  box-shadow: none !important;
}
.country-code .code-number {
  padding-left: 80px;
}

.form-control-feedback {
  font-size: 14px;
  color: #EA5E5E;
}

.stats-loader {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.stats-loader .loader-inner-stat {
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  text-align: center;
}
.stats-loader .loader-inner-stat .spinner-border {
  width: 50px;
  height: 50px;
}

.with-out-bg-input {
  background-color: transparent !important;
}
.with-out-bg-input:focus {
  background-color: transparent;
}

.divider hr {
  margin: 5px 0 15px;
  border-color: #E4E4E4;
}

.preview-product .title-prev {
  padding: 15px 0 20px;
  color: #33304E;
  font-size: 16px;
}
.preview-product .custom-style-chk-1 .row {
  position: relative;
}

.back-version-wrp {
  padding-top: 10px;
}
.back-version-wrp p {
  font-size: 16px;
  color: #33304E;
  font-weight: 600;
  margin-bottom: 0;
}
.back-version-wrp p i {
  padding-right: 14px;
  padding-left: 14px;
  color: #159BFC;
}

.version-hdr li p {
  color: #666666;
  font-size: 18px;
}

.version-zindex-bx {
  z-index: inherit !important;
}

.link-signp p {
  font-size: 1rem;
  font-weight: 500;
}

.custom-style-chk-1:last-child .qute-action-edit .action-click-dt,
.custom-style-chk-1:nth-last-child(2) .qute-action-edit .action-click-dt,
.custom-style-chk-1:nth-last-child(3) .qute-action-edit .action-click-dt {
  top: unset;
  bottom: -40px !important;
  z-index: 1000;
}

.custom-style-chk-1:first-child .qute-action-edit .action-click-dt {
  z-index: 1000;
}

.vdp-datepicker input {
  width: 100%;
  border-radius: 4px;
}
.vdp-datepicker input:focus {
  outline: none;
}

.other-cus-inp .input-group-text {
  border: 1px solid #AFC8E6;
}

.create-cutome-btn {
  z-index: 10;
}

.custom-discount-input-span {
  padding: 5px !important;
}

.custom-discount-input {
  padding-right: 3px !important;
}

.basic-custom-discount {
  padding-top: 0.375rem !important;
  padding-right: 0.25rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.25rem !important;
}

.basic-custom-discount-input {
  padding-top: 0.375rem !important;
  padding-right: 0.25rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.75rem !important;
}

.version-quote-action .action-click-dt {
  top: 5px;
}

.custom-style-chk-1:last-child .qute-action-edit.version-quote-action .action-click-dt,
.custom-style-chk-1:nth-last-child(2) .qute-action-edit.version-quote-action .action-click-dt,
.custom-style-chk-1:nth-last-child(3) .qute-action-edit.version-quote-action .action-click-dt {
  top: 5px;
  bottom: inherit !important;
}

.versionhistory {
  padding-bottom: 30px;
}

.sav-btn:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.btn.btn-style1 {
  background-color: #169BFF;
  border-color: #169BFF;
  margin-top: 28px;
  font-size: 16px;
}
.btn.btn-style1:hover, .btn.btn-style1:active, .btn.btn-style1:focus {
  background-color: #0e92f5 !important;
  border-color: #0e92f5 !important;
  box-shadow: none !important;
}

.btn.btn-cancel {
  padding: 0;
  margin-top: 35px;
}
.btn.btn-cancel i {
  font-size: 20px;
  color: #e3342f;
}
.btn.btn-cancel:focus {
  box-shadow: none;
}

.quotelabel-actionh i {
  float: right;
  transform: rotate(90deg);
  font-size: 22px;
  color: #707070;
  opacity: 0;
}

.quote-price span {
  line-break: anywhere;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .alternative-product .modal-lg {
    max-width: 700px;
  }
}
.alternative-product .modal-header,
.alternative-product .modal-footer {
  background-color: #F2F6FA;
  padding: 13px 20px 10px;
  border: 0;
}
.alternative-product .modal-header h5,
.alternative-product .modal-footer h5 {
  font-size: 16px;
  color: #1C3047;
  font-weight: 500;
}
.alternative-product .modal-header .close,
.alternative-product .modal-footer .close {
  color: #8D9FB0;
  padding: 0;
  margin: 0;
  font-size: 26px;
}
.alternative-product .modal-body {
  padding: 20px 20px;
}
.alternative-product .title-alternative {
  color: #33304E;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0px 20px;
  font-weight: 600;
}
.alternative-product .alternative-product-box {
  border: 1px solid #D6D6D6;
  padding: 10px 0;
  position: initial !important;
  border-bottom: 0;
}
.alternative-product .alternative-product-box:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.alternative-product .alternative-product-box .row {
  position: relative;
}
.alternative-product .alternative-product-box .select-pr-sugest-chk input,
.alternative-product .alternative-product-box .select-pr-sugest-chk span {
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
  line-height: 16px !important;
}
.alternative-product .alternative-product-box .select-pr-sugest-chk span i {
  font-size: 14px;
  line-height: 15px !important;
}
.alternative-product .alternative-product-box .select-pr-sugest-chk.add-pr-chk-inline {
  left: 10px;
}
.alternative-product .alternative-product-box .classification-modal p,
.alternative-product .alternative-product-box .wrh-wrp .wrh-action {
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
}
.alternative-product .alternative-product-box .classification-modal p {
  border: 1px solid #D0D0D0;
}
.alternative-product .modal-footer .btn:focus {
  box-shadow: none;
}
.alternative-product .modal-footer .btn-primary {
  background-color: #169BFF;
  border-color: #169BFF;
}
.alternative-product .modal-footer .btn-primary:active {
  background-color: #169BFF;
  border-color: #169BFF;
}
.alternative-product .modal-footer .btn-secondary {
  background-color: #33304E;
  border-color: #33304E;
}
.alternative-product .modal-footer .btn-secondary:active {
  background-color: #33304E;
  border-color: #33304E;
}

.alternative-msg .alternative-right {
  width: 54px;
  height: 54px;
  background-color: #FCC947;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
}
.alternative-msg .alternative-left {
  border: 1px solid #FCDB6D;
  display: inline-block;
  background-color: #FFFBEA;
  border-radius: 4px;
  width: calc(90% - 71px);
  margin-left: 13px;
  padding: 10px 25px 10px 25px;
  position: relative;
}
.alternative-msg .alternative-left::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #fcdb6d transparent transparent;
  position: absolute;
  right: 100%;
  bottom: 10px;
}
.alternative-msg .alternative-left::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 8px 5.5px 0;
  border-color: transparent #fffbea transparent transparent;
  position: absolute;
  right: calc(100% + 0px);
  bottom: 12px;
}
.alternative-msg .alternative-left p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.lead-info-inner.list-desc {
  z-index: 100000;
}
.lead-info-inner.list-desc .title-desc {
  padding-left: 10px;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.lead-info-inner.list-desc ul {
  padding-left: 30px;
  padding-right: 15px;
}
.lead-info-inner.list-desc ul li {
  list-style: disc;
  margin-bottom: 8px;
}
.lead-info-inner.list-desc ul li:last-child {
  margin-bottom: 0;
}
.lead-info-inner.list-desc ul li p {
  margin-bottom: 0px;
}

.alternative-warning .modal-dialog {
  max-width: 633px;
}
.alternative-warning .modal-dialog .modal-body {
  padding: 35px 20px 0 30px;
}
.alternative-warning .modal-dialog .modal-body .alternative-warning-msg .alternative-warn-right {
  display: inline-block;
  vertical-align: top;
}
.alternative-warning .modal-dialog .modal-body .alternative-warning-msg .alternative-warn-left {
  display: inline-block;
  width: calc(100% - 72px);
  margin-left: 30px;
}
.alternative-warning .modal-dialog .modal-body .alternative-warning-msg .alternative-warn-left h2 {
  font-size: 18px;
  color: #1C3047;
  font-weight: 600;
  margin: 5px 0 25px;
}
.alternative-warning .modal-dialog .modal-body .alternative-warning-msg .alternative-warn-left p {
  color: #33304E;
  font-size: 14px;
}
.alternative-warning .modal-dialog .modal-footer {
  border-top: 0;
  padding: 80px 25px 20px;
}
.alternative-warning .modal-dialog .modal-footer .btn.btn-danger {
  background-color: #DC3545;
  border-color: #DC3545;
}
.alternative-warning .modal-dialog .modal-footer .btn.btn-danger:active, .alternative-warning .modal-dialog .modal-footer .btn.btn-danger:hover, .alternative-warning .modal-dialog .modal-footer .btn.btn-danger:focus {
  background-color: #DC3545;
  border-color: #DC3545;
  box-shadow: none;
}
.alternative-warning .modal-dialog .modal-footer .btn.btn-primary {
  background-color: #169BFF;
  border-color: #169BFF;
}
.alternative-warning .modal-dialog .modal-footer .btn.btn-primary:active, .alternative-warning .modal-dialog .modal-footer .btn.btn-primary:hover, .alternative-warning .modal-dialog .modal-footer .btn.btn-primary:focus {
  background-color: #169BFF;
  border-color: #169BFF;
  box-shadow: none;
}

.checkout-form .form-group .form-select-search .multiselect__content-wrapper ul {
  width: 100%;
}

.checkout-form .form-group .form-select-search .multiselect__content-wrapper ul li span {
  width: 100%;
  display: block;
  padding: 3px 0;
}

.checkout-form .form-group .form-select-search .multiselect__content-wrapper ul li {
  padding: 0 !important;
}

.checkout-form .form-group .form-select-search .multiselect__content-wrapper ul li:hover span {
  font-weight: 900;
}

.menu-wrapper-dash {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 25px 40px;
  visibility: hidden;
  transition: 0.5s;
}
.menu-wrapper-dash::-webkit-scrollbar {
  width: 0;
}
.menu-wrapper-dash .menu-inner-dash {
  margin: 55px 0 0;
}
.menu-wrapper-dash .menu-inner-dash .link-menu-bx {
  box-shadow: 0px 3px 20px #DAD8EA;
  border-radius: 10px;
  padding: 15px 15px 20px 20px;
  height: 100%;
}
.menu-wrapper-dash .menu-inner-dash .link-menu-bx a {
  outline: none !important;
}
.menu-wrapper-dash .menu-inner-dash .link-menu-bx h3 {
  color: #fff;
  font-size: 28px;
  margin: 18px 0 0;
  font-family: "Montserrat";
}
.menu-wrapper-dash .menu-inner-dash .quotes-sec-mn {
  background: transparent linear-gradient(180deg, #86C8FF 0%, #169BFF 100%) 0% 0% no-repeat padding-box;
  padding-top: 24px;
}
.menu-wrapper-dash .menu-inner-dash .prd-sec-mn {
  background: transparent linear-gradient(180deg, #BAFFED 0%, #00D9B8 100%) 0% 0% no-repeat padding-box;
}
.menu-wrapper-dash .menu-inner-dash .cus-sec-mn {
  background: transparent linear-gradient(180deg, #FFDB46 0%, #FF9608 100%) 0% 0% no-repeat padding-box;
}
.menu-wrapper-dash .menu-inner-dash .stat-sec-mn {
  background: transparent linear-gradient(180deg, #FF86C7 0%, #FF00C4 100%) 0% 0% no-repeat padding-box;
}
.menu-wrapper-dash .menu-inner-dash .stat-sec-mn img {
  opacity: 0;
}
.menu-wrapper-dash .menu-inner-dash .role-sec-mm {
  background: transparent linear-gradient(180deg, #D586FF 0%, #9520FA 100%) 0% 0% no-repeat padding-box;
}
.menu-wrapper-dash .menu-inner-dash .permission-sec-mm {
  background: transparent linear-gradient(180deg, #80FF50 0%, #1DBE00 100%) 0% 0% no-repeat padding-box;
}
.menu-wrapper-dash .menu-inner-dash .with-out-img-sec img {
  opacity: 0;
}
.menu-wrapper-dash .menu-footer {
  padding-top: 30px;
}
.menu-wrapper-dash .menu-footer p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.menu-wrapper-dash .menu-footer .btn {
  box-shadow: 0px 3px 10px #DAD8EA;
  border-radius: 10px;
  background-color: #000000;
  width: 100%;
  font-size: 18px;
  padding: 15px 0 15px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-wrapper-dash .menu-footer .btn {
    font-size: 16px;
  }
}
.menu-wrapper-dash .menu-footer .btn i {
  padding-right: 10px;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-wrapper-dash .menu-footer .btn i {
    font-size: 14px;
    padding-right: 8px;
  }
}
.menu-wrapper-dash .menu-footer .btn:active {
  background-color: #000000;
}
.menu-wrapper-dash .menu-footer .btn:focus {
  box-shadow: 0px 3px 10px #DAD8EA;
}

.menu-open .menu-wrapper-dash {
  visibility: initial;
  top: 0;
}

.menu-icon {
  cursor: pointer;
}

.menu-header .left-img-menu img {
  max-height: 50px;
  width: auto;
}
.menu-header .close-menu {
  cursor: pointer;
}
.menu-header h2 {
  font-size: 36px;
  color: #000000;
  font-family: "Montserrat";
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-header h2 {
    font-size: 30px;
  }
}

.apprv-delet-mmodal-action .modal-body {
  padding: 15px 25px 10px;
}
.apprv-delet-mmodal-action .modal-body p {
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}
.apprv-delet-mmodal-action .modal-body .btn {
  border-radius: 5px;
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 12px 0px 12px;
  line-height: 1;
  margin-bottom: 15px;
}
.apprv-delet-mmodal-action .modal-body .btn:focus {
  box-shadow: none !important;
}
.apprv-delet-mmodal-action .modal-body .btn.cncl-btn {
  background-color: #E0F1FF;
  border-color: #E0F1FF;
  color: #169BFF;
}

.approve-modal-lt-pr .sav-btn {
  background-color: #46D63F;
  border-color: #46D63F;
}
.approve-modal-lt-pr .sav-btn:active {
  background-color: #46D63F !important;
  border-color: #46D63F !important;
}

.delet-modal-lt-pr .remv-btn {
  background-color: #FF3B3B;
  border-color: #FF3B3B;
}
.delet-modal-lt-pr .remv-btn:active {
  background-color: #FF3B3B !important;
  border-color: #FF3B3B !important;
}

.discount-modal .modal-body {
  padding: 20px 23px 25px;
}
.discount-modal .modal-body p {
  color: #000000;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
.discount-modal .modal-body .pr-qty-drp {
  margin-bottom: 15px;
}
.discount-modal .modal-body .pr-qty-drp form {
  display: block;
}
.discount-modal .modal-body .pr-qty-drp form .form-control {
  display: block;
  width: 100%;
}
.discount-modal .modal-body .btn {
  box-shadow: 0px 3px 10px #DAD8EA !important;
}
.discount-modal .modal-body .btn:focus {
  box-shadow: 0px 3px 10px #DAD8EA;
}

/*Customer detail modal start*/
.customer-detail-1 p {
  margin-bottom: 13px;
  font-weight: 700;
}

.customer-detail-1 .style1 {
  color: #1CCDAE;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.customer-detail-1 .style1:after {
  content: "";
  width: 12px;
  background-color: #707070;
  height: 1px;
  position: absolute;
  top: 7px;
  right: 0px;
}

.customer-detail-1 .style2 {
  color: #707070;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 10px;
}

.customer-detail-2 h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #33304E;
  margin-bottom: 30px;
  font-family: "Montserrat";
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customer-detail-2 h2 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
  }
}

.table-style-1 td {
  text-align: right;
  font-size: 14px;
  color: #33304E;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 20px;
  text-align: right;
  padding-left: 5px;
}

.table-style-1 th {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  color: #33304EBF;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 20px;
  text-align: left;
  padding-right: 5px;
}

.table-style-1 table {
  background: #F2F0FF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
}

.table-style-1 th td:last-of-type {
  border-bottom: none;
}

.customer-detail-modal .modal-body {
  padding: 18px 20px;
}
.customer-detail-modal .tabs-style-1 {
  margin-bottom: 20px;
}
.customer-detail-modal .nav-tab-open .modal-contact-left {
  display: inline-block;
}
.customer-detail-modal .nav-tab-open .modal-contact-left i {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #D1F5EF80;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  color: #1CCDAE;
  margin-right: 6px;
}
.customer-detail-modal .nav-tab-open p {
  font-size: 14px;
  color: #33304E;
  line-height: 24px;
  text-align: left;
  display: inline-block;
  margin: 0;
  width: calc(100% - 38px);
  vertical-align: top;
}
.customer-detail-modal .nav-tab-open p a {
  color: #33304E;
  line-break: anywhere;
}
.customer-detail-modal .nav-tab-open p a:focus {
  outline: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .customer-detail-modal .cus-tab-inner-style {
    margin-bottom: 40px;
  }
}

.nav-tab-open {
  margin-bottom: 10px;
}

.nav-tabs.tabs-style-1 {
  border-bottom: none;
}

.tabs-style-1 .nav-link.active {
  color: #33304E;
  border-bottom-color: #169BFF;
}

.tabs-style-1 .nav-link {
  border: none;
  color: #707070;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent !important;
  padding: 0 45px 9px 0px;
  line-height: 1;
  border-bottom: 2px solid #AFC8E6;
  margin-right: 5px;
}
.tabs-style-1 .nav-link:hover {
  border-color: #AFC8E6;
}

.customer-detail-btn {
  text-align: left;
}

.customer-detail-btn .btn {
  background-color: #169BFF;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  width: 100px;
  height: 35px;
  padding: 0;
  line-height: 35px;
}
.customer-detail-btn .btn:active {
  background-color: #169BFF !important;
}
.customer-detail-btn .btn:focus {
  box-shadow: none !important;
}

.Display-button {
  padding-top: 15px;
}

.Display-button .btn {
  font-size: 16px;
  width: 100%;
  height: 45px;
  background: #33304E;
  border-radius: 5px;
  border: none;
}
.Display-button .btn:active {
  background: #33304E !important;
}
.Display-button .btn:focus {
  box-shadow: none;
}

/*Customer detail modal end*/
/*email modal start*/
#email-modal-lst-pr textarea.form-control {
  height: 100px !important;
  line-height: 22px;
}

/*email modal end*/
.stats-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.stats-wrapper .overlaye-banner-stat {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
  width: 100%;
  background: #2F2B47 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.stats-wrapper .stats-banner {
  background-image: url(../images/background_violet.jpg);
  width: 100%;
  position: absolute;
  max-width: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh !important;
}
.stats-wrapper .menu-header {
  padding: 20px 0 35px;
  z-index: 11;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stats-wrapper .menu-header {
    padding: 20px 0 20px;
  }
}
.stats-wrapper .menu-header h2 {
  color: #fff;
}
.stats-wrapper .stat-inner {
  z-index: 11;
  position: relative;
  display: flex;
  align-items: center;
  height: calc( 100vh - 140px );
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stats-wrapper .stat-inner {
    height: calc( 100vh - 97px );
  }
}
.stats-wrapper .stat-inner .custom-width-row {
  max-width: 100%;
  width: 100%;
}
.stats-wrapper .stat-inner .total-list-bx {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#514f6e+0,545773+100 */
  background: #514f6e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #514f6e 0%, #545773 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#514f6e", endColorstr="#545773",GradientType=0 );
  /* IE6-9 */
  border-radius: 10px;
  padding: 13px 15px 15px;
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner {
  overflow: hidden;
  margin-bottom: 10px;
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner:last-child {
  margin-bottom: 0;
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner p {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .confirmed-clr {
  color: #7BD182;
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .sent-clr {
  color: #3DC1FC;
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .draft-clr {
  color: #D1D17B;
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-qt-num {
  width: 49%;
  float: left;
  border-right: 1px solid #6F6C84;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-qt-num {
    width: 47%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-qt-num {
    width: 40%;
  }
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-qt-num span,
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-pr p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-qt-num span,
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-pr p {
    font-size: 16px;
  }
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-pr {
  width: 50%;
  text-align: right;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-pr {
    width: 53%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-pr {
    width: 60%;
  }
}
.stats-wrapper .stat-inner .total-list-bx .total-list-inner .total-pr p span {
  font-size: 14px;
  vertical-align: super;
  line-height: 1;
  font-weight: 500;
  padding-right: 4px;
}
.stats-wrapper .stat-inner .right-seller-desc h3 {
  color: #fff;
  font-size: 36px;
  font-family: "Montserrat";
  margin: 8px 0 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stats-wrapper .stat-inner .right-seller-desc h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stats-wrapper .stat-inner .right-seller-desc h3 {
    font-size: 24px;
  }
}
.stats-wrapper .stat-inner .right-seller-desc p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.stats-wrapper .stat-inner .right-seller-desc .btn {
  background-color: #1CCDAE;
  border-color: #1CCDAE;
  border-radius: 22px;
  font-size: 16px;
  line-height: 19px;
  padding: 4px 8px 4px 19px;
  box-shadow: none !important;
}
.stats-wrapper .stat-inner .right-seller-desc .btn i {
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.stats-wrapper .stat-inner .right-seller-desc .btn:focus {
  background-color: #1CCDAE;
  border-color: #1CCDAE;
  box-shadow: none !important;
}
.stats-wrapper .stat-inner .right-seller-desc .btn:active {
  background-color: #1CCDAE !important;
  border-color: #1CCDAE !important;
}
.stats-wrapper .bestseller-list {
  margin-top: 39px;
}
.stats-wrapper .bestseller-list .bestseller-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 240px;
}
.stats-wrapper .bestseller-list .bestseller-scroll::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stats-wrapper .bestseller-list .bestseller-scroll {
    height: 216px;
  }
}
.stats-wrapper .bestseller-list .bset-clr-s {
  color: #F186FF;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1;
}
.stats-wrapper .bestseller-list ul .sold-txt {
  color: #707070;
  text-align: right;
  display: block;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}
.stats-wrapper .bestseller-list ul li {
  border-bottom: 1px solid #ADA7BF;
  padding: 10px 0 6px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stats-wrapper .bestseller-list ul li {
    padding: 7px 0 5px;
  }
}
.stats-wrapper .bestseller-list ul li .title-solds {
  display: inline-block;
  width: calc(100% - 60px);
}
.stats-wrapper .bestseller-list ul li .title-solds p {
  margin-bottom: 0;
  color: #fff;
}
.stats-wrapper .bestseller-list ul li .sold-qt {
  display: inline-block;
  text-align: right;
  float: right;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.stats-wrapper .latest-qt-wrapper .latest-qt-txt {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0 10px;
}
.stats-wrapper .latest-qt-wrapper .latest-inner-list {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}
.stats-wrapper .latest-qt-wrapper .latest-inner-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.stats-wrapper .latest-qt-wrapper .latest-inner-list::-webkit-scrollbar-thumb {
  background-color: #1ccdae;
  border-radius: 0.25rem;
}
.stats-wrapper .latest-qt-wrapper .latest-inner-list::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  border-radius: 0.25rem;
}
.stats-wrapper .latest-qt-wrapper .latest-bx {
  background: #59566f;
  background: linear-gradient(to bottom, #59566f 0%, #5b5870 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59566f", endColorstr="#5b5870",GradientType=0 );
  border-radius: 5px;
  display: inline-block;
  width: 31%;
  margin-right: 13px;
}
.stats-wrapper .latest-qt-wrapper .latest-bx:last-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stats-wrapper .latest-qt-wrapper .latest-bx {
    width: 43%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stats-wrapper .latest-qt-wrapper .latest-bx {
    width: 50%;
  }
}
.stats-wrapper .latest-qt-wrapper .latest-bx .top-mention-txt {
  border-radius: 5px 5px 0px 0px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  padding: 7px 0 6px;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .top-mention-txt.draft-mention {
  background-color: #DBB449;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .top-mention-txt.confirmed-mention {
  background-color: #81DB49;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .top-mention-txt.sent-mention {
  background-color: #3DC1FC;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .latest-date {
  line-height: 1;
  margin: 20px 0 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stats-wrapper .latest-qt-wrapper .latest-bx .latest-date {
    margin: 10px 0 0;
  }
}
.stats-wrapper .latest-qt-wrapper .latest-bx .latest-date span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .latest-date .date-mg-b {
  margin-bottom: 17px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stats-wrapper .latest-qt-wrapper .latest-bx .latest-date .date-mg-b {
    margin-bottom: 5px;
  }
}
.stats-wrapper .latest-qt-wrapper .latest-bx .latest-pdbx {
  padding: 0 15px 15px;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt {
  border-bottom: 1px solid #ADA7BF;
  padding: 10px 0;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt span {
  color: #a2a2a2;
  font-weight: 500;
  font-size: 14px;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt P {
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .stats-wrapper .latest-qt-wrapper .latest-bx .client-lt P {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .stats-wrapper .latest-qt-wrapper .latest-bx .client-lt P {
    font-size: 16px;
  }
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt .latest-prodt {
  display: inline-block;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt .latest-prodt.latest-wdt-pr {
  width: 85px;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt .latest-prodt.latest-wdt-totl {
  width: calc(100% - 90px);
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt .latest-prodt P {
  padding-top: 5px;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .client-lt .latest-prodt P span {
  font-size: 10px;
  vertical-align: super;
  color: #fff;
  padding-right: 5px;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .btn {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 0;
  background-color: #746E86;
  margin-top: 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 41px;
  box-shadow: none !important;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .btn:active {
  background-color: #746E86 !important;
}
.stats-wrapper .latest-qt-wrapper .latest-bx .btn:focus {
  box-shadow: none !important;
}

.c-loader {
  position: relative;
}

.c-loader {
  content: "";
  display: flex;
  min-height: 100vh;
  width: 100%;
  position: absolute;
  /* background-color: #ffffff5e; */
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /*background-image: url(/images/loader.gif);*/
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  /* pointer-events: none; */
  opacity: 1;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1) all;
  margin: 0 auto;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-loader .loader {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: 4px solid #3498db;
  border-radius: 50%;
  border-top: 4px solid #fff;
  animation: spin 2s linear infinite;
}
@media (max-width: 767.98px) {
  .c-loader .loader {
    top: 40%;
  }
}
.c-loader.custom-loader {
  display: none;
}
.c-loader.show-loader {
  display: block;
}

.selected-list-product-mob .header-selected-list .btn.remove-btn-lt {
  border-color: #DF2120;
  color: #DF2120;
  width: 84px;
}
.selected-list-product-mob .header-selected-list .btn.remove-btn-lt:active, .selected-list-product-mob .header-selected-list .btn.remove-btn-lt:focus, .selected-list-product-mob .header-selected-list .btn.remove-btn-lt:hover {
  background-color: transparent;
  box-shadow: none;
}
.selected-list-product-mob .header-selected-list .done-btn-pr {
  background-color: #33304E;
  color: #fff;
  border-color: #33304E;
  padding: 8px 0 7px;
}
.selected-list-product-mob .header-selected-list .done-btn-pr:focus {
  box-shadow: none;
}
.selected-list-product-mob .header-selected-list .done-btn-pr:active {
  background-color: #33304E;
  color: #fff;
}

.equipment-lst-check {
  margin-right: 8px !important;
}
.equipment-lst-check input {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.equipment-lst-check span.c-chk-brd {
  border-color: #B0B0B0;
  border-radius: 10px;
}

.lang-ar .equipment-lst-check {
  margin-right: 0 !important;
  margin-left: 8px !important;
}
.lang-ar .selected-list-product-mob .header-selected-list .btn.remove-btn-lt {
  float: right;
}

.file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-radius: 0.25rem;
  overflow: hidden;
}

.file-upload .file-select {
  display: block;
  border: 0px solid #dce4ec;
  color: #33304E;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 20px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #33304e99;
}

.file-upload .file-select .file-select-name {
  line-height: 45px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #33304E;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #33304E;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #33304E;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.otp-field-box .otp-field-inner {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 8px 8px 8px 24px;
  border: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .otp-field-box .otp-field-inner {
    padding: 8px 8px 8px 20px;
  }
}
.otp-field-box .otp-field-inner span {
  color: #A1A1A1;
  font-size: 16px;
  font-weight: 500;
  padding: 0 12px;
}
@media (max-width: 767.98px) {
  .otp-field-box .otp-field-inner span {
    font-size: 14px;
    padding: 0 10px;
  }
}
.otp-field-box .otp-field-inner .form-control {
  color: #1C3047;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  background-color: transparent;
  border: 0;
  height: auto;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .otp-field-box .otp-field-inner .form-control {
    font-size: 14px;
  }
}
.otp-field-box .otp-field-inner .btn {
  padding: 10px 26px 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.otp-field-box .otp-field-inner .btn.btn-primary {
  background-color: #1E8FFB;
  border-color: #1E8FFB;
}
.otp-field-box .otp-field-inner .btn.edit-btn {
  color: #707070;
  font-weight: 500;
}
.otp-field-box .otp-field-inner .btn:focus {
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .otp-field-box .otp-field-inner .btn {
    padding: 10px 15px 9px;
    font-size: 14px;
  }
}
.otp-field-box .otp-field-inner .btn.save-btn {
  display: none;
}
.otp-field-box .otp-field-inner.otp-field-edit {
  border-color: #1E8FFB;
  box-shadow: 0px 0px 3px #00000029;
}
.otp-field-box .otp-field-inner .email {
  flex: 1;
}
.otp-field-box .otp-field-inner .email .form-control {
  width: 100%;
  box-shadow: none;
  margin-right: 20px;
}
.otp-field-box p {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: 500;
}

.otp-verification {
  max-width: 425px;
  margin: 0 auto;
}
.otp-verification p {
  color: #2D2A44;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .otp-verification p {
    font-size: 14px;
    line-height: 22px;
  }
}
.otp-verification p a {
  color: #1E8FFB;
  font-weight: 600;
}
.otp-verification .otp-input {
  width: 74px !important;
  border: 0 !important;
  border-bottom: 3px solid #96CCFF !important;
  border-radius: 0 !important;
  margin: 0 5px;
  padding: 0;
  line-height: 1;
  height: auto !important;
  color: #2D2A44;
  font-size: 40px;
  text-align: center !important;
}
.otp-verification .otp-input:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .otp-verification .otp-input {
    margin: 0 5px;
    width: 34px !important;
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .otp-verification .otp-input {
    margin: 0 8px;
    width: 40px !important;
    font-size: 38px;
  }
}
.otp-verification .otp-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.otp-verification .otp-input::placeholder {
  color: transparent;
}

.footer-btm .btn {
  width: 453px;
  height: 50px;
  background-color: #1E8FFB;
  border-color: #1E8FFB;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .footer-btm .btn {
    width: 100%;
  }
}

.lang-ar .otp-field-box {
  direction: rtl;
  text-align: right;
}
.lang-ar .otp-field-box .otp-field-inner {
  padding: 8px 24px 8px 8px;
}
@media (max-width: 767.98px) {
  .lang-ar .otp-field-box .otp-field-inner {
    padding: 8px 20px 8px 8px;
  }
}
.lang-ar .otp-field-box .otp-field-inner.phone {
  direction: ltr;
  padding: 8px 8px 8px 24px;
}
@media (max-width: 767.98px) {
  .lang-ar .otp-field-box .otp-field-inner.phone {
    padding: 8px 8px 8px 20px;
  }
}
.lang-ar .phone-no-wrp {
  direction: ltr;
}
.lang-ar .phone-no-wrp .phone-no-area .phone {
  padding-right: 30px;
  padding-left: 15px;
}
.phone-no-wrp {
  border: 1px solid #CECECE;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .phone-no-wrp {
    background-color: #fff;
  }
}
.phone-no-wrp:hover {
  box-shadow: 0px 0px 10px #1ccdaea7;
  border-color: #1ccdae !important;
}
.phone-no-wrp.no-hover:hover {
  box-shadow: none;
  border-color: #CECECE !important;
}
.phone-no-wrp .phone-single-flag {
  padding: 0px 18px 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .phone-no-wrp .phone-single-flag {
    padding: 0px 8px 0px;
  }
}
.phone-no-wrp .phone-single-flag img {
  border-radius: 4px;
  max-height: 16px;
  width: 30px;
  max-height: 25px;
}
.phone-no-wrp .phone-single-flag .dropdown-toggle:after {
  color: #707070;
  position: relative;
  top: 2px;
}
.phone-no-wrp .phone-single-flag:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #707070;
  display: inline-block;
}
.phone-no-wrp .phone-no-area {
  border-left: 1px solid #CECECE;
  padding-left: 14px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .phone-no-wrp .phone-no-area {
    padding-left: 4px;
  }
}
.phone-no-wrp .phone-no-area span {
  color: #707070;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .phone-no-wrp .phone-no-area span {
    font-size: 14px;
  }
}
.phone-no-wrp .phone-no-area .form-control {
  border: 0;
  border-radius: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  font-size: 16px !important;
}
@media (max-width: 991.98px) {
  .phone-no-wrp .phone-no-area .form-control {
    font-size: 14px;
  }
}
.phone-no-wrp.phone-without-dropdown .dropdown-toggle:after {
  display: none;
}
.phone-no-wrp.phone-without-dropdown .phone-no-area {
  border: 0;
  padding: 0;
}

.has-success .phone-no-wrp {
  border-color: #1ccdae !important;
}
.has-success .phone-no-wrp:active, .has-success .phone-no-wrp:focus {
  box-shadow: 0px 0px 10px #1ccdaea7;
}

.has-danger .phone-no-wrp {
  border-color: #F23B3B !important;
  box-shadow: 0px 0px 10px #d1343480 !important;
}
.has-danger .phone-no-wrp:active, .has-danger .phone-no-wrp:focus {
  box-shadow: 0px 0px 10px #d1343480 !important;
}

.tabs_style_1.nav-tabs {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .tabs_style_1.nav-tabs {
    margin: 0 -30px;
  }
}
.tabs_style_1.nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #CECECE;
}
.tabs_style_1.nav-tabs .nav-item .nav-link {
  color: #707070;
  font-weight: 500;
  font-size: 16px;
  border: unset;
}
.tabs_style_1.nav-tabs .nav-item .nav-link.active {
  border-color: #544D87;
  background-color: transparent;
  color: #544D87;
  border: unset;
  font-weight: 700;
  box-shadow: 0 2px 0 0 #544D87;
  padding-bottom: 10px;
}
.tabs_style_1.nav-tabs .nav-item .nav-link:hover {
  isolation: unset;
  border: unset;
}
.tabs_style_1.nav-tabs .nav-item .nav-link:focus {
  isolation: unset;
  border: unset;
}

.lang-ar .tabs_style_1 {
  direction: rtl;
}

/*! jQuery UI - v1.12.1 - 2019-06-16
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.ghost {
  opacity: 0 !important;
}

.sortable-drag {
  opacity: 1 !important;
}

.draggable-wrap .row {
  position: relative;
}
.draggable-wrap .drag-handle {
  width: 25px;
  height: calc(100% + 10px);
  position: absolute;
  left: 0;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .draggable-wrap .drag-handle {
    width: 20px;
  }
}
.draggable-wrap .drag-handle .inner {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  left: 0;
  top: 0;
  transition: 0.1s ease-in all;
  pointer-events: move;
}
.draggable-wrap:hover .drag-handle .inner {
  transform: translateX(0);
}

.searchBox {
  position: relative;
  outline: none;
  margin-bottom: 20px;
}
.searchBox input {
  width: 100%;
  border: 1px solid #CECECE;
  border-radius: 100px;
  font-size: 12px;
  padding: 5px 22px 5px;
  outline: none;
}
.searchBox i {
  position: absolute;
  right: 22px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.searchBox i svg {
  fill: #33304E;
}

.categoryListing {
  padding-bottom: 12px;
}
.categoryListing .categoryItem {
  background: white;
  border-radius: 3px;
  margin-bottom: 10px;
}
.categoryListing .categoryItem .inner {
  display: flex;
  align-items: center;
  padding: 12px 23px 11px;
  width: 100%;
}
.categoryListing .categoryItem .title {
  font-family: "Montserrat", "lora", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.categoryListing .categoryItem .icon {
  flex: 0 0 50px;
  margin-right: 20px;
}
.categoryListing .categoryItem .icon img {
  max-height: 48px;
  max-width: 48px;
  margin: 0 auto;
  display: block;
}
.categoryListing .categoryItem .content {
  flex: 1;
  line-height: 1;
}
.categoryListing .categoryItem .content .badge {
  background-color: rgba(30, 144, 251, 0.26);
  color: #1E8FFB;
  font-size: 10px;
  padding: 2px 14px;
  font-weight: 500;
}
.categoryListing .categoryItem .angle {
  flex: 0 0 40px;
  line-height: 1;
}
.categoryListing .categoryItem .angle svg {
  fill: #343434;
  width: 16px;
}

.fix-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.selected-list-product-mob {
  position: fixed;
  background-color: #DEEAF7;
  width: 100%;
  height: calc(100% - 170px);
  z-index: 1000;
  display: none;
  bottom: calc(160px + -100%);
  transition: 0.2s linear all;
  left: 0;
}
.selected-list-product-mob.open {
  bottom: 0;
}
@media (max-width: 767px) {
  .selected-list-product-mob {
    display: block;
  }
}
.selected-list-product-mob .selected-list-product-scroll {
  height: 100%;
  padding: 38px 34px 14px;
}
@media (orientation: landscape) and (max-width: 767px) {
  .selected-list-product-mob .selected-list-product-scroll {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.selected-list-product-mob .selected-arrow-down {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  text-align: center;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  background-color: #1E8FFB;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}
.selected-list-product-mob .selected-arrow-down i {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}
.selected-list-product-mob .header-selected-list {
  padding-bottom: 5px;
}
.selected-list-product-mob .header-selected-list .btn {
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 15px;
  width: 70px;
  padding: 7px 0 6px;
  line-height: 1;
  font-weight: 700;
}
.selected-list-product-mob .header-selected-list .btn.edit-btn-pr {
  color: #33304E;
  border: 2px solid #32304E;
}
.selected-list-product-mob .header-selected-list .btn.edit-btn-pr:active, .selected-list-product-mob .header-selected-list .btn.edit-btn-pr:hover {
  background-color: transparent;
}
.selected-list-product-mob .header-selected-list .btn.edit-btn-pr:focus {
  box-shadow: none;
}
.selected-list-product-mob .header-selected-list p {
  color: #33304E;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 320px) {
  .selected-list-product-mob .header-selected-list p {
    font-size: 14px;
  }
}
.selected-list-product-mob .product-inner-ltselect {
  height: calc(100% - 88px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (orientation: landscape) and (max-width: 767px) {
  .selected-list-product-mob .product-inner-ltselect {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
  }
}
.selected-list-product-mob .product-inner-ltselect .product-bx-cate-list p.title-categry-list {
  color: #707070;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 0 10px;
}
.selected-list-product-mob .product-inner-ltselect .product-bx-cate-list .product-bx-bg-select {
  background-color: #fff;
  padding: 12px 11px 12px 11px;
  margin-bottom: 10px;
}
.selected-list-product-mob .product-inner-ltselect .product-bx-cate-list .product-bx-bg-select .product-img-left-select {
  display: inline-block;
  width: 80px;
  margin-right: 5px;
}
.selected-list-product-mob .product-inner-ltselect .product-bx-cate-list .product-bx-bg-select .product-img-left-select img {
  max-height: 72px;
  max-width: 100%;
  width: auto;
}
.selected-list-product-mob .product-inner-ltselect .product-bx-cate-list .product-bx-bg-select .product-desc-right-select {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
}
.selected-list-product-mob .product-inner-ltselect .product-bx-cate-list .product-bx-bg-select .product-desc-right-select p {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 0;
}
.selected-list-product-mob .footer-selected-list {
  padding-top: 10px;
}
.selected-list-product-mob .footer-selected-list .btn {
  width: 100%;
  background-color: #1E8FFB;
  border-radius: 3px;
  border-color: #1E8FFB;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 30px 11px;
  position: relative;
}
.selected-list-product-mob .footer-selected-list .btn:active {
  background-color: #1E8FFB !important;
}
.selected-list-product-mob .footer-selected-list .btn:focus {
  box-shadow: none;
}
.selected-list-product-mob .footer-selected-list .btn i {
  float: right;
  margin: 4px 0 0;
}
.selected-list-product-mob .editmodebutton {
  display: none;
}
.selected-list-product-mob .product-bx-bg-select .product-img-left-select {
  width: 72px !important;
}
.selected-list-product-mob .product-bx-bg-select .product-img-left-select .equipment-lst-check {
  display: none;
}
.selected-list-product-mob.editModeEnabled .selectedproductlistitle,
.selected-list-product-mob.editModeEnabled .edit-btn-pr {
  display: none;
}
.selected-list-product-mob.editModeEnabled .editmodebutton {
  display: inline-block;
}
.selected-list-product-mob.editModeEnabled .product-bx-bg-select .product-img-left-select {
  width: 80px !important;
}
.selected-list-product-mob.editModeEnabled .product-bx-bg-select .product-img-left-select .equipment-lst-check {
  display: inline-block;
}

.show-on-search {
  display: none;
}

.showCategoryProductSelection .categoryListing {
  display: none;
}
.showCategoryProductSelection .equipmentProductSection {
  display: block !important;
}
.showCategoryProductSelection .catgegory-filter-wrp-mob {
  margin-bottom: 0;
}
.showCategoryProductSelection .back-arrow-wrap {
  display: none !important;
}
.showCategoryProductSelection .productShowingBox {
  padding-top: 0 !important;
}
.showCategoryProductSelection .title-main-btn {
  padding-left: 0;
}
.showCategoryProductSelection .title-main-btn .equipment-cate-btn-back {
  display: inline-block !important;
}
.showCategoryProductSelection.showSearchMoreProducts .hide-on-search {
  display: none;
}
.showCategoryProductSelection.showSearchMoreProducts .show-on-search {
  display: block;
}

.showSearchMoreProducts .search-top-pannel {
  display: none;
}

.lang-ar .selected-list-product-mob {
  direction: rtl;
}
.lang-ar .selected-list-product-mob .header-selected-list p,
.lang-ar .selected-list-product-mob .product-inner-ltselect .product-bx-cate-list p.title-categry-list,
.lang-ar .selected-list-product-mob .product-inner-ltselect .product-bx-cate-list .product-bx-bg-select .product-desc-right-select {
  text-align: right;
}
.lang-ar .selected-list-product-mob .header-selected-list .btn.edit-btn-pr,
.lang-ar .selected-list-product-mob .header-selected-list .done-btn-pr {
  float: left;
}
.lang-ar .selected-list-product-mob .product-inner-ltselect .product-bx-cate-list .product-bx-bg-select .product-img-left-select {
  text-align: right;
  margin-right: 0;
  margin-left: 5px;
}
.lang-ar .selected-list-product-mob .footer-selected-list .btn i {
  float: left;
  transform: rotate(180deg);
}
.lang-ar .categoryListing .categoryItem .icon {
  margin-right: 0;
  margin-left: 20px;
}
.lang-ar .categoryListing .categoryItem .content {
  text-align: right;
}
.lang-ar .categoryListing .categoryItem .angle svg {
  transform: rotate(180deg);
}

.productListingOpener {
  background: #1E8FFB;
  color: white;
  padding: 17px 22px 16px 18px;
}
.productListingOpener .inner {
  display: flex;
  align-items: center;
}
.productListingOpener .inner .productCount {
  font-size: 16px;
  padding: 2px 6px 3px;
  background: white;
  color: #1e8ffb;
  line-height: 1;
  margin-right: 15px;
}
.productListingOpener .inner .text {
  flex: 1;
}
.productListingOpener .inner .angle {
  flex: 0 0 16px;
}
.productListingOpener .inner .angle svg {
  fill: white;
  transform-origin: center;
  transform: rotate(-90deg);
}

.reviewProductBoxWrap {
  display: flex;
}

@media (min-width: 768px) {
  .header .media .kebab_menu_dropdown {
    display: none;
  }
  .header.home-header .media .burger-menu {
    display: none;
  }

  .contact-form-submit {
    display: none;
  }

  .hide-sm-above {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 20px 15px;
    position: relative;
    background-color: #33304E;
  }
  .header .media {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .media img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 0;
    left: 15px;
  }
  .header .media .media-body h1 {
    padding: 0;
  }
  .header .media .kebab_menu_dropdown {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .media .kebab_menu_dropdown .dropdown-toggle {
    position: relative;
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
  }
  .header .media .kebab_menu_dropdown .dropdown-toggle::after {
    display: none;
  }
  .header.home-header {
    padding: 0 15px;
    margin: 0;
  }
  .header.home-header .media {
    flex-wrap: wrap;
    background: #33304E;
    width: auto;
    margin: 0 -15px;
  }
  .header.home-header .media img {
    width: 60px;
    height: auto;
    padding: 0;
    top: 8px;
    transform: none;
  }
  .header.home-header .media .burger-menu {
    order: 0;
    margin-left: auto;
    display: block;
    padding: 15px;
  }
  .header.home-header .media .media-body {
    order: 1;
    background-color: #1CCDAE;
    flex: 0 0 100%;
  }
  .header.home-header .media .media-body h1 {
    font-size: 30px !important;
    font-family: lora;
    text-transform: capitalize;
    padding: 0 !important;
    line-height: 78px;
    font-weight: bold;
  }

  .left-sec-wrapper {
    margin-bottom: 0;
    position: relative;
    top: 30px;
  }
  .left-sec-wrapper .left-sec-side-bar-wrppr {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    padding: 10%;
    box-shadow: 0 0 10px #00000029;
    display: none;
  }
  .left-sec-wrapper .left-sec-side-bar-wrppr.show {
    display: block;
  }
  .left-sec-wrapper .left-sec-side-bar-wrppr .btn.close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .new-right-section {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact .new-right-section {
    display: block;
  }

  .my-account-inner {
    padding: 0 15px !important;
  }

  .my-account-inner.my-account-inner-left {
    top: 0;
    padding: 0 !important;
  }

  .header-top {
    z-index: auto;
    order: 1;
    top: -57px;
  }
  .header-top + div {
    order: 3;
  }
  .header-top .custom-card-header {
    display: none;
  }

  .thankyou-wrapper .header-top {
    flex: 0;
  }

  .customprogress-bar {
    order: 2;
    padding: 0px 5px 23px;
    z-index: 99;
  }
  .customprogress-bar > .row {
    margin: 0 -5px;
  }
  .customprogress-bar > .row [class*=col] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .customprogress-bar .progreebar-arrow {
    width: 100%;
  }

  .progressbar-wrapper {
    margin-top: 10px;
  }

  .progressbar-style-1 {
    display: flex;
    width: auto;
    margin: 0 -2px;
  }
  .progressbar-style-1 li {
    flex: 1;
    padding: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .progressbar-style-1 li::before {
    display: none;
  }
  .progressbar-style-1 li::after {
    min-height: 9px;
    left: 0;
    width: calc(100% - 4px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    top: auto;
  }
  .progressbar-style-1 li.active p {
    color: #1CCDAE;
  }
  .progressbar-style-1 li p {
    font-size: 11px;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .progressbar-style-1 li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .progressbar-style-1 li:first-child:after {
    display: block;
  }

  .business-type-select-radio-button {
    display: flex;
    padding-top: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .business-type-select-radio-button .business-type-img {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .business-type-select-radio-button .business-radio-button-clr {
    border-radius: 4px;
  }
  .business-type-select-radio-button .business-type-desc {
    flex: 0 0 calc(100% - 45px);
    padding-left: 7px;
  }
  .business-type-select-radio-button .business-type-desc p {
    margin: 0;
  }
  .business-type-select-radio-button .business-type-desc .selected {
    display: none;
  }
  .business-type-select-radio-button.active-state .business-type-desc p {
    top: auto;
    position: static !important;
  }

  .header-after-title-select {
    margin-bottom: 0 !important;
    background: transparent;
    border: none;
    color: #2D2A44;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
  }

  .scrollbar .custom-margins {
    margin: 0 -7.5px;
  }
  .scrollbar .custom-margins .col-1-5 {
    padding: 0 7.5px;
  }

  .speciality-checkbox {
    flex-direction: column;
  }

  .back-button,
.continue-button {
    display: none;
  }

  .contact-section-right {
    margin-top: 0;
  }

  .card-custom-body-bg {
    background-color: transparent;
    padding: 10px;
  }

  .checkout-form .header-after-title-select {
    color: #707070;
    font-style: italic;
    font-size: 12px;
    display: none;
  }

  .contact-section-right {
    display: flex;
    flex-direction: column;
  }

  .checkout-form .form-group label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
  }
  .checkout-form .form-group label span {
    text-transform: capitalize;
    font-size: 12px;
  }
  .checkout-form .form-group select {
    padding-right: 3.575rem;
  }

  .further-check {
    display: flex;
  }
  .further-check .checkbox-label {
    display: flex;
  }
  .further-check strong {
    font-size: 12px;
    position: relative;
    top: -2px;
    text-transform: none;
  }
  .further-check .checkbox-style-1 br {
    display: none;
  }

  .cnt-chkwrp {
    margin-right: 10px;
  }
  .cnt-chkwrp span.c-chk-brd {
    width: 20px;
    height: 20px;
    line-height: 22px;
  }

  .contact-form-submit .btn {
    width: 100%;
    border: none;
    border-radius: 0.3125rem;
    font-weight: 600;
    padding: 0.6875rem 0px 0.6875rem 0px;
    position: relative;
    color: #fff !important;
    cursor: pointer;
    opacity: 1;
    text-transform: uppercase;
    transition: 0.3s;
    margin-top: 20px;
    font-size: 12px;
  }
  .contact-form-submit .btn:not(.disabled) {
    background-color: #1E8FFB;
  }
  .contact-form-submit .btn:not(.disabled):hover {
    background-color: #1E8FFB !important;
    box-shadow: 0px 0px 10px #1e8ffb;
  }
  .contact-form-submit .btn:not(.disabled):focus {
    background-color: #1E8FFB !important;
    box-shadow: 0px 0px 10px #1e8ffb;
  }

  .hide-sm-below {
    display: none !important;
  }

  .thankyou-wrapper .ty-inner {
    padding: 50px 0 80px 0;
    background: white;
    border-radius: 6px;
  }

  .home-bullets {
    margin: 0 -15px;
    position: relative;
    padding: 15px 0 15px 40px;
  }
  .home-bullets ul li {
    display: flex;
    font-weight: bold;
    background: #595674;
    align-items: center;
    padding: 5px 145px 5px 30px;
    border-radius: 50px 0 0 50px;
    margin-bottom: 10px;
  }
  .home-bullets ul li .number {
    font-size: 28px;
    margin-right: 30px;
    color: #1CCDAE;
  }
  .home-bullets ul li .text {
    font-size: 13px;
    line-height: 1;
  }
  .home-bullets .svg-wrap {
    position: absolute;
    right: 20px;
    width: 135px;
    top: -9px;
    z-index: 999999;
  }

  .home-form {
    padding: 0 25px;
  }
  .home-form label {
    color: white;
    font-weight: 800;
    font-size: 12px;
    font-weight: bold;
  }
  .home-form label span {
    color: #1E8FFB;
  }

  .home-sec-wrapper {
    background-color: #3C385A;
    height: auto !important;
  }
  .home-sec-wrapper::before {
    content: "";
    height: 300px;
    display: block;
    position: absolute;
    width: 100vw;
    left: 0;
    bottom: 0px;
    background-image: url(/images/home-backdrop.jpg);
    background-size: cover;
    z-index: 0;
  }
  .home-sec-wrapper .home-inner-content {
    justify-content: flex-start;
  }
  .home-sec-wrapper .home-inner-content .form-control {
    background: white;
    border: 1px solid #CDCCCE;
    color: #28263C;
    border-radius: 5px;
    height: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 500;
  }
  .home-sec-wrapper .home-inner-content .form-control::-moz-placeholder {
    color: rgba(40, 38, 59, 0.6);
    font-size: 20px;
    font-weight: 500;
  }
  .home-sec-wrapper .home-inner-content .form-control::placeholder {
    color: rgba(40, 38, 59, 0.6);
    font-size: 20px;
    font-weight: 500;
  }
  .home-sec-wrapper .home-inner-content .next-button {
    height: 64px;
    box-shadow: 0 5px 10px rgba(141, 141, 141, 0.25);
    font-size: 18px;
    font-weight: bold;
  }

  .step-three .edit-qty-wrp {
    display: none;
  }

  .slect-machine-wrapper .card-body .scrollbar .machine-checkbox {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }

  .mobile-pr .machine-checkbox .mob-pr-desc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    max-height: 80vh;
    height: auto !important;
  }

  .catgegory-filter-wrp-mob {
    margin-top: 0;
  }

  .review-choices .card-custom-body-bg {
    padding-top: 0;
  }

  .machine-checkbox .machine-checkbox-img {
    margin-top: 25px;
    width: 100%;
    height: 150px;
  }
  .machine-checkbox .machine-checkbox-img img {
    max-height: 9.375rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  .lang-ar .my-account-inner.my-account-inner-left {
    direction: rtl;
  }
  .lang-ar .home-bullets {
    padding: 15px 40px 15px 0;
  }
  .lang-ar .home-bullets ul li {
    padding: 5px 30px 5px 145px;
    border-radius: 0px 50px 50px 0px;
  }
  .lang-ar .home-bullets ul li .number {
    margin-left: 30px;
    margin-right: 0;
  }
  .lang-ar .home-bullets ul li .text {
    font-size: 15px;
    font-weight: 700;
  }
  .lang-ar .home-bullets .svg-wrap {
    right: auto;
    left: 20px;
  }
  .lang-ar .header.home-header .media .media-body h1 {
    font-family: "Almarai", sans-serif;
  }
  .lang-ar .header.home-header .media .burger-menu {
    margin-right: auto;
    margin-left: 0;
  }
  .lang-ar .home-form label {
    font-size: 15px;
  }
  .lang-ar .product-detail-pop .btn.close {
    float: left;
  }
  .lang-ar .product-detail-pop .btn.close span {
    margin: auto;
  }
  .lang-ar .popover p.ar-info-desc,
.lang-ar .mob-pr-desc p.ar-info-desc {
    display: inline-block;
    width: 100%;
  }
  .lang-ar .business-type-select-radio-button .business-type-desc {
    padding-left: 0;
    padding-right: 7px;
  }
  .lang-ar .progressbar-style-1 li::after {
    left: 50%;
    right: auto;
  }
  .lang-ar .cnt-chkwrp {
    margin-right: 0;
    margin-left: 10px;
  }
  .lang-ar .left-sec-wrapper .left-sec-side-bar-wrppr .btn.close {
    right: auto;
    left: 15px;
  }
  .lang-ar .header .media img {
    left: auto;
    right: 15px;
  }
  .lang-ar .header .media .kebab_menu_dropdown {
    right: auto;
    left: 0;
  }
  .lang-ar .header-top {
    top: -62px;
  }

  .w-100 {
    width: 100%;
  }

  .productBoxTemplate {
    margin: 0 -5px !important;
  }
  .productBoxTemplate .templateItem {
    padding: 0 5px !important;
  }
  .productBoxTemplate .templateItem .cnt-chkwrp {
    top: 13px;
  }
  .productBoxTemplate .templateItem .cnt-chkwrp span.c-chk-brd {
    width: 23px;
    height: 23px;
    line-height: 25px;
  }
  .productBoxTemplate .templateItem span.info {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productBoxTemplate .templateItem span.info i {
    font-size: 0.975rem;
  }
  .productBoxTemplate .templateItem .machine-checkbox {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (min-width: 400px) {
  .home-bullets ul li {
    padding-right: 195px;
    margin-bottom: 25px;
  }

  .home-bullets .svg-wrap {
    width: 160px;
  }

  .lang-ar .home-bullets ul li {
    padding-left: 195px;
    margin-bottom: 25px;
  }
}
.popup-open {
  z-index: 999;
}

.content-inner-popup-book {
  padding: 0 25px 0;
}
.content-inner-popup-book .titlebook {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.content-inner-popup-book p {
  color: #33304E;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.content-inner-popup-book img {
  max-height: 88px;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 20px;
}
.content-inner-popup-book .btn.btn-book {
  background-color: #1E8FFB;
  border-color: #1E8FFB;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0 11px;
  margin-bottom: 10px;
}
.content-inner-popup-book .btn.btn-book:active, .content-inner-popup-book .btn.btn-book:focus {
  background-color: #1E8FFB;
  border-color: #1E8FFB;
  box-shadow: none !important;
}

#book-consultation .modal-header,
#consultation-appointment .modal-header,
#remove-product-popup .modal-header {
  border: 0;
  display: block;
  text-align: right;
  padding: 7px 10px 18px 0px;
}
#book-consultation .modal-header .btn,
#consultation-appointment .modal-header .btn,
#remove-product-popup .modal-header .btn {
  background-color: #707070;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 21px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-color: #707070;
}
#book-consultation .modal-header .btn:active, #book-consultation .modal-header .btn:hover, #book-consultation .modal-header .btn:focus,
#consultation-appointment .modal-header .btn:active,
#consultation-appointment .modal-header .btn:hover,
#consultation-appointment .modal-header .btn:focus,
#remove-product-popup .modal-header .btn:active,
#remove-product-popup .modal-header .btn:hover,
#remove-product-popup .modal-header .btn:focus {
  background-color: #707070;
  border-color: #707070;
  box-shadow: none;
}
#book-consultation .modal-header .btn span,
#consultation-appointment .modal-header .btn span,
#remove-product-popup .modal-header .btn span {
  position: relative;
  top: -1px;
}
#book-consultation .modal-body,
#consultation-appointment .modal-body,
#remove-product-popup .modal-body {
  padding: 0;
}
#book-consultation .modal-footer,
#consultation-appointment .modal-footer,
#remove-product-popup .modal-footer {
  padding: 0 25px 25px;
  border: 0;
  display: block;
}
#book-consultation .modal-footer .btn,
#consultation-appointment .modal-footer .btn,
#remove-product-popup .modal-footer .btn {
  margin: 0;
  background-color: #1E8FFB33;
  border: 0;
  color: #1E8FFB;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
#book-consultation .modal-footer .btn:active #book-consultation .modal-footer .btn:focus,
#book-consultation .modal-footer .btn:active #consultation-appointment .modal-footer .btn:focus,
#book-consultation .modal-footer .btn:active #remove-product-popup .modal-footer .btn:focus,
#consultation-appointment .modal-footer .btn:active #book-consultation .modal-footer .btn:focus,
#consultation-appointment .modal-footer .btn:active #consultation-appointment .modal-footer .btn:focus,
#consultation-appointment .modal-footer .btn:active #remove-product-popup .modal-footer .btn:focus,
#remove-product-popup .modal-footer .btn:active #book-consultation .modal-footer .btn:focus,
#remove-product-popup .modal-footer .btn:active #consultation-appointment .modal-footer .btn:focus,
#remove-product-popup .modal-footer .btn:active #remove-product-popup .modal-footer .btn:focus {
  background-color: #1E8FFB33;
  box-shadow: none;
}

.appoinment-form {
  padding-bottom: 20px;
}
.appoinment-form .titlebook {
  margin-bottom: 45px;
}
.appoinment-form .form-group {
  margin-bottom: 27px;
}
.appoinment-form .form-group label {
  color: #33304E;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}
.appoinment-form .form-group .form-control,
.appoinment-form .form-group .vdp-datepicker {
  padding: 9px 25px 9px 12px;
  height: auto;
  border: 1px solid #CECECE;
  border-radius: 4px;
  font-size: 13px;
  color: #33304E;
  font-weight: 500;
}
.appoinment-form .form-group .form-control:focus,
.appoinment-form .form-group .vdp-datepicker:focus {
  box-shadow: none;
}
.appoinment-form .form-group .vdp-datepicker {
  padding: 0;
}
.appoinment-form .form-group .vdp-datepicker:after {
  content: "";
  background-image: url(/images/ionic-ios-calendar.png?f12d8f5…);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}
.appoinment-form .form-group .vdp-datepicker input {
  border: 0;
  padding: 9px 25px 9px 12px;
}
.appoinment-form .form-group .vdp-datepicker .cell.day.selected {
  background-color: #1E8FFB;
  color: #fff;
}
.appoinment-form .form-group select {
  color: #707070 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.appoinment-form .form-group .arrowcustom {
  position: relative;
}
.appoinment-form .form-group .arrowcustom:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #707070;
  position: absolute;
  top: 19px;
  right: 15px;
}
.appoinment-form .btn {
  margin-top: 78px;
}

.appoinment-form .form-control::-webkit-input-placeholder,
.vdp-datepicker input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070 !important;
}

.appoinment-form .form-control::-moz-placeholder,
.vdp-datepicker input::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070 !important;
}

.appoinment-form .form-control:-ms-input-placeholder,
.vdp-datepicker input:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070 !important;
}

.appoinment-form .form-control:-moz-placeholder,
.vdp-datepicker input:-moz-placeholder {
  /* Firefox 18- */
  color: #707070 !important;
}

#book-consultation .lang-ar .modal-header,
#consultation-appointment .lang-ar .modal-header {
  text-align: left;
  padding-right: 0;
  padding-left: 10px;
}

.inner-remove-product {
  padding: 0 36px 23px;
}
.inner-remove-product p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
}
.inner-remove-product .btn.remove-btn {
  border: 1px solid #1E8FFB;
  border-radius: 3px;
  background-color: transparent;
  color: #1E8FFB;
}
.inner-remove-product .btn.remove-btn:active, .inner-remove-product .btn.remove-btn:focus {
  border: 1px solid #1E8FFB;
  background-color: transparent;
  color: #1E8FFB;
}

.specail-dsicount-wrp {
  background-color: #FFA35340;
  border-radius: 3px;
  padding: 5px 23px 6px;
  min-height: 41px;
  vertical-align: middle;
  display: none;
}
@media (max-width: 767.98px) {
  .specail-dsicount-wrp {
    display: block;
  }
}
.specail-dsicount-wrp span {
  background-color: #F59748;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 15px;
  position: relative;
  top: 3px;
  background-image: url(/images/icon_percentage.svg?c6663ea…);
  background-repeat: no-repeat;
  background-size: 46% auto;
  background-position: center;
}
.specail-dsicount-wrp span:before {
  font-size: 0;
}
.specail-dsicount-wrp p {
  display: inline-block;
  width: calc(100% - 43px);
  color: #E58838;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
  vertical-align: middle;
}

.has-product-discount {
  position: relative;
}
.has-product-discount:before, .has-product-discount:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-top-left-radius: 3px;
}
.has-product-discount:before {
  background-color: #F9C090;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.has-product-discount:after {
  background-image: url(/images/icon_percentage.svg?c6663ea…);
  background-repeat: no-repeat;
  background-size: 29% auto;
  margin: 6px 0px 0px -7px;
  background-position: top center;
}

.lang-ar .content-inner-popup-book p {
  text-align: right;
}
.lang-ar .appoinment-form .form-group label {
  text-align: right;
  display: block;
}
.lang-ar .appoinment-form .form-group .form-control,
.lang-ar .appoinment-form .form-group .vdp-datepicker {
  direction: rtl;
  text-align: right;
  padding: 9px 12px 9px 25px;
}
.lang-ar .appoinment-form .form-group .vdp-datepicker {
  padding: 0;
}
.lang-ar .appoinment-form .form-group .vdp-datepicker input {
  padding: 9px 12px 9px 25px;
}
.lang-ar .appoinment-form .form-group .vdp-datepicker:after {
  right: auto;
  left: 12px;
}
.lang-ar .appoinment-form .form-group .arrowcustom:after {
  right: auto;
  left: 15px;
}
.lang-ar .specail-dsicount-wrp p {
  text-align: right;
}
.lang-ar .specail-dsicount-wrp span {
  margin-right: 0;
  margin-left: 15px;
}
.lang-ar .has-product-discount:before,
.lang-ar .has-product-discount:after {
  left: auto;
  right: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
}
.lang-ar .has-product-discount:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.lang-ar .has-product-discount:after {
  margin: 6px -6px 0px 0px;
}

.search-top-pannel {
  height: 36px;
  margin-bottom: 20px;
}
.search-top-pannel.panel-open {
  position: relative;
  z-index: 999;
}
.search-top-pannel.panel-open .searchBox {
  margin-bottom: 0;
  z-index: 1;
  padding: 1px 10px;
  position: relative;
}
.search-top-pannel.panel-open .searchBox input {
  border: 0;
  border-bottom: 0px solid #F0F0F0;
  padding: 7px 29px 7px 5px;
}
.search-top-pannel.panel-open .searchBox i {
  right: 15px;
}
.search-top-pannel.panel-open .searchBox i.icon-cancel-circle {
  display: block;
  font-size: 16px;
}
.search-top-pannel.panel-open .searchBox i.search-icon {
  display: none;
}
.search-top-pannel.panel-open .search-dropdown-suggest {
  display: block;
}
.search-top-pannel .searchBox i.icon-cancel-circle {
  display: none;
}
.search-top-pannel .search-dropdown-suggest {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 20px;
  padding: 35px 10px 25px 15px;
}
.search-top-pannel .search-dropdown-suggest .search-scroll {
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
}
.search-top-pannel .search-dropdown-suggest .search-scroll::-webkit-scrollbar {
  width: 5px;
}
.search-top-pannel .search-dropdown-suggest .search-scroll::-webkit-scrollbar-thumb {
  background-color: #1E8FFB;
  border-radius: 10px;
}
.search-top-pannel .search-dropdown-suggest .search-scroll::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  border-radius: 10px;
}
.search-top-pannel .search-dropdown-suggest .title {
  color: #707070;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  border-top: 1px solid #CECECE;
  padding-top: 15px;
}
.search-top-pannel .search-dropdown-suggest .search-product-bx {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 12px 8px 10px 11px;
  margin-bottom: 7px;
  position: relative;
}
.search-top-pannel .search-dropdown-suggest .search-product-bx:last-child {
  margin-bottom: 0;
}
.search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: top;
}
@media (max-width: 320px) {
  .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left {
    width: calc(100% - 107px);
  }
}
.search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left img {
  display: inline-block;
  max-height: 50px;
}
@media (max-width: 320px) {
  .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left img {
    max-height: 40px;
  }
}
.search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left p {
  width: calc(100% - 68px);
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  margin: 0px 0 0 8px;
}
@media (max-width: 320px) {
  .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left p {
    width: calc(100% - 58px);
    font-size: 10px;
    line-height: 13px;
    margin: 0px 0 0 5px;
  }
}
.search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right {
  display: inline-block;
  margin-left: 11px;
  width: 105px;
  padding: 0;
}
@media (max-width: 320px) {
  .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right {
    margin-left: 8px;
    width: 95px;
  }
}
.search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right span {
  color: #1E8FFB;
  font-size: 16px;
  cursor: pointer;
  display: block;
  text-align: right;
  margin-bottom: 12px;
}
.search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right .btn {
  background-color: transparent;
  border-color: #E4E4E4;
  font-size: 10px;
  text-transform: uppercase;
  color: #1CCDAE;
  font-weight: 600;
  border-radius: 3px;
  padding: 7px 11px 5px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 8px;
}
@media (max-width: 320px) {
  .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right .btn {
    padding: 7px 5px 5px;
  }
}
.search-top-pannel .search-dropdown-suggest .show-prag {
  color: #33304E;
  font-size: 11px;
  font-weight: 700;
  margin: 18px 0 0;
}
.search-top-pannel .search-dropdown-suggest .product-title-pop span {
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: 600;
  text-align: left !important;
  line-height: 18px;
}
.search-top-pannel .search-dropdown-suggest .product-detail-pop .btn.close {
  position: relative;
  padding: 2px 4px 0;
  border-radius: 50%;
  line-height: 21px;
  top: 0;
  right: 0;
}
.search-top-pannel .search-dropdown-suggest .product-detail-pop .btn.close span {
  margin-bottom: 0;
}

.lang-ar .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left p {
  text-align: right;
  margin-left: 0;
  margin-right: 8px;
}
@media (max-width: 320px) {
  .lang-ar .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-left p {
    margin-right: 5px;
  }
}
.lang-ar .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right {
  margin-left: 0;
  margin-right: 11px;
}
@media (max-width: 320px) {
  .lang-ar .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right {
    margin-right: 8px;
  }
}
.lang-ar .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right span {
  text-align: left;
}
.lang-ar .search-top-pannel .search-dropdown-suggest .search-product-bx .srch-prodcut-right .btn {
  right: auto;
  left: 8px;
}
.lang-ar .search-top-pannel.panel-open .search-dropdown-suggest {
  padding-right: 15px;
  padding-left: 10px;
}
.lang-ar .search-top-pannel .search-dropdown-suggest .search-scroll {
  padding-right: 0;
  padding-left: 5px;
}
.lang-ar .search-top-pannel .search-dropdown-suggest .title,
.lang-ar .search-top-pannel .search-dropdown-suggest .show-prag {
  text-align: right;
}
.lang-ar .search-top-pannel.panel-open .searchBox input {
  padding-right: 5px;
  padding-left: 29px;
  text-align: right;
}
.lang-ar .search-top-pannel.panel-open .searchBox i {
  right: auto;
  left: 15px;
}
.lang-ar .searchBox i {
  right: auto;
  left: 22px;
}