@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
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.5;
}

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

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

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

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #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(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

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

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

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

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

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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 {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-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: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #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(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action: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.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

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

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

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

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #28a745 !important;
}

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

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

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap, .manage_teams_top_left, .main__row .main__row__list .main__list__left .coupon_list_text ul, .display-flex-wrap, .special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info, .special_sales_users_box .special_sales_users_left, .sale__Applicants, .Report__Item__box, .Reporter__box, .tmlt, .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top, .referral-box, .adminpostdetail__top, .report_chart_tabs ul, .invitepeople-tags ul, .subpage__link ul, .upload__heroimg_section {
  flex-wrap: wrap !important;
}

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

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

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

.justify-content-end, .display-flex-align-center-justify-end, .hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value, .display-flex-justify-end {
  justify-content: flex-end !important;
}

.justify-content-center, .display-flex-align-end-justify-center, .display-flex-align-center-justify-center, .admin__announcements__tabs ul li, .upload__img_section .upload_img_input .upload_img_text, .add-new-picture-field .add-new-picture-img-box, .display-flex-justify-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, .display-flex-align-center-justify-center, .admin__announcements__tabs ul li, .upload__img_section .upload_img_input .upload_img_text, .add-new-picture-field .add-new-picture-img-box, .display-flex-align-center-justify-end, .hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value, .display-flex-align-center, .affiliate-requests-box, .filters-row-top,
.filters-row-btm, .main_search_filters, .tmlt__box, .merchant__top__coupons .top_coupons_items, .merchant__dashboard__coupan .m_das_co_chart_top, .hero__slider__box .slider-info-box, .invitepeople-tags ul li, .main_hd_page_btm .page_type_link ul li {
  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;
  }

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

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

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

  .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;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}
.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, .manage_teams_top_left, .main__row .main__row__list .main__list__left .coupon_list_text ul, .display-flex-wrap, .special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info, .special_sales_users_box .special_sales_users_left, .sale__Applicants, .Report__Item__box, .Reporter__box, .tmlt, .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top, .referral-box, .adminpostdetail__top, .report_chart_tabs ul, .invitepeople-tags ul, .subpage__link ul, .upload__heroimg_section {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end, .display-flex-align-center-justify-end, .hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value, .display-flex-justify-end {
  justify-content: flex-end !important;
}

.justify-content-center, .display-flex-align-end-justify-center, .display-flex-align-center-justify-center, .admin__announcements__tabs ul li, .upload__img_section .upload_img_input .upload_img_text, .add-new-picture-field .add-new-picture-img-box, .display-flex-justify-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, .display-flex-align-center-justify-center, .admin__announcements__tabs ul li, .upload__img_section .upload_img_input .upload_img_text, .add-new-picture-field .add-new-picture-img-box, .display-flex-align-center-justify-end, .hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value, .display-flex-align-center, .affiliate-requests-box, .filters-row-top,
.filters-row-btm, .main_search_filters, .tmlt__box, .merchant__top__coupons .top_coupons_items, .merchant__dashboard__coupan .m_das_co_chart_top, .hero__slider__box .slider-info-box, .invitepeople-tags ul li, .main_hd_page_btm .page_type_link ul li {
  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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.header-nav, .header-nav .hdr__added__menu, header .dashboard_nav {
  background: #007fde;
}

.text-color {
  color: #FE6C0B;
  font-size: 14px;
}

@media (min-width: 568px) and (max-width: 767px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .input__row .col-sm-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
* {
  word-break: break-word;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  background: #f4f7fc;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

a,
a:focus,
a:active,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #FE6C0B;
}

select {
  padding: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none \9 ;
}

select::-ms-expand {
  display: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

button,
div,
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  max-width: 1200px;
}

a,
button {
  cursor: pointer;
}

.hide__mobile {
  display: block !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide__mobile {
    display: none !important;
  }
}

.hide__desktop {
  display: none !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide__desktop {
    display: block !important;
  }
}

button,
select {
  text-transform: none;
}

.custom-justify-content-end {
  justify-content: flex-end;
  display: flex;
}

.custom-justify-content-start {
  justify-content: flex-start;
  display: flex;
}

.merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right, .invitepeople__pop .invite__people__top .invite__people__top__right, .main_hd_page_top_right, header .hdr__top .hdr__top__right {
  justify-content: flex-end;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  align-self: center;
  text-align: right;
}

.payment__report__top ul li strong, .payment__report__top .open__report a,
.payment__report__top .open__report button, .communities__stus span, .communities__stus, .coupon_report_info ul li strong, .store_report_ul_btm ul li a span, .store_report_ul_btm ul li a, .store_report_ul-hd button, .store_map_tabs ul li a {
  display: block;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.special_sales_users_box .special_sales_users_left .special_sales_users_txt h2, .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l h2, .referral-box .referral_s_txt h3, .adminpostdetail__top .a_p_d_txt h2, .m_p_t_text h2, .main_box_row_mid h1, .participate__sub__list__top h3, .merchant__sale__location h3, .merchant__recent__reviews h3, .merchant__top__coupons .top_coupons_items .top_coupons_text h3, .merchant__top__coupons h3, .merchant__dashboard__coupan .m_das_co_chart_top h3, .admin__announcements__txt h2, .admin__special__details__top h2, .edit__row__in__box h1, .admin__about_commt h2, .comm__info__row strong, .create__new__form__section .create__new__form__in h1, .admin_merchant_store_section .admin_merchant_store_section_in h2, .row__list .row__list_text h2, .admin__challenge__txt h2, .edit__row__box .edit__row__in__box h1, .coupons__details .coupons_details_hd h1, .main__row .main__row__list .main__list__left .coupon_list_text h2 {
  font-weight: 500;
  font-size: 16px;
  color: #373737;
}

.heading_h3, .admin_merchant_store_section .admin_merchant_store_section_in h3 {
  font-weight: 500;
  font-size: 14px;
  color: #373737;
}

.display-flex, .coupons-payment-page .coupons-payment-left ul, .app__features__fold .app_features_slider .features_slider_text, .challenge__map .challenge__map__btm__t ul, .advance__search__section .advance__search__section__in .search__area__input, .main__row .main__row__list .main__list__left .coupon_list_text ul, .main_hd_page_btm .page_type_link ul, .display-flex-align-end-justify-center, .display-flex-align-center-justify-center, .admin__announcements__tabs ul li, .upload__img_section .upload_img_input .upload_img_text, .add-new-picture-field .add-new-picture-img-box, .display-flex-align-center-justify-end, .hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value, .display-flex-justify-end, .display-flex-justify-center, .display-flex-align-start, .manage_teams_top_left, .merchant__sale__location .merchant__sale__location__search .map__info ul, .v_m_box, .browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box, .main__row .main__row__list .main__list__left .coupon_list_text ul li, .display-flex-align-center, .affiliate-requests-box, .filters-row-top,
.filters-row-btm, .main_search_filters, .tmlt__box, .merchant__top__coupons .top_coupons_items, .merchant__dashboard__coupan .m_das_co_chart_top, .hero__slider__box .slider-info-box, .invitepeople-tags ul li, .main_hd_page_btm .page_type_link ul li, .display-flex-wrap, .special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info, .special_sales_users_box .special_sales_users_left, .sale__Applicants, .Report__Item__box, .Reporter__box, .tmlt, .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top, .referral-box, .adminpostdetail__top, .report_chart_tabs ul, .invitepeople-tags ul, .subpage__link ul, .upload__heroimg_section {
  display: flex;
}

.flex-wrap, .manage_teams_top_left, .main__row .main__row__list .main__list__left .coupon_list_text ul, .display-flex-wrap, .special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info, .special_sales_users_box .special_sales_users_left, .sale__Applicants, .Report__Item__box, .Reporter__box, .tmlt, .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top, .referral-box, .adminpostdetail__top, .report_chart_tabs ul, .invitepeople-tags ul, .subpage__link ul, .upload__heroimg_section {
  flex-wrap: wrap;
}

.align-items-top, .display-flex-align-start, .manage_teams_top_left, .merchant__sale__location .merchant__sale__location__search .map__info ul, .v_m_box, .browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box, .main__row .main__row__list .main__list__left .coupon_list_text ul li {
  align-items: flex-start;
}

.align-items-center, .display-flex-align-center-justify-center, .admin__announcements__tabs ul li, .upload__img_section .upload_img_input .upload_img_text, .add-new-picture-field .add-new-picture-img-box, .display-flex-align-center-justify-end, .hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value, .display-flex-align-center, .affiliate-requests-box, .filters-row-top,
.filters-row-btm, .main_search_filters, .tmlt__box, .merchant__top__coupons .top_coupons_items, .merchant__dashboard__coupan .m_das_co_chart_top, .hero__slider__box .slider-info-box, .invitepeople-tags ul li, .main_hd_page_btm .page_type_link ul li {
  align-items: center;
}

.align-items-bottom, .display-flex-align-end-justify-center {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center, .display-flex-align-end-justify-center, .display-flex-align-center-justify-center, .admin__announcements__tabs ul li, .upload__img_section .upload_img_input .upload_img_text, .add-new-picture-field .add-new-picture-img-box, .display-flex-justify-center {
  justify-content: center;
}

.justify-content-end, .display-flex-align-center-justify-end, .hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value, .display-flex-justify-end {
  justify-content: flex-end;
}

.button-padding, .applied-coupons-btn a:hover, .applied-coupons-btn a, .sale__right__btn a:hover, .sale__right__btn a, .referral__cal__box .referral__cal__form .referral_input_update .orange-btn_outline:hover, .referral__cal__box .referral__cal__form .referral_input_update .orange-btn_outline, .participate__submit .btn_outline:hover, .participate__submit .btn_outline, .merchant__dashboard__top__btn .add__new__btn a:hover, .merchant__dashboard__top__btn .add__new__btn a, .store_map_tabs ul li a, .view__report__btn a:hover, .view__report__btn a, .admin__announcements__tabs ul li a, .write__about__commt .write__about__commt__btn ul li .btn_outline, .add__new__btn a:hover, .add__new__btn a, .review_acpt_btn button:hover, .review_acpt_btn button, .merchant__appr__btn .btn_outline:hover, .merchant__appr__btn .btn_outline, .search__advance__btn a:hover, .search__advance__btn a {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-size: 12px;
}

.margin__top_25 {
  margin-top: 25px;
}

.margin__top_15 {
  margin-top: 15px;
}

.margin__top_10 {
  margin-top: 10px;
}

.margin__top_5 {
  margin-top: 5px;
}

.no-padding {
  padding: 0px !important;
}

.padding__5 {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.top__padding {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top__padding {
    padding-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top__padding {
    padding-top: 0px;
  }
}

.padding__10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.padding__15 {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.padding__20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.margin__5 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.margin__top__btm__10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin__10 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.margin__15 {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.margin__20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.margin__right__10 {
  margin-right: 10px;
}

.no-padding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding__L__R {
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}

.width_100 {
  width: 100% !important;
}

.no_btm_pding {
  padding-bottom: 0px;
}

.mrgn__l__5 {
  margin-left: 5px;
}

.no-margin {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.search__main.width-60 {
  width: 60%;
}
@media (min-width: 320px) and (max-width: 567px) {
  .search__main.width-60 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search__main.width-60 {
    margin-top: 0px;
  }
}

.padding-right {
  padding-right: 0px !important;
}

.padding-top {
  padding-top: 0px !important;
}

.padding-bottom {
  padding-bottom: 0px !important;
}

.padding-left {
  padding-left: 0px !important;
}

.col7 {
  flex-basis: 65%;
}

.col3 {
  flex-basis: 35%;
}

.rowcustom {
  display: flex;
  vertical-align: middle;
}
@media (min-width: 480px) and (max-width: 767px) {
  .rowcustom {
    display: block;
    vertical-align: middle;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .rowcustom {
    display: block;
    vertical-align: middle;
  }
}

.mt27 {
  margin-top: 27px;
}

.top-padding-20 {
  padding-top: 15px;
}

body {
  padding-top: 64px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 64px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  body {
    padding-top: 64px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

header {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
}
header .hdr__top {
  background: #fff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  height: 64px;
}
header .hdr__top .logo {
  justify-content: flex-start;
  width: 166px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .hdr__top .logo {
    width: 43px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
header .hdr__top .logo img {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .hdr__top .logo img {
    width: auto;
    height: 46px;
  }
}
header .hdr__top .hdr__top__right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .hdr__top .hdr__top__right ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .hdr__top .hdr__top__right .user__top_info {
    display: none;
    vertical-align: middle;
  }
}
header .hdr__top .hdr__top__right .user__top_info .dropdown-toggle a {
  font-size: 14px;
  color: #666666;
}
header .hdr__top .hdr__top__right .user__top_info .dropdown-toggle a:hover {
  color: #b8da01;
}
header .hdr__top .hdr__top__right .user__top_info .dropdown-toggle span {
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: inline-block;
}
header .hdr__top .hdr__top__right .user__top_info .dropdown-toggle span img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
header #searchMenuButton {
  background: none;
  border: 0px;
}
header .dashboard_nav {
  display: flex;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav {
    display: block;
    vertical-align: middle;
  }
}
header .dashboard_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-right: 100px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  vertical-align: middle;
}
header .dashboard_nav ul li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul li {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    display: block;
    vertical-align: middle;
  }
}
header .dashboard_nav ul li:first-child {
  padding-top: 0;
  padding-right: 23px;
  padding-bottom: 0;
  padding-left: 0px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  header .dashboard_nav ul li:first-child {
    padding-top: 0;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul li:first-child {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
header .dashboard_nav ul li:last-child {
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 23px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  header .dashboard_nav ul li:last-child {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 6px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul li:last-child {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
header .dashboard_nav ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul li a {
    text-align: left;
  }
}
header .dashboard_nav ul li a i {
  display: block;
  vertical-align: middle;
  min-height: 33px;
  background-size: contain;
  margin: auto;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul li a i {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
header .dashboard_nav ul li a:hover, header .dashboard_nav ul li a.active {
  color: #b8da01;
}
header .dashboard_nav ul li.dashboard_nav_icon a i {
  background: url("../images/svg_icons/dashboard_nav_icon.svg") no-repeat center center;
  width: 35px;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul li.dashboard_nav_icon a i {
    width: 30px;
    background-size: 100%;
  }
}
header .dashboard_nav ul li.dashboard_nav_icon a:hover i, header .dashboard_nav ul li.dashboard_nav_icon a.active i {
  background: url("../images/svg_icons/dashboard_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul li.dashboard_nav_icon a:hover i, header .dashboard_nav ul li.dashboard_nav_icon a.active i {
    width: 30px;
    background-size: 100%;
  }
}
header .dashboard_nav ul li.coupons_nav_icon a i {
  background: url("../images/svg_icons/coupons_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.coupons_nav_icon a:hover i, header .dashboard_nav ul li.coupons_nav_icon a.active i {
  background: url("../images/svg_icons/coupons_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.users_nav_icon a i {
  background: url("../images/svg_icons/users_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.users_nav_icon a:hover i, header .dashboard_nav ul li.users_nav_icon a.active i {
  background: url("../images/svg_icons/users_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.merchants_nav_icon a i {
  background: url("../images/svg_icons/merchants_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.merchants_nav_icon a:hover i, header .dashboard_nav ul li.merchants_nav_icon a.active i {
  background: url("../images/svg_icons/merchants_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.stores_nav_icon a i {
  background: url("../images/svg_icons/stores_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.stores_nav_icon a:hover i, header .dashboard_nav ul li.stores_nav_icon a.active i {
  background: url("../images/svg_icons/stores_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.payments_nav_icon a i {
  background: url("../images/svg_icons/payments_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.payments_nav_icon a:hover i, header .dashboard_nav ul li.payments_nav_icon a.active i {
  background: url("../images/svg_icons/payments_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.communities_nav_icon a i {
  background: url("../images/svg_icons/communities_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.communities_nav_icon a:hover i, header .dashboard_nav ul li.communities_nav_icon a.active i {
  background: url("../images/svg_icons/communities_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.specialsales_nav_icon a i {
  background: url("../images/svg_icons/specialsales_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.specialsales_nav_icon a:hover i, header .dashboard_nav ul li.specialsales_nav_icon a.active i {
  background: url("../images/svg_icons/specialsales_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.subadmins_nav_icon a i {
  background: url("../images/svg_icons/subadmins_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.subadmins_nav_icon a:hover i, header .dashboard_nav ul li.subadmins_nav_icon a.active i {
  background: url("../images/svg_icons/subadmins_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.announcements_nav_icon a i {
  background: url("../images/svg_icons/announcements_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.announcements_nav_icon a:hover i, header .dashboard_nav ul li.announcements_nav_icon a.active i {
  background: url("../images/svg_icons/announcements_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.reports_nav_icon a i {
  background: url("../images/svg_icons/reports_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.reports_nav_icon a:hover i, header .dashboard_nav ul li.reports_nav_icon a.active i {
  background: url("../images/svg_icons/reports_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.challenges_nav_icon a i {
  background: url("../images/svg_icons/challenge_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.challenges_nav_icon a:hover i, header .dashboard_nav ul li.challenges_nav_icon a.active i {
  background: url("../images/svg_icons/challenge_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.tracker_nav_icon a i {
  background: url("../images/svg_icons/tracker_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.tracker_nav_icon a:hover i, header .dashboard_nav ul li.tracker_nav_icon a.active i {
  background: url("../images/svg_icons/tracker_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.locale_nav_icon a i {
  background: url("../images/svg_icons/locale_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.locale_nav_icon a:hover i, header .dashboard_nav ul li.locale_nav_icon a.active i {
  background: url("../images/svg_icons/locale_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.achievement_nav_icon a i {
  background: url("../images/svg_icons/achievement_nav_icon.svg") no-repeat center center;
  width: 32px;
}
header .dashboard_nav ul li.achievement_nav_icon a:hover i, header .dashboard_nav ul li.achievement_nav_icon a.active i {
  background: url("../images/svg_icons/achievement_nav_icon_hover.svg") no-repeat center center;
}
header .dashboard_nav ul li.teams_nav_icon a i {
  background: url("../images/svg_icons/teams_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.teams_nav_icon a:hover i, header .dashboard_nav ul li.teams_nav_icon a.active i {
  background: url("../images/svg_icons/teams_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.customfield_nav_icon a i {
  background: url("../images/svg_icons/customfield_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.customfield_nav_icon a:hover i, header .dashboard_nav ul li.customfield_nav_icon a.active i {
  background: url("../images/svg_icons/customfield_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.unit_nav_icon a i {
  background: url("../images/svg_icons/unit_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.unit_nav_icon a:hover i, header .dashboard_nav ul li.unit_nav_icon a.active i, header .dashboard_nav ul li.unit_nav_icon.active a i {
  background: url("../images/svg_icons/unit_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.referral_nav_icon a i {
  background: url("../images/svg_icons/referral_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.referral_nav_icon a:hover i, header .dashboard_nav ul li.referral_nav_icon a.active i {
  background: url("../images/svg_icons/referral_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.activities_nav_icon a i {
  background: url("../images/svg_icons/activities_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.activities_nav_icon a:hover i, header .dashboard_nav ul li.activities_nav_icon a.active i {
  background: url("../images/svg_icons/activities_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.post_nav_icon a i {
  background: url("../images/svg_icons/post_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
header .dashboard_nav ul li.post_nav_icon a:hover i, header .dashboard_nav ul li.post_nav_icon a.active i {
  background: url("../images/svg_icons/post_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 82%;
}

@media (min-width: 320px) and (max-width: 991px) {
  .no__login__header .hdr__top .hdr__top__right ul {
    padding-top: 7px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap;
  }
}
.no__login__header .hdr__top .hdr__top__right ul li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 25px;
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .no__login__header .hdr__top .hdr__top__right ul li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .no__login__header .hdr__top .hdr__top__right ul li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 13px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .no__login__header .hdr__top .hdr__top__right ul li {
    display: block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    border-bottom: 1px #6145c7 solid;
    width: 100%;
  }
}
.no__login__header .hdr__top .hdr__top__right ul li span {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 25px;
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .no__login__header .hdr__top .hdr__top__right ul li span {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .no__login__header .hdr__top .hdr__top__right ul li span {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 13px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .no__login__header .hdr__top .hdr__top__right ul li span {
    display: block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    border-bottom: 1px #6145c7 solid;
  }
}
.no__login__header .hdr__top .hdr__top__right ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
@media (min-width: 320px) and (max-width: 991px) {
  .no__login__header .hdr__top .hdr__top__right ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}

header .dropdown-toggle::after {
  background: url("../images/dropdown-arrow.png") no-repeat;
  width: 15px;
  height: 10px;
  border-top: 0 solid;
  vertical-align: middle;
  border-right: 0 solid transparent;
  border-bottom: 0;
  margin-left: 10px;
  border-left: 0 solid transparent;
}

header .hdr__top .hdr__top__right ul li.nav__icon {
  display: none;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 991px) {
  header .hdr__top .hdr__top__right ul li.nav__icon {
    display: inline-block;
  }
}

.mob__user__top_info {
  display: none;
  vertical-align: middle;
  border-bottom: 1px #fff solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 991px) {
  .mob__user__top_info {
    display: block;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.mob__user__top_info .dropdown-toggle a {
  font-size: 16px;
  color: #fff;
}
.mob__user__top_info .dropdown-toggle span {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: inline-block;
}
.mob__user__top_info .dropdown-toggle span img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.closemenu__icon {
  display: none;
}

@media (min-width: 320px) and (max-width: 991px) {
  #mainContainer.menu-slide header {
    right: 0px;
  }
  #mainContainer.menu-slide header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
  }

  #clickmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    background: transparent;
    margin-top: 0px;
    top: 0px;
    text-align: left;
    z-index: 99;
  }
  #clickmenu .inner-mobile-nav-bg {
    overflow: scroll;
    background: #00669b;
    background: -moz-linear-gradient(left, #00669b 0%, #4929bb 49%);
    background: -webkit-linear-gradient(left, #00669b 0%, #4929bb 49%);
    background: linear-gradient(to right, #00669b 0%, #4929bb 49%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00669b", endColorstr="#4929bb", GradientType=1);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 250px;
    height: 100%;
    margin-left: auto;
  }
  #clickmenu .closemenu__icon {
    position: absolute;
    right: 250px;
    top: 10px;
    padding: 6px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  #clickmenu .closemenu__icon a {
    display: block;
  }
  #clickmenu .closemenu__icon a img {
    width: 20px;
  }

  #clickmenu.menu-slide {
    right: 0px;
  }

  #mainContainer {
    right: 0;
    position: absolute;
    transition: left 0.5s ease 0s;
    width: 100%;
  }

  #mainContainer.menu-slide {
    right: 0px;
  }
  #mainContainer.menu-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    z-index: 8;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top__search__box {
    position: inherit;
  }
}
.top__search__box .dropdown-menu {
  transform: inherit !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top__search__box .dropdown-outer:after,
.top__search__box .dropdown-outer:before {
    display: none;
    vertical-align: middle;
  }
}
.top__search__box .open__search__box {
  left: inherit !important;
  right: -10px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px #c5c5c5 solid;
  top: -14px !important;
  width: 409px;
  height: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top__search__box .open__search__box {
    width: 100%;
    right: 0px !important;
    top: 66px !important;
  }
}
.top__search__box .open__search__box input[type=text] {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-width: 0px;
  border-color: #C4C4C4;
  border-style: solid;
  font-size: 16px;
  color: #666666;
}
.top__search__box .open__search__box button {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #fff;
  width: 26px;
  height: 25px;
  border-radius: 0;
  border-width: 0;
  border-color: none;
  border-style: solid;
  top: 11px;
  right: 7px;
  bottom: auto;
  left: auto;
  position: absolute;
}

.mail__search__box .dropdown-menu {
  transform: inherit !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mail__search__box .dropdown-outer:after,
.mail__search__box .dropdown-outer:before {
    left: 66%;
  }
}
.mail__search__box .open__notification__box {
  left: inherit !important;
  right: -17px !important;
  top: 39px !important;
  width: 305px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mail__search__box .open__notification__box {
    width: 300px;
    right: -87px !important;
    top: 56px !important;
  }
}

.notification__search__box .dropdown-menu {
  transform: inherit !important;
}
.notification__search__box .open__announcements__box {
  left: inherit !important;
  right: -18px !important;
  top: 43px !important;
  width: 305px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification__search__box .open__announcements__box {
    width: 100%;
    right: 0px !important;
    top: 66px !important;
  }
}

.user__top_info .dropdown-menu {
  transform: inherit !important;
}
.user__top_info .headr_dropdown_in a {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: block;
  vertical-align: middle;
}
.user__top_info .open__profile__menu {
  left: inherit !important;
  right: 0 !important;
  top: 47px !important;
  width: 220px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .user__top_info .open__profile__menu {
    width: 250px;
  }
}

.user__top_info {
  position: relative;
}
.user__top_info .user__top_in {
  position: absolute;
  width: 200px;
  right: 0px;
  z-index: 1;
  padding: 15px 0 0 0;
}
.user__top_info .user__top_in .user__top_box {
  width: 100%;
  position: relative;
  background: #fff;
  border-width: 1px;
  border-color: #9A9A9A;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.user__top_info .user__top_in .user__top_box a {
  display: block;
  vertical-align: middle;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
}
.user__top_info .user__top_in .user__top_box:after,
.user__top_info .user__top_in .user__top_box:before {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .user__top_info .user__top_in .user__top_box:after,
.user__top_info .user__top_in .user__top_box:before {
    left: 85%;
  }
}
.user__top_info .user__top_in .user__top_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.user__top_info .user__top_in .user__top_box:before {
  border-color: rgba(151, 151, 151, 0);
  border-bottom-color: #9A9A9A;
  border-width: 11px;
  margin-left: -11px;
}

.notification-dropdown-in b {
  display: block;
  vertical-align: middle;
  font-weight: normal;
  border-bottom: 1px solid #C4C4C4;
  font-size: 12px;
  color: #666666;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.notification-dropdown-in .view-all {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  text-align: center;
}
.notification-dropdown-in .view-all a {
  font-size: 14px;
  color: #FE6C0B;
  text-decoration: none;
}
.notification-dropdown-in ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-dropdown-in ul {
    max-height: 177px;
    overflow: auto;
  }
}
.notification-dropdown-in ul li {
  display: block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .notification-dropdown-in ul li {
    width: 100%;
  }
}
.notification-dropdown-in ul li a {
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #C4C4C4;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-left: 4px #fff solid;
}
.notification-dropdown-in ul li a .noti-img {
  width: 37px;
  height: 37px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
}
.notification-dropdown-in ul li a .noti-img img {
  width: 100%;
  height: 100%;
}
.notification-dropdown-in ul li a .noti-content {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 3%;
}
.notification-dropdown-in ul li a .noti-content p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  color: #666666;
}
.notification-dropdown-in ul li a .noti-content h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.notification-dropdown-in ul li a .noti-content h3 strong {
  float: right;
  font-weight: 200;
  font-size: 12px;
  color: #999999;
}

.dropdown-outer {
  width: 100px;
  background: #fff;
  border-width: 1px;
  border-color: #9A9A9A;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.dropdown-outer:after,
.dropdown-outer:before {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0px;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .dropdown-outer:after,
.dropdown-outer:before {
    left: 85%;
  }
}

.dropdown-outer:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.dropdown-outer:before {
  border-color: rgba(151, 151, 151, 0);
  border-bottom-color: #9A9A9A;
  border-width: 11px;
  margin-left: -11px;
}

.profile__mobile {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.profile__mobile a {
  font-size: 14px;
  color: #fff;
  display: block;
  vertical-align: middle;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.showmenu__icon {
  display: none;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 991px) {
  .showmenu__icon {
    display: block;
    vertical-align: middle;
    justify-content: flex-end;
    flex-grow: 1;
    align-self: center;
    text-align: right;
  }
}

.no__login__header .hdr__top .hdr__top__right ul li a.active {
  color: #FA6400;
}

.hfr__top__left {
  margin-left: 45px;
}
.hfr__top__left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.hfr__top__left ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 23px;
  padding-bottom: 0;
  padding-left: 23px;
}
@media (min-width: 1231px) and (max-width: 1280px) {
  .hfr__top__left ul li {
    padding-top: 0;
    padding-right: 17px;
    padding-bottom: 0;
    padding-left: 17px;
  }
}
@media (min-width: 1025px) and (max-width: 1130px) {
  .hfr__top__left ul li {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hfr__top__left ul li {
    padding-top: 0;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 6px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    display: block;
    vertical-align: middle;
  }
}
.hfr__top__left ul li:first-child {
  padding-top: 0;
  padding-right: 23px;
  padding-bottom: 0;
  padding-left: 0px;
}
@media (min-width: 1231px) and (max-width: 1280px) {
  .hfr__top__left ul li:first-child {
    padding-top: 0;
    padding-right: 17px;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1130px) {
  .hfr__top__left ul li:first-child {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hfr__top__left ul li:first-child {
    padding-top: 0;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li:first-child {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
.hfr__top__left ul li:last-child {
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 23px;
}
@media (min-width: 1231px) and (max-width: 1280px) {
  .hfr__top__left ul li:last-child {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 17px;
  }
}
@media (min-width: 1025px) and (max-width: 1130px) {
  .hfr__top__left ul li:last-child {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hfr__top__left ul li:last-child {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 6px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li:last-child {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
.hfr__top__left ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hfr__top__left ul li a {
    text-align: left;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hfr__top__left ul li a {
    text-align: left;
  }
}
.hfr__top__left ul li a i {
  display: block;
  vertical-align: middle;
  min-height: 33px;
  background-size: contain;
  margin: auto;
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li a i {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.hfr__top__left ul li a:hover, .hfr__top__left ul li a.active, .hfr__top__left ul li a.storeActive, .hfr__top__left ul li a.couponActive {
  color: #FE6C0B;
}
.hfr__top__left ul li.dashboard_nav_icon a i {
  background: url("../images/svg_icons/top_dashboard_nav_icon.svg") no-repeat center center;
  width: 35px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li.dashboard_nav_icon a i {
    width: 30px;
  }
}
.hfr__top__left ul li.dashboard_nav_icon a:hover i, .hfr__top__left ul li.dashboard_nav_icon a.active i {
  background: url("../images/svg_icons/dashboard_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li.dashboard_nav_icon a:hover i, .hfr__top__left ul li.dashboard_nav_icon a.active i {
    width: 30px;
  }
}
.hfr__top__left ul li.merchants_nav_icon a i {
  background: url("../images/svg_icons/merchants_des_nav_icon.svg") no-repeat center center;
  width: 35px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li.merchants_nav_icon a i {
    width: 30px;
  }
}
.hfr__top__left ul li.merchants_nav_icon a:hover i, .hfr__top__left ul li.merchants_nav_icon a.active i {
  background: url("../images/svg_icons/merchants_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .hfr__top__left ul li.merchants_nav_icon a:hover i, .hfr__top__left ul li.merchants_nav_icon a.active i {
    width: 30px;
  }
}
.hfr__top__left ul li.coupons_nav_icon a i {
  background: url("../images/svg_icons/top_coupons_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.hfr__top__left ul li.coupons_nav_icon a:hover i, .hfr__top__left ul li.coupons_nav_icon a.active i, .hfr__top__left ul li.coupons_nav_icon a.couponActive i {
  background: url("../images/svg_icons/coupons_nav_icon_hover.svg") no-repeat center center;
}
.hfr__top__left ul li.stores_nav_icon a i {
  background: url("../images/svg_icons/top_stores_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.hfr__top__left ul li.stores_nav_icon a:hover i, .hfr__top__left ul li.stores_nav_icon a.active i, .hfr__top__left ul li.stores_nav_icon a.storeActive i {
  background: url("../images/svg_icons/stores_nav_icon_hover.svg") no-repeat center center;
}

@media (min-width: 320px) and (max-width: 991px) {
  header .dashboard_nav ul#teleporter {
    display: none;
    vertical-align: middle;
  }
}

.header-nav .hdr__added__menu {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 15px;
}

.header-nav {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.header-nav ul {
  display: flex;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.header-nav ul li {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom: 1px #6145c7 solid;
  }
}
.header-nav ul li a {
  display: block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
}
.header-nav ul li a i {
  display: block;
  vertical-align: middle;
  min-height: 33px;
  background-size: contain;
  margin: auto;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.header-nav ul li a:hover {
  color: #FE6C0B;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li a:hover {
    color: #fff;
  }
}
.header-nav ul li a.active {
  color: #FE6C0B;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li a.active {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}
.header-nav ul li.dashboard_nav_icon a i {
  background: url("../images/svg_icons/dashboard_nav_icon.svg") no-repeat center center;
  width: 35px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.dashboard_nav_icon a i {
    width: 30px;
    background-size: 100%;
  }
}
.header-nav ul li.dashboard_nav_icon a:hover i, .header-nav ul li.dashboard_nav_icon a.active i {
  background: url("../images/svg_icons/dashboard_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.dashboard_nav_icon a:hover i, .header-nav ul li.dashboard_nav_icon a.active i {
    width: 30px;
    background-size: 100%;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.dashboard_nav_icon a:hover i {
    background: url("../images/svg_icons/dashboard_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.coupons_nav_icon a i {
  background: url("../images/svg_icons/coupons_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.coupons_nav_icon a:hover i, .header-nav ul li.coupons_nav_icon a.active i {
  background: url("../images/svg_icons/coupons_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.coupons_nav_icon a:hover i {
    background: url("../images/svg_icons/coupons_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.users_nav_icon a i {
  background: url("../images/svg_icons/users_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.users_nav_icon a:hover i, .header-nav ul li.users_nav_icon a.active i {
  background: url("../images/svg_icons/users_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.users_nav_icon a:hover i {
    background: url("../images/svg_icons/users_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.merchants_nav_icon a i {
  background: url("../images/svg_icons/merchants_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.merchants_nav_icon a:hover i, .header-nav ul li.merchants_nav_icon a.active i {
  background: url("../images/svg_icons/merchants_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.merchants_nav_icon a:hover i {
    background: url("../images/svg_icons/merchants_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.stores_nav_icon a i {
  background: url("../images/svg_icons/stores_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.stores_nav_icon a:hover i, .header-nav ul li.stores_nav_icon a.active i {
  background: url("../images/svg_icons/stores_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.stores_nav_icon a:hover i {
    background: url("../images/svg_icons/stores_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.payments_nav_icon a i {
  background: url("../images/svg_icons/payments_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.payments_nav_icon a:hover i, .header-nav ul li.payments_nav_icon a.active i {
  background: url("../images/svg_icons/payments_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.payments_nav_icon a:hover i {
    background: url("../images/svg_icons/payments_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.communities_nav_icon a i {
  background: url("../images/svg_icons/communities_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.communities_nav_icon a:hover i, .header-nav ul li.communities_nav_icon a.active i {
  background: url("../images/svg_icons/communities_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.communities_nav_icon a:hover i {
    background: url("../images/svg_icons/communities_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.specialsales_nav_icon a i {
  background: url("../images/svg_icons/specialsales_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.specialsales_nav_icon a:hover i, .header-nav ul li.specialsales_nav_icon a.active i {
  background: url("../images/svg_icons/specialsales_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.specialsales_nav_icon a:hover i {
    background: url("../images/svg_icons/specialsales_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.subadmins_nav_icon a i {
  background: url("../images/svg_icons/subadmins_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.subadmins_nav_icon a:hover i, .header-nav ul li.subadmins_nav_icon a.active i {
  background: url("../images/svg_icons/subadmins_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.subadmins_nav_icon a:hover i {
    background: url("../images/svg_icons/subadmins_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.announcements_nav_icon a i {
  background: url("../images/svg_icons/announcements_nav_icon.svg") no-repeat center center;
  width: 34px;
}
.header-nav ul li.announcements_nav_icon a:hover i, .header-nav ul li.announcements_nav_icon a.active i {
  background: url("../images/svg_icons/announcements_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.announcements_nav_icon a:hover i {
    background: url("../images/svg_icons/announcements_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.reports_nav_icon a i {
  background: url("../images/svg_icons/reports_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 80%;
}
.header-nav ul li.reports_nav_icon a:hover i, .header-nav ul li.reports_nav_icon a.active i {
  background: url("../images/svg_icons/reports_nav_icon_hover.svg") no-repeat center center;
  background-size: 80%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.reports_nav_icon a:hover i {
    background: url("../images/svg_icons/reports_nav_icon.svg") no-repeat center center;
    background-size: 80%;
  }
}
.header-nav ul li.challenges_nav_icon a i {
  background: url("../images/svg_icons/challenge_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.challenges_nav_icon a:hover i, .header-nav ul li.challenges_nav_icon a.active i {
  background: url("../images/svg_icons/challenge_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.challenges_nav_icon a:hover i {
    background: url("../images/svg_icons/challenge_nav_icon.svg") no-repeat center center;
    width: 32px;
  }
}
.header-nav ul li.tracker_nav_icon a i {
  background: url("../images/svg_icons/tracker_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.tracker_nav_icon a:hover i, .header-nav ul li.tracker_nav_icon a.active i {
  background: url("../images/svg_icons/tracker_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.tracker_nav_icon a:hover i {
    background: url("../images/svg_icons/tracker_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.locale_nav_icon a i {
  background: url("../images/svg_icons/locale_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.locale_nav_icon a:hover i, .header-nav ul li.locale_nav_icon a.active i {
  background: url("../images/svg_icons/locale_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.locale_nav_icon a:hover i {
    background: url("../images/svg_icons/locale_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.achievement_nav_icon a i {
  background: url("../images/svg_icons/achievement_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.achievement_nav_icon a:hover i, .header-nav ul li.achievement_nav_icon a.active i {
  background: url("../images/svg_icons/achievement_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.achievement_nav_icon a.hover i {
    background: url("../images/svg_icons/achievement_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.wellness_nav_icon a i {
  background: url("../images/svg_icons/wellness_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.wellness_nav_icon a:hover i, .header-nav ul li.wellness_nav_icon a.active i {
  background: url("../images/svg_icons/wellness_nav_hover_icon.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.wellness_nav_icon a.hover i {
    background: url("../images/svg_icons/wellness_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.teams_nav_icon a i {
  background: url("../images/svg_icons/teams_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
.header-nav ul li.teams_nav_icon a:hover i, .header-nav ul li.teams_nav_icon a.active i {
  background: url("../images/svg_icons/teams_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.teams_nav_icon a:hover i {
    background: url("../images/svg_icons/teams_nav_icon.svg") no-repeat center center;
    width: 32px;
    background-size: 82%;
  }
}
.header-nav ul li.customfield_nav_icon a i {
  background: url("../images/svg_icons/customfield_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
.header-nav ul li.customfield_nav_icon a:hover i, .header-nav ul li.customfield_nav_icon a.active i {
  background: url("../images/svg_icons/customfield_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.customfield_nav_icon a:hover i {
    background: url("../images/svg_icons/customfield_nav_icon.png") no-repeat center center;
    width: 32px;
    background-size: 82%;
  }
}
.header-nav ul li.unit_nav_icon a i {
  background: url("../images/svg_icons/unit_nav_icon.svg") no-repeat center center;
  width: 21px;
  background-size: 100%;
  margin-left: 6px;
}
.header-nav ul li.unit_nav_icon a:hover i, .header-nav ul li.unit_nav_icon a.active i {
  background: url("../images/svg_icons/unit_nav_icon_hover.svg") no-repeat center center;
  width: 21px;
  background-size: 100%;
  margin-left: 6px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.unit_nav_icon a:hover i {
    background: url("../images/svg_icons/unit_nav_icon.svg") no-repeat center center;
    width: 21px;
    background-size: 100%;
  }
}
.header-nav ul li.referral_nav_icon a i {
  background: url("../images/svg_icons/referral_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
.header-nav ul li.referral_nav_icon a:hover i, .header-nav ul li.referral_nav_icon a.active i {
  background: url("../images/svg_icons/referral_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.referral_nav_icon a:hover i {
    background: url("../images/svg_icons/referral_nav_icon.png") no-repeat center center;
    width: 32px;
    background-size: 82%;
  }
}
.header-nav ul li.activities_nav_icon a i {
  background: url("../images/svg_icons/activities_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 72%;
}
.header-nav ul li.activities_nav_icon a:hover i, .header-nav ul li.activities_nav_icon a.active i {
  background: url("../images/svg_icons/activities_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 72%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.activities_nav_icon a:hover i {
    background: url("../images/svg_icons/activities_nav_icon.svg") no-repeat center center;
    width: 32px;
    background-size: 72%;
  }
}
.header-nav ul li.redeemcode_nav_icon a i {
  background: url("../images/svg_icons/redeemcode_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
.header-nav ul li.redeemcode_nav_icon a:hover i, .header-nav ul li.redeemcode_nav_icon a.active i {
  background: url("../images/svg_icons/redeemcode_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 82%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.redeemcode_nav_icon a:hover i {
    background: url("../images/svg_icons/redeemcode_nav_icon.png") no-repeat center center;
    width: 32px;
    background-size: 82%;
  }
}
.header-nav ul li.programs_nav_icon a i {
  background: url("../images/svg_icons/programs_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 70%;
}
.header-nav ul li.programs_nav_icon a:hover i, .header-nav ul li.programs_nav_icon a.active i {
  background: url("../images/svg_icons/programs_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 70%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.programs_nav_icon a:hover i {
    background: url("../images/svg_icons/programs_nav_icon.svg") no-repeat center center;
    width: 32px;
    background-size: 70%;
  }
}
.header-nav ul li.managepost_nav_icon a i {
  background: url("../images/svg_icons/managepost_nav_icon.png") no-repeat center center;
  width: 32px;
  background-size: 91%;
}
.header-nav ul li.managepost_nav_icon a:hover i, .header-nav ul li.managepost_nav_icon a.active i {
  background: url("../images/svg_icons/managepost_nav_icon_hover.png") no-repeat center center;
  width: 32px;
  background-size: 91%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.managepost_nav_icon a:hover i {
    background: url("../images/svg_icons/managepost_nav_icon.png") no-repeat center center;
    width: 32px;
    background-size: 91%;
  }
}
.header-nav ul li.food_nav_icon a i {
  background: url("../images/svg_icons/food_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 77%;
}
.header-nav ul li.food_nav_icon a:hover i, .header-nav ul li.food_nav_icon a.active i {
  background: url("../images/svg_icons/food_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 77%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.food_nav_icon a:hover i {
    background: url("../images/svg_icons/food_nav_icon.svg") no-repeat center center;
    width: 32px;
    background-size: 77%;
  }
}
.header-nav ul li.report-abuse_nav_icon a i {
  background: url("../images/svg_icons/report-abuse_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 77%;
}
.header-nav ul li.report-abuse_nav_icon a:hover i, .header-nav ul li.report-abuse_nav_icon a.active i {
  background: url("../images/svg_icons/report-abuse_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 77%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.report-abuse_nav_icon a:hover i {
    background: url("../images/svg_icons/report-abuse_nav_icon.svg") no-repeat center center;
    width: 32px;
    background-size: 77%;
  }
}
.header-nav ul li.notification_nav_icon a i {
  background: url("../images/svg_icons/notification_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 70%;
}
.header-nav ul li.notification_nav_icon a:hover i, .header-nav ul li.notification_nav_icon a.active i {
  background: url("../images/svg_icons/notification_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 70%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.notification_nav_icon a:hover i {
    background: url("../images/svg_icons/notification_nav_icon.svg") no-repeat center center;
    width: 32px;
    background-size: 70%;
  }
}
.header-nav ul li.post_nav_icon a i {
  background: url("../images/svg_icons/post_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 70%;
}
.header-nav ul li.post_nav_icon a:hover i, .header-nav ul li.post_nav_icon a.active i {
  background: url("../images/svg_icons/post_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
  background-size: 70%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.post_nav_icon a:hover i {
    background: url("../images/svg_icons/post_nav_icon.svg") no-repeat center center;
    width: 32px;
    background-size: 70%;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  ul#teleporter {
    display: none;
    vertical-align: middle;
  }
}

.header-nav ul li.dropdownmenu {
  position: relative;
}
.header-nav ul li.dropdownmenu a.arrow::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 15px;
  color: #fff;
}
.header-nav ul li.dropdownmenu a.arrow.active::after {
  display: none;
  vertical-align: middle;
}
.header-nav ul li.dropdownmenu a.arrow:hover::after {
  color: #fe6c0b;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu {
  position: absolute;
  width: 213px;
  display: none;
  vertical-align: middle;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #007fde;
  display: block;
  vertical-align: middle;
  padding-top: 10px;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li {
  display: block;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li.challenges_nav_icon a i {
  background: url("../images/svg_icons/challenge_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li.challenges_nav_icon a:hover i, .header-nav ul li.dropdownmenu .show-dropdownmenu ul li.challenges_nav_icon a.active i {
  background: url("../images/svg_icons/challenge_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.dropdownmenu .show-dropdownmenu ul li.challenges_nav_icon a:hover i {
    background: url("../images/svg_icons/challenge_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li.achievement_nav_icon a i {
  background: url("../images/svg_icons/achievement_nav_icon.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li.achievement_nav_icon a:hover i, .header-nav ul li.dropdownmenu .show-dropdownmenu ul li.achievement_nav_icon a.active i {
  background: url("../images/svg_icons/achievement_nav_icon_hover.svg") no-repeat center center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.dropdownmenu .show-dropdownmenu ul li.achievement_nav_icon a:hover i {
    background: url("../images/svg_icons/achievement_nav_icon.svg") no-repeat center center;
  }
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li.wellness_nav_icon a i {
  background: url("../images/svg_icons/wellness_nav_icon.svg") no-repeat center center;
  width: 32px;
  background-size: 122%;
}
.header-nav ul li.dropdownmenu .show-dropdownmenu ul li.wellness_nav_icon a:hover i, .header-nav ul li.dropdownmenu .show-dropdownmenu ul li.wellness_nav_icon a.active i {
  background: url("../images/svg_icons/wellness_nav_hover_icon.svg") no-repeat center center;
  background-size: 122%;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-nav ul li.dropdownmenu .show-dropdownmenu ul li.wellness_nav_icon a:hover i {
    background: url("../images/svg_icons/wellness_nav_icon.svg") no-repeat center center;
    background-size: 122%;
  }
}

.header-nav ul li.dropdownmenu:hover .show-dropdownmenu {
  display: block;
  vertical-align: middle;
}

.mob__user__top_info .dropdown-toggle {
  position: relative;
}
.mob__user__top_info .dropdown-toggle::after {
  right: 0;
  top: 6px;
  position: absolute;
  background: url(../images/svg_icons/menu-close.svg) no-repeat center center;
  width: 35px;
  height: 25px;
  background-size: 100% !important;
}
.mob__user__top_info.show .dropdown-toggle::after {
  background: url(../images/svg_icons/menu-open.svg) no-repeat center center;
}
.mob__user__top_info .profile__mobile {
  background-color: transparent;
  position: inherit !important;
  transform: translate3d(0px, 0px, 0px) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  float: none;
}

.header-nav ul#receiver li.dropdownmenu .show-dropdownmenu {
  display: block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}

.open__search__box.dropdown-outer:before,
.open__search__box.dropdown-outer:after {
  display: none;
  vertical-align: middle;
}

.sub-drop-item {
  padding-left: 30px !important;
}

.header-nav ul li.unit_nav_icon.active a {
  background-color: #fff;
  color: #FE6C0B;
  border-radius: 4px;
}
.header-nav ul li.unit_nav_icon.active a i {
  background: url("../images/svg_icons/unit_nav_icon_hover.svg") no-repeat center center;
  width: 21px;
  background-size: 100%;
  margin-left: 6px;
}

.header-nav ul li.locale_nav_icon.active a {
  background-color: #fff;
  color: #FE6C0B;
  border-radius: 4px;
}
.header-nav ul li.locale_nav_icon.active a i {
  background: url("../images/svg_icons/locale_nav_icon_hover.svg") no-repeat center center;
  width: 32px;
}
.header-nav ul li.locale_nav_icon.active a::after {
  display: none;
}

.cus_select {
  display: block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  border-width: 1px;
  border-color: #ced4da;
  border-style: solid;
  border-radius: 0.25rem;
  appearance: none;
  font-size: 14px;
  color: #999999;
  background: url("../images/dropdown-arrow.png") no-repeat calc(100% - 10px) 50%;
  background-color: #fff;
  padding-right: 30px;
}

.filter__select__div {
  position: relative;
  z-index: 1;
}
.filter__select__div .bootstrap-select {
  width: 100% !important;
}
.filter__select__div .dropdown-toggle::after {
  background: url("../images/dropdown-arrow.png") no-repeat 96% 50%;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  width: 17px;
  height: 8px;
  vertical-align: middle;
}
.filter__select__div .btn-light {
  background-color: #fff;
  border-color: #fff;
  font-size: 13px;
  color: #333333;
}
.filter__select__div .bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
  box-shadow: 0 0 0 #fff;
}
.filter__select__div .btn-light:not(:disabled):not(.disabled):active,
.filter__select__div .btn-light:not(:disabled):not(.disabled).active,
.filter__select__div .show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  font-size: 13px;
  color: #333333;
}
.filter__select__div .dropdown-menu {
  left: inherit !important;
  right: 0px;
  min-width: 115px;
  max-width: 164px;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  background: none;
}
.filter__select__div .dropdown-menu .inner {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.filter__select__div .dropdown-menu:after {
  top: 1px;
  right: 15px;
  bottom: auto;
  left: auto;
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: url("../images/filter_select_arrow.png") no-repeat 96% 50%;
}
.filter__select__div .dropdown-menu a {
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.filter__select__div .dropdown-menu a i {
  float: right;
}
.filter__select__div .dropdown-menu a.active, .filter__select__div .dropdown-menu a:hover {
  color: #FE6C0B;
  background: #fedcc5;
}
.filter__select__div .dropdown-menu a:last-child {
  border-bottom: 0px solid #dcdcdc;
}

.search_select_input .ng-select .ng-placeholder {
  font-size: 13px;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
  display: none;
  vertical-align: middle;
}
.search_select_input .ng-select .ng-value-container {
  align-items: center;
  white-space: initial !important;
  overflow: initial !important;
  text-overflow: initial !important;
}
.search_select_input .ng-select .ng-input {
  position: relative !important;
}
.search_select_input .ng-select .ng-value-label {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}
.search_select_input .ng-select .ng-value {
  white-space: initial !important;
  overflow: initial !important;
  text-overflow: initial !important;
  padding-right: 11px;
  line-height: 27px;
}

.main_hd_page_top_right .cus_select {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
  padding-left: 10px;
}

.fancy-selectbox {
  text-align: left;
}
.fancy-selectbox .ng-input {
  display: none;
}
.fancy-selectbox ng-select {
  border-left: 1px #dcdcdc solid;
}
.fancy-selectbox .ng-select-container {
  border: 0px !important;
  border-radius: 0px;
}
.fancy-selectbox .ng-clear-wrapper {
  display: none !important;
}
.fancy-selectbox .ng-dropdown-panel {
  margin-top: 11px !important;
}
.fancy-selectbox .ng-dropdown-panel {
  background: #fff;
  border: 1px solid #dcdcdc;
}
.fancy-selectbox .ng-dropdown-panel:after,
.fancy-selectbox .ng-dropdown-panel:before {
  bottom: 100%;
  left: calc(100% - 15px);
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fancy-selectbox .ng-dropdown-panel:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fancy-selectbox .ng-dropdown-panel:before {
  border-color: rgba(220, 220, 220, 0);
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  margin-left: -9px;
}
.fancy-selectbox .ng-select .ng-arrow-wrapper .ng-arrow {
  border: 0 !important;
  top: 0 !important;
}
.fancy-selectbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.fancy-selectbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 400 !important;
}

.search-select-input-field .ng-select.ng-select-single .ng-select-container {
  height: auto;
}
.search-select-input-field .ng-select .ng-select-container {
  overflow: initial !important;
}
.search-select-input-field .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 0px !important;
}
.search-select-input-field .ng-select .ng-placeholder {
  font-size: 13px;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
  display: none;
  vertical-align: middle;
}
.search-select-input-field .ng-select .ng-value-container {
  overflow: initial !important;
}
.search-select-input-field .ng-select .ng-input {
  position: relative !important;
  padding-left: 0px !important;
}
.search-select-input-field .ng-select .ng-value-label {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}
.search-select-input-field .ng-select .ng-value {
  overflow: initial !important;
  text-overflow: initial !important;
  padding: 9px 0;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border: 0 !important;
  background: url("../images/dropdown-arrow.png") no-repeat 0 8px;
  width: 20px !important;
  height: 20px !important;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: 0 !important;
}

.mid_container {
  padding-bottom: 20px;
}

.pg__heading {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  .pg__heading {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.main_hd_page_top_right {
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
@media (min-width: 568px) and (max-width: 767px) {
  .main_hd_page_top_right {
    justify-content: flex-start;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main_hd_page_top_right {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-top: 15px;
  }
}

.calendar {
  background-color: #fff;
  width: 45px;
  height: 35px;
  border-radius: 3px;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 567px) {
  .calendar {
    width: 30px;
  }
}

.coupons__filter__2 {
  background-color: #fff;
  width: 82px;
  height: auto;
  border-radius: 3px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 0;
  margin-left: 0;
}
.coupons__filter__2 input {
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 12px;
  background: #fff;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  font-size: 14px;
  color: #333333;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 70%;
}
.coupons__filter__2 label {
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.search__advance__btn {
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .search__advance__btn {
    margin-left: 0;
  }
}
.main_hd_page_btm {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  .main_hd_page_btm {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main_hd_page_btm {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.main_hd_page_btm .stus_type {
  float: left;
  width: auto;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 567px) {
  .main_hd_page_btm .stus_type {
    margin-top: 0;
    margin-right: 7px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main_hd_page_btm .stus_type {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main_hd_page_btm .stus_type {
    margin-top: 9px;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main_hd_page_btm .stus_type {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.main_hd_page_btm .stus_type .form-radio input[type=radio].css-checkbox:checked + label.css-label {
  color: #FE6C0B;
}
.main_hd_page_btm .stus_type .form-radio input[type=radio].css-checkbox:checked + label.css-label a {
  color: #FE6C0B;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main_hd_page_btm .page_type_link {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main_hd_page_btm .page_type_link {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main_hd_page_btm .page_type_link {
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0px;
    border-width: 0px;
    border-color: #dcdcdc;
    border-style: solid;
  }
}
.main_hd_page_btm .page_type_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  width: auto;
  height: 100%;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main_hd_page_btm .page_type_link ul {
    flex-wrap: wrap;
  }
}
.main_hd_page_btm .page_type_link ul li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-right: 1px #dcdcdc solid;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main_hd_page_btm .page_type_link ul li {
    background-color: #fff;
    width: auto;
    height: auto;
    border-radius: 0px;
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    margin-top: 0;
    margin-right: -2px;
    margin-bottom: -1px;
    margin-left: 0;
  }
}
.main_hd_page_btm .page_type_link ul li a {
  display: block;
  vertical-align: top;
  padding-top: 6px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 7px;
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main_hd_page_btm .page_type_link ul li a {
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main_hd_page_btm .page_type_link ul li a {
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main_hd_page_btm .page_type_link ul li a {
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main_hd_page_btm .page_type_link ul li a {
    padding-top: 7px;
    padding-right: 9px;
    padding-bottom: 7px;
    padding-left: 9px;
  }
}
.main_hd_page_btm .page_type_link ul li a:hover, .main_hd_page_btm .page_type_link ul li a.active {
  color: #FE6C0B;
}
.main_hd_page_btm .page_type_link ul li:last-child {
  border-right: 0px #dcdcdc solid;
}

.main__row .main__row__list {
  background-color: #fff;
  width: auto;
  height: auto;
  border-radius: 4px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__row .main__row__list {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .main__row__list {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_img {
  float: left;
  width: 23%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.main__row .main__row__list .main__list__left .coupon_list_text {
  float: right;
  width: 75%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_text h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  word-break: break-word;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main__row .main__row__list .main__list__left .coupon_list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__row .main__row__list .main__list__left .coupon_list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .main__row__list .main__list__left .coupon_list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .main__row__list .main__list__left .coupon_list_text ul {
    margin-top: 2px;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_text ul li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 6px;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
.main__row .main__row__list .main__list__left .coupon_list_text ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .main__row__list .main__list__left .coupon_list_text ul li {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_text ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
  min-width: 15px;
  margin-top: 2px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .main__row__list .main__list__left .coupon_list_text ul li i {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_text ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.main__row .main__row__list .main__list__left .coupon_list_text p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #666666;
  word-break: break-word;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main__row .main__row__list .main__list__left .coupon_list_text p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.main__row .main__row__list .main__list__left .coupon_list_text p a {
  color: #FE6C0B;
}
.main__row .main__row__list .main__list__left .coupon_list_text p a:hover {
  color: #333333;
}

.show__row__box {
  background-color: #fff;
  width: auto;
  height: auto;
  border-radius: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
}
@media (min-width: 320px) and (max-width: 767px) {
  .show__row__box {
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
  }
}
.show__row__box .div_close {
  top: 0px;
  right: -39px;
  bottom: auto;
  left: auto;
  position: absolute;
  background-color: #fff;
  width: 43px;
  height: 33px;
  border-radius: 0;
  border: 0px;
  border-radius: 0 30px 30px 0;
  border-width: 0px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
  z-index: 2;
  box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .show__row__box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .show__row__box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
  .show__row__box .div_close img {
    width: 100%;
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .show__row__box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
  .show__row__box .div_close img {
    width: 100%;
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .show__row__box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
  }
}
.show__row__box .in_div_close {
  box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  right: 0px;
}

.coupons__details .coupons_details_hd {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.coupons__details .coupons_details_hd h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.coupons__details .coupons_details_hd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coupons__details .coupons_details_hd ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
  width: 20%;
}
@media (min-width: 992px) and (max-width: 1150px) {
  .coupons__details .coupons_details_hd ul li {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupons__details .coupons_details_hd ul li {
    width: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupons__details .coupons_details_hd ul li {
    width: auto;
  }
}
.coupons__details .coupons_details_hd ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 20px;
}
.coupons__details .coupons_details_hd ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.coupons__details .coupons_details_des {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: 1px #C4C4C4 solid;
}
.coupons__details .coupons_details_des p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}

.main__row .box__hide {
  height: 0px;
  opacity: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
}

.main__row .box__show {
  height: auto;
  opacity: 1;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  overflow: inherit;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .box__show {
    margin-top: 35px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

.edit__row__box {
  background-color: #fff;
  width: auto;
  height: auto;
  border-radius: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  position: relative;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
}
@media (min-width: 320px) and (max-width: 767px) {
  .edit__row__box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
}
.edit__row__box .div_close {
  top: 0px;
  right: -39px;
  bottom: auto;
  left: auto;
  position: absolute;
  background-color: #fff;
  width: 43px;
  height: 33px;
  border-radius: 0;
  border: 0px;
  border-radius: 0 30px 30px 0;
  border-width: 0px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
  z-index: 1;
  box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1131px) and (max-width: 1230px) {
  .edit__row__box .div_close {
    top: -30px;
    right: 0;
    border-radius: 30px 30px 0px 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .edit__row__box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .edit__row__box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .edit__row__box .div_close {
    top: 0;
    right: 5px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: auto;
    height: 43px;
    border-radius: 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .edit__row__box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0);
  }
}
.edit__row__box .edit__row__in__box {
  width: 100%;
}
.edit__row__box .edit__row__in__box h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .edit__row__box .edit__row__in__box h1 {
    width: 90%;
  }
}
.edit__row__box .edit__row__in__box .input__row {
  margin-top: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

.create__new__form__in .input__row {
  margin-top: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

.date__input {
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .date__input {
    padding-right: 0;
  }
}

.date_box {
  background: url("../images/svg_icons/appointment.svg") no-repeat calc(100% - 8px) 50%;
  padding-right: 45px !important;
}

.Discount_type_box {
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.Discount_type_box .Discount_type_ul {
  background-color: #fff;
  width: auto;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
}
.Discount_type_box .Discount_type_ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Discount_type_box .Discount_type_ul ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.Discount_type_box .Discount_type_ul ul li a {
  display: block;
  vertical-align: top;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  font-size: 13px;
  color: #333333;
  border-right: 1px #dcdcdc solid;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Discount_type_box .Discount_type_ul ul li a {
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .Discount_type_box .Discount_type_ul ul li a {
    padding-top: 7px;
    padding-right: 6px;
    padding-bottom: 7px;
    padding-left: 6px;
  }
}
.Discount_type_box .Discount_type_ul ul li a:hover, .Discount_type_box .Discount_type_ul ul li a.active {
  color: #FE6C0B;
}
.Discount_type_box .Discount_type_ul ul li:last-child a {
  border-right: 0px #dcdcdc solid;
}
.Discount_type_box .Discount_type_input {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  margin-top: 20px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .Discount_type_box .Discount_type_input {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Discount_type_box .Discount_type_input .col-sm-6 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Discount_type_box .Discount_type_input .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.select_template_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select_template_box ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: 5px;
  width: 19%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .select_template_box ul li {
    width: 47%;
    margin-bottom: 4px;
  }
}
.select_template_box ul li a {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  display: block;
  vertical-align: middle;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  .select_template_box ul li a {
    width: 100%;
  }
}
.select_template_box ul li a i {
  background: #fff url("../images/svg_icons/approved.svg") no-repeat;
  width: 20px;
  border-width: 1px;
  border-color: #459b36;
  border-style: solid;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  height: 20px;
  top: -5px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  display: none;
  vertical-align: middle;
}
.select_template_box ul li a.active i {
  display: block;
  vertical-align: middle;
}
.select_template_box ul li a img {
  width: 100%;
  height: auto;
}

.my-select {
  background-color: #FE6C0B;
  color: #C4C4C4;
  border: 0 none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
}

.coupon_approved_text {
  width: 130px;
  border-left: 1px #dcdcdc solid;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon_approved_text {
    width: 100%;
    border-left: 0px #dcdcdc solid;
    border-right: 0px #dcdcdc solid;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon_approved_text {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .coupon_approved_text {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.coupon_approved_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coupon_approved_text ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 16px;
  margin-top: 5px;
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon_approved_text ul li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon_approved_text ul li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .coupon_approved_text ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
  }
}
.coupon_approved_text ul li strong {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.coupon_approved_text ul li.dealtext {
  color: #000000;
  margin-top: 10px !important;
  font-weight: 500;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon_approved_text ul li.dealtext {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .coupon_approved_text ul li.dealtext {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon_approved_text ul li.dealtext span {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }
}
.coupon_approved_text ul li.dealtext i {
  margin-right: 5px;
}

.coupon_approved_sts {
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .coupon_approved_sts {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80px;
    overflow: hidden;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon_approved_sts {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 7px;
    margin-left: 15px;
  }
}
.coupon_approved_sts i {
  display: inline-block;
  vertical-align: text-bottom;
  width: 18px;
  margin-right: 5px;
}
.coupon_approved_sts i img {
  width: 100%;
  height: auto;
}

.coupon_payment_sts {
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon_payment_sts {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 7px;
    margin-left: auto;
    font-size: 15px;
  }
}
.coupon_payment_sts i {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.coupon_payment_sts i img {
  width: 100%;
  height: auto;
}

.box__hide.box__show {
  margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .action__filter {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .main__row__list .action_filter_top__border {
    border-top: 1px #e1e1e1 solid;
    display: flex;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    align-items: center;
  }
  .main__row__list .action_filter_top__border .blank-action {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
  .main__row__list .action_filter_top__border .blank-action {
    display: block;
    width: 128px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row__list .action_filter_top__border .coupon_approved_sts {
    margin-left: auto;
    margin-right: 0px;
  }
  .main__row__list .action_filter_top__border .coupon_approved_sts.coupon_deleted_status {
    margin-left: auto;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main__row__list .action_filter_top__border {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .main__row__list .col-sm-4.custom-justify-content-end {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 26%;
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row__list .col-sm-4.custom-justify-content-end {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main__row__list .col-sm-4.custom-justify-content-end {
    padding-left: 101px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .main__row__list .col-sm-3.custom-justify-content-end {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 27%;
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row__list .col-sm-3.custom-justify-content-end {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main__row__list .col-sm-3.custom-justify-content-end {
    padding-left: 101px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .main_hd_page_btm .col-sm-6.custom-justify-content-end {
    justify-content: flex-start;
  }
}

.advance__search__section {
  background-color: #fff;
  width: auto;
  height: auto;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .advance__search__section {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
.advance__search__section h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
}
.advance__search__section .advance__search__section__in {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.advance__search__section .advance__search__section__in .input-field {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
.advance__search__section .advance__search__section__in .search__area__input {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
}
.advance__search__section .advance__search__section__in .search__area__input input {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 0px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
.advance__search__section .advance__search__section__in .search__area__input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.advance__search__section .advance__search__section__in .search__area__input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.advance__search__section .advance__search__section__in .search__area__input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.advance__search__section .advance__search__section__in .search__area__input input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  opacity: 1;
  font-weight: 300;
}
.advance__search__section .advance__search__section__in .search__area__input .coupons__filter__2 {
  border-width: 0px;
  border-color: #C4C4C4;
  border-style: solid;
  width: 116px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
  border-left: 1px #C4C4C4 solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.advance__search__section .advance__search__section__in .search__area__input .coupons__filter__2 input {
  width: 46%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .advance__search__section .advance__search__section__in .search__area__input .coupons__filter__2 input {
    width: 50%;
  }
}
.advance__search__section .advance__search__section__in .search__area__input .coupons__filter__2 label {
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hd-with-tags-tright {
    margin-left: auto;
  }
}

.span__tags,
.hd-with-tags-tright .span__tags {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 11px;
  color: #C4C4C4;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", sans-serif;
}

.Coupon_type_radio {
  padding-top: 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .Coupon_type_radio .form-radio {
    margin-right: 10px;
  }
}

.merchant__appr__btn {
  padding-right: 12px;
  padding-left: 12px;
  width: 141px;
  border-left: 1px #dcdcdc solid;
}
@media (min-width: 320px) and (max-width: 767px) {
  .merchant__appr__btn {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    border-left: 0px #dcdcdc solid;
  }
}
.merchant__appr__btn .btn_outline {
  width: 100%;
  margin-bottom: 11px;
}
.merchant__appr__btn .btn_outline:hover {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .merchant__appr__btn .btn_outline {
    width: auto;
  }
}

.merchant__appr__list .col-lg-4 {
  padding-left: 0px;
}

.no__border__l__r {
  border-right: 0px;
  border-left: 0px;
}

.pages__filter {
  background: url("../images/bg__img__1.jpg") repeat center center;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-bottom: 1px #c6c6c6 solid;
}
@media (min-width: 320px) and (max-width: 567px) {
  .pages__filter {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}

.hdr__added__menu {
  width: 80px;
  position: relative;
  margin-top: 14px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hdr__added__menu {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hdr__added__menu {
    display: none;
  }
}
.hdr__added__menu ul#receiver {
  position: absolute;
  width: 240px;
  margin-top: 13px;
  display: none;
  background: #007fde;
  left: -185px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}
.hdr__added__menu ul#receiver li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  display: block;
}
.hdr__added__menu ul#receiver li a {
  text-align: left;
}
.hdr__added__menu ul#receiver li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.hdr__added__menu ul#receiver li:last-child {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.hdr__added__menu__top {
  cursor: pointer;
  padding-top: 10px;
}
.hdr__added__menu__top i {
  font-size: 22px;
  color: #fff;
  display: block;
}
.hdr__added__menu__top span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.add__new__btn {
  display: inline-block;
  vertical-align: middle;
}

.width__auto {
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .width__auto {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .width__auto input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .width__auto input {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .width__auto input {
    width: 100%;
  }
}

.select__authbox {
  width: 250px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .select__authbox {
    width: 100%;
  }
}
.select__authbox .cus_select {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 6px;
  padding-left: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .admin-achievement-top .select__authbox {
    width: 44%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .admin-achievement-top .select__authbox {
    width: 48%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .admin-achievement-top .width__auto {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-select-top .select__authbox {
    width: 44%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-select-top .select__authbox {
    width: 48%;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  .search-select-top .select__authbox {
    width: 36%;
  }
}
@media (min-width: 1101px) and (max-width: 1130px) {
  .search-select-top .select__authbox {
    width: 36%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-select-top .width__auto {
    width: 50%;
  }
}
.search-select-top .width__auto input {
  border-right: 0px;
}

.required__text span {
  font-size: 10px;
  margin-top: 10px;
  margin-left: 1px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .required__text span {
    float: none;
    margin-top: 0px;
  }
}

label span {
  font-size: 10px;
}

.upload__heroimg_section {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .upload__heroimg_section {
    width: 100%;
  }
}
.upload__heroimg_section .uploaded__heroimg {
  height: 137px;
  width: 350px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.upload__heroimg_section .uploaded__heroimg .uploaded__heroimg_input_opcty {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  background: rgba(0, 0, 0, 0.7);
  right: 5px;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 23px;
}
.upload__heroimg_section .uploaded__heroimg .uploaded__heroimg_input_opcty img {
  width: 12px;
  height: auto;
  margin-top: -2px;
}
.upload__heroimg_section .uploaded__heroimg .uploaded__heroimg_input_opcty input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
}
.upload__heroimg_section .uploaded__heroimg img {
  height: 100%;
}
.upload__heroimg_section .upload__heroimg_input {
  background: #d8d8d8;
  width: 350px;
  margin-left: 0px;
  position: relative;
}
.upload__heroimg_section .upload__heroimg_input .upload__heroimg_input_opcty {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.upload__heroimg_section .upload__heroimg_input .upload__heroimg_input_opcty input {
  width: 100%;
  height: 100%;
}
.upload__heroimg_section .upload__heroimg_input .upload__heroimg_input_text {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding-top: 29px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: center;
}
.upload__heroimg_section .upload__heroimg_input .upload__heroimg_input_text i {
  display: block;
  width: 60px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.upload__heroimg_section .upload__heroimg_input .upload__heroimg_input_text i img {
  width: 100%;
  height: auto;
}
.upload__heroimg_section .upload__heroimg_input .upload__heroimg_input_text span {
  display: block;
  margin-top: 10px;
}

.private__password {
  display: inline-block;
  vertical-align: top;
  margin-left: -15px;
  display: none;
}
.private__password.privateopen {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .private__password {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
}

.input-field .teamcalculation {
  display: inline-block;
  vertical-align: top;
  margin-left: -35px;
  display: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .input-field .teamcalculation {
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .input-field .teamcalculation {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.input-field .teamcalculation .cus_select {
  padding-top: 8px;
  padding-right: 35px;
}
.input-field .teamcalculation.privateopen {
  display: inline-block;
}

.type__radio__box span {
  display: block;
  font-size: 11px;
  width: 150px;
  margin-top: 5px;
}
.type__radio__box span a {
  color: #FE6C0B;
}

.yesno__radio__box:nth-child(1) input[type=radio].css-checkbox + label.css-label {
  border-radius: 4px 0px 0px 4px;
}
.yesno__radio__box:nth-child(1) input[type=radio].css-checkbox:checked + label.css-label {
  border-radius: 4px 0px 0px 4px;
  position: relative;
  z-index: 1;
}

.yesno__radio__box:nth-child(2) input[type=radio].css-checkbox + label.css-label {
  border-radius: 0 4px 4px 0;
}
.yesno__radio__box:nth-child(2) input[type=radio].css-checkbox:checked + label.css-label {
  border-radius: 0 4px 4px 0;
}

.yesno__radio__box:nth-child(3) input[type=radio].css-checkbox + label.css-label {
  border-radius: 0 4px 4px 0;
}
.yesno__radio__box:nth-child(3) input[type=radio].css-checkbox:checked + label.css-label {
  border-radius: 0 4px 4px 0;
}

.yesno__radio__box:nth-child(4) input[type=radio].css-checkbox + label.css-label {
  border-radius: 0 4px 4px 0;
}
.yesno__radio__box:nth-child(4) input[type=radio].css-checkbox:checked + label.css-label {
  border-radius: 0 4px 4px 0;
}

.yesno__radio__box:nth-child(2) {
  margin-left: -5px;
  border-radius: 0 4px 4px 0;
}

.yesno__radio__box:nth-child(3) {
  margin-left: -5px;
  border-radius: 0 4px 4px 0;
}

.yesno__radio__box:nth-child(4) {
  margin-left: -5px;
  border-radius: 0 4px 4px 0;
}

.active-inactive-input .yesno__radio__box:nth-child(3) {
  margin-left: -1px;
}

.openparticipants_box {
  width: 150px;
  display: none;
  border-width: 1px;
  border-color: #6cc35a;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: -1px;
}

.openparticipants_box.privateopen,
.point_box.privateopen {
  display: block;
}

.point_box {
  width: 50%;
  display: none;
  border-width: 1px;
  border-color: #6cc35a;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: -1px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .point_box {
    width: 100%;
  }
}

.select__tracker__challenge {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.select__tracker__challenge p {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 12px;
  color: #999999;
}
.select__tracker__challenge p a {
  color: #FE6C0B;
}
.select__tracker__challenge p a:hover {
  color: #000000;
}

.add__amount__table {
  background: #f8f8f8;
  border-radius: 5px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
}
.add__amount__table .add__amount__box {
  border-bottom: 1px #C4C4C4 solid;
}
.add__amount__table .add__amount__box:last-child {
  border-bottom: 0px;
}
.add__amount__table .add__amount__box__top {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .add__amount__table .add__amount__box__top {
    display: flex;
  }
}
.add__amount__table .add__amount__box__top h2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 15px;
  color: #333333;
  float: left;
}
@media (min-width: 320px) and (max-width: 567px) {
  .add__amount__table .add__amount__box__top h2 {
    width: calc(100% - 45px);
  }
}
.add__amount__table .add__amount__box__top .add__amount__link {
  float: right;
}
@media (min-width: 320px) and (max-width: 567px) {
  .add__amount__table .add__amount__box__top .add__amount__link {
    width: auto;
    margin-left: auto;
  }
}
.add__amount__table .add__amount__box__top .add__amount__link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.add__amount__table .add__amount__box__top .add__amount__link ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .add__amount__table .add__amount__box__top .add__amount__link ul li {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .add__amount__table .add__amount__box__top .add__amount__link ul li:last-child {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.add__amount__table .add__amount__box__top .add__amount__link ul li a {
  font-size: 14px;
  color: #FE6C0B;
  display: block;
}
.add__amount__table .add__amount__box__top .add__amount__link ul li a:hover {
  color: #000000;
}
.add__amount__table .add__amount__box__btm {
  display: none;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 0px #C4C4C4 solid;
}
.add__amount__table .add__amount__box__btm .input-field label {
  width: 100%;
  font-size: 13px;
}
.add__amount__table .add__amount__box__btm .input-field .cus_select {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 9px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 9px;
}
.add__amount__table .add__amount__box__btm .form-check input[type=checkbox].css-checkbox + label.css-label {
  text-align: left;
  font-size: 13px;
}

.add_sub_goal {
  border-width: 1px;
  border-color: #6cc35a;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: -21px;
  display: none;
}
.add_sub_goal .add_sub_goal_box {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  background: #f8f8f8;
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_top {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_top h2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 15px;
  color: #333333;
}
@media (min-width: 320px) and (max-width: 479px) {
  .add_sub_goal .add_sub_goal_box .add_sub_goal_top h2 {
    width: calc(100% - 50px);
    margin-bottom: 10px;
  }
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_top .add_sub_goal_top_link {
  text-align: right;
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_top .add_sub_goal_top_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_top .add_sub_goal_top_link ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .add_sub_goal .add_sub_goal_box .add_sub_goal_top .add_sub_goal_top_link ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_top .add_sub_goal_top_link ul li a {
  font-size: 14px;
  color: #FE6C0B;
  display: block;
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_top .add_sub_goal_top_link ul li a:hover {
  color: #000000;
}
.add_sub_goal .add_sub_goal_box .add_sub_goal_btm {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 1px #C4C4C4 solid;
  margin-top: 10px;
}

.add__more {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.add__more a {
  display: inline-block;
  font-size: 13px;
}

.infographic_box {
  width: 150px;
  border-width: 1px;
  border-color: #6cc35a;
  border-style: solid;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: -21px;
  margin-bottom: 18px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.infographic_box span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
}

.challenge__map {
  border-width: 1px;
  border-color: #6cc35a;
  border-style: solid;
  margin-bottom: 16px;
}
.challenge__map .challenge__map__top {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px #C4C4C4 solid;
}
.challenge__map .challenge__map__top strong {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}
.challenge__map .challenge__map__btm__t ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .challenge__map .challenge__map__btm__t ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.challenge__map .challenge__map__btm__t ul li {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 20%;
  font-size: 13px;
  color: #333333;
  text-align: center;
  border-left: 1px #C4C4C4 solid;
}
@media (min-width: 320px) and (max-width: 567px) {
  .challenge__map .challenge__map__btm__t ul li {
    width: 50%;
    border-bottom: 1px #C4C4C4 solid;
  }
  .challenge__map .challenge__map__btm__t ul li:last-child {
    border-bottom: 0px;
  }
}
.challenge__map .challenge__map__btm__t ul li i {
  display: block;
  margin-bottom: 15px;
}
.challenge__map .challenge__map__btm__t ul li strong {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.challenge__map .challenge__map__btm__t ul li strong span {
  font-size: 13px;
  color: #333333;
  font-weight: 400;
}

.addmember {
  display: none;
  margin-left: -5px;
}

.addmember.privateopen {
  display: inline-block;
  vertical-align: middle;
}

.Locale__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Locale__tags ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 13px;
  color: #333333;
  text-align: center;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.Locale__tags ul li span {
  font-size: 13px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
.Locale__tags ul li a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #C4C4C4;
}

.short__info {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}

.browse-trackers-pop-body .browse-trackers-pop-top {
  background: #efefef;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px #cccccc solid;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.browse-trackers-pop-body h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  width: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .browse-trackers-pop-body h1 {
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .browse-trackers-pop-body h1 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .browse-trackers-pop-body h1 {
    width: 100%;
  }
}
.browse-trackers-pop-body .browse-tracker-form {
  margin-left: auto;
  width: calc(100% - 180px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .browse-trackers-pop-body .browse-tracker-form {
    width: 100%;
    padding-top: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .browse-trackers-pop-body .browse-tracker-form {
    width: 100%;
    padding-top: 15px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .browse-trackers-pop-body .browse-tracker-form {
    width: 100%;
  }
}
.browse-trackers-pop-body .browse-tracker-form .input-field {
  margin-bottom: 0px;
}
.browse-trackers-pop-body .browse-tracker-form .cus_select {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}
.browse-trackers-pop-body .browse-tracker-form .row {
  margin-left: 0px;
  margin-right: 0px;
}
.browse-trackers-pop-body .browse-tracker-form .item {
  flex: 1;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .browse-trackers-pop-body .browse-tracker-form .item:nth-child(1) {
    padding-left: 0px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .browse-trackers-pop-body .browse-tracker-form .item:nth-child(1) {
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .browse-trackers-pop-body .browse-tracker-form .item {
    flex: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}
.browse-trackers-pop-body .browse-tracker-form .app-text-search {
  flex: 2;
}
.browse-trackers-pop-body .browse-tracker-list {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.browse-trackers-pop-body .browse-tracker-list .row {
  margin-left: 0px;
  margin-right: 0px;
}
.browse-trackers-pop-body .browse-tracker-list .col-md-3 {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .browse-trackers-pop-body .browse-tracker-list .col-md-3 {
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .browse-trackers-pop-body .browse-tracker-list .col-md-3 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .browse-trackers-pop-body .browse-tracker-list .col-md-3 {
    margin-bottom: 10px;
  }
}
.browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  height: 100%;
}
.browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box .b_t_img {
  width: 30%;
}
@media (min-width: 568px) and (max-width: 767px) {
  .browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box .b_t_img {
    width: 60px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box .b_t_img {
    width: 60px;
  }
}
.browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box .b_t_text {
  width: 70%;
}
@media (min-width: 568px) and (max-width: 767px) {
  .browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box .b_t_text {
    width: calc(100% - 60px);
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box .b_t_text {
    width: calc(100% - 60px);
  }
}
.browse-trackers-pop-body .browse-tracker-list .browse-tracker-list-box .b_t_text h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
}
.browse-trackers-pop-body .browse-tracker-list .active .browse-tracker-list-box {
  border-width: 1px;
  border-color: #fe6c0b;
  border-style: solid;
}

.Infographic__popin h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  text-align: center;
  background: #efefef;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px #cccccc solid;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.Infographic__popin .pop-Infographics-box {
  width: 255px;
  position: relative;
  float: left;
  margin-top: 13px;
  margin-right: 13px;
  margin-bottom: 13px;
  margin-left: 13px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .Infographic__popin .pop-Infographics-box {
    width: 45%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Infographic__popin .pop-Infographics-box {
    width: 28%;
    margin-top: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 2.5%;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .Infographic__popin .pop-Infographics-box {
    width: 95%;
    margin-top: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    margin-left: 2.5%;
    text-align: center;
  }
}
.Infographic__popin .pop-Infographics-box label span img {
  width: 100%;
}
.Infographic__popin .info-color-1 {
  background: #f73f2a;
}
.Infographic__popin .info-color-2 {
  background: #a3aaec;
}
.Infographic__popin .info-color-3 {
  background: #59d2e8;
}
.Infographic__popin .info-color-4 {
  background: #acd192;
}
.Infographic__popin .info-color-5 {
  background: #e77e20;
}
.Infographic__popin .info-color-6 {
  background: #70e6a2;
}
.Infographic__popin .info-color-7 {
  background: #7d37cd;
}
.Infographic__popin .info-color-8 {
  background: #bd3170;
}
.Infographic__popin .info-color-9 {
  background: #c954b2;
}
.Infographic__popin .pop-Infographics-box [type=radio] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  width: 1px;
}
.Infographic__popin .pop-Infographics-box [type=radio] + span + img {
  display: none;
  position: absolute;
  right: -6px;
  top: -6px;
}
.Infographic__popin .pop-Infographics-box [type=radio]:checked + span + img {
  display: block;
}
.Infographic__popin .pop-Infographics-box [type=radio] + span::before {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 0px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0px;
  margin-right: 0.75em;
  position: absolute;
  text-align: center;
  top: 0px;
  vertical-align: -0.25em;
  width: 100%;
}
.Infographic__popin .pop-Infographics-box [type=radio]:checked + span::before {
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  box-shadow: 0 0 10px #999999;
}

.Infographics-pop-btn {
  margin-top: 15px;
}

.challengepop__in .map-pop {
  padding-left: 7px;
}
.challengepop__in .map-pop-bottom {
  text-align: center;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  background: #f1f1f1;
}
.challengepop__in h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  text-align: center;
  background: #efefef;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px #cccccc solid;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.challengepop__in .map-pop-left {
  float: left;
  min-height: 582px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  width: 16%;
  padding-top: 0;
  padding-right: 7px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  z-index: 999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .challengepop__in .map-pop-left {
    width: 100%;
    min-height: 350px;
  }
}
.challengepop__in .map-pop-left .map-list-pop {
  max-height: 582px;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .challengepop__in .map-pop-left .map-list-pop {
    max-height: 350px;
  }
}
.challengepop__in .map-pop-left .map-list-pop .Create-new-map-div {
  background: #fff;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
}
.challengepop__in .map-pop-left .map-list-pop .Create-new-map-div label {
  background: #f5f5f5;
  box-shadow: 0 0 6px #fff inset;
  color: #757575;
  display: block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-left: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}
.challengepop__in .map-pop-left .map-list-pop .Create-new-map-div input[type=radio] {
  display: none;
}
.challengepop__in .map-pop-left .map-list-pop .Create-new-map-div .icon-div {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
.challengepop__in .map-pop-left .map-list-pop .new-map-div {
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
  color: #757575;
  position: relative;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  box-shadow: 0 0 6px #fff inset;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  display: block;
  text-align: center;
}
.challengepop__in .map-pop-left .map-list-pop .new-map-div label {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}
.challengepop__in .map-pop-left .map-list-pop .new-map-div label input[type=radio] {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
}
.challengepop__in .map-pop-left .map-list-pop .new-map-div strong {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-weight: normal;
  left: 0;
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.challengepop__in .map-pop-right {
  width: 84%;
  float: left;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .challengepop__in .map-pop-right {
    width: 100%;
  }
}
.challengepop__in .map-load-btn {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
.challengepop__in .map-load-btn a {
  display: block;
  text-align: center;
}

.form_create_new_map {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
}
.form_create_new_map .click-right-arrow {
  background: #f3f3f3;
  cursor: pointer;
  border-radius: 0 47px 47px 0;
  float: right;
  font-size: 18px;
  color: #666666;
  height: 28px;
  line-height: 27px;
  margin-top: 9px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  position: relative;
  z-index: 9999;
  padding-top: 1px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: right;
  width: 19px;
}
.form_create_new_map .open_create_new_map {
  width: 280px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: 100%;
  z-index: 999;
  position: relative;
  float: left;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form_create_new_map .open_create_new_map h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 18px;
  color: #666666;
}
.form_create_new_map .open_create_new_map .pop-input {
  width: 100%;
  margin-bottom: 10px;
}
.form_create_new_map .open_create_new_map .pop-input label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666666;
}
.form_create_new_map .open_create_new_map .pop-input input[type=text] {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #000000;
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  width: 100%;
}
.form_create_new_map .open_create_new_map .pop-input .cus_select {
  font-size: 13px;
  color: #000000;
  padding-top: 9px;
  padding-right: 35px;
  padding-bottom: 9px;
  padding-left: 9px;
}
.form_create_new_map .open_create_new_map .pop_form_submit button {
  display: block;
  width: 100%;
}
.form_create_new_map .open_create_new_map1 {
  max-height: 582px;
  overflow: auto;
  min-height: 582px;
}
.form_create_new_map .open_create_new_map_close {
  width: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.admin__challenge__txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .admin__challenge__txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin__challenge__txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__challenge__txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.admin__challenge__txt h2 span {
  font-size: 14px;
  color: #9A9A9A;
  display: inline-block;
  vertical-align: middle;
}
.admin__challenge__txt span {
  display: block;
  font-size: 14px;
  color: #9A9A9A;
}

.edit__row__in__box .admin__challenge__txt {
  border-bottom: 1px #f1f1f1 solid;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  margin-bottom: 15px;
}

.hide {
  display: none;
}

.edit__row__in__box .select__tracker__challenge {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .admin__challenge__list .col-sm-10 {
    width: 73%;
    max-width: 73%;
    flex: 0 0 73%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .admin__challenge__list .col-sm-2 {
    width: 27%;
    max-width: 27%;
    flex: 0 0 27%;
  }
  .admin__challenge__list .col-sm-2 .action__filter {
    width: auto;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .join-challenge-radio .type__radio__box {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .join-challenge-radio .type__radio__box span {
    width: 100%;
  }
}

.Add_Interpretation_box {
  background: #f8f8f8;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.showaddinterpretation {
  background: #fff;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.showaddinterpretation .showaddinterpretation__box__btm {
  border-top: 1px #C4C4C4 solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.showaddinterpretation .showaddinterpretation__box {
  background: #f8f8f8;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-bottom: 5px;
}
.showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top h2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 15px;
  color: #333333;
  float: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top .add__interpretation__link {
  float: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top .add__interpretation__link {
    float: left;
  }
}
.showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top .add__interpretation__link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top .add__interpretation__link ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top .add__interpretation__link ul li {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top .add__interpretation__link ul li a {
  font-size: 14px;
  color: #FE6C0B;
  display: block;
}
.showaddinterpretation .showaddinterpretation__box .showaddinterpretation__box__top .add__interpretation__link ul li a:hover {
  color: #000000;
}

.interpretation__linkbtn a {
  padding-right: 15px;
}

.text__area__height__133 {
  height: 133px !important;
}

.add-tracker-additional-template {
  background: #f8f8f8;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.t_a_t_add {
  background: #fff;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.t_a_t_add .t_a_t_box {
  background: #f8f8f8;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-bottom: 5px;
}
.t_a_t_add .t_a_t_box .t_a_t_box-t {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.t_a_t_add .t_a_t_box .t_a_t_box-t h2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 15px;
  color: #333333;
  float: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .t_a_t_add .t_a_t_box .t_a_t_box-t h2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.t_a_t_add .t_a_t_box .t_a_t_box-t .add__interpretation__link {
  float: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .t_a_t_add .t_a_t_box .t_a_t_box-t .add__interpretation__link {
    float: left;
  }
}
.t_a_t_add .t_a_t_box .t_a_t_box-t .add__interpretation__link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t_a_t_add .t_a_t_box .t_a_t_box-t .add__interpretation__link ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .t_a_t_add .t_a_t_box .t_a_t_box-t .add__interpretation__link ul li {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.t_a_t_add .t_a_t_box .t_a_t_box-t .add__interpretation__link ul li a {
  font-size: 14px;
  color: #FE6C0B;
  display: block;
}
.t_a_t_add .t_a_t_box .t_a_t_box-t .add__interpretation__link ul li a:hover {
  color: #000000;
}
.t_a_t_add .t_a_t_box .t_a_t_box-b {
  border-top: 1px #C4C4C4 solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.form-check.sum-check input[type=checkbox].css-checkbox + label.css-label {
  text-align: left;
}

.Add_Interpretation_link {
  margin-bottom: 10px;
}

.openBox {
  display: block !important;
}

.closeBox {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .search__calendar .main_search_filters {
    width: 87%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .main_search_filters.search__select {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main_search_filters.search__select {
    width: 90%;
  }
}

.hdr__added__menu ul#receiver:empty {
  padding: 0;
}

.mi__box {
  background-color: #fff;
  width: 70px;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  display: flex;
}
.mi__box input {
  border: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  width: 100%;
}
.mi__box span {
  font-size: 16px;
  color: #666666;
}

.btm__filter {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 479px) {
  .user__page__top .dashboardsearch {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .user__page__top .dashboardsearch {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user__page__top .dashboardsearch {
    width: 44%;
  }
}
.user__page__top .select__authbox__filter {
  display: inline-block;
  vertical-align: middle;
  width: 36.6%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .user__page__top .select__authbox__filter {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .user__page__top .select__authbox__filter {
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user__page__top .select__authbox__filter {
    width: 44%;
  }
}
.user__page__top .select__authbox__filter .cus_select {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  padding-top: 6px;
  padding-right: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.user_group {
  margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .user_group ul {
    display: block !important;
  }
}
.user_group ul li {
  text-align: center;
  display: inline-block !important;
  margin-right: 50px !important;
  margin-top: 0 !important;
}
@media (min-width: 568px) and (max-width: 767px) {
  .user_group ul li {
    margin-right: 6% !important;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .user_group ul li {
    width: 31%;
    margin-bottom: 10px !important;
    margin-right: 0px !important;
    margin-top: 7px !important;
  }
}
.user_group ul li strong {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin-right: 6px;
}

.Discount_type_box_input {
  position: relative;
}
.Discount_type_box_input strong {
  position: absolute;
  width: 38px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  border-right: 1px #C4C4C4 solid;
  height: 100%;
  line-height: 40px;
}
.Discount_type_box_input input {
  padding-left: 50px !important;
}

.text__radio__input {
  display: inline-block;
  border-width: 1px;
  border-color: #c4c4c4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.text__radio__input .text__radio__box {
  display: inline-block;
  vertical-align: middle;
}
.text__radio__input input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.text__radio__input label {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin: 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .text__radio__input label {
    padding-top: 7px;
    padding-right: 14px;
    padding-bottom: 7px;
    padding-left: 14px;
  }
}
.text__radio__input input[type=radio]:checked + label {
  color: #fff;
  background: #4ba23a;
}
.text__radio__input label + input[type=radio] + label {
  border-left: solid 0px #000000;
}

.coupon__template__box .col-sm-5 {
  padding-right: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon__template__box .col-sm-5 {
    padding-right: 15px;
  }
}
.coupon__template__box .showtemplates {
  background: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.coupon__template__box .create__coupon__template {
  background: #fff;
}
.coupon__template__box .create__coupon__template .create__coupon__template__top {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px #b7b7b7 solid;
}
.coupon__template__box .create__coupon__template .create__coupon__template__top h1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon__template__box .create__coupon__template .create__coupon__template__top h1 {
    padding-top: 0px;
    padding-right: 35px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.coupon__template__box .create__coupon__template .create__coupon__template__btm {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon__template__box .create__coupon__template .create__coupon__template__btm .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1290px) {
  .coupon__template__box .create__coupon__template .create__coupon__template__btm .col-sm-4 {
    flex: 0 0 178px;
    max-width: 178px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon__template__box .create__coupon__template .create__coupon__template__btm .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon__template__box .create__coupon__template .create__coupon__template__btm .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.coupon__template__box .create__coupon__template .create__coupon__template__btm .upload__img_section .upload__img__box {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon__template__box .create__coupon__template .create__coupon__template__btm .upload__img_section .upload__img__box {
    width: 150px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon__template__box .create__coupon__template .create__coupon__template__btm .upload__img_section .upload__img__box {
    width: 100%;
  }
}
.coupon__template__box .create__coupon__template .create__coupon__template__btm .withpiconinput {
  position: relative;
}
.coupon__template__box .create__coupon__template .create__coupon__template__btm .withpiconinput strong {
  position: absolute;
  width: 38px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  border-right: 1px #C4C4C4 solid;
  height: 100%;
  line-height: 40px;
}
.coupon__template__box .create__coupon__template .create__coupon__template__btm .withpiconinput input {
  padding-left: 50px !important;
}

.barcodebox {
  background: #8e8e8e;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
}

.admin_user_page .main__row .main__row__list .main__list__left .coupon_list_text h2 {
  padding-top: 0px;
}

@media (min-width: 1025px) and (max-width: 1130px) {
  .search_select_advance_cale_filter .main_search_filters {
    width: 71%;
  }
}
@media (min-width: 1025px) and (max-width: 1130px) {
  .search_select_advance_cale_filter .main_search_filters input {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1130px) {
  .search_select_advance_cale_filter .main_search_filters .filter__select__div {
    width: 40%;
  }
}

.full__search__input__filter {
  margin-right: 0px;
  border-right: 0px;
}

.search__main {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .search__main {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
.search__main input {
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 40px;
  background: #fff url("../images/svg_icons/search.svg") no-repeat 14px 50%;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  font-size: 14px;
  color: #333333;
  width: 100%;
  background-size: 17px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .search__main input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search__main input {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search__main input {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .search__main input {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .coupons__filter .custom-justify-content-end {
    justify-content: flex-start;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .coupons__filter .main_hd_page_btm .page_type_link {
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .coupons__filter__btm__m {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .coupons__filter__btm__m {
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .coupons__filter__btm__m .page_type_link {
    margin-bottom: 10px;
  }
}

.select_store_apply_coupons {
  display: flex;
  flex-wrap: wrap;
}
.select_store_apply_coupons .s_s_a_c_b {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .select_store_apply_coupons .s_s_a_c_b {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.select_store_apply_coupons .s_s_a_c_b .s_s_a_c_b_img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.select_store_apply_coupons .s_s_a_c_b .s_s_a_c_b_img img {
  width: 100%;
  display: block;
  height: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.select_store_apply_coupons .s_s_a_c_b input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 0;
}
.select_store_apply_coupons .s_s_a_c_b input[type=checkbox].css-checkbox + label.css-label {
  padding-right: 30px;
  height: 23px;
  line-height: 23px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.select_store_apply_coupons .s_s_a_c_b input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 100% -56px;
}
.select_store_apply_coupons .s_s_a_c_b input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 0;
}
.select_store_apply_coupons .s_s_a_c_b input[type=radio].css-checkbox + label.css-label {
  padding-right: 30px;
  height: 23px;
  line-height: 23px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 567px) {
  .select_store_apply_coupons .s_s_a_c_b input[type=radio].css-checkbox + label.css-label {
    width: 86%;
  }
}
.select_store_apply_coupons .s_s_a_c_b input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 100% -56px;
}
.select_store_apply_coupons .s_s_a_c_b label.css-label {
  background-image: url("../images/type__radio__img.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
}

.Discount_add_section .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.Discount_add_section .nav-tabs a {
  background: #fff;
  flex: initial;
  font-size: 14px;
  border-radius: 0px;
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  margin-left: -1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Discount_add_section .nav-tabs a {
    padding-top: 8px;
    padding-right: 11px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .Discount_add_section .nav-tabs a {
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: 5px;
    margin-left: 0;
    width: 50%;
  }
}
.Discount_add_section .nav-tabs a.active {
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  background: #fff;
  color: #FE6C0B;
}

.rang-slider-discount .count-rang-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.rang-slider-discount .count-rang-slider:hover {
  opacity: 1;
}
.rang-slider-discount .count-rang-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #4caf50;
  cursor: pointer;
}
.rang-slider-discount .count-rang-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4caf50;
  cursor: pointer;
}

.off-on-total-box {
  display: flex;
  vertical-align: middle;
  margin-top: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .off-on-total-box {
    flex-wrap: wrap;
  }
}
.off-on-total-box .rang-slider-discount {
  width: 45%;
  margin-top: 0;
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 0%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .off-on-total-box .rang-slider-discount {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    margin-bottom: 10px;
    margin-left: 0%;
  }
}
.off-on-total-box .rang-slider-discount p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: right;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}
.off-on-total-box .rang-slider-input {
  width: 15%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .off-on-total-box .rang-slider-input {
    width: 100%;
  }
}
.off-on-total-box .rang-slider-input input {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  resize: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .off-on-total-box.off-on-total-pop-box {
    margin-bottom: 1rem;
  }
}
.off-on-total-box.off-on-total-pop-box .rang-slider-discount {
  width: calc(100% - 25%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .off-on-total-box.off-on-total-pop-box .rang-slider-discount {
    width: 100%;
  }
}
.off-on-total-box.off-on-total-pop-box .rang-slider-input {
  width: 20%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .off-on-total-box.off-on-total-pop-box .rang-slider-input {
    width: 100%;
  }
}

.add-more-discount {
  text-align: right;
  padding-right: 10px;
  margin-top: 15px;
}
.add-more-discount a {
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.add-more-discount a:hover {
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}

.fa-user-secret {
  font-size: 15px;
  color: #333333;
}

@media (min-width: 568px) and (max-width: 767px) {
  .main_hd_page_top_right.search__calendar {
    flex-wrap: nowrap;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main_hd_page_top_right.search__calendar {
    flex-wrap: nowrap;
  }
}

.action__filter .action.dropdown {
  width: 102px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .action__filter .action.dropdown {
    display: inline-block;
    vertical-align: middle;
  }
}
.action__filter .action.dropdown .dropdown-toggle {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.action__filter .action.dropdown .dropdown-toggle a {
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  background: url("../images/arrow_top.png") no-repeat 100% 50%;
}
.action__filter .action.dropdown .dropdown-toggle:after {
  display: none;
  vertical-align: middle;
}
.action__filter .action.dropdown .dropdown-menu {
  left: inherit !important;
  right: 0px;
  min-width: 150px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: -3px;
  border-top: 0px;
  border-radius: 0 0 3px 3px;
  transform: translate3d(0px, 31px, 7px) !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  .action__filter .action.dropdown .dropdown-menu {
    transform: translate3d(48px, 32px, 7px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .action__filter .action.dropdown .dropdown-menu {
    transform: translate3d(0px, 31px, 7px) !important;
  }
}
.action__filter .action.dropdown .dropdown-menu:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  width: 48px;
  height: 1px;
  border-radius: 0;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 479px) {
  .action__filter .action.dropdown .dropdown-menu:after {
    top: 0px;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
  }
}
.action__filter .action.dropdown .dropdown-menu a {
  display: block;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.action__filter .action.dropdown .dropdown-menu a i {
  float: right;
  width: 15px;
}
.action__filter .action.dropdown .dropdown-menu a i img {
  width: 100%;
}
.action__filter .action.dropdown .dropdown-menu a:hover {
  color: #FE6C0B;
  background: #fedcc5;
}
.action__filter .action.dropdown .dropdown-menu a:last-child {
  border-bottom: 0px solid #dcdcdc;
}
.action__filter .action.dropdown.show .dropdown-toggle a {
  background: url("../images/arrow_btm.png") no-repeat 100% 50%;
}

@media (min-width: 320px) and (max-width: 567px) {
  .tracker-filter-box {
    margin-top: 10px;
  }
}

.set-tracker-btm .authbox-select {
  flex-basis: 48.5%;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .set-tracker-btm .authbox-select {
    flex-basis: 100%;
    margin-right: 0px;
  }
}

.set-default-tracker-box {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 5px;
  background: #fff;
  display: flex;
  vertical-align: middle;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 30px;
}
.set-default-tracker-box:hover, .set-default-tracker-box.active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.set-default-tracker-box .def_tracker_img {
  flex-basis: 30%;
}
.set-default-tracker-box .def_tracker_text {
  flex-basis: 70%;
  padding-left: 10px;
}
.set-default-tracker-box .def_tracker_text h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #373737;
}

.set-default-btm-box {
  text-align: center;
}

.selected-trkr-list {
  border-top: 1px #c6c6c6 solid;
  border-bottom: 1px #c6c6c6 solid;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}

.selected-trkr-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.selected-trkr-list .tracker-tags__box {
  border-width: 1px;
  border-color: #c6c6c6;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 15px;
  background: #fff;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}
.selected-trkr-list .tracker-tags__box strong {
  font-weight: normal;
  font-size: 14px;
  color: #373737;
}
.selected-trkr-list .tracker-tags__box a {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.selected-trkr-list .tracker-tags__box a img {
  width: 100%;
}

@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right {
    display: block;
    vertical-align: middle;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right .section__gol__right {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right .section__gol__right .coupon_approved_sts {
    margin-left: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right .download_remption_cost {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right .download_remption_cost ul {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right .download_remption_cost ul li {
    display: inline-block;
    width: auto;
    padding-right: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right .admin__payment__right {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .search-by-coupens-right .admin__payment__right ul li {
    vertical-align: top;
    width: 32%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search-by-coupens-payment-pg .main__row__list .col-sm-5 {
    padding-left: 33%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .payment__stores__page .main__row__list .col-sm-4.custom-justify-content-end {
    padding-left: 21%;
  }
}

.subpage__link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .subpage__link ul {
    flex-wrap: wrap;
  }
}
.subpage__link ul li {
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .subpage__link ul li {
    margin-top: 0;
    margin-right: 11px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .subpage__link ul li {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .subpage__link ul li {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.subpage__link ul li:last-child {
  margin-right: 0px;
}
.subpage__link ul li a {
  display: block;
  font-size: 13px;
  color: #999999;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 1px;
  padding-left: 28px;
  background: url("../images/discount_type_radio.png") no-repeat 0px 0px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.subpage__link ul li a:hover {
  color: #FE6C0B;
  background: url("../images/discount_type_radio.png") no-repeat 0px -58px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .subpage__link ul li a:hover {
    font-size: 14px;
    color: #999999;
    background: url("../images/discount_type_radio.png") no-repeat 0px 0px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
}
.subpage__link ul li a.active {
  color: #FE6C0B;
  background: url("../images/discount_type_radio.png") no-repeat 0px -58px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .subpage__link ul li a.active:hover {
    color: #FE6C0B;
    background: url("../images/discount_type_radio.png") no-repeat 0px -58px;
  }
}

.merchant__appr__btn:empty,
.coupon_approved_text:empty {
  border-left: 0px;
}

.main__row__list .action.dropdown .dropdown-menu {
  transform: translate3d(-48px, 31px, 0px) !important;
  inset: 0 auto auto 0px !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .main__row__list .action.dropdown .dropdown-menu {
    transform: translate3d(0px, 31px, 0px) !important;
  }
}

.applied-coupons-sale .action.dropdown .dropdown-menu {
  transform: translate3d(-48px, 0px, 0px) !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .applied-coupons-sale .action.dropdown .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.manage_post_top_right .action.dropdown .dropdown-menu {
  transform: translate3d(-26px, 0px, 0px) !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .manage_post_top_right .action.dropdown .dropdown-menu {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

.calendar {
  position: relative;
}
.calendar input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.v_m_box {
  background: #fff;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.v_m_box .v_m_img {
  width: 60px;
}
.v_m_box .v_m_img img {
  width: 100%;
}
.v_m_box .v_m_txt {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.v_m_box .v_m_txt .v_m_txt-hd h3 {
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.v_m_box .v_m_txt .v_m_txt-hd .m_date {
  float: right;
  font-weight: 200;
  font-size: 12px;
  color: #999999;
}
.v_m_box .v_m_txt p {
  font-size: 13px;
  color: #666666;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 567px) {
  .add-new-options-input {
    margin-bottom: 10px;
  }
}

.list-close {
  position: absolute;
  right: 4px;
  top: 8px;
  font-size: 16px;
  cursor: pointer;
}

.list-edit strong {
  cursor: pointer;
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
}
.pagination li {
  margin-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .pagination li a {
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
  }
}

.s_t_t {
  border-top: 1px #cccccc solid;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0px;
  border-bottom: 1px #cccccc solid;
}
.s_t_t p {
  margin: 0px;
}

.search-input-box ul.dropdown-menu {
  width: 100%;
  padding: 0px;
}
.search-input-box ul.dropdown-menu li {
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-bottom: 1px #e2e2e2 solid;
}
.search-input-box ul.dropdown-menu li a {
  font-size: 14px;
  display: block;
  vertical-align: middle;
}
.search-input-box ul.dropdown-menu li:hover {
  background: #f1f1f1;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input {
  padding-right: 0px;
  width: 75% !important;
}

.manually_address_link {
  margin-bottom: 20px;
}
.manually_address_link a {
  color: #fe6c0b;
}

@media (min-width: 320px) and (max-width: 479px) {
  .team_edit__new__form .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.dropdown-menu {
  z-index: 2 !important;
}

.main-search-100 {
  width: 100%;
}

li.storenames {
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 567px) {
  .main__row.coupons_list__box .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main__row.coupons_list__box .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
  }
}

.orange-txt {
  color: #FE6C0B;
}

@media (min-width: 320px) and (max-width: 567px) {
  .admin__payment__details .payment__details__text p.payment-des {
    margin-top: 10px;
  }
}

.page__not__found .orange-btn {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  align-items: center;
}
.page__not__found .orange-btn i.arrow-icon {
  margin-right: 5px;
  background: url("../images/svg_icons/white-left-arrow.svg") no-repeat;
  width: 20px;
  height: 20px;
}
.page__not__found .orange-btn:hover i.arrow-icon {
  background: url("../images/svg_icons/orange-left-arrow-icon.svg") no-repeat;
}

@media (min-width: 320px) and (max-width: 991px) {
  .page-admin-store-mid .main__row .main__row__list .main__list__left .coupon_list_text ul li {
    flex: auto;
  }
}

.image-flex-align {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}
.image-flex-align img {
  border-radius: 0px !important;
}

.select_template_box a i::before {
  content: "";
  /* Change $ to % */
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  color: #000;
  /* Optional: set icon color */
}

.round-image-flex-align {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.pop-body {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.coupons__pop .pop-header {
  position: relative;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
}
.coupons__pop .pop-header h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.coupons__pop .pop-footer {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.modal .pop_close {
  top: 0px;
  right: -42px;
  bottom: auto;
  left: auto;
  position: absolute;
  background-color: #fff;
  width: 43px;
  height: 33px;
  border-radius: 0;
  border: 0px;
  z-index: 1;
  border-radius: 0 30px 30px 0;
  border-width: 0px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal .pop_close {
    top: 0px;
    right: 1px;
    bottom: auto;
    left: auto;
    position: absolute;
    background-color: transparent;
  }
}

.history__pop {
  max-width: 850px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .history__pop {
    max-width: 700px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .history__pop {
    max-width: 90%;
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .history__pop .pop_close {
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    top: 0px;
    right: 2px;
    bottom: auto;
    left: auto;
    position: absolute;
    border-radius: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .history__pop .pop_close {
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    border-radius: 0;
  }
}

.history_pop_in {
  padding-top: 15px;
  padding-right: 44px;
  padding-bottom: 15px;
  padding-left: 44px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .history_pop_in {
    padding-top: 15px;
    padding-right: 21px;
    padding-bottom: 15px;
    padding-left: 21px;
  }
}
.history_pop_in h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.history_pop_in .history_pop_list {
  background-color: #ffffe7;
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding-top: 25px;
  padding-right: 45px;
  padding-bottom: 25px;
  padding-left: 45px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 320px) and (max-width: 767px) {
  .history_pop_in .history_pop_list {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
}
.history_pop_in .history_pop_list .history__top .history__time {
  font-size: 14px;
  color: #999999;
  float: right;
}
.history_pop_in .history_pop_list .history__top .history__name {
  font-size: 18px;
  color: #373737;
  font-weight: 600;
  float: left;
}
.history_pop_in .history_pop_list .history__top .history__name__img {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: -70px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .history_pop_in .history_pop_list .history__top .history__name__img {
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: -44px;
    width: 40px;
    height: 40px;
  }
}
.history_pop_in .history_pop_list .history__top .history__name__img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.history_pop_in .history_pop_list .history__btm {
  margin-top: -17px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.history_pop_in .history_pop_list .history__btm p {
  font-size: 14px;
  color: #373737;
}
.history_pop_in .history_pop_list .history__btm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.history_pop_in .history_pop_list .history__btm ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: 25px;
  display: inline-block;
  color: #373737;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.history_pop_in .history_pop_list_odd {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.history_pop_in .history_pop_list_odd .history__top .history__name__img {
  float: right;
  margin-top: 0;
  margin-right: -70px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .history_pop_in .history_pop_list_odd .history__top .history__name__img {
    margin-top: 0;
    margin-right: -44px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.history_pop_in .history_pop_list_odd .history__top .history__name {
  float: right;
}
.history_pop_in .history_pop_list_odd .history__top .history__time {
  float: left;
}

.clear {
  clear: both;
}

.invitepeople__pop {
  max-width: 940px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .invitepeople__pop {
    max-width: 670px;
  }
}
.invitepeople__pop .modal-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.invitepeople__pop .invite__people__top {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px #C4C4C4 solid;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invitepeople__pop .invite__people__top {
    flex-wrap: wrap;
  }
}
.invitepeople__pop .invite__people__top h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  .invitepeople__pop .invite__people__top h1 {
    margin-right: 15px;
  }
}
.invitepeople__pop .invite__people__top .invite__people__top__right {
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invitepeople__pop .invite__people__top .invite__people__top__right {
    flex-wrap: wrap;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .invitepeople__pop .invite__people__top .invite__people__top__right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.invitepeople__pop .invite__people__top .invite__people__top__right .invite__people__search {
  background-color: #fff;
  width: 280px;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invitepeople__pop .invite__people__top .invite__people__top__right .invite__people__search {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .invitepeople__pop .invite__people__top .invite__people__top__right .invite__people__search {
    width: calc(100% - 256px);
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .invitepeople__pop .invite__people__top .invite__people__top__right .invite__people__search {
    width: 270px;
  }
}
.invitepeople__pop .invite__people__top .invite__people__top__right .invite__people__search input {
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 40px;
  background: url("../images/svg_icons/search.svg") no-repeat 14px 50%;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  font-size: 14px;
  color: #333333;
  float: left;
  width: 100%;
  background-size: 17px;
}
.invitepeople__pop .invite__people__top .invite__people__top__right .invite_people_option button {
  background: url("../images/check_box.svg") no-repeat 0 50%;
  border: 0px;
  cursor: pointer;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 24px;
  font-size: 14px;
  color: #333333;
  margin-left: 15px;
}
.invitepeople__pop .invite__people__top .invite__people__top__right .invite_people_option button.select-all, .invitepeople__pop .invite__people__top .invite__people__top__right .invite_people_option button.de-select-all {
  background: url("../images/check_box_active.svg") no-repeat 0 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .invitepeople__pop .invite__people__top .invite__people__top__right .invite_people_option button {
    margin-left: 7px;
  }
}

.browsetrackers__pop .modal-dialog {
  max-width: 1145px;
  width: 90%;
}
.browsetrackers__pop .modal-dialog .modal-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.browsetrackers__pop .modal-dialog .pop_close {
  background-color: #efefef;
}

.Infographic__pop .modal-dialog {
  max-width: 848px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Infographic__pop .modal-dialog {
    max-width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Infographic__pop .modal-dialog {
    max-width: 95%;
  }
}
.Infographic__pop .modal-dialog .modal-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.Infographic__pop .modal-dialog .pop_close {
  background-color: #efefef;
}

.challengepop__pop {
  max-width: 1145px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .challengepop__pop {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .challengepop__pop {
    max-width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .challengepop__pop {
    max-width: 95%;
  }
}
.challengepop__pop .modal-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.challengepop__pop .pop_close {
  background-color: #efefef;
}

.choose-map-pop {
  max-width: 1145px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .choose-map-pop {
    max-width: 90%;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-map-pop {
    max-width: 90%;
    margin-top: 3rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .choose-map-pop {
    max-width: 95%;
    margin-top: 3rem;
  }
}
.choose-map-pop .modal-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.choose-map-pop .pop_close {
  background-color: #efefef;
}

.pop_full_map {
  min-height: 582px;
  width: 100%;
  overflow: hidden;
}
.pop_full_map img {
  height: 583px;
  width: auto;
}

.coupontemplatepop {
  max-width: 1200px;
  width: 94%;
}
@media (min-width: 1131px) and (max-width: 1230px) {
  .coupontemplatepop {
    width: 1100px;
    max-width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .coupontemplatepop {
    padding-right: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .coupontemplatepop {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupontemplatepop {
    width: 678px;
    max-width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .coupontemplatepop {
    width: 500px;
    max-width: 100%;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .coupontemplatepop {
    width: 300px;
    max-width: 100%;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
.coupontemplatepop .modal-content {
  background-color: rgba(255, 255, 255, 0.82);
}
@media (min-width: 320px) and (max-width: 567px) {
  .coupontemplatepop .modal-content {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
.coupontemplatepop .modal-content .pop_close {
  background-color: rgba(255, 255, 255, 0.82);
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupontemplatepop .modal-content .pop_close {
    z-index: 1;
    top: 6px;
    right: 5px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .coupontemplatepop .modal-content .pop_close {
    z-index: 1;
    top: 13px;
    right: 16px;
  }
}

.invite__people__top .cus_select {
  width: 250px;
  margin-right: 7px;
  padding-top: 6px;
  padding-right: 25px;
  padding-bottom: 6px;
  padding-left: 6px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.formula__pop {
  max-width: 1200px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  margin-top: 48px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}
.formula__pop .modal-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.formula__pop .pop_close {
  top: -28px;
  right: 0;
  background-color: transparent !important;
  width: 23px;
  height: auto;
  border-radius: 0;
  border-width: 0px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .formula__pop .pop_close {
    right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .formula__pop .pop_close {
    right: 0px;
  }
}
.formula__pop .pop_close img {
  width: 100%;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.review_acpt_btn {
  margin-top: 10px;
}

.confirmation-pop .pop_close {
  background-color: #4929bb;
  font-size: 21px;
  color: #fff;
}
.confirmation-pop .modal-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0px;
}

.input__row {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.input__row label {
  display: block;
  vertical-align: middle;
  font-size: 12px;
  color: #777;
}

.input-field {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.input-field label {
  display: block;
  vertical-align: middle;
  font-size: 12px;
  color: #777;
}
.input-field .input-field {
  margin-bottom: 0px;
}
.input-field input[type=text],
.input-field input[type=password],
.input-field input[type=number],
.input-field input[type=email],
.input-field input[type=googleInputLocation],
.input-field textarea {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  resize: none;
}
.input-field .cus_select {
  padding-top: 9px;
  padding-right: 31px;
  padding-bottom: 9px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #DDDDDD;
  border-style: solid;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
.input-field .text__area__height__100 {
  height: 100px;
}

.input__field__2 .col-sm-6 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.input__field__2 .col-sm-7 {
  padding-right: 0px;
  max-width: 58.5%;
  flex: auto;
}
@media (min-width: 320px) and (max-width: 479px) {
  .input__field__2 .col-sm-7 {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .input__field__2 .col-sm-7 {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.input__field__2 .col-sm-6:nth-child(1) {
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0;
  max-width: 48%;
  margin-right: 2%;
}
@media (min-width: 320px) and (max-width: 567px) {
  .input__field__2 .col-sm-6:nth-child(1) {
    max-width: 100%;
    margin-right: 0%;
  }
}

select,
input {
  font-weight: 400;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}

.upload__Avatar__box {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #6cc35a;
  border-style: solid;
  display: flex;
  vertical-align: middle;
  margin-top: -1px;
  width: 174px;
}
.upload__Avatar__box .uploaded-avatar-img {
  width: 150px;
  margin-right: 10px;
}
.upload__Avatar__box .upload__Avatar__in {
  position: relative;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
  background-color: none;
  width: 150px;
  height: 150px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #cdcdcd;
  border-style: solid;
}
.upload__Avatar__box .upload__Avatar__in .upload__input_opcty {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.upload__Avatar__box .upload__Avatar__in .upload__input_opcty input {
  width: 100%;
  height: 100%;
}
.upload__Avatar__box .upload__Avatar__in .upload_img_text {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.upload__Avatar__box .upload__Avatar__in .upload_img_text i {
  display: block;
  vertical-align: middle;
  width: 60px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.upload__Avatar__box .upload__Avatar__in .upload_img_text i img {
  width: 100%;
  height: auto;
}
.upload__Avatar__box .upload__Avatar__in .upload_img_text span {
  display: block;
  vertical-align: middle;
  margin-top: 10px;
}

.search-select-filter .cus_select select {
  border: 0px;
}

.autoselectbox .ng-select {
  flex-basis: 70%;
  border-right: 1px #dcdcdc solid;
}
.autoselectbox .ng-select .ng-select-container {
  border: 0px;
  font-size: 14px;
}
.autoselectbox .ng-select .ng-select-container .ng-value-container {
  padding-top: 0px !important;
}
.autoselectbox .ng-select .ng-select-container .ng-input input {
  padding-left: 5px !important;
}
.autoselectbox .ng-select .ng-placeholder {
  top: 11px;
}
.autoselectbox .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: left;
}

.search-select-filter input::placeholder,
.main_search_filters input::placeholder {
  color: #333333;
  opacity: 1;
}

.nutrition-search input {
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 8px;
  padding-left: 15px;
  background: #fff url("../images/svg_icons/search.svg") no-repeat calc(100% - 10px) 50%;
  border-width: 1px;
  border-color: #D7D7D7;
  border-style: solid;
  font-size: 14px;
  color: #333333;
  background-size: 17px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.date_input__row .input-field .input-field {
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .date_input__row .col-sm-6 {
    width: 50%;
    max-width: 50%;
  }
  .date_input__row .col-sm-6:nth-child(1) {
    padding-right: 5px;
  }
  .date_input__row .col-sm-6:nth-child(2) {
    padding-left: 5px;
  }
}

.login__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 1;
  font-weight: 200;
}
.login__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-weight: 200;
}
.login__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 1;
  font-weight: 200;
}
.login__input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  opacity: 1;
  font-weight: 200;
}

.add_new_store_new__form .login__input {
  margin-bottom: 20px;
}
.add_new_store_new__form .login__input label {
  display: block;
  vertical-align: middle;
  font-size: 12px;
  color: #777;
}
.add_new_store_new__form .login__input input[type=text],
.add_new_store_new__form .login__input input[type=password],
.add_new_store_new__form .login__input input[type=number],
.add_new_store_new__form .login__input input[type=email],
.add_new_store_new__form .login__input input[type=googleInputLocation],
.add_new_store_new__form .login__input textarea {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  resize: none;
}

.add-new-picture-field {
  width: 150px;
  height: 150px;
  border-width: 1px;
  border-color: #c4c4c4;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.add-new-picture-field .add-new-picture-input-field {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.add-new-picture-field .add-new-picture-input-field input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.add-new-picture-field.add-new-picture-uploaded .add-new-picture-input-field {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  background: rgba(0, 0, 0, 0.7) url("../images/svg_icons/white-edit-icon.svg") no-repeat center center;
  background-size: 14px;
  left: initial;
  cursor: pointer;
  right: 5px;
  top: 5px;
  opacity: 1;
}
.add-new-picture-field .add-new-picture-img-box {
  width: 100%;
  height: 100%;
}
.add-new-picture-field .add-new-picture-img-box .add-new-picture-img img {
  max-width: 100%;
  height: auto;
}

.upload__Avatar__box .uploaded-img-edit-input .upload__input_opcty {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  background: rgba(0, 0, 0, 0.7) url("../images/svg_icons/white-edit-icon.svg") no-repeat center center;
  background-size: 14px;
  left: initial;
  cursor: pointer;
  right: 5px;
  top: 5px;
  opacity: 1;
}
.upload__Avatar__box .uploaded-img-edit-input .upload__input_opcty input {
  opacity: 0;
}

.user__row .users__page__list .main__list__left .coupon_list_img {
  width: 15%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .user__row .users__page__list .main__list__left .coupon_list_img {
    width: 23%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .user__row .users__page__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .user__row .users__page__list .main__list__left .coupon_list_img {
    width: 75px;
  }
}
.user__row .users__page__list .main__list__left .coupon_list_text {
  width: 83%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .user__row .users__page__list .main__list__left .coupon_list_text {
    width: 75%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .user__row .users__page__list .main__list__left .coupon_list_text {
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .user__row .users__page__list .main__list__left .coupon_list_text {
    width: calc(100% - 75px);
    padding-left: 10px;
  }
}
.user__row .users__page__list .coupon_payment_sts {
  margin-top: 35px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .user__row .users__page__list .coupon_payment_sts {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.row__list .row__list_img {
  float: left;
  width: 125px;
  height: 125px;
  border-width: 0px;
  border-color: #999999;
  border-style: solid;
}
@media (min-width: 320px) and (max-width: 479px) {
  .row__list .row__list_img {
    width: 100%;
    height: auto;
  }
}
.row__list .row__list_img img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.row__list .row__list_text {
  float: right;
  width: calc(100% - 125px);
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .row__list .row__list_text {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }
}
.row__list .row__list_text h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  .row__list .row__list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row__list .row__list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .row__list .row__list_text h2 {
    padding-top: 0;
  }
}
.row__list .row__list_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.row__list .row__list_text ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row__list .row__list_text ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
}
.row__list .row__list_text ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.row__list .row__list_text ul li .coupon_approved_sts {
  margin: 0px;
}

.user__circle {
  border-top: 1px #dcdcdc solid;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.user__circle ul li {
  font-size: 13px !important;
  text-align: center;
  width: auto;
  margin-right: 50px !important;
}
.user__circle ul li:last-child {
  margin-right: 0px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  .user__circle ul li {
    width: 31%;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
.user__circle ul li strong {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.user__circle ul li i {
  width: 38px !important;
}
.user__circle ul li:first-child {
  width: auto;
}
@media (min-width: 320px) and (max-width: 479px) {
  .user__circle ul li:first-child {
    width: 31%;
  }
}
.user__circle ul li.user__circle__price {
  font-size: 22px !important;
  color: #333333 !important;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .user__circle ul li.user__circle__price {
    white-space: normal;
  }
}

.about__user_text {
  margin-top: 28px;
  margin-right: 0;
  margin-bottom: 28px;
  margin-left: 0;
}
.about__user_text h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #373737;
}
.about__user_text p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}

.user_created_communities {
  margin-top: 28px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.user_created_communities h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #373737;
}
.user_created_communities .created_communities {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.user_created_communities .created_communities .slick-slide {
  padding-right: 30px;
}
.user_created_communities .created_communities .created_communities_img_box {
  position: relative;
}
.user_created_communities .created_communities .created_communities_img_box .created_communities_img img {
  width: 100%;
  height: auto;
}
.user_created_communities .created_communities .created_communities_img_box .delete_img_communities {
  background-color: rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  position: absolute;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  text-align: center;
}
.user_created_communities .created_communities .created_communities_img_box .delete_img_communities img {
  width: 16px;
  height: auto;
  display: block;
  vertical-align: middle;
  margin-top: 7px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.user_created_communities .created_communities .created_communities_img_text {
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
.user_created_communities .created_communities .created_communities_img_text h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #373737;
  float: left;
}
.user_created_communities .created_communities .created_communities_img_text .created_communities_members {
  float: right;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.user_created_communities .created_communities .created_communities_img_text .created_communities_members strong {
  display: inline-block;
  color: #373737;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.user__page__info {
  margin-top: 30px;
}
.user__page__info .nav {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.user__page__info .nav a {
  display: inline-block;
  vertical-align: solid;
  background: #f4f4f4;
  border: 1px #dee2e6 solid;
  color: #333333;
  margin-right: 3px;
  font-size: 14px;
}
.user__page__info .nav-tabs .nav-link.active,
.user__page__info .nav-tabs .nav-item.show .nav-link {
  color: #FE6C0B;
}

.user__login__section {
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.no-btn-pd button {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.user__profile__section {
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.Select__Avatar__box {
  border-width: 1px;
  border-color: #6cc35a;
  border-style: solid;
  margin-top: -1px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.Select__Avatar__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Select__Avatar__box ul li {
  float: left;
  width: 11%;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .Select__Avatar__box ul li {
    width: 12.5%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .Select__Avatar__box ul li {
    width: 25%;
  }
}
.Select__Avatar__box ul li a {
  display: block;
  vertical-align: middle;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
}
.Select__Avatar__box ul li a.active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
}
.Select__Avatar__box ul li a:hover {
  border-width: 2px;
  border-color: #f00;
  border-style: solid;
}

.user__contact__section {
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.Gender__input__box {
  display: flex;
  vertical-align: middle;
  flex-flow: row wrap;
  gap: 10px;
}
.Gender__input__box .Gender__input {
  padding: 0;
  width: calc(100% / 4 - 10px);
}
@media (min-width: 320px) and (max-width: 567px) {
  .Gender__input__box .Gender__input {
    width: calc(100% / 2 - 10px);
  }
}
.Gender__input__box input[type=radio] {
  display: none;
}
.Gender__input__box input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.Gender__input__box input[type=radio]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}
.Gender__input__box label {
  height: 100%;
  display: block;
  vertical-align: middle;
  background: #fff;
  border-width: 1px;
  border-color: #c4c4c4;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.Gender__input__box input[type=radio]:checked + label {
  background: rgba(32, 223, 128, 0);
  color: white;
}
.Gender__input__box input[type=radio]:checked + label::after {
  content: "";
  background: url("../images/svg_icons/approved.svg") no-repeat;
  position: absolute;
  top: 6px;
  right: -3px;
  transform: translateX(-50%);
  height: 19px;
  width: 19px;
}
.Gender__input__box input[type=radio]#control_05:checked + label {
  background: red;
  border-color: red;
}
.Gender__input__box p {
  font-weight: 900;
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .user_group ul li {
    margin-right: 5% !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .user_group ul li {
    margin-right: 5% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user_group ul li {
    margin-right: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .user__circle ul li {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .users_details_section .user__circle ul li {
    margin-right: 15px !important;
  }
}

.user__l_s_d_box {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.user__l_s_d_box strong {
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 200;
  text-align: left;
}
.user__l_s_d_box p {
  margin-bottom: 5px;
}
.user__l_s_d_box p:empty {
  display: none;
}
.user__l_s_d_box .user_profile_img {
  width: 100%;
  margin-top: 10px;
}
.user__l_s_d_box .user_profile_img img {
  width: 100%;
}

@media (min-width: 568px) and (max-width: 767px) {
  .admin_user_page_top .main_search_filters {
    width: 92%;
  }
}

.search__calendar_filters {
  width: 100%;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 767px) {
  .search__calendar_filters {
    margin-top: 10px;
  }
}
.search__calendar_filters input {
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 40px;
  background: #fff url("../images/svg_icons/search.svg") no-repeat 14px 50%;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  font-size: 14px;
  color: #333333;
  width: 80%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  background-size: 17px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .search__calendar_filters input {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search__calendar_filters input {
    width: 60%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .search__calendar_filters input {
    width: 60%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .search__calendar_filters input {
    width: 100%;
    border-bottom: 1px #dcdcdc solid;
    border-right: 0px #dcdcdc solid;
  }
}

.img_hide_desktop {
  display: none;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .img_hide_desktop {
    display: block;
    vertical-align: middle;
  }
}

.img_hide_mobile {
  display: block;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .img_hide_mobile {
    display: none;
    vertical-align: middle;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .custom-row-mob {
    display: flex;
    vertical-align: middle;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .thumb_mob_view {
    width: 95px;
    height: 95px;
  }
  .thumb_mob_view img {
    width: 100%;
    border-radius: 5px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .thumb_mob_content {
    width: calc(100% - 95px);
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .thumb_mob_content ul li {
    word-break: break-all;
  }
}

.placeholder_img__130 {
  min-height: 130px;
  background: #f1f1f1 url("/assets/images/splashnoimg.png") no-repeat;
  background-size: 37px;
  background-position: 50% 50%;
}

.placeholder_img__h_128 {
  min-height: 128px;
  background: #f1f1f1 url("/assets/images/splashnoimg.png") no-repeat;
  background-size: 37px;
  background-position: 50% 50%;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .placeholder_img__h_128 {
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .placeholder_img__h_128 {
    min-height: 94px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .placeholder_img__h_128 {
    min-height: 74px;
  }
}

.special_sale_placeholder_img {
  min-height: 120px;
  background: #f1f1f1 url("/assets/images/splashnoimg.png") no-repeat;
  background-size: 37px;
  background-position: 50% 50%;
}

.progile_img_uploaded img {
  width: 100%;
  height: auto;
}

@media (min-width: 568px) and (max-width: 767px) {
  .user-filter-box .main_search_filters {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .user__row .users__page__list .coupon_payment_sts {
    margin-left: auto;
  }
}

@media (min-width: 401px) and (max-width: 500px) {
  .user__tabs .nav-link {
    padding: 0.5rem 10px;
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 400px) {
  .user__tabs .nav-link {
    padding: 0.5rem 9px;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .user__tabs .nav-link {
    padding: 0.5rem 5px;
    font-size: 13px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .page-admin-merchant-mid .admin_user_page_top .main_search_filters {
    width: 100%;
  }
}

.map__icon {
  background: url("../images/location_icon.png") no-repeat 1% 50%;
  padding-left: 30px !important;
}

.upload__img_section {
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
.upload__img_section .upload__img__box {
  position: relative;
  margin-top: 0;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-left: 0;
  background-color: none;
  width: 150px;
  height: 150px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #cdcdcd;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 568px) and (max-width: 767px) {
  .upload__img_section .upload__img__box {
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-left: 0;
    background-color: none;
    width: 100px;
    height: 100px;
    border-radius: 3px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .upload__img_section .upload__img__box {
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-left: 0;
    background-color: none;
    width: 100px;
    height: 100px;
    border-radius: 3px;
  }
}
.upload__img_section .upload_img_input {
  background: #d8d8d8;
}
.upload__img_section .upload_img_input .upload__input_opcty {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.upload__img_section .upload_img_input .upload__input_opcty input {
  width: 100%;
  height: 100%;
}
.upload__img_section .upload_img_input .upload_img_text {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  min-height: 150px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 568px) and (max-width: 767px) {
  .upload__img_section .upload_img_input .upload_img_text {
    min-height: 100px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .upload__img_section .upload_img_input .upload_img_text {
    min-height: 100px;
  }
}
.upload__img_section .upload_img_input .upload_img_text i {
  display: block;
  vertical-align: middle;
  width: 60px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.upload__img_section .upload_img_input .upload_img_text i img {
  width: 100%;
  height: auto;
}
.upload__img_section .upload_img_input .upload_img_text span {
  display: block;
  vertical-align: middle;
  margin-top: 10px;
}

.uploaded_imgs .box_upload_img img {
  width: 100%;
  height: auto;
}
.uploaded_imgs .delete_img_upload {
  background-color: rgba(0, 0, 0, 0.8);
  width: 25px;
  height: 25px;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  position: absolute;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  text-align: center;
}
.uploaded_imgs .delete_img_upload span {
  cursor: pointer;
}
.uploaded_imgs .delete_img_upload img {
  width: 12px;
  height: auto;
  display: block;
  vertical-align: middle;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.approved_i_i {
  position: relative;
}

.admin_merchant_description_text {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.admin_merchant_description_text h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 15px;
  color: #373737;
}
.admin_merchant_description_text p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}

.admin_store_slider {
  margin-right: 10px;
  background: #fff;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-width: 0px;
  border-color: #C4C4C4;
  border-style: solid;
}
.admin_store_slider img {
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
}

.admin_merchant_store_section {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.admin_merchant_store_section .admin_merchant_store_section_in h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.admin_merchant_store_section .admin_merchant_store_section_in h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.admin_merchant_store_section .admin_merchant_store_section_in .admin_store__images .slick-arrow {
  border-width: 0;
  border-color: #fff;
  border-style: solid;
  top: -40px;
  right: 0px;
  background-color: #d8d8d8;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-indent: -9999px;
  overflow: hidden;
}
.admin_merchant_store_section .admin_merchant_store_section_in .admin_store__images .slick-arrow.slick-prev {
  left: inherit;
  right: 40px;
}
.admin_merchant_store_section .admin_merchant_store_section_in .admin_store__images .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-right: 3px;
  font-weight: 900;
  text-indent: 9999px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.admin_merchant_store_section .admin_merchant_store_section_in .admin_store__images .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-left: 3px;
  font-weight: 900;
  text-indent: 9999px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.admin_store_description {
  margin-top: 28px;
  margin-right: 0;
  margin-bottom: 28px;
  margin-left: 0;
}
.admin_store_description h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 15px;
  color: #373737;
}
.admin_store_description p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}

.admin_store_coupons {
  margin-top: 28px;
  margin-right: 0;
  margin-bottom: 28px;
  margin-left: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .admin_store_coupons {
    margin-top: 28px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
.admin_store_coupons h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 15px;
  color: #373737;
}
.admin_store_coupons .admin_store_coupons_type .stus_type {
  float: left;
  width: auto;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin_store_coupons .admin_store_coupons_type .stus_type {
    margin-top: 0;
    margin-right: 12px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.admin_store_coupons .admin_store_coupons_type .stus_type .form-radio input[type=radio].css-checkbox:checked + label.css-label {
  color: #FE6C0B;
}
.admin_store_coupons .admin_store_coupons_list .main__row__list {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin_store_coupons .admin_store_coupons_list .main__row__list {
    padding-bottom: 0px;
  }
}
.admin_store_coupons .admin_store_coupons_list .main__row .main__row__list .main__list__left .coupon_list_text h2 {
  padding-top: 0px;
}
.admin_store_coupons .admin_store_coupons_list .main__row .main__row__list .main__list__left .coupon_list_text p {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin_store_coupons .admin_store_coupons_list .main__row .main__row__list .main__list__left .coupon_list_text p span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    vertical-align: middle;
  }
}
.admin_store_coupons .admin_store_coupons_list .coupon_payment_sts {
  margin-top: 11px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin_store_coupons .admin_store_coupons_list .coupon_payment_sts {
    margin-top: 0px !important;
  }
}
.admin_store_coupons .admin_store_coupons_list .coupon_list_img {
  width: 16% !important;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .admin_store_coupons .admin_store_coupons_list .coupon_list_img {
    width: 21% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin_store_coupons .admin_store_coupons_list .coupon_list_img {
    width: 30% !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .admin_store_coupons .admin_store_coupons_list .coupon_list_img {
    width: 22% !important;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .admin_store_coupons .admin_store_coupons_list .coupon_list_img {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .admin_store_coupons .admin_store_coupons_list .coupon_list_text {
    width: 77% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin_store_coupons .admin_store_coupons_list .coupon_list_text {
    width: 68% !important;
  }
}
.admin_store_coupons .admin_store_coupons_list .show__row__box {
  width: 100% !important;
  margin-top: 30px;
}
.admin_store_coupons .admin_store_coupons_list .show__row__box .div_close {
  right: 0;
  border-radius: 30px 30px 0 0;
  top: -40px;
  height: 40px;
  box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.3);
}
.admin_store_coupons .admin_store_coupons_list .show__row__box .nav {
  display: flex;
  vertical-align: middle;
}

.main__row .merchant__paricipate__sale__list .main__row__list .main__list__left .coupon_list_img {
  width: 152px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .merchant__paricipate__sale__list .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .merchant__paricipate__sale__list .main__row__list .main__list__left .coupon_list_text {
  width: calc(100% - 152px);
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .merchant__paricipate__sale__list .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main__row .merchant__paricipate__sale__list .main__row__list .main__list__left .coupon_list_text ul {
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .merchant__paricipate__sale__list .main__row__list .main__list__left .coupon_list_text ul {
    margin-top: 0px;
  }
}
.main__row .merchant__paricipate__sale__list .main__row__list .coupon_approved_sts {
  font-size: 12px;
  margin-top: 7px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .merchant__paricipate__sale__list .main__row__list .coupon_approved_sts {
    margin-left: 5px;
  }
  .main__row .merchant__paricipate__sale__list .main__row__list .coupon_approved_sts.sale-status-tag {
    margin-left: auto;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .page-merchant-paricipate-sale .merchant__paricipate__sale__list .col-sm-2 {
    padding-left: 22%;
    padding-top: 15px;
  }
}

.merchant__review__form {
  margin-top: 15px;
  background: #f9f8ff;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.countercostpop {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.countercostpop .history_pop_row {
  padding-top: 0;
  padding-right: 26px;
  padding-bottom: 0;
  padding-left: 26px;
}

.full_input__div input {
  width: 100%;
  border-right: 0px;
}

.add__new__btn {
  text-align: right;
}
.add__new__btn a {
  text-align: center;
}
.create__new__form__section {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
  position: relative;
}
.create__new__form__section .div_close {
  top: 0px;
  right: -39px;
  bottom: auto;
  left: auto;
  position: absolute;
  background-color: #fff;
  width: 43px;
  height: 33px;
  border-radius: 0;
  border: 0px;
  border-radius: 0 30px 30px 0;
  border-width: 0px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
  z-index: 1;
  box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .create__new__form__section .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .create__new__form__section .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .create__new__form__section .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
  .create__new__form__section .div_close img {
    width: 100%;
    margin-top: -2px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .create__new__form__section .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
  }
}
.create__new__form__section .create__new__form__in h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.add__people__btn {
  position: relative;
}
.add__people__btn input {
  padding-right: 123px !important;
}

.checkboxswitch {
  width: 32%;
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 567px) {
  .checkboxswitch {
    width: 100%;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .checkboxswitch {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkboxswitch {
    width: 31.6%;
  }
}

.checkboxswitch [type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  /*overflow: hidden;*/
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  width: 1px;
}

.checkboxswitch [type=checkbox] + span {
  display: block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  height: 60px;
}

.checkboxswitch > span {
  width: 100%;
}

.checkboxswitch [type=checkbox]:checked + span:before {
  background: #fff;
}

.checkboxswitch [type=checkbox] + span:before {
  content: "";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  background-color: #fff;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  text-align: center;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
}

.checkboxswitch label {
  width: 100%;
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
}

.People__list {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  max-height: 377px;
  overflow: auto;
}

.invitepeople__pop .pagination_nav {
  margin-top: 0px;
}

.checkboxswitch .skill-img {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-width: 2px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkboxswitch .skill-img {
    width: 45px;
    height: 45px;
  }
}

.filter-check-list {
  margin-top: 10px;
}

.checkboxswitch [type=checkbox] + span + span {
  background: none;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 100%;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}

.checkboxswitch [type=checkbox]:checked + span + span {
  background-position: 0 1px;
  color: #000000;
}

.checkboxswitch [type=checkbox]:focus + span:after {
  content: "";
}

.checkboxswitch label {
  width: 100%;
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
}

.checkboxswitch strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 88px);
  font-size: 14px;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkboxswitch .skill-img img {
  width: 100%;
  display: block;
  vertical-align: middle;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
}

.checkboxswitch [type=checkbox]:checked + span + span .check-img {
  background: url("../images/tab-radio.png") no-repeat scroll 0 -24px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.checkboxswitch [type=checkbox] + span + span .check-img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("../images/tab-radio.png") no-repeat scroll 0 0;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.pop-footer {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
.pop-footer button {
  margin-top: 0;
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
}

.advance__box__hide {
  height: 0px;
  opacity: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
}

.advance__box__show {
  height: auto;
  opacity: 1;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  overflow: inherit;
}
@media (min-width: 320px) and (max-width: 767px) {
  .advance__box__show {
    margin-top: 35px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

.admin__communities__full__img {
  position: relative;
  min-height: 150px;
  background: #f2f2f2;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__communities__full__img {
    min-height: 100px;
    background: #fff;
  }
}
.admin__communities__full__img .comm__info {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  padding-top: 7px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .admin__communities__full__img .comm__info {
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin__communities__full__img .comm__info {
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__communities__full__img .comm__info {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
  }
}
.admin__communities__full__img .comm__info .comm__info__img {
  width: 60px;
  margin-right: 15px;
}
.admin__communities__full__img .comm__info .comm__info__img img {
  display: block;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__communities__full__img .comm__info .comm__info__img {
    width: 40px;
  }
}
.admin__communities__full__img .comm__info .comm__info__content {
  width: calc(100% - 75px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin__communities__full__img .comm__info .comm__info__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__communities__full__img .comm__info .comm__info__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 40px);
  }
}
.admin__communities__full__img .comm__info .comm__info__content h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__communities__full__img .comm__info .comm__info__content h3 {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: calc(100% - 70px);
  }
}
.admin__communities__full__img .comm__info .comm__info__content span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin__communities__full__img .comm__info .comm__info__content span {
    margin-left: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__communities__full__img .comm__info .comm__info__content span {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin__communities__full__img .comm__info.comm__info__no__avatar .comm__info__content {
    width: calc(100%);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__communities__full__img .comm__info.comm__info__no__avatar .comm__info__content {
    width: calc(100%);
  }
}

.comm__info__row {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  display: flex;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .comm__info__row {
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .comm__info__row {
    flex-wrap: wrap;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .comm__info__row .col-sm-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    word-break: initial;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .comm__info__row .col-sm-3 {
    width: 50%;
    max-width: 50%;
    margin-bottom: 10px;
    flex: 0 0 50%;
    word-break: initial;
  }
  .comm__info__row .col-sm-3:nth-child(2n+2) {
    text-align: right;
  }
}
.comm__info__row strong {
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .comm__info__row strong {
    font-size: 15px;
  }
}

.admin__about_commt {
  margin-top: 18px;
  margin-right: 0;
  margin-bottom: 18px;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .admin__about_commt {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.admin__about_commt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.admin__about_commt p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #666666;
}

.write__about__commt {
  background-color: #fff;
  width: 98%;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .write__about__commt {
    width: 93%;
  }
}
.write__about__commt textarea {
  background-color: #fff;
  width: 100%;
  height: 80px;
  border-radius: 0px;
  border-width: 0px;
  border-color: #C4C4C4;
  border-style: solid;
  font-size: 14px;
  color: #999999;
}
.write__about__commt .write__about__commt__btn {
  text-align: right;
}
.write__about__commt .write__about__commt__btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.write__about__commt .write__about__commt__btn ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 5px;
}
.write__about__commt .write__about__commt__btn ul li .img__attech {
  width: 38px;
  border-width: 1px;
  border-color: #FE6C0B;
  border-style: solid;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding-top: 5px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.write__about__commt .write__about__commt__btn ul li .img__attech input {
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.commt__post__section {
  margin-top: 30px;
}
.commt__post__section .commt__post__row {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .commt__post__section .commt__post__row {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.commt__post__section .commt__post__row .commt__post__box__top {
  display: flex;
}
.commt__post__section .commt__post__row .commt__post__box__top .post__user__img {
  width: 60px;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .commt__post__section .commt__post__row .commt__post__box__top .post__user__img {
    width: 164px;
  }
}
.commt__post__section .commt__post__row .commt__post__box__top .post__user__img img {
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}
.commt__post__section .commt__post__row .commt__post__box__top h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 17px;
  color: #373737;
}
.commt__post__section .commt__post__row .commt__post__box__top span {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #C4C4C4;
}
.commt__post__section .commt__post__row .commt__post__box__top p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #666666;
}
.commt__post__section .commt__post__row .commt__post__box__img {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.commt__post__section .commt__post__row .commt__post__box__options {
  border-bottom: 1px #666666 solid;
  border-top: 1px #666666 solid;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .commt__post__section .commt__post__row .commt__post__box__options .text-right {
    text-align: left !important;
  }
}
.commt__post__section .commt__post__row .commt__post__box__options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 0px;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li a:hover, .commt__post__section .commt__post__row .commt__post__box__options ul li a.active {
  color: #FE6C0B;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-comment a {
  background: url("../images/svg_icons/comment.svg") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-comment a:hover {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-comment a.active {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-share a {
  background: url("../images/svg_icons/share.svg") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-share a:hover {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
}
.commt__post__section .commt__post__row .commt__post__box__options ul li.post-share a.active {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
}
.commt__post__section .commt__post__row .post__comment__row {
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list {
  display: flex;
  margin-bottom: 25px;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list .post__comment__img {
  width: 50px;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0px;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list .post__comment__img img {
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0px;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li a:hover, .commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li a.active {
  color: #FE6C0B;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li.reply a {
  padding-left: 0px;
  color: #FE6C0B;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 17px;
  color: #373737;
}
@media (min-width: 320px) and (max-width: 767px) {
  .commt__post__section .commt__post__row .post__comment__row .post__comment__list h4 {
    font-size: 15px;
  }
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #666666;
}
.commt__post__section .commt__post__row .post__comment__row .post__comment__list .post__comment__text {
  width: 93%;
}

.write__comments {
  background: #eaeaea;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.write__comments form {
  position: relative;
}
.write__comments .post__commt__btn {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0px;
  font-size: 34px;
  color: #FE6C0B;
  line-height: 32px;
  border: 1px #FE6C0B solid;
  background-color: #fff;
  width: 38px;
  height: 35px;
  border-radius: 4px;
}
.write__comments .post__commt__btn:hover {
  background-color: #FE6C0B;
  font-size: 34px;
  color: #fff;
  border: 1px #FE6C0B solid;
}
.write__comments textarea {
  background-color: #fff;
  width: 100%;
  height: 43px;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 75px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  resize: none;
}
.write__comments ul {
  position: absolute;
  right: 40px;
  top: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.write__comments ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0px;
}

.communities__page .show__row__box {
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px;
}

.main__row .admin__special__page .main__row__list .main__list__left .coupon_list_img {
  float: left;
  width: 12%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__row .admin__special__page .main__row__list .main__list__left .coupon_list_img {
    width: 17%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main__row .admin__special__page .main__row__list .main__list__left .coupon_list_img {
    width: 75px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main__row .admin__special__page .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .admin__special__page .main__row__list .main__list__left .coupon_list_text {
  float: right;
  width: 86%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__row .admin__special__page .main__row__list .main__list__left .coupon_list_text {
    width: 80%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main__row .admin__special__page .main__row__list .main__list__left .coupon_list_text {
    width: calc(100% - 75px);
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main__row .admin__special__page .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
    float: left;
  }
}
.main__row .sale__participants {
  display: flex;
  vertical-align: middle;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .main__row .sale__participants {
    right: 55px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .sale__participants {
    position: relative;
    margin-top: 10px;
  }
}
.main__row .sale__participants .sale__participants__box {
  font-size: 12px;
  color: #999999;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__row .sale__participants .sale__participants__box {
    margin-top: 0;
    margin-right: 58px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__row .sale__participants .sale__participants__box {
    margin-top: 0;
    margin-right: 58px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main__row .sale__participants .sale__participants__box {
    margin-top: 0;
    margin-right: 58px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.main__row .sale__participants .sale__participants__box strong {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .sale__participants .sale__participants__box strong {
    text-align: left;
  }
}

.admin__special__details__top h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .admin__special__details__top h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin__special__details__top h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__special__details__top h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.admin__special__details__top .sale__date {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 12px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__special__details__top .sale__date {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.admin__special__details__top .sale__date i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
}
.admin__special__details__top .sale__date i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.admin__sale__fullimg {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

@media (min-width: 480px) and (max-width: 767px) {
  .admin__special__page .main__row__list .col-sm-3.custom-justify-content-end {
    padding-left: 17.5%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .admin__special__details .admin__special__details__top .col-sm-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.invitepeople-tags {
  border-width: 1px;
  border-color: #dddddd;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: relative;
}
.invitepeople-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 120px;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .invitepeople-tags ul {
    padding-right: 0px;
  }
}
.invitepeople-tags ul li {
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.invitepeople-tags ul li:first-child {
  margin-left: 0px;
}
.invitepeople-tags ul li span {
  font-size: 11px;
  color: #000000;
  width: calc(100% - 11px);
}
.invitepeople-tags ul li button {
  border: 0px;
  padding: 0px;
  cursor: pointer;
  width: 11px;
  height: 11px;
  background: url("../images/svg_icons/cross.svg") no-repeat center center;
  background-size: 100%;
  margin-left: 10px;
}
.invitepeople-tags ul li.span-placeholder {
  border: 0px;
  font-size: 14px;
}
.invitepeople-tags ul li.invite__people__li {
  background-color: #fff;
  font-size: 14px;
  color: #FE6C0B;
  border-radius: 5px;
  padding: 6px;
  display: inline-block;
  font-weight: 400;
  border-width: 1px;
  border-color: #FE6C0B;
  border-style: solid;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.invitepeople-tags ul li.invite__people__li a {
  font-size: 14px;
  color: #FE6C0B;
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 23px;
  background: url("../images/svg_icons/add-new-icon.svg") no-repeat center center;
  background-size: 100%;
}

.main__row .admin__special__page .special_sales_users_coupons .main__row__list .main__list__left .coupon_list_img {
  width: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__row .admin__special__page .special_sales_users_coupons .main__row__list .main__list__left .coupon_list_img {
    width: 30%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main__row .admin__special__page .special_sales_users_coupons .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .admin__special__page .special_sales_users_coupons .main__row__list .main__list__left .coupon_list_text {
  width: calc(100% - 170px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__row .admin__special__page .special_sales_users_coupons .main__row__list .main__list__left .coupon_list_text {
    width: calc(100% - 33%);
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .main__row .admin__special__page .special_sales_users_coupons .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
    float: left;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .page-merchant-paricipate-sale .paricipate-custom-row .paricipate-custom-6 {
    width: 100% !important;
    text-align: left;
    margin-left: 0;
  }
  .page-merchant-paricipate-sale .paricipate-custom-row .paricipate-custom-6.margin-left-auto .paricipate-right-info-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) and (min-width: 568px) and (max-width: 767px) {
  .page-merchant-paricipate-sale .paricipate-custom-row .paricipate-custom-6.margin-left-auto .paricipate-right-info-box {
    justify-content: flex-end;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .page-merchant-paricipate-sale .paricipate-custom-row .paricipate-custom-6.margin-left-auto .paricipate-right-info-box .merchant__paricipate__sale__btn {
    margin-bottom: 0px !important;
  }
}

.admin__announcements__tabs {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__tabs {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .admin__announcements__tabs {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
  }
}
.admin__announcements__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  vertical-align: middle;
}
.admin__announcements__tabs ul li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .admin__announcements__tabs ul li {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .admin__announcements__tabs ul li {
    width: 50%;
  }
}
.admin__announcements__tabs ul li a {
  display: block;
  color: #9A9A9A;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.admin__announcements__tabs ul li a:hover, .admin__announcements__tabs ul li a.active {
  color: #FE6C0B;
}
.admin__announcements__tabs ul li:last-child {
  border-left: 1px #dcdcdc solid;
}

.open_check {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .open_check {
    padding-right: 10px;
  }
}

.open_check {
  width: 46px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .open_check {
    width: 40px;
  }
}

.admin__announcements__img {
  width: 8%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__img {
    width: 18%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .admin__announcements__img {
    width: 13%;
  }
}
.admin__announcements__img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.admin__announcements__txt {
  width: calc(100% - 8%);
  padding-left: 10px;
  padding-right: 5px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__txt {
    width: calc(100% - 18%);
    padding-right: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .admin__announcements__txt {
    width: calc(100% - 13%);
  }
}
.admin__announcements__txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .admin__announcements__txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin__announcements__txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__announcements__txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.admin__announcements__txt span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
.admin__announcements__txt p {
  display: block;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  word-break: break-all;
}
.admin__announcements__txt p a {
  color: #FE6C0B;
}
.admin__announcements__txt p a:hover {
  color: #333333;
}

.admin__announcements__row {
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__row {
    display: block;
    vertical-align: middle;
  }
}
.admin__announcements__row .admin__announcements__right {
  display: flex;
  vertical-align: middle;
  justify-content: flex-end;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  align-self: center;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__row .admin__announcements__right {
    text-align: left;
    display: block;
    vertical-align: middle;
  }
}
.admin__announcements__row .admin__announcements__right .action__filter {
  width: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__row .admin__announcements__right .action__filter {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.admin__announcements__row .admin__announcements__right .announcements__sent i {
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__row .admin__announcements__right .announcements__sent i {
    text-align: left;
    display: inline-block;
  }
}
.admin__announcements__row .admin__announcements__right .announcements__sent strong {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__row .admin__announcements__right .announcements__sent strong {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
}
.admin__announcements__row .admin__announcements__right .announcements__sent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .admin__announcements__row .admin__announcements__right .announcements__sent ul {
    padding-left: 6px;
  }
}
.admin__announcements__row .admin__announcements__right .announcements__sent ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 25px;
  margin-left: -9px;
  height: 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background: #d3cece;
}
.admin__announcements__row .admin__announcements__right .announcements__sent ul li img {
  width: 100%;
  height: 100%;
  font-size: 0px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
}

.main__row .box__show.admin__announcements__details {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.admin__announcements__details .commt__post__row {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.admin__announcements__details .commt__post__row .commt__post__box__top {
  display: flex;
  vertical-align: middle;
}
.admin__announcements__details .commt__post__row .commt__post__box__top .post__user__img {
  width: 60%;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0px;
}
.admin__announcements__details .commt__post__row .commt__post__box__top .post__user__img img {
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}
.admin__announcements__details .commt__post__row .commt__post__box__top h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 17px;
  color: #373737;
}
.admin__announcements__details .commt__post__row .commt__post__box__top span {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #C4C4C4;
}
.admin__announcements__details .commt__post__row .commt__post__box__top p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
  color: #666666;
}
.admin__announcements__details .commt__post__row .commt__post__box__img {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.admin__announcements__details .commt__post__row .commt__post__box__options {
  border-bottom: 0px #666666 solid;
  border-top: 1px #666666 solid;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 0px;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li a:hover, .admin__announcements__details .commt__post__row .commt__post__box__options ul li a.active {
  color: #FE6C0B;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-comment a {
  background: url("../images/svg_icons/comment.svg") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-comment a:hover {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-comment a.active {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-share a {
  background: url("../images/svg_icons/share.svg") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-share a:hover {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
}
.admin__announcements__details .commt__post__row .commt__post__box__options ul li.post-share a.active {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
}
.admin__announcements__details .commt__post__row .post__comment__row {
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list {
  display: flex;
  vertical-align: middle;
  margin-bottom: 25px;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list .post__comment__img {
  width: 50%;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0px;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list .post__comment__img img {
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0px;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li a:hover, .admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li a.active {
  color: #FE6C0B;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li.reply a {
  padding-left: 0px;
  color: #FE6C0B;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 17px;
  color: #373737;
}
.admin__announcements__details .commt__post__row .post__comment__row .post__comment__list p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  color: #666666;
}
.admin__announcements__details .write__comments {
  background: #eaeaea;
  padding-top: 15px;
  padding-right: 39px;
  padding-bottom: 15px;
  padding-left: 39px;
  position: relative;
}
.admin__announcements__details .write__comments textarea {
  background-color: #fff;
  width: 100%;
  height: 43px;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 75px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  resize: none;
}
.admin__announcements__details .write__comments ul {
  position: absolute;
  right: 40px;
  top: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin__announcements__details .write__comments ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0px;
}

.announcements__check {
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.announcements__check .checkbox__design .form-checkbox input[type=checkbox].css-checkbox + label.css-label {
  font-size: 14px;
}

.sentall {
  position: absolute;
  right: 0;
  top: 18px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.sentall strong {
  display: block;
  vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 479px) {
  .main__row .main__row__list .admin__announcements__right .action.dropdown .dropdown-menu {
    transform: translate3d(48px, 32px, 9px) !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .announcement_box .chart_top .chart_top_right ul {
    display: flex;
    justify-content: center;
  }
  .announcement_box .chart_top .chart_top_right ul li {
    flex: auto;
    text-align: center;
  }
}

.admin__report__section .w__chart__box {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 100%;
}
.admin__report__section .w__chart__box p a {
  color: #FE6C0B;
}
.admin__report__section .w__chart__box p a:hover {
  color: #000000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .chart_top_right.view__report__btn {
    justify-content: flex-end;
    text-align: right;
    width: auto;
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .chart_top_right.view__report__btn {
    justify-content: flex-end;
    text-align: right;
    width: auto;
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .view__report__btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .view__report__btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
.des__report__merchants__chart,
.des__report__communites__chart {
  text-align: center;
}

.des__report__merchants__chart {
  min-height: 309px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .des__report__merchants__chart {
    min-height: 277px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .des__report__merchants__chart {
    min-height: 230px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .des__report__merchants__chart {
    min-height: 100px;
  }
}

.des__report__user__chart {
  min-height: 276px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .des__report__user__chart {
    min-height: 237px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .des__report__user__chart {
    min-height: 190px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .des__report__user__chart {
    min-height: 100px;
  }
}

.des__report__communites__btm {
  padding-top: 12px;
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 0px;
}
.des__report__communites__btm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.des__report__communites__btm ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
  border-right: 1px #999999 solid;
}
.des__report__communites__btm ul li strong {
  display: block;
  color: #6f42c1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
.des__report__communites__btm ul li:last-child {
  border-right: 0px;
}
.des__report__communites__btm ul li:last-child strong {
  color: #e83e8c;
}

.des__report__user__chart__box {
  border-bottom: 1px #999999 solid;
  margin-top: 40px;
}
.des__report__user__chart__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.des__report__user__chart__box ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 48%;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
}
.des__report__user__chart__box ul li strong {
  display: block;
  color: #FE6C0B;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.des__report__user__chart__box ul li:last-child strong {
  color: #000000;
}
.des__report__user__chart__box ul li img {
  width: 100%;
}

.des__report__coupons__chart {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .des__report__coupons__chart {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .des__report__coupons__chart .report__coupons__chart {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .des__report__coupons__chart .report__coupons__chart {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .des__report__coupons__chart .report__coupons__chart {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .des__report__coupons__chart .report__coupons__chart {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.des__report__coupons__chart .report_coupons_chart_l {
  font-size: 14px;
  color: #999999;
  width: calc(100% - 60px);
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .des__report__coupons__chart .report_coupons_chart_l {
    width: calc(100% - 45px);
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .des__report__coupons__chart .report_coupons_chart_l {
    width: calc(100% - 35px);
  }
}
.des__report__coupons__chart .report_coupons_chart_l strong {
  display: block;
  color: #666666;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}
.des__report__coupons__chart i {
  width: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .des__report__coupons__chart i {
    width: 45px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .des__report__coupons__chart i {
    width: 35px;
  }
}
.des__report__coupons__chart i img {
  width: 100%;
}

.report__coupons__chart {
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.1);
}

.des__report__payment__chart__btm {
  padding-top: 12px;
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 0px;
}
.des__report__payment__chart__btm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.des__report__payment__chart__btm ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  color: #999999;
  text-align: left;
  width: 15%;
  line-height: 24px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .des__report__payment__chart__btm ul li {
    width: auto;
    padding-top: 0;
    padding-right: 7px;
    padding-bottom: 0;
    padding-left: 7px;
    font-size: 12px;
  }
}
.des__report__payment__chart__btm ul li strong {
  display: block;
  color: #666666;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .des__report__payment__chart__btm ul li strong {
    display: block;
    color: #666666;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }
}
.des__report__payment__chart__btm ul li:first-child strong {
  color: #007bff;
}
.des__report__payment__chart__btm ul li:nth-child(1) {
  border-left: 1px #007bff solid;
}
.des__report__payment__chart__btm ul li:nth-child(2) {
  border-left: 1px #e83e8c solid;
}
.des__report__payment__chart__btm ul li:nth-child(3) {
  border-left: 1px #FE6C0B solid;
}
.des__report__payment__chart__btm ul li:nth-child(4) {
  border-left: 1px #17a2b8 solid;
}

@media (min-width: 768px) and (max-width: 991px) {
  .report__page .col-sm-4,
.report__page .col-sm-8,
.report__page .col-sm-12 {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .payment_invoice_chart_section .chart_top_right {
    justify-content: flex-end;
    text-align: right;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment_invoice_chart_section .view__report__btn {
    text-align: right;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.location__report_search {
  background-color: #fff;
  width: 550px;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .location__report_search {
    width: 100%;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.location__report_search input {
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 40px;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  border-right: 1px #dcdcdc solid;
  font-size: 14px;
  color: #333333;
  float: left;
}
.location__report_search .location_search {
  width: 73%;
  background: url("../images/location_icon.png") no-repeat 14px 50%;
  background-size: 17px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .location__report_search .location_search {
    width: 67%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .location__report_search .location_search {
    width: 100%;
    border-bottom: 1px #dcdcdc solid;
    border-right: 0px #dcdcdc solid;
  }
}
.location__report_search .miles_search {
  width: 27%;
  padding-left: 10px;
  border-right: 0px #dcdcdc solid;
}

.search__tags__list {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.search__tags__list .tags__box {
  float: left;
  margin-right: 5px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
  background: #fff;
}
.search__tags__list .tags__box strong {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.search__tags__list .tags__box a {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}
.search__tags__list .tags__box a img {
  width: 100%;
}
.search__tags__list .tags__box.tags_color_1 {
  border-width: 1px;
  border-color: #20c997;
  border-style: solid;
  color: #20c997;
}
.search__tags__list .tags__box.tags_color_2 {
  border-width: 1px;
  border-color: #6f42c1;
  border-style: solid;
  color: #6f42c1;
}

.store__type_report__tabs {
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.store__type_report__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.store__type_report__tabs ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 0px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  color: #9A9A9A;
}
@media (min-width: 320px) and (max-width: 767px) {
  .store__type_report__tabs ul li {
    width: 28%;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
.store__type_report__tabs ul li strong {
  display: block;
  font-size: 18px;
  color: #666666;
  font-weight: 700;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0;
}

.store_report__chart {
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .store_report__chart {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
}

.report_chart_tabs_box {
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .report_chart_tabs_box {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .report_chart_tabs {
    width: 100%;
  }
}
.report_chart_tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.report_chart_tabs ul li {
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 0px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .report_chart_tabs ul li {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .report_chart_tabs ul li {
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
.report_chart_tabs ul li .report_chart_tabs_content {
  font-size: 13px;
  color: #9A9A9A;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.report_chart_tabs ul li .report_chart_tabs_content strong {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .report_chart_tabs ul li .report_chart_tabs_content strong {
    font-size: 15px;
  }
}
.report_chart_tabs ul li.purple-color .report_chart_tabs_content {
  border-color: #6610f2;
}
.report_chart_tabs ul li.teal-color .report_chart_tabs_content {
  border-color: #20c997;
}
.report_chart_tabs ul li.green-color .report_chart_tabs_content {
  border-color: #28a745;
}
.report_chart_tabs ul li.orange-color .report_chart_tabs_content {
  border-color: #FE6C0B;
}
.report_chart_tabs ul li:last-child {
  padding-right: 0px;
}

.admin_store_report_btm {
  background: #293855;
  margin-top: 30px;
  border-radius: 4px 0 0 4px;
}

.admin_store_report_map_search {
  background: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.store_map_search {
  background-color: #fff;
  width: 40%;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 0;
  margin-left: 0;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .store_map_search {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .store_map_search {
    width: 100%;
  }
}
.store_map_search input {
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 40px;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  font-size: 14px;
  color: #333333;
  background: url("../images/svg_icons/search.svg") no-repeat 14px 50%;
  background-size: 17px;
}

.store_map_tabs {
  float: right;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px) {
  .store_map_tabs {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .store_map_tabs {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #fff;
  }
}
.store_map_tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.store_map_tabs ul li {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .store_map_tabs ul li {
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .store_map_tabs ul li {
    width: 50%;
    text-align: center;
  }
}
.store_map_tabs ul li a {
  font-size: 12px;
  color: #999999;
  border-right: 1px #dcdcdc solid;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .store_map_tabs ul li a {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .store_map_tabs ul li a {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
.store_map_tabs ul li a:hover {
  color: #FE6C0B;
}
.store_map_tabs ul li a.active {
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.3);
  color: #FE6C0B;
}
.store_map_tabs ul li:last-child a {
  border-right: 0px #dcdcdc solid;
}

.admin_store_report_btm .col-sm-3 {
  padding-right: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin_store_report_btm .col-sm-3 {
    padding-right: 15px;
  }
}
.admin_store_report_btm .col-sm-9 {
  padding-left: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin_store_report_btm .col-sm-9 {
    padding-left: 15px;
  }
}

.store_report_ul-hd button {
  width: 89%;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: 0px;
  text-align: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 20px;
  background: url("../images/w-btm-arrow.png") no-repeat center right;
}
.store_report_ul-hd button.collapsed {
  background: url("../images/w-top-arrow.png") no-repeat center right;
  color: #FE6C0B;
}

.store_report_ul {
  margin-bottom: 20px;
}

.store_report_ul_btm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.store_report_ul_btm ul li {
  display: block;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.store_report_ul_btm ul li a {
  font-size: 13px;
  color: #dcdcdc;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-bottom: 1px #42587f solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.store_report_ul_btm ul li a span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0;
}
.store_report_ul_btm ul li a:hover, .store_report_ul_btm ul li a.item-active {
  background: #42587f;
}

@media (min-width: 768px) and (max-width: 991px) {
  .stores_chart_section .chart_top .chart_top_right {
    text-align: right !important;
    justify-content: flex-start !important;
    margin-top: 0px;
  }
}

.advance_search_earning_report .col-sm-8 {
  padding-left: 0px;
}
.advance_search_earning_report .col-sm-4 {
  padding-right: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .advance_search_earning_report .col-sm-4 {
    padding-left: 0px;
    margin-top: 10px;
  }
}

.earning-report_chart_section .chart_top_left {
  width: 68%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .earning-report_chart_section .chart_top_left {
    width: 100%;
  }
}

.chart__type__info {
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
}
.chart__type__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chart__type__info ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0px;
  line-height: 20px;
  text-align: left;
  font-size: 14px;
  color: #9A9A9A;
}
.chart__type__info ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #007bff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
}
.chart__type__info ul li:last-child i {
  background: #20c997;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .admin_store_report_map {
    width: 100%;
    overflow: hidden;
  }
  .admin_store_report_map img {
    height: 890px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .admin_store_report_map {
    width: 100%;
    overflow: hidden;
  }
  .admin_store_report_map img {
    height: 846px;
    width: auto;
  }
}

.coupon-report_chart_section .stores_chart_tabs {
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon-report_chart_section .stores_chart_tabs {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon-report_chart_section .stores_chart_tabs ul li {
    width: auto;
    font-size: 11px;
    margin-right: 5px;
  }
}
.coupon-report_chart_section .stores_chart_tabs ul li:nth-child(1) {
  border-color: #6610f2;
}
.coupon-report_chart_section .stores_chart_tabs ul li:nth-child(2) {
  border-color: #FE6C0B;
}
.coupon-report_chart_section .stores_chart_tabs ul li:nth-child(3) {
  border-color: #28a745;
}

.coupon_report_chart {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.coupon_address {
  font-size: 13px;
  color: #999999;
}
.coupon_address strong {
  font-weight: 500;
  color: #000000;
}

.coupon_report_list_right h2 {
  padding-top: 0px !important;
}

.coupon_report_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coupon_report_info ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 13px;
  color: #9A9A9A;
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon_report_info ul li {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.coupon_report_info ul li strong {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.main__row .main__row__list.coupon_report_list .main__list__left .coupon_list_img {
  width: 21%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .main__row__list.coupon_report_list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .main__row__list.coupon_report_list .coupon_list_text {
  width: 77%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .main__row__list.coupon_report_list .coupon_list_text {
    margin-top: 10px;
    width: 100%;
  }
}
.main__row .main__row__list.coupon_report_list .coupon_list_text p {
  margin-top: 4px;
}

@media (min-width: 568px) and (max-width: 767px) {
  .coupon_report_list .col-sm-3.custom-justify-content-end {
    padding-left: 21%;
    margin-top: 15px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .coupon_report_list .col-sm-3.custom-justify-content-end .coupon_payment_sts {
    margin-left: 15px;
  }
}

.coupon-report_chart_section .chart_top .chart_top_right {
  justify-content: flex-end;
  text-align: right;
  margin-top: 0px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .coupon_report_list .coupon_payment_sts {
    width: 100%;
    margin-left: 18px;
  }
}

.main__row .communities__report__page .main__row__list .main__list__left .coupon_list_img {
  width: 13%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .communities__report__page .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .communities__report__page .main__row__list .main__list__left .coupon_list_text {
  width: 85%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .communities__report__page .main__row__list .main__list__left .coupon_list_text {
    margin-top: 10px;
    width: 100%;
  }
}

.communities__stus span {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 5px;
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-left: 10px;
  font-size: 15px;
  color: #333333;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
}
.communities__stus span.communities__active {
  border-width: 1px;
  border-color: #28a745;
  border-style: solid;
}
.communities__stus span.communities__inactive {
  border-width: 1px;
  border-color: #dc3545;
  border-style: solid;
}

.community-report_chart__btm__info {
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .community-report_chart__btm__info {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
  }
}
.community-report_chart__btm__info .stores_chart_tabs.color__info ul li:nth-child(1) {
  border-color: #6610f2;
}
.community-report_chart__btm__info .stores_chart_tabs.color__info ul li:nth-child(2) {
  border-color: #20c997;
}

.user-report_chart_section .chart_top h3 strong {
  font-weight: 500;
  color: #000000;
}

.main__row .users__report__page .main__row__list .main__list__left .coupon_list_img {
  width: 13%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .users__report__page .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .users__report__page .main__row__list .main__list__left .coupon_list_text {
  width: 85%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .users__report__page .main__row__list .main__list__left .coupon_list_text {
    margin-top: 10px;
    width: 100%;
  }
}

.payment__report__top {
  position: relative;
}
.payment__report__top .open__report {
  position: absolute;
  right: -6px;
  top: -5px;
}
.payment__report__top .open__report a,
.payment__report__top .open__report button {
  background: #e2e1e1;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 8px;
  border-radius: 0 0 0px 12px;
  border: 0px;
  cursor: pointer;
}
.payment__report__top ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul {
    flex-wrap: wrap;
  }
}
.payment__report__top ul li {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 13px;
  color: #999999;
  word-break: break-all;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
  }
}
.payment__report__top ul li .payment__stc i {
  margin-right: 5px;
}
.payment__report__top ul li strong {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.payment__report__top ul li:first-child {
  padding-left: 0px;
}
.payment__report__top ul li:last-child {
  padding-right: 0px;
}
.payment__report__top ul li:nth-child(1) {
  width: 24%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment__report__top ul li:nth-child(1) {
    width: 20%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li:nth-child(1) {
    width: 100%;
  }
}
.payment__report__top ul li:nth-child(2) {
  width: 18%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li:nth-child(2) {
    width: 60%;
  }
}
.payment__report__top ul li:nth-child(3) {
  width: 12%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li:nth-child(3) {
    width: 40%;
  }
}
.payment__report__top ul li:nth-child(4) {
  width: 12%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li:nth-child(4) {
    width: 60%;
  }
}
.payment__report__top ul li:nth-child(5) {
  width: 12%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li:nth-child(5) {
    width: 40%;
  }
}
.payment__report__top ul li:nth-child(6) {
  width: 13%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li:nth-child(6) {
    width: 60%;
  }
}
.payment__report__top ul li:nth-child(7) {
  width: 10%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top ul li:nth-child(7) {
    width: 40%;
  }
}

.payment_report_chart {
  margin-bottom: 15px;
}

.payment__report__btm .list__box {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}
.payment__report__btm .list__box .main__row__list {
  margin-bottom: 0px;
}
.payment__report__btm .list__box h2 {
  padding-top: 0px !important;
  font-size: 16px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  .payment__report__btm .list__box .coupon_list_text {
    margin-top: 0px !important;
  }
}

.payment__report__details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__details ul {
    margin-top: 15px;
    text-align: right;
  }
}
.payment__report__details ul li {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  text-align: left;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__details ul li {
    width: 32%;
  }
}
.payment__report__details ul li strong {
  display: block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.payment__report__btm {
  display: none;
  vertical-align: middle;
}

.payment__report__top .close__report {
  display: none;
  vertical-align: middle;
  top: -5px;
  right: -45px;
  bottom: auto;
  left: auto;
  position: absolute;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .payment__report__top .close__report {
    top: 0px;
    right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .payment__report__top .close__report {
    top: -10px;
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment__report__top .close__report {
    top: -10px;
    right: -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top .close__report {
    top: -6px;
    right: -6px;
  }
}
.payment__report__top .close__report .div_close {
  background-color: #fff;
  width: 43px;
  height: 33px;
  border-radius: 0;
  border: 0px;
  border-radius: 0 30px 30px 0;
  border-width: 0px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
  z-index: 1;
  box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .payment__report__top .close__report .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .payment__report__top .close__report .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .payment__report__top .close__report .div_close {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 0;
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .payment__report__top .close__report .div_close {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 0;
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}

.showreport .payment__report__btm {
  display: block;
  vertical-align: middle;
}
.showreport .open__report {
  display: none;
  vertical-align: middle;
}
.showreport .payment__report__top .close__report {
  display: block;
  vertical-align: middle;
}

.invoice__report__list ul li:nth-child(1) {
  width: 26%;
}
.invoice__report__list ul li:nth-child(2) {
  width: 17%;
}
.invoice__report__list ul li:nth-child(3) {
  width: 17%;
}
.invoice__report__list ul li:nth-child(4) {
  width: 17%;
}
.invoice__report__list ul li:nth-child(5) {
  width: 17%;
}
.invoice__report__list ul li:nth-child(6) {
  width: 10%;
}

.earning__report__list {
  padding-top: 20px;
}

.showbox .earning__report__details {
  display: block !important;
}

.des__report__store__chart {
  padding-top: 44px;
  padding-right: 0;
  padding-bottom: 44px;
  padding-left: 0;
}

.usersreport-filter-box .main_search_filters {
  width: 73%;
}
.usersreport-filter-box .main_search_filters input {
  width: 100%;
}
@media (min-width: 1025px) and (max-width: 1130px) {
  .usersreport-filter-box .main_search_filters {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .usersreport-filter-box .main_search_filters {
    width: 62%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .usersreport-filter-box .main_search_filters {
    width: 65%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .usersreport-filter-box .main_search_filters {
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .usersreport-filter-box .main_search_filters {
    width: 66%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .storereport-filter-top {
    margin-top: 10px;
  }
}

.location__search__miles {
  flex-basis: 70%;
  background: #fff;
  display: flex;
  vertical-align: middle;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px) {
  .location__search__miles {
    flex-basis: 60%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .location__search__miles {
    flex-basis: 65%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .location__search__miles {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.location__search__miles input.location_search {
  width: 90%;
  background: url("../images/location_icon.png") no-repeat 14px 50%;
  border: 0px;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 40px;
  font-size: 14px;
  color: #333333;
}
.location__search__miles input.miles_search {
  width: 20%;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 5px;
  font-size: 14px;
  color: #333333;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  border-left: 1px #dcdcdc solid;
}
@media (min-width: 768px) and (max-width: 991px) {
  .location__search__miles input.miles_search {
    width: 27%;
  }
}

.main__row .users__report__list .main__row__list .main__list__left .coupon_list_img {
  width: 14%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .users__report__list .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .users__report__list .main__row__list .main__list__left .coupon_list_text {
  width: 84%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .users__report__list .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .coupon-report-page .col-sm-12 .chart_top h3 {
    padding-left: 0px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .admin_store_report_btm .col-sm-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 0;
  }
  .admin_store_report_btm .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 0;
  }
}

.access__level {
  font-size: 13px;
  color: #999999;
}
.access__level strong {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.main__row .subadmin__page__list .main__row__list .main__list__left .coupon_list_img {
  float: left;
  width: 8%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .subadmin__page__list .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.main__row .subadmin__page__list .main__row__list .main__list__left .coupon_list_img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.main__row .subadmin__page__list .main__row__list .main__list__left .coupon_list_text {
  width: 90%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__row .subadmin__page__list .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
    margin-top: 10px;
  }
}

.subadmin__page__list .coupon_list_text {
  padding-bottom: 10px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .subadmin__page__list .col-sm-2 {
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .subadmin__page__list .col-sm-2 {
    width: 50%;
  }
}

.hero__slider {
  background-size: cover;
  background-attachment: scroll;
  min-height: 550px;
  background-repeat: no-repeat;
  position: relative;
  background: #fff url("../images/hero__bg.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero__slider {
    min-height: 432px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider {
    min-height: 350px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider {
    min-height: 511px;
  }
}

.hero__slider::after {
  content: "";
  background: #fff url("../images/transparent-bg.png") no-repeat center center;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  background-size: cover;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
}

.hero__slider__inner {
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__inner {
    display: block;
    position: relative;
  }
}
.hero__slider__inner .container {
  position: relative;
  z-index: 1;
}
.hero__slider__inner .hero__slider__text {
  width: 45%;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero__slider__inner .hero__slider__text {
    width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__inner .hero__slider__text {
    width: 52%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__inner .hero__slider__text {
    width: 100%;
  }
}
.hero__slider__inner .hero__slider__text h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero__slider__inner .hero__slider__text h1 {
    font-size: 50px;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__inner .hero__slider__text h1 {
    font-size: 40px;
    color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__inner .hero__slider__text h1 {
    font-size: 30px;
    color: #fff;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
}
.hero__slider__inner .hero__slider__text p {
  font-size: 18px;
  color: #fff;
  line-height: 33px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__inner .hero__slider__text p {
    font-size: 15px;
    color: #fff;
    padding-right: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__inner .hero__slider__text p {
    text-align: center;
  }
}

.app__download__btn {
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .app__download__btn {
    text-align: center;
  }
}
.app__download__btn .appstore__btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app__download__btn .appstore__btn {
    width: 162px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .app__download__btn .appstore__btn {
    width: 128px;
  }
}
.app__download__btn .appstore__btn a {
  display: block;
}
.app__download__btn .appstore__btn a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app__download__btn .appstore__btn a img {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .app__download__btn .appstore__btn a img {
    width: 100%;
  }
}

.hero__slider__box {
  height: 650px;
  top: -79px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 50%;
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .hero__slider__box {
    top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero__slider__box {
    width: 47%;
    top: -49px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box {
    top: 0;
    width: 57%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box {
    position: relative;
    top: 50px;
    text-align: center;
    width: 290px;
    margin: auto;
    height: auto;
  }
}

.homepage {
  background: #f5f5f5;
  min-height: 800px;
}

.hero__slider__box::after {
  content: "";
  background: url("../images/blank-banne-rmob.png") no-repeat center center;
  width: 465px;
  height: 583px;
  background-size: cover;
  top: -125px;
  right: 0;
  bottom: 0;
  left: 0px;
  position: absolute;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero__slider__box::after {
    width: 385px;
    height: 482px;
    top: -220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box::after {
    width: 322px;
    height: 408px;
    top: -282px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box::after {
    width: 100%;
    height: 391px;
    top: 0;
  }
}
.hero__slider__box .slick-slider {
  top: -15px;
  left: 2px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slick-slider {
    top: -10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slick-slider {
    top: -9px;
  }
}
.hero__slider__box .hero-slider-img {
  text-align: center;
}
.hero__slider__box .hero-slider-img img {
  display: inline-block !important;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero__slider__box .hero-slider-img img {
    width: 202px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .hero-slider-img img {
    width: 170px;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .hero-slider-img img {
    width: 163px;
    height: auto;
  }
}
.hero__slider__box .slider-info-box {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  width: 200px;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slider-info-box {
    width: 120px;
    height: auto;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slider-info-box {
    width: 120px;
    height: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
.hero__slider__box .slider-info-box.hero-slider-lf-info {
  left: 10px;
  bottom: 35%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slider-info-box.hero-slider-lf-info {
    left: 25px;
  }
}
.hero__slider__box .slider-info-box.hero-slider-rt-info {
  right: 10px;
  top: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slider-info-box.hero-slider-rt-info {
    right: 25px;
  }
}
.hero__slider__box .slider-info-box .slider-info-icon {
  width: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slider-info-box .slider-info-icon {
    width: 35px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slider-info-box .slider-info-icon {
    width: 30px;
  }
}
.hero__slider__box .slider-info-box .slider-info-icon img {
  width: 100%;
}
.hero__slider__box .slider-info-box .slider-info-content {
  margin-left: auto;
}
.hero__slider__box .slider-info-box .slider-info-content strong {
  display: block;
  font-size: 24px;
  color: #666666;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slider-info-box .slider-info-content strong {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slider-info-box .slider-info-content strong {
    font-size: 16px;
  }
}
.hero__slider__box .slider-info-box .slider-info-content span {
  font-size: 17px;
  color: #989898;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slider-info-box .slider-info-content span {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slider-info-box .slider-info-content span {
    font-size: 13px;
  }
}
.hero__slider__box .slider-info-box .slider-info-full-content .p-txt {
  margin: 0px;
  font-size: 14px;
  color: #707070;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slider-info-box .slider-info-full-content .p-txt {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slider-info-box .slider-info-full-content .p-txt {
    font-size: 12px;
  }
}
.hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value {
  font-size: 18px;
  color: #1170a2;
  font-weight: 700;
}
.hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value .wellbux-p-icon {
  width: 15px;
  margin-right: 5px;
}
.hero__slider__box .slider-info-box .slider-info-full-content .wellbux-value .wellbux-p-icon img {
  width: 100%;
}
.hero__slider__box .slider-info-img {
  width: 100%;
}
.hero__slider__box .slider-info-img img {
  width: 100%;
}
.hero__slider__box .slick-arrow {
  top: initial !important;
  bottom: 66px;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider__box .slick-arrow {
    bottom: 44px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slick-arrow {
    bottom: 36px;
  }
}
.hero__slider__box .slick-arrow:before {
  display: none;
}
.hero__slider__box .slick-arrow.slick-prev {
  background: url("../images/svg_icons/slider-white-left-arrow.svg") no-repeat center center;
  left: 16%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slick-arrow.slick-prev {
    left: 0px;
  }
}
.hero__slider__box .slick-arrow.slick-next {
  background: url("../images/svg_icons/slider-white-right-arrow.svg") no-repeat center center;
  right: 16%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__slider__box .slick-arrow.slick-next {
    right: 0px;
  }
}

.earn__wellbux__fold {
  padding-top: 100px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .earn__wellbux__fold {
    padding-top: 39px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .earn__wellbux__fold {
    padding-top: 84px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .earn__wellbux__fold {
    padding-top: 100px;
    min-height: 547px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .earn__wellbux__fold .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .earn__wellbux__fold .col-sm-3 {
    padding-top: 0;
    padding-right: 7px;
    padding-bottom: 0;
    padding-left: 7px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .earn__wellbux__fold .col-sm-3 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.earn__wellbux__fold h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .earn__wellbux__fold h1 {
    font-size: 28px;
    color: #333333;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .earn__wellbux__fold h1 {
    font-size: 22px;
    color: #333333;
  }
}
.earn__wellbux__fold strong {
  font-size: 18px;
  color: #666666;
  font-weight: 300;
  text-align: center;
  display: block;
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .earn__wellbux__fold strong {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    color: #666666;
  }
}
.earn__wellbux__fold .earn__wellbux__fold__box {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  text-align: center;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .earn__wellbux__fold .earn__wellbux__fold__box {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .earn__wellbux__fold .earn__wellbux__fold__box {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
}
.earn__wellbux__fold .earn__wellbux__fold__box h2 {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .earn__wellbux__fold .earn__wellbux__fold__box h2 {
    min-height: 41px;
  }
}
.earn__wellbux__fold .earn__wellbux__fold__box p {
  font-size: 14px;
  color: #666666;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
}
.earn__wellbux__fold .earn__wellbux__fold__box:hover {
  background: #00669b;
  background: -moz-linear-gradient(150deg, #00669b 0%, #482bba 100%);
  background: -webkit-linear-gradient(150deg, #00669b 0%, #482bba 100%);
  background: linear-gradient(150deg, #00669b 0%, #482bba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00669b", endColorstr="#482bba", GradientType=1);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.62);
}
.earn__wellbux__fold .earn__wellbux__fold__box:hover h2 {
  color: #fff;
}
.earn__wellbux__fold .earn__wellbux__fold__box:hover p {
  color: #fff;
}

.benefits__of__merchant__fold {
  scroll-margin-top: 76px;
  background-size: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 140px;
  padding-left: 0;
  height: auto;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .benefits__of__merchant__fold {
    padding-top: 40px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits__of__merchant__fold {
    padding-top: 30px;
    padding-bottom: 84px;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .benefits__of__merchant__fold {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    height: auto;
    background-size: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .benefits__of__merchant__fold .col-sm-4 {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
  }
}
.benefits__of__merchant__fold h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits__of__merchant__fold h1 {
    font-size: 28px;
    color: #333333;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .benefits__of__merchant__fold h1 {
    font-size: 22px;
    color: #333333;
  }
}
.benefits__of__merchant__fold strong {
  font-size: 18px;
  color: #666666;
  font-weight: 300;
  text-align: center;
  display: block;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .benefits__of__merchant__fold strong {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    font-size: 16px;
    color: #666666;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .benefits__of__merchant__fold strong {
    padding-bottom: 0px;
  }
}
.benefits__of__merchant__fold .benefits__of__merchant__box {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits__of__merchant__fold .benefits__of__merchant__box {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
}
.benefits__of__merchant__fold .benefits__of__merchant__box:hover {
  background-color: #f6f3ff;
}
@media (min-width: 480px) and (max-width: 767px) {
  .benefits__of__merchant__fold .benefits__of__merchant__box {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .benefits__of__merchant__fold .benefits__of__merchant__box {
    margin-top: 20px;
    height: auto;
  }
}
.benefits__of__merchant__fold .benefits__of__merchant__box h2 {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-align: center;
  min-height: 67px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits__of__merchant__fold .benefits__of__merchant__box h2 {
    min-height: 82px;
    font-size: 17px;
  }
}
.benefits__of__merchant__fold .benefits__of__merchant__box i {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  min-height: 119px;
  display: block;
  vertical-align: middle;
}
@media (min-width: 480px) and (max-width: 767px) {
  .benefits__of__merchant__fold .benefits__of__merchant__box i img {
    width: 100%;
  }
}
.benefits__of__merchant__fold .benefits__of__merchant__box p {
  font-size: 14px;
  color: #666666;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.app__features__fold {
  scroll-margin-top: 145px;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 75px;
  padding-left: 0;
}
.app__features__fold h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app__features__fold h1 {
    font-size: 28px;
    color: #333333;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .app__features__fold h1 {
    font-size: 22px;
    color: #333333;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .app__features__fold .row {
    flex-direction: column-reverse;
  }
}
.app__features__fold .app_features_slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -39px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.app__features__fold .app_features_slider .slick-dots li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.app__features__fold .app_features_slider .slick-dots li button {
  background: #fff;
  cursor: pointer;
  border-width: 1px;
  border-color: #0091ff;
  border-style: solid;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px;
  text-indent: -9999px;
  display: block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}
.app__features__fold .app_features_slider .slick-dots li.slick-active button {
  background: #007bff;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
}
.app__features__fold .app_features_slider .slick-current .features_slider_text {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.app__features__fold .app_features_slider .features_slider_text {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  border: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app__features__fold .app_features_slider .features_slider_text {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .app__features__fold .app_features_slider .features_slider_text {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.app__features__fold .app_features_slider .features_slider_text:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.app__features__fold .app_features_slider .features_slider_text i {
  width: 35px;
}
.app__features__fold .app_features_slider .features_slider_text i img {
  width: 100%;
}
.app__features__fold .app_features_slider .features_slider_text .features_slider_text_r {
  width: calc(100% - 50px);
  margin-left: auto;
}
.app__features__fold .app_features_slider .features_slider_text .features_slider_text_r strong {
  margin-top: -5px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 991px) {
  .app__features__fold .app_features_slider .features_slider_text .features_slider_text_r strong {
    font-size: 17px;
    color: #333333;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .app__features__fold .app_features_slider .features_slider_text .features_slider_text_r strong {
    font-size: 15px;
    color: #333333;
  }
}
.app__features__fold .app_features_slider .features_slider_text .features_slider_text_r p {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  display: block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.app__features__fold .slider-nav {
  padding-top: 20px;
}

.what__we__have__fold {
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
  background: url("../images/repet__bg.png") repeat-y center center;
  position: relative;
}
.what__we__have__fold h1 {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 55px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .what__we__have__fold h1 {
    font-size: 40px;
    color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .what__we__have__fold h1 {
    font-size: 35px;
    color: #fff;
  }
}
.what__we__have__fold h1 strong {
  display: block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 24px;
  color: #C4C4C4;
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .what__we__have__fold h1 strong {
    font-size: 20px;
    color: #C4C4C4;
  }
}
.what__we__have__fold .what__we__have_items {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .what__we__have__fold .what__we__have_items {
    font-size: 17px;
    color: #333333;
  }
}
.what__we__have__fold .what__we__have_items strong {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 55px;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .what__we__have__fold .what__we__have_items strong {
    font-size: 40px;
    color: #333333;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .what__we__have__fold .what__we__have_items strong {
    font-size: 35px;
    color: #333333;
  }
}
.what__we__have__fold .container {
  position: relative;
  z-index: 1;
}

.what__we__have__fold::after {
  content: "";
  background: #00669b;
  background: -moz-linear-gradient(left, #00669b 0%, #333bb1 100%);
  background: -webkit-linear-gradient(left, #00669b 0%, #333bb1 100%);
  background: linear-gradient(to right, #00669b 0%, #333bb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00669b", endColorstr="#333bb1", GradientType=1);
  width: 100%;
  height: 295px;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
}

.about__wellbux__fold {
  scroll-margin-top: 145px;
  padding-top: 60px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
  /*background: url("../images/repet__bg.png") repeat-y center center;*/
  position: relative;
}
.about__wellbux__fold h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__wellbux__fold h1 {
    font-size: 28px;
    color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__wellbux__fold h1 {
    font-size: 26px;
    color: #fff;
  }
}
.about__wellbux__fold strong {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  display: block;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about__wellbux__fold strong {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
    color: #fff;
  }
}
.about__wellbux__fold strong br {
  display: none;
}
.about__wellbux__fold .container {
  position: relative;
  z-index: 1;
}
.about__wellbux__fold .about__wellbux__video {
  margin-top: 40px;
  text-align: center;
}
.about__wellbux__fold .about__wellbux__video img {
  max-width: 100%;
  border-width: 10px;
  border-color: #fff;
  border-style: solid;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}

.about__wellbux__fold::after {
  content: "";
  background: #00669b;
  background: -moz-linear-gradient(left, #00669b 0%, #333bb1 100%);
  background: -webkit-linear-gradient(left, #00669b 0%, #333bb1 100%);
  background: linear-gradient(to right, #00669b 0%, #333bb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00669b", endColorstr="#333bb1", GradientType=1);
  width: 100%;
  height: 66%;
  top: 0px;
  position: absolute;
  left: 0px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .about__wellbux__fold::after {
    height: 77%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .about__wellbux__fold::after {
    height: 83%;
  }
}

.get__app__fold {
  padding-top: 90px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .get__app__fold {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.get__app__fold .container {
  position: relative;
  z-index: 1;
}
.get__app__fold .get__app__box {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .get__app__fold .get__app__box {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
.get__app__fold .get__app__box h1 {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 55px;
  color: #2a40ad;
}
@media (min-width: 768px) and (max-width: 991px) {
  .get__app__fold .get__app__box h1 {
    font-size: 40px;
    color: #2a40ad;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .get__app__fold .get__app__box h1 {
    font-size: 30px;
    color: #2a40ad;
  }
}
.get__app__fold .get__app__box h1 strong {
  display: block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 24px;
  color: #5892be;
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .get__app__fold .get__app__box h1 strong {
    font-size: 18px;
    color: #5892be;
  }
}
.get__app__fold .get__app__box .app__download__btn {
  text-align: center;
}

.get__app__fold::after {
  content: "";
  background: #00669b;
  background: -moz-linear-gradient(left, #00669b 0%, #333bb1 100%);
  background: -webkit-linear-gradient(left, #00669b 0%, #333bb1 100%);
  background: linear-gradient(to right, #00669b 0%, #333bb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00669b", endColorstr="#333bb1", GradientType=1);
  width: 100%;
  height: 59px;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 767px) {
  .get__app__box .app__download__btn .appstore__btn {
    width: 122px;
  }
}

.sm_container {
  width: 1046px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .sm_container {
    width: 90%;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm_container {
    width: 90%;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sm_container {
    width: 90%;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}

.login__page {
  background: #fff;
  box-shadow: 0 0 15px #9c9c9c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.login__bg__left {
  background: #1059a2;
  background: -moz-linear-gradient(left, #1059a2 1%, #2b41ae 100%);
  background: -webkit-linear-gradient(left, #1059a2 1%, #2b41ae 100%);
  background: linear-gradient(to right, #1059a2 1%, #2b41ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1059a2", endColorstr="#2b41ae", GradientType=1);
  border-radius: 5px 0 0 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login__bg__left {
    border-radius: 5px 5px 0 0px;
  }
}

.login__left {
  text-align: center;
  padding-top: 50px;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  align-self: center;
  align-items: center;
  align-content: center;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login__left {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }
}
.login__left .login__logo {
  margin: auto;
}
.login__left p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.login__left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  width: 100%;
}
.login__left ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  color: #fff;
  width: 49%;
}
.login__left ul li span {
  display: block;
  vertical-align: middle;
  font-size: 12px;
}

.login__right {
  padding-top: 40px;
  padding-right: 35px;
  padding-bottom: 40px;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login__right {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .login__right {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
.login__right h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login__right h2 {
    font-size: 18px;
  }
}
.login__right .form {
  margin-top: 30px;
}

.login__input {
  margin-bottom: 20px;
}
.login__input input[type=text],
.login__input input[type=password],
.login__input input[type=number],
.login__input input[type=email],
.login__input input[type=googleInputLocation],
.login__input textarea {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  resize: none;
}

.remember .remember-me {
  float: left;
}
.remember a {
  float: right;
  font-weight: 300;
  margin-top: 2px;
  font-size: 14px;
  color: #FE6C0B;
}
.remember a:hover {
  color: #000000;
}

.form-check {
  padding-left: 0px;
}

.btm_txt {
  text-align: center;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  color: #666666;
}
.btm_txt a {
  color: #FE6C0B;
  font-weight: 400;
}
.btm_txt a:hover {
  color: #666666;
}

.login__submit {
  margin-top: 20px;
  text-align: center;
}
.login__submit button {
  background-color: #FE6C0B;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 6px;
  display: inline-block;
  font-weight: 400;
  border-width: 1px;
  border-color: #FE6C0B;
  border-style: solid;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
.login__submit button:hover {
  background-color: #999999;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
}
.login__submit .btn_back {
  background-color: #fff;
  font-size: 16px;
  color: #FE6C0B;
  border-radius: 5px;
  padding: 6px;
  display: inline-block;
  font-weight: 400;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  margin-right: 10px;
}
.login__submit .btn_back:hover {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .login__submit.forgot__submit button {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .login__submit.forgot__submit button {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}

.login__input .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 17px !important;
}

.signup__bg__left {
  background: #08609f;
  background: -moz-linear-gradient(top, #08609f 0%, #432eb8 100%);
  background: -webkit-linear-gradient(top, #08609f 0%, #432eb8 100%);
  background: linear-gradient(to bottom, #08609f 0%, #432eb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08609f", endColorstr="#432eb8", GradientType=0);
  border-radius: 5px 0 0 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .signup__bg__left {
    border-radius: 5px 5px 0 0px;
  }
}

.signup__step__text {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
}
.signup__step__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.signup__step__text ul li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 75px;
  padding-left: 0px;
  position: relative;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .signup__step__text ul li {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .signup__step__text ul li:last-child {
    padding-bottom: 0px;
  }
}
.signup__step__text ul li strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}
.signup__step__text ul li p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 14px;
  color: #fff;
}
.signup__step__text ul li .step__number {
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  text-align: center;
  font-weight: 600;
  border-width: 2px;
  border-color: #2448ab;
  border-style: solid;
  font-size: 19px;
  color: #2448ab;
  line-height: 41px;
  top: 0;
  right: -20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 767px) {
  .signup__step__text ul li .step__number {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
  }
}
.signup__step__text ul li .step__number__active {
  position: absolute;
}
.signup__step__text ul li .step__number__active:after {
  background-color: #2448ab;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  text-align: center;
  font-weight: 600;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  font-size: 19px;
  color: #fff;
  line-height: 41px;
  top: -2px;
  right: -2px;
  bottom: auto;
  left: auto;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.signup__step__text ul li .step__text {
  width: 80%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .signup__step__text ul li .step__text {
    width: 100%;
    margin-left: 0px;
  }
}

.signup__left {
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .signup__left {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.signup__step__img {
  text-align: center;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 37px;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .signup__step__img {
    margin-top: 25px;
    margin-right: 0;
    margin-bottom: 37px;
    margin-left: 0px;
  }
}
.signup__step__img strong {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  display: block;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.signup_uploaded_imgs .box_upload_img img {
  width: 100%;
  height: auto;
}

.signup__upload__img .signup_upload__img__box {
  float: left;
  position: relative;
  margin-top: 0;
  margin-right: 19px;
  margin-bottom: 19px;
  margin-left: 0;
  background-color: #f1f1f1;
  width: 161px;
  height: 161px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #cdcdcd;
  border-style: solid;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .signup__upload__img .signup_upload__img__box {
    width: 20%;
    height: auto;
    margin-top: 0;
    margin-right: 4%;
    margin-bottom: 2%;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .signup__upload__img .signup_upload__img__box {
    width: 20%;
    height: auto;
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 3%;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .signup__upload__img .signup_upload__img__box {
    width: 28%;
    height: auto;
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 3%;
    margin-left: 0;
  }
}
.signup__upload__img .delete_img_upload {
  background-color: white;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  top: -11px;
  right: -11px;
  bottom: auto;
  left: auto;
  position: absolute;
  border-width: 1px;
  border-color: #cdcdcd;
  border-style: solid;
  text-align: center;
}
.signup__upload__img .delete_img_upload a {
  display: block;
  vertical-align: middle;
}
.signup__upload__img .delete_img_upload img {
  width: 12px;
  height: auto;
  display: block;
  vertical-align: middle;
  margin-top: 6px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.signup__upload__img .box_upload_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.signup__upload__img .signup_upload_img_input {
  background: #fff;
}
.signup__upload__img .signup_upload_img_input .signup_upload__input_opcty {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.signup__upload__img .signup_upload_img_input .signup_upload__input_opcty input {
  width: 100%;
  height: 100%;
}
.signup__upload__img .signup_upload_img_input .signup_upload__input_opcty.edituploadimg {
  height: auto;
  opacity: 1;
  top: 5px;
  right: 5px;
  width: 34px;
  left: inherit;
}
.signup__upload__img .signup_upload_img_input .signup_upload__input_opcty.edituploadimg input {
  opacity: 0;
  z-index: 1;
  position: relative;
}
.signup__upload__img .signup_upload_img_input .signup_upload__input_opcty.edituploadimg::after {
  position: absolute;
  content: url("/assets/images/svg_icons/image-edit-icon.svg");
  border-width: 1px;
  border-color: #FE6C0B;
  border-style: solid;
  border-radius: 5px;
  color: #FE6C0B;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
  right: 0px;
  background: #fff;
}
.signup__upload__img .signup_upload_img_input .signup_upload_img_text {
  background-color: none;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}
.signup__upload__img .signup_upload_img_input .signup_upload_img_text i {
  display: block;
  vertical-align: middle;
  width: 90px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.signup__upload__img .signup_upload_img_input .signup_upload_img_text i img {
  width: 100%;
  height: auto;
}
.signup__upload__img .signup_upload_img_input .signup_upload_img_text span {
  display: block;
  vertical-align: middle;
  margin-top: 10px;
  font-size: 14px;
  color: #C4C4C4;
}

@media (min-width: 768px) and (max-width: 991px) {
  .store-form-admin .signup__upload__img .signup_upload__img__box {
    width: 20%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .store-form-admin .signup__upload__img .signup_upload__img__box {
    width: 20%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .store-form-admin .signup__upload__img .signup_upload__img__box {
    width: 31%;
  }
}

.sign__up__btn {
  margin-top: 20px;
}

.pre__btn {
  float: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .pre__btn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.next__btn {
  float: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .next__btn {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .next__btn.merchant-add-store-submit {
    width: auto;
  }
}

.text__area__height__100 {
  height: 100px !important;
}

.password__box {
  position: relative;
}
.password__box i {
  top: 15px;
  right: 10px;
  bottom: auto;
  left: auto;
  position: absolute;
  font-size: 21px;
  color: #C4C4C4;
}
.password__box input {
  padding-right: 50px !important;
}

.center__btn {
  text-align: center;
}
.center__btn .next__btn {
  float: none;
}

.add__new__store__left {
  padding-top: 72px;
  padding-right: 40px;
}
.add__new__store__left strong {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.add__new__store__left p {
  font-size: 14px;
  color: #fff;
}

.addstore_mid_container {
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .addstore_mid_container {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .addstore_mid_container {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .add__new__store__left {
    padding-top: 41px;
  }
}
.add__new__store__left .signup__step__text ul li .step__text {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .add__new__store__left .signup__step__text ul li .step__text {
    margin-left: 0px;
  }
}

.signup-page .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #7e7e7e !important;
  opacity: 1;
  font-weight: 300;
}
.signup-page .ng-select .ng-select-container {
  border-width: 1px;
  border-color: solid;
  border-style: #dcdcdc;
  min-height: 54px !important;
}
.signup-page .ng-select .ng-select-container .ng-input input {
  padding: 0px;
}

.merchant__dashboard__top__btn {
  border-bottom: 1px #C4C4C4 solid;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .merchant__dashboard__top__btn {
    border-bottom: 0px #C4C4C4 solid;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__top__btn .col-sm-10 {
    padding-right: 0px;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__top__btn .col-sm-2 {
    padding-left: 0px;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__dashboard__top__btn .col-sm-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.merchant__dashboard__top__btn .add__new__btn {
  text-align: right;
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__dashboard__top__btn .add__new__btn {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}
.merchant__dashboard__top__btn .add__new__btn a {
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__top__btn .add__new__btn a {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
.merchant__dashboard__top__btn .add__new__btn a:hover {
  background: #FE6C0B;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__top__btn .add__new__btn a:hover {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .tabs__1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .tabs__1 {
    border-bottom: 1px #C4C4C4 solid;
    margin-bottom: 15px;
  }
}
.tabs__1 .slick-prev:before,
.tabs__1 .slick-next:before {
  color: #000000;
}
.tabs__1 .slick-slider .slick-list {
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .tabs__1 .slick-slider .slick-prev {
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabs__1 .slick-slider .slick-prev {
    left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tabs__1 .slick-slider .slick-prev {
    left: 0px;
  }
}
.tabs__1 .slick-slider .slick-next {
  z-index: 4;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .tabs__1 .slick-slider .slick-next {
    right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabs__1 .slick-slider .slick-next {
    right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tabs__1 .slick-slider .slick-next {
    right: 0px;
  }
}
.tabs__1 .slick-slider .slick-prev ~ .slick-list {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .tabs__1 .slick-slider .slick-prev ~ .slick-list {
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabs__1 .slick-slider .slick-prev ~ .slick-list {
    width: calc(100% - 60px);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tabs__1 .slick-slider .slick-prev ~ .slick-list {
    width: calc(100% - 60px);
  }
}
.tabs__1 .slick-slide a {
  display: block;
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
  background: #fff;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  border-bottom: 0px;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  .tabs__1 .slick-slide a {
    border-width: 1px;
    border-color: #C4C4C4;
    border-style: solid;
  }
}
.tabs__1 .slick-slide a:hover, .tabs__1 .slick-slide a.tab-active {
  color: #FE6C0B;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0);
}
.tabs__1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tabs__1 ul {
    border-bottom: 1px #C4C4C4 solid;
    margin-bottom: 10px;
  }
}
.tabs__1 ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .tabs__1 ul li {
    width: 49%;
  }
}
.tabs__1 ul li a {
  display: block;
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
  background: #fff;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  border-bottom: 0px;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  .tabs__1 ul li a {
    border-width: 1px;
    border-color: #C4C4C4;
    border-style: solid;
  }
}
.tabs__1 ul li a:hover, .tabs__1 ul li a.active {
  color: #FE6C0B;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .padding__20 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__dashboard__coupan .padding__20 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__dashboard__coupan .padding__20 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.merchant__dashboard__coupan .w__chart__box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .m_das_co_chart_top {
    align-items: center;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__dashboard__coupan .m_das_co_chart_top {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__dashboard__coupan .m_das_co_chart_top {
    flex-wrap: wrap;
  }
}
.merchant__dashboard__coupan .m_das_co_chart_top h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .m_das_co_chart_top h3 {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__dashboard__coupan .m_das_co_chart_top h3 {
    width: 100%;
  }
}
.merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right {
  align-self: flex-start;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right {
    justify-content: flex-end;
    text-align: right;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    width: 76%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right {
    justify-content: flex-end;
    text-align: right;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right {
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right {
    justify-content: flex-start;
    text-align: left;
  }
}
.merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-right: 1px #C4C4C4 solid;
}
.merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right ul li:last-child {
  border-right: 0px #C4C4C4 solid;
}
.merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right ul li a {
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  display: block;
  vertical-align: middle;
  line-height: 26px;
}
.merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right ul li a:hover, .merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right ul li a.active {
  color: #FE6C0B;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__dashboard__coupan .m_das_co_chart_top .chart_top_right ul li:last-child {
    width: 11%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .chart-section-col-5 .m_das_co_chart_top {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .chart-section-col-5 .m_das_co_chart_top h3 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .chart-section-col-5 .m_das_co_chart_top .chart_top_right {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    margin-top: 10px;
  }
}

.select-coupons {
  width: 200px;
  margin-right: 10px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 767px) {
  .select-coupons {
    width: auto;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .select-coupons {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

.recent_redemptions_list {
  overflow: auto;
  height: 333px;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .recent_redemptions_list {
    height: 210px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .recent_redemptions_list {
    height: auto;
  }
}
.recent_redemptions_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent_redemptions_list ul li {
  display: block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  background: #fff;
  font-size: 14px;
  color: #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.recent_redemptions_list ul li strong {
  float: right;
  font-size: 16px;
  color: #000000;
}

.merchant__top__coupons {
  margin-top: 20px;
}
.merchant__top__coupons h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.merchant__top__coupons .top_coupons_slider .slick-arrow {
  border: 0px;
  top: -32px;
  right: 0px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border-width: 2px;
  border-color: #666666;
  border-style: solid;
  text-indent: -9999px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__top__coupons .top_coupons_slider .slick-arrow {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.merchant__top__coupons .top_coupons_slider .slick-arrow.slick-prev {
  left: inherit;
  right: 54px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__top__coupons .top_coupons_slider .slick-arrow.slick-prev {
    right: 36px;
  }
}
.merchant__top__coupons .top_coupons_slider .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-right: 3px;
  font-weight: 900 !important;
  text-indent: 9999px;
  display: block;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  vertical-align: middle;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__top__coupons .top_coupons_slider .slick-prev::before {
    font-size: 16px;
    margin-top: 0px;
  }
}
.merchant__top__coupons .top_coupons_slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900 !important;
  text-indent: 9999px;
  display: block;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding-left: 3px;
  text-indent: 9999px;
  display: inline-flex;
  vertical-align: middle;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__top__coupons .top_coupons_slider .slick-next::before {
    font-size: 16px;
    margin-top: 0px;
  }
}
.merchant__top__coupons .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__top__coupons .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.merchant__top__coupons .slick-list {
  margin-top: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__top__coupons .slick-list {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.merchant__top__coupons .top_coupons_items {
  background: #fff;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}
.merchant__top__coupons .top_coupons_items .top_coupons_chart {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__top__coupons .top_coupons_items .top_coupons_chart {
    width: 28%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__top__coupons .top_coupons_items .top_coupons_chart {
    width: 28%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__top__coupons .top_coupons_items .top_coupons_chart {
    width: 20%;
  }
}
.merchant__top__coupons .top_coupons_items .top_coupons_chart img {
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.merchant__top__coupons .top_coupons_items .top_coupons_text {
  width: 70%;
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__top__coupons .top_coupons_items .top_coupons_text {
    width: 78%;
  }
}
.merchant__top__coupons .top_coupons_items .top_coupons_text h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-transform: uppercase;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .merchant__top__coupons .top_coupons_items .top_coupons_text h3 {
    font-size: 15px;
  }
}
.merchant__top__coupons .top_coupons_items .top_coupons_text p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 15px;
  color: #333333;
}

.merchant__recent__reviews {
  margin-top: 20px;
}
.merchant__recent__reviews h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__recent__reviews h3 {
    font-size: 15px;
  }
}
.merchant__recent__reviews h3 a {
  float: right;
  font-size: 14px;
  color: #FE6C0B;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__recent__reviews h3 a {
    font-size: 13px;
    margin-top: 7px;
  }
}
.merchant__recent__reviews h3 a:hover {
  color: #000000;
}

.m_r_r_box {
  background: #fff;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 567px) {
  .m_r_r_box {
    width: 100%;
  }
}
.m_r_r_box .m_r_r_img {
  width: 70px;
}
.m_r_r_box .m_r_r_img img {
  width: 100%;
  background: #fff;
}
.m_r_r_box .m_r_r_text {
  width: calc(100% - 70px);
  padding-left: 14px;
}
.m_r_r_box .m_r_r_text_t {
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .m_r_r_box .m_r_r_text_t {
    flex-wrap: wrap;
  }
}
.m_r_r_box .m_r_r_text_t h4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.m_r_r_box .m_r_r_text_t .rating_star {
  margin-top: -3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.m_r_r_box .m_r_r_text_t .rating_star i {
  font-size: 13px;
  color: #feb900;
}
.m_r_r_box .m_r_r_text_t .review_date {
  justify-content: flex-end;
  flex-basis: auto;
  flex-grow: 1;
  text-align: right;
  font-size: 12px;
  color: #C4C4C4;
}
@media (min-width: 320px) and (max-width: 479px) {
  .m_r_r_box .m_r_r_text_t .review_date {
    text-align: right;
  }
}
.m_r_r_box p {
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 13px;
  color: #666666;
}

.merchant__sale__location {
  margin-top: 20px;
}
.merchant__sale__location h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__sale__location h3 {
    font-size: 15px;
  }
}
.merchant__sale__location .merchant__sale__location__search {
  background: #ede9f9;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
}
.merchant__sale__location .merchant__sale__location__search .salelocation__search {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  background: #fff;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search .salelocation__search {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.merchant__sale__location .merchant__sale__location__search .salelocation__search .location__search {
  width: 78%;
  border-right: 1px #C4C4C4 solid;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__sale__location .merchant__sale__location__search .salelocation__search .location__search {
    width: 74%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search .salelocation__search .location__search {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px #C4C4C4 solid;
  }
}
.merchant__sale__location .merchant__sale__location__search .salelocation__search .location__search input {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 0px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 30px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.merchant__sale__location .merchant__sale__location__search .salelocation__search .coupons__filter__2 {
  width: 18%;
  margin-right: 0px;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__sale__location .merchant__sale__location__search .salelocation__search .coupons__filter__2 {
    width: 28%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search .salelocation__search .coupons__filter__2 {
    width: 50%;
  }
}
.merchant__sale__location .merchant__sale__location__search .salelocation__search .coupons__filter__2 input {
  width: 48%;
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search .salelocation__search .location-find-btn {
    width: 50%;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__sale__location .merchant__sale__location__search .map__info {
    margin-top: 10px;
  }
}
.merchant__sale__location .merchant__sale__location__search .map__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__sale__location .merchant__sale__location__search .map__info ul {
    justify-content: flex-start;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search .map__info ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.merchant__sale__location .merchant__sale__location__search .map__info ul li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 5px;
  line-height: 18px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  background: #fff;
  font-size: 14px;
  color: #666666;
  min-width: 15%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__sale__location .merchant__sale__location__search .map__info ul li {
    width: 25%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search .map__info ul li {
    width: 48%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4%;
    margin-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__sale__location .merchant__sale__location__search .map__info ul li:nth-child(2n+2) {
    margin-left: 4%;
  }
}
.merchant__sale__location .merchant__sale__location__search .map__info ul li:first-child {
  margin-left: 0px;
}
.merchant__sale__location .merchant__sale__location__search .map__info ul li strong {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  color: #000000;
}
.merchant__sale__location .merchant__sale__location__in {
  background: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.participate__sub__list__top {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 568px) and (max-width: 767px) {
  .participate__sub__list__top {
    padding-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .participate__sub__list__top {
    flex-wrap: wrap;
    padding-top: 0px;
  }
}
.participate__sub__list__top h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.participate__sub__list__top a {
  font-size: 14px;
  color: #FE6C0B;
  margin-left: auto;
}
@media (min-width: 320px) and (max-width: 479px) {
  .participate__sub__list__top a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.participate__sub__list__top a:hover {
  font-size: 14px;
  color: #FE6C0B;
}

.participate__submit {
  text-align: center;
}
.participate__sub__list__btm .participate__sub__list__row {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
.participate__sub__list__btm .participate__sub__list__row .participate__check {
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  top: -8px;
  right: -8px;
  z-index: 2;
  border-width: 0px;
  border-color: #28a745;
  border-style: solid;
}
.participate__sub__list__btm .participate__sub__list__row .participate__check input[type=checkbox] {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.participate__sub__list__btm .participate__sub__list__row.active_border {
  border-width: 1px;
  border-color: #28a745;
  border-style: solid;
}
.participate__sub__list__btm .participate__sub__list__row.active_border .participate__check {
  background-position: 0 -25px;
}
.participate__sub__list__btm .main__row__list {
  margin-bottom: 0px;
}
.participate__sub__list__btm .main__row__list .main__list__left .coupon_list_text h2 {
  padding-top: 0px;
}
.participate__sub__list__btm .main__row__list .main__list__left .coupon_list_text p {
  margin-top: 5px;
}

.merchant__total__payment_summary {
  text-align: center;
  padding-top: 30px;
}
.merchant__total__payment_summary p {
  font-size: 14px;
}
.merchant__total__payment_summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px #999999 solid;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.merchant__total__payment_summary ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  font-size: 14px;
  padding-top: 0;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  border-left: 1px #999999 solid;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__total__payment_summary ul li {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }
}
.merchant__total__payment_summary ul li:first-child {
  border-left: 0px;
}
.merchant__total__payment_summary ul li strong {
  display: block;
  vertical-align: middle;
  font-size: 16px;
}

.merchant__payment__list .main__row__list .main__list__left .coupon_list_img {
  width: 16%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__payment__list .main__row__list .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.merchant__payment__list .main__row__list .main__list__left .coupon_list_text {
  width: 82%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__payment__list .main__row__list .main__list__left .coupon_list_text {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.merchant__payment__list .main__row__list .main__list__left .coupon_list_text .merchant__payment__list ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media (min-width: 480px) and (max-width: 767px) {
  .merchant__payment__list .main__row__list .main__list__left .coupon_list_text .merchant__payment__list ul.list {
    text-align: left;
  }
}
.merchant__payment__list .main__row__list .main__list__left .coupon_list_text .merchant__payment__list ul.list li {
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  text-align: left;
  padding-top: 0;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__payment__list .main__row__list .main__list__left .coupon_list_text .merchant__payment__list ul.list li {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    width: 32%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .merchant__payment__list .main__row__list .main__list__left .coupon_list_text .merchant__payment__list ul.list li {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__payment__list .main__row__list .main__list__left .coupon_list_text .merchant__payment__list ul.list li {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    width: 32%;
  }
}
.merchant__payment__list .main__row__list .main__list__left .coupon_list_text .merchant__payment__list ul.list li strong {
  display: block;
  vertical-align: middle;
  display: block;
  color: #333333;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  font-weight: 500;
  text-align: left;
}

.page-merchant-paricipate-sale .coupons_full_img img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(1) {
    width: 25%;
  }
}
.merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(2) {
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(2) {
    width: 18%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(2) {
    width: 21%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(2) {
    width: 50%;
  }
}
.merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(3) {
  width: 18%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(3) {
    width: 16%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(3) {
    width: 21%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(3) {
    width: 50%;
  }
}
.merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(4) {
  width: 16%;
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(4) {
    width: 18%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(4) {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(5) {
    width: 18%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(5) {
    width: 24%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(5) {
    width: 50%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__payment__list .payment__page__list .payment__report__top ul li:nth-child(6) {
    width: auto;
  }
}

.m_p_pay_btn a {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
}
.m_p_pay_btn a:hover {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .merchant__payment__pendding__page .payment__report__top ul li:nth-child(6) {
    width: 16%;
  }
}

.main__list__left .list-img-thumbnail {
  width: 15%;
  float: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__list__left .list-img-thumbnail {
    width: 100%;
  }
}
.main__list__left .list-img-thumbnail img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
.main__list__left .text-with-thumbnail {
  width: 82.5%;
  float: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main__list__left .text-with-thumbnail {
    width: 100%;
    margin-top: 15px;
  }
}
.main__list__left .text-with-thumbnail h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 9px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main__list__left .text-with-thumbnail h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__list__left .text-with-thumbnail h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__list__left .text-with-thumbnail h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }
}
.main__list__left .text-with-thumbnail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main__list__left .text-with-thumbnail ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main__list__left .text-with-thumbnail ul li {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.main__list__left .text-with-thumbnail ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
}
.main__list__left .text-with-thumbnail ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.main__list__left .text-with-thumbnail p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .main__list__left .text-with-thumbnail p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.main__list__left .text-with-thumbnail p a {
  color: #FE6C0B;
}
.main__list__left .text-with-thumbnail p a:hover {
  color: #333333;
}

.redeem-code-store {
  margin-right: 30px;
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .redeem-code-store {
    margin-top: 10px;
    margin-right: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .redeem-code-store {
    margin-top: 10px;
    margin-right: 0px;
  }
}
.redeem-code-store strong {
  display: block;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
}

@media (min-width: 480px) and (max-width: 767px) {
  .merchant-manage-redeem-code-list .main__row__list .custom-justify-content-end {
    padding-left: 19.5%;
  }
}

.merchant-payment-page .show__row__box {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 10px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0);
  margin-bottom: 0px;
}
.merchant-payment-page .show__row__box .div_close {
  display: none;
}

.merchant__paricipate__sale__list .participate__sub__list {
  margin-top: 10px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .merchant__paricipate__sale__list .participate__sub__list {
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant__paricipate__sale__list .participate__sub__list {
    margin-top: 0px;
  }
}

.merchant__payment__list .payment__page__list .list__box {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}
.merchant__payment__list .payment__page__list .list__box .main__row__list {
  margin-bottom: 0px;
}
.merchant__payment__list .payment__page__list .list__box h2 {
  padding-top: 0px !important;
  font-size: 16px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__payment__list .payment__page__list .list__box .coupon_list_text {
    margin-top: 0px !important;
  }
}

.merchant-top-coupons-sale .slick-prev.slick-disabled,
.merchant-top-coupons-sale .slick-next.slick-disabled {
  border-color: #dbdbdb;
}

.merchant-top-coupons-sale .slick-arrow.slick-disabled::before {
  opacity: 0.25;
}

@media (min-width: 768px) and (max-width: 991px) {
  .merchant__dashboard__coupan .merchant-recent-redemptions .m_das_co_chart_top .chart_top_right {
    margin-top: 10px;
  }
}

.merchant-dashboard-page .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  padding-top: 0;
}
.merchant-dashboard-page .ng-select .ng-select-container .ng-value-container .ng-placeholder,
.merchant-dashboard-page .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.merchant-dashboard-page .ng-value-label {
  color: #999999 !important;
  font-size: 12px;
  font-weight: 300;
}
.merchant-dashboard-page .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  padding-top: 0px;
}
.merchant-dashboard-page .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.merchant-dashboard-page .ng-select .ng-select-container .ng-value-container .ng-input > input {
  color: #999999;
  font-size: 12px;
  font-weight: 300;
}
.merchant-dashboard-page .coupons__filter__2 label,
.merchant-dashboard-page .coupons__filter__2 input {
  color: #666666;
}
.merchant-dashboard-page .calendar-img-box {
  height: 25px;
}

.participated-in-sale-coupons-details .coupons_details_hd h1 {
  margin-bottom: 0px;
}
.participated-in-sale-coupons-details .coupons_details_hd {
  padding-bottom: 0px;
  padding-left: 0;
}
.participated-in-sale-coupons-details .coupons_details_hd ul li {
  font-size: 12px;
}
.participated-in-sale-coupons-details .coupons_details_des {
  padding-top: 0px;
  padding-left: 0;
}
.participated-in-sale-coupons-details .coupons_details_des p {
  color: #666666;
}

.participated-in-sale-applied-coupons .participate__sub__list {
  margin-top: 0px;
}
.participated-in-sale-applied-coupons .participate__sub__list__top {
  padding-top: 5px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .participated-in-sale-applied-coupons .participate__sub__list__btm .main__row__list .col-sm-4.custom-justify-content-end {
    padding-left: 29%;
  }
}

.merchant_store_slider {
  margin-bottom: -1px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant_store_slider {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
.merchant_store_slider.tabs__1 .slick-track {
  margin-left: inherit;
}
.merchant_store_slider.tabs__1 .slick-slider .slick-track .slick-slide a {
  border-bottom: 1px #C4C4C4 solid;
}
@media (min-width: 320px) and (max-width: 567px) {
  .merchant_store_slider.tabs__1 .slick-slider .slick-track .slick-slide a {
    border-bottom: 0px;
  }
}
.merchant_store_slider.tabs__1 .slick-slider .slick-track .slick-slide a.tab-active {
  border: 1px #FE6C0B solid;
  border-bottom: 0;
}

.merchant__paricipate__sale__list .coupons__details .coupons_details_hd h1 {
  margin-bottom: 5px;
}
.merchant__paricipate__sale__list .coupons_details_des {
  padding-top: 0;
}
.merchant__paricipate__sale__list .coupons_details_des p {
  margin: 0px;
  color: #666;
}
.merchant__paricipate__sale__list .coupons__details .coupons_details_hd ul li {
  font-size: 12px;
}

.ShowBox {
  display: block !important;
}

.manage__page__list {
  padding-top: 25px;
}

.align-items {
  align-items: center;
}

.manage__page__box {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin-bottom: 10px;
}
.manage__page__box .manage__page__top__box {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage__page__box .manage__page__top__box .custom-justify-content-end {
    justify-content: flex-start;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage__page__box .manage__page__top__box .col-sm-8 {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage__page__box .manage__page__top__box .col-sm-4 {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.manage__page__box .manage__page__top__box h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.manage__page__box .manage__page__top__box span {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  color: #9A9A9A;
}
.manage__page__box .manage__page__top__box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.manage__page__box .manage__page__top__box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.manage__page__box .manage__page__top__box ul li a {
  font-size: 14px;
  color: #FE6C0B;
  font-weight: 400;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
  display: block;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage__page__box .manage__page__top__box ul li a {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.manage__page__box .manage__page__top__box ul li a:hover, .manage__page__box .manage__page__top__box ul li a.active {
  color: #9A9A9A;
}

.manage__page__btm__box {
  border-top: 1px #e2e2e2 solid;
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.manage__page__btm__box h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 500;
  font-size: 20px;
  color: #373737;
}
@media (min-width: 320px) and (max-width: 767px) {
  .manage__page__btm__box h1 {
    font-size: 18px;
  }
}

.pagination-div {
  display: block;
  vertical-align: middle;
  width: 100%;
  text-align: right;
}

.pagination-div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-div ul li {
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  margin-left: 2px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  background: #e4e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}

.pagination-div ul li a {
  background: #fff;
  border-width: 1px;
  border-color: solid;
  border-style: #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  vertical-align: middle;
  display: block;
  color: #434343;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  font-weight: 600;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
}

.pagination-div ul li.pagination-first a,
.pagination-div ul li.pagination-last a {
  color: #FE6C0B;
}

.show_select .cus_select {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-left: 10px;
  background: #fff url("../images/dropdown-arrow.png") no-repeat 86% 50%;
}

@media (min-width: 480px) and (max-width: 767px) {
  .start__end__date .col-sm-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.add-fold-link {
  display: block;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}
.add-fold-link a {
  font-size: 14px;
  color: #FE6C0B;
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 9px;
  padding-left: 8px;
  font-weight: 400;
  text-decoration: underline;
}
.add-fold-link a:hover {
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 9px;
  padding-left: 8px;
}

.add-new-options-input {
  position: relative;
}
.add-new-options-input .abslt-add-fold-link {
  position: absolute;
  right: -125px;
  top: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .add-new-options-input .abslt-add-fold-link {
    position: relative;
    margin-left: 15px;
    right: 0px;
  }
}

.add-new-fold {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
.add-new-fold h3 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 16px;
  color: #666666;
  font-weight: 700;
}

.existing-fold-row {
  background: #f4f4f4;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
}
.existing-fold-row .foldhandle {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  cursor: pointer;
  border-left: 1px #dcdcdc solid;
}
.existing-fold-row .foldhandle i {
  font-size: 18px;
  color: #666666;
}
.existing-fold-row .existing-fold-left {
  float: left;
  width: 50%;
}
.existing-fold-row .existing-fold-left h4 {
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 8px;
  margin-left: 7px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.existing-fold-row .existing-fold-right {
  float: right;
  margin-right: 35px;
  margin-top: 6px;
}
.existing-fold-row .existing-fold-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.existing-fold-row .existing-fold-right ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.existing-fold-row .existing-fold-right ul li a {
  font-size: 14px;
  color: #FE6C0B;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 15px;
}

.tracker-attributes {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.tracker-attributes .tracker-attributes-in {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 10px;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tracker-attributes .tracker-attributes-in .col-sm-7 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .tracker-attributes .tracker-attributes-in .col-sm-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.tracker-attributes .chart_background_list {
  height: 177px;
  overflow: auto;
}
.tracker-attributes .chart_background_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tracker-attributes .chart_background_list ul li {
  display: inline-block;
  vertical-align: middle;
  width: 9%;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tracker-attributes .chart_background_list ul li {
    width: 12%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .tracker-attributes .chart_background_list ul li {
    width: 12%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .tracker-attributes .chart_background_list ul li {
    width: 32%;
  }
}
.tracker-attributes .chart_background_list ul li a {
  display: block;
  vertical-align: middle;
}
.tracker-attributes .chart_background_list ul li a img {
  width: 100%;
  border-width: 2px;
  border-color: #d8d8d8;
  border-style: solid;
}
.tracker-attributes .chart_background_list ul li.active a img {
  border-color: #007fde;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.tracker-attributes .chart-preview {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tracker-attributes .chart-preview {
    text-align: left;
  }
}
.tracker-attributes .chart-preview .chart-preview-in {
  text-align: left;
  width: 78%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tracker-attributes .chart-preview .chart-preview-in {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tracker-attributes .chart-preview .chart-preview-in {
    width: 100%;
    margin-top: 25px;
  }
}
.tracker-attributes .chart-preview .chart-preview-in .preview_img img {
  max-width: 100%;
}
.tracker-attributes .chart-preview strong {
  display: block;
  vertical-align: middle;
  font-size: 15px;
  color: #000000;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

.show-tracker-attributes-list {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  border-radius: 4px;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.show-tracker-attributes-list h2 {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  width: calc(100% - 92px);
}
.show-tracker-attributes-list .t-a-link {
  margin-left: auto;
  width: 92px;
}
.show-tracker-attributes-list .t-a-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.show-tracker-attributes-list .t-a-link ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.show-tracker-attributes-list .t-a-link ul li:first-child {
  margin-left: 0px;
}
.show-tracker-attributes-list .t-a-link ul li a {
  font-size: 14px;
  color: #FE6C0B;
  display: block;
  vertical-align: middle;
}
.show-tracker-attributes-list .t-a-link ul li a:hover {
  color: #000000;
}
.show-tracker-attributes-list .item-handle-box {
  position: absolute;
  right: 0px;
  width: 44px;
  height: 100%;
  border-left: 1px #C4C4C4 solid;
  font-size: 26px;
  color: #C4C4C4;
  top: 0;
  text-align: center;
  padding-top: 4px;
}

.admin__custom__fields__list .admin__challenge__txt {
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .admin__custom__fields__list .action__filter {
    margin-left: 10px;
  }
}

.email-logs-subtext {
  margin-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .email-logs-subtext {
    display: none;
  }
}
.email-logs-subtext ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.email-logs-subtext ul li {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  color: #666666;
}
.email-logs-subtext ul li:nth-child(1) {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .email-logs-subtext ul li:nth-child(1) {
    width: 23%;
  }
}
.email-logs-subtext ul li:nth-child(2) {
  width: 29%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .email-logs-subtext ul li:nth-child(2) {
    width: 27%;
  }
}
.email-logs-subtext ul li:nth-child(3) {
  width: 12%;
}
.email-logs-subtext ul li:nth-child(4) {
  width: 10%;
}

.email__logs__section {
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.email__logs__box {
  margin-bottom: 10px;
}

.email__logs__box__top {
  display: flex;
  vertical-align: middle;
  font-size: 14px;
  background: #fff;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .email__logs__box__top {
    display: block;
  }
}
.email__logs__box__top .box-email {
  width: 25%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .email__logs__box__top .box-email {
    width: 100%;
  }
}
.email__logs__box__top .box-sub {
  width: 30%;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .email__logs__box__top .box-sub {
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
  }
}
.email__logs__box__top .box-condition {
  width: 12%;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .email__logs__box__top .box-condition {
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
  }
}
.email__logs__box__top .box-sent {
  width: 18%;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .email__logs__box__top .box-sent {
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.email__logs__box__top ul.email__option {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .email__logs__box__top ul.email__option {
    width: 22%;
  }
}
.email__logs__box__top ul.email__option li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.email__logs__box__top ul.email__option li a {
  font-size: 14px;
  color: #FE6C0B;
  font-weight: 400;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .email__logs__box__top ul.email__option li a {
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .email__logs__box__top ul.email__option li a {
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .email__logs__box__top ul.email__option li a {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.email__logs__box__top ul.email__option li a:hover, .email__logs__box__top ul.email__option li a.active {
  color: #007bff;
}

.email__logs__box__edit {
  background: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px #e2e2e2 solid;
  display: none;
}
.email__logs__box__edit h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 500;
  font-size: 20px;
  color: #373737;
}
@media (min-width: 320px) and (max-width: 767px) {
  .email__logs__box__edit h1 {
    font-size: 18px;
  }
}

.email__logs__box__show {
  background: #fff;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-top: 1px #e2e2e2 solid;
  display: none;
  vertical-align: middle;
}

.locale-hierarchy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-left: -1px;
}
.locale-hierarchy ul li {
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0;
  padding-left: 0px;
  background: #fff;
  width: 250px;
  cursor: pointer;
  position: relative;
  border-bottom: none;
}
.locale-hierarchy ul li a {
  font-size: 15px;
  color: #fff;
}
.locale-hierarchy ul li h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-weight: 500;
  min-height: 18px;
  font-size: 14px;
  color: #666666;
  word-wrap: break-word;
}
.locale-hierarchy ul li span {
  font-size: 12px;
  color: #666666;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: block;
  vertical-align: middle;
}
.locale-hierarchy ul li.locale-child-add {
  text-align: center;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  background: #00669b;
  background: -moz-linear-gradient(left, #00669b 0%, #4929bb 49%);
  background: -webkit-linear-gradient(left, #00669b 0%, #4929bb 49%);
  background: linear-gradient(to right, #00669b 0%, #4929bb 49%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00669b", endColorstr="#4929bb", GradientType=1);
}
.locale-hierarchy ul .locale:last-child {
  border-bottom: solid 1px #e1e1e1;
}
.locale-hierarchy ul .locale_edit {
  border-top: solid 1px #e1e1e1;
  text-align: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background: #f8f8f8;
}
.locale-hierarchy ul .locale_edit a {
  padding-left: 4px;
  font-size: 13px;
  color: #000000;
}
.locale-hierarchy ul .locale_edit a:hover {
  color: #FE6C0B;
}
.locale-hierarchy ul .locale__arrow {
  position: absolute;
  right: 10px;
  top: 16px;
}
.locale-hierarchy ul .locale__arrow a {
  font-size: 16px;
  color: #000000;
}

.locale__in h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.locale__in .localebox__pop {
  padding-top: 15px;
}
.locale__in .localebox__pop .input-field {
  margin-bottom: 10px;
}

.w_box {
  background: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.main_box_row {
  margin-bottom: 10px;
}

.main_box_row_mid {
  display: none;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  .main_box_row_mid .col-sm-7 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .main_box_row_mid .col-sm-12 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.main_box_row_mid h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}

.main_box_row_btm {
  display: none;
  vertical-align: middle;
  position: relative;
}

.main_box_row_mid.box__show {
  display: block;
  vertical-align: middle;
}

.main_box_row_btm.box__show {
  display: block;
  vertical-align: middle;
}

.manage_post_top_left {
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
}

.m_p_t_img {
  width: 85px;
  height: 85px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .m_p_t_img {
    width: 100%;
    height: auto;
  }
}
.m_p_t_img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

.m_p_t_text {
  width: calc(100% - 85px);
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .m_p_t_text {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.m_p_t_text h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .m_p_t_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m_p_t_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .m_p_t_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.m_p_t_text h2 span {
  color: #666666;
  font-weight: 200;
}
.m_p_t_text h4 {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: normal;
  font-size: 14px;
  color: #373737;
}
.m_p_t_text p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .m_p_t_text p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.m_p_t_text p a {
  color: #FE6C0B;
}
.m_p_t_text p a:hover {
  color: #333333;
}

.manage_post_top_right .action.dropdown {
  width: 102px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .manage_post_top_right .action.dropdown {
    display: inline-block;
    vertical-align: middle;
  }
}
.manage_post_top_right .action.dropdown .dropdown-toggle {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.manage_post_top_right .action.dropdown .dropdown-toggle a {
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  background: url("../images/arrow_top.png") no-repeat 100% 50%;
}
.manage_post_top_right .action.dropdown .dropdown-toggle:after {
  display: none;
  vertical-align: middle;
}
.manage_post_top_right .action.dropdown .dropdown-menu {
  left: inherit !important;
  right: 0px;
  min-width: 128px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: -3px;
  border-top: 0px;
  border-radius: 0 0 3px 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .manage_post_top_right .action.dropdown .dropdown-menu {
    transform: translate3d(-26px, 0px, 0px) !important;
  }
}
.manage_post_top_right .action.dropdown .dropdown-menu:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  width: 25px;
  height: 1px;
  border-radius: 0;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_post_top_right .action.dropdown .dropdown-menu:after {
    top: 0px;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
  }
}
.manage_post_top_right .action.dropdown .dropdown-menu a {
  display: block;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.manage_post_top_right .action.dropdown .dropdown-menu a i {
  float: right;
  width: 15px;
}
.manage_post_top_right .action.dropdown .dropdown-menu a i img {
  width: 100%;
}
.manage_post_top_right .action.dropdown .dropdown-menu a:hover {
  color: #FE6C0B;
  background: #fedcc5;
}
.manage_post_top_right .action.dropdown .dropdown-menu a:hover i {
  color: #333333;
}
.manage_post_top_right .action.dropdown.show .dropdown-toggle a {
  background: url("../images/arrow_btm.png") no-repeat 100% 50%;
}

.post__options {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .post__options {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .post__options {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .post__options {
    margin-left: auto;
  }
}
.post__options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post__options ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .post__options ul li {
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .post__options ul li {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .post__options ul li {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.post__options ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
.post__options ul li a:hover, .post__options ul li a.active {
  color: #FE6C0B;
}
.post__options ul li.post-upvote-no-link {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
  padding-left: 20px;
}
.post__options ul li.post-comment-no-link {
  background: url("../images/svg_icons/comment.svg") no-repeat left center;
  padding-left: 20px;
}
.post__options ul li.post-share-no-link {
  background: url("../images/svg_icons/share.svg") no-repeat left center;
  padding-left: 20px;
}
.post__options ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.post__options ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.post__options ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.post__options ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.post__options ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.post__options ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.post__options ul li.post-comment a {
  background: url("../images/svg_icons/comment.svg") no-repeat left center;
}
.post__options ul li.post-comment a:hover {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
}
.post__options ul li.post-comment a.active {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
}
.post__options ul li.post-share a {
  background: url("../images/svg_icons/share.svg") no-repeat left center;
}
.post__options ul li.post-share a:hover {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
}
.post__options ul li.post-share a.active {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
}

.w_box .div_close {
  top: 0px;
  right: -39px;
  bottom: auto;
  left: auto;
  position: absolute;
  background-color: #fff;
  width: 43px;
  height: 33px;
  border-radius: 0;
  border: 0px;
  border-radius: 0 30px 30px 0;
  border-width: 0px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
  z-index: 1;
  box-shadow: 5px 1px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) and (max-width: 1024px) {
  .w_box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .w_box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .w_box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .w_box .div_close {
    top: 0;
    right: 0px;
    bottom: auto;
    left: auto;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 0;
  }
}

.adminpostdetail__top .a_p_d_img {
  width: 58px;
  height: 58px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .adminpostdetail__top .a_p_d_img {
    width: 20%;
  }
}
.adminpostdetail__top .a_p_d_txt {
  width: calc(100% - 58px);
}
@media (min-width: 320px) and (max-width: 479px) {
  .adminpostdetail__top .a_p_d_txt {
    width: 80%;
  }
}
.adminpostdetail__top .a_p_d_txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .adminpostdetail__top .a_p_d_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .adminpostdetail__top .a_p_d_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .adminpostdetail__top .a_p_d_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.adminpostdetail__top .a_p_d_txt span {
  font-size: 14px;
  color: #373737;
  font-weight: 200;
}
.adminpostdetail__top .a_p_d_img ~ .a_p_d_txt {
  padding-left: 10px;
}

.adminpostdetail_txt {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 13px;
  color: #666666;
}

.adminpostdetail_options {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .adminpostdetail_options {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .adminpostdetail_options .col-sm-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .adminpostdetail_options .col-sm-6:nth-child(1) {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
  }
  .adminpostdetail_options .col-sm-6:nth-child(2) {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
  }
}
.adminpostdetail_options .text-right ul {
  justify-content: flex-end;
}
.adminpostdetail_options ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
  .adminpostdetail_options ul {
    margin-top: 10px;
  }
}
.adminpostdetail_options ul li {
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 0px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.adminpostdetail_options ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .adminpostdetail_options ul li {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .adminpostdetail_options ul li {
    margin-top: 0;
    margin-right: 14px;
    margin-bottom: 0;
    margin-left: 0px;
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
  }
}
.adminpostdetail_options ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  word-break: keep-all;
}
.adminpostdetail_options ul li a:hover, .adminpostdetail_options ul li a.active {
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-upvote-no-link {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
  padding-left: 20px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.adminpostdetail_options ul li.post-comment-no-link {
  background: url("../images/svg_icons/comment.svg") no-repeat left center;
  padding-left: 20px;
}
.adminpostdetail_options ul li.post-share-no-link {
  background: url("../images/svg_icons/share.svg") no-repeat left center;
  padding-left: 20px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.adminpostdetail_options ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.adminpostdetail_options ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.adminpostdetail_options ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-comment a {
  background: url("../images/svg_icons/comment.svg") no-repeat left center;
}
.adminpostdetail_options ul li.post-comment a:hover {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-comment a.active {
  background: url("../images/svg_icons/comment-hover.svg") no-repeat left center;
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-share a {
  background: url("../images/svg_icons/share.svg") no-repeat left center;
}
.adminpostdetail_options ul li.post-share a:hover {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
  color: #FE6C0B;
}
.adminpostdetail_options ul li.post-share a.active {
  background: url("../images/svg_icons/share-hover.svg") no-repeat left center;
  color: #FE6C0B;
}

.adminpostdetail_comments {
  padding-top: 30px;
}

.adminpost__comment__list {
  display: flex;
  vertical-align: middle;
  margin-bottom: 25px;
}
.adminpost__comment__list .adminpost__comment__img {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .adminpost__comment__list .adminpost__comment__img {
    width: 43px;
    height: 43px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
.adminpost__comment__list .adminpost__comment__img img {
  width: auto;
  height: 100%;
}
.adminpost__comment__list .adminpost__comment__text {
  width: 93%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .adminpost__comment__list .adminpost__comment__text {
    width: 89%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .adminpost__comment__list .adminpost__comment__text {
    width: 84%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .adminpost__comment__list .adminpost__comment__text {
    width: 79%;
  }
}
.adminpost__comment__list .adminpost__comment__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.adminpost__comment__list .adminpost__comment__text ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .adminpost__comment__list .adminpost__comment__text ul li {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
.adminpost__comment__list .adminpost__comment__text ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
.adminpost__comment__list .adminpost__comment__text ul li a:hover, .adminpost__comment__list .adminpost__comment__text ul li a.active {
  color: #FE6C0B;
}
.adminpost__comment__list .adminpost__comment__text ul li.reply a {
  padding-left: 0px;
  color: #FE6C0B;
}
.adminpost__comment__list .adminpost__comment__text ul li.reply a:hover {
  color: #000000;
}
.adminpost__comment__list .adminpost__comment__text ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.adminpost__comment__list .adminpost__comment__text ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.adminpost__comment__list .adminpost__comment__text ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.adminpost__comment__list .adminpost__comment__text ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.adminpost__comment__list .adminpost__comment__text ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.adminpost__comment__list .adminpost__comment__text ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.adminpost__comment__list .adminpost__comment__text h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #373737;
}
@media (min-width: 320px) and (max-width: 567px) {
  .adminpost__comment__list .adminpost__comment__text h4 {
    font-size: 14px;
    color: #373737;
  }
}
.adminpost__comment__list .adminpost__comment__text p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #666666;
  word-break: break-word;
}

@media (min-width: 480px) and (max-width: 767px) {
  .manage-post-page-action {
    width: 100%;
    padding-left: 16%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .manage_post_top_right {
    width: 100%;
    display: flex;
    vertical-align: middle;
    border-top: 1px #e1e1e1 solid;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_post_top_right .custom-justify-content-end {
    justify-content: flex-start;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage_post_top_right .custom-justify-content-end {
    justify-content: flex-start;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .manage_post_top_right .action__filter {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .managepost__page__top .main_search_filters {
    width: 92%;
  }
}

.save-chart-btn a {
  margin-right: 15px;
}

@media (min-width: 568px) and (max-width: 767px) {
  .abslt-add-fold-link {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .abslt-add-fold-link {
    margin-bottom: 22px;
  }
}

.referral__cal {
  background: #fff;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  box-shadow: 0 0 5px black;
  position: relative;
}

.referral__cal__box {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 567px) {
  .referral__cal__box {
    text-align: left;
  }
}
.referral__cal__box h5 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: normal;
  font-size: 16px;
  color: #373737;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .referral__cal__box h5 {
    display: block;
    vertical-align: middle;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .referral__cal__box h5 {
    display: block;
    vertical-align: middle;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .referral__cal__box h5 {
    display: block;
    vertical-align: middle;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0px;
  }
}
.referral__cal__box .referral__cal__form {
  display: inline-block;
  vertical-align: middle;
}
.referral__cal__box .referral__cal__form .referral_input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .referral__cal__box .referral__cal__form .referral_input {
    display: block;
    vertical-align: middle;
    margin-left: 10px;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 45%;
    text-align: left;
  }
}
@media (min-width: 568px) and (max-width: 664px) {
  .referral__cal__box .referral__cal__form .referral_input {
    width: 46%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .referral__cal__box .referral__cal__form .referral_input {
    margin-left: 20px;
  }
}
.referral__cal__box .referral__cal__form .referral_input label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #373737;
  margin-bottom: 0px;
  margin-right: 15px;
}
.referral__cal__box .referral__cal__form .referral_input .referral_input_box {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.referral__cal__box .referral__cal__form .referral_input .referral_input_box span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  text-align: center;
  padding-top: 7px;
  border-right: 1px #dcdcdc solid;
  background: transparent;
}
.referral__cal__box .referral__cal__form .referral_input .referral_input_box span img {
  width: 26px;
}
.referral__cal__box .referral__cal__form .referral_input .referral_input_box input {
  border: 0;
  background: transparent;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 63px;
  width: 154px;
  font-size: 18px;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 567px) {
  .referral__cal__box .referral__cal__form .referral_input .referral_input_box input {
    width: 100%;
  }
}
.referral__cal__box .referral__cal__form .referral_input_update {
  margin-left: 20px;
}
@media (min-width: 568px) and (max-width: 664px) {
  .referral__cal__box .referral__cal__form .referral_input_update {
    margin-left: auto;
    margin-top: 15px;
    margin-right: 4px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .referral__cal__box .referral__cal__form .referral_input_update {
    width: 93%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 11px;
  }
}

.referral_date {
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .page_referral_top {
    display: none;
  }
}
.page_referral_top strong {
  font-size: 15px;
  color: #373737;
  font-weight: 600;
}

.referral__list {
  background: #fff;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-color: #c6c6c6;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .referral__list .col-sm-5 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .referral-box {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .referral-box {
    margin-bottom: 10px;
  }
}
.referral-box .referral_s_img {
  width: 15%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .referral-box .referral_s_img {
    width: 24%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .referral-box .referral_s_img {
    width: 25%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .referral-box .referral_s_img {
    width: 25%;
  }
}
.referral-box .referral_s_img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.referral-box .referral_s_txt {
  width: 85%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .referral-box .referral_s_txt {
    width: 76%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .referral-box .referral_s_txt {
    width: 75%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .referral-box .referral_s_txt {
    width: 75%;
  }
}
.referral-box .referral_s_txt h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
.referral-box .referral_s_txt span {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 300;
  display: block;
  font-size: 13px;
  color: #9A9A9A;
}
.referral-box .referral_s_txt .referralamt {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.referral-box .referral_s_txt .referralamt i img {
  width: 25px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .referral__filter .main_search_filters {
    width: 92%;
  }
}

.search__user__input__filter {
  width: 250px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .search__user__input__filter {
    width: 100%;
  }
}
.search__user__input__filter input {
  width: 100%;
  border: 0px;
}

.manage_teams_top_left .manage_teams_img {
  width: 95px;
  height: 95px;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_left .manage_teams_img {
    width: 100%;
  }
}
.manage_teams_top_left .manage_teams_img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.manage_teams_top_left .manage_teams_txt {
  width: calc(100% - 95px);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_left .manage_teams_txt {
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
.manage_teams_top_left .manage_teams_txt p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #666666;
  word-break: break-word;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .manage_teams_top_left .manage_teams_txt p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.manage_teams_top_left .manage_teams_txt p a:hover {
  color: #333333;
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l {
    width: 100%;
  }
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_l span {
  font-size: 14px;
  color: #9A9A9A;
  font-weight: 400;
  display: block;
  vertical-align: middle;
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r {
  width: 100%;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r {
    width: 100%;
    text-align: left;
  }
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul {
    flex-wrap: wrap;
  }
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li {
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0px;
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li:empty {
  display: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    width: auto;
    padding-right: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li {
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li a {
  display: block;
  color: #FE6C0B;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
.manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li a:hover, .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li a.active {
  color: #666666;
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_left .manage_teams_txt .manage_teams_txt_top .manage_teams_txt_top_r ul li:last-child {
    padding-right: 0px;
  }
}

.team__steps {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 479px) {
  .team__steps {
    margin-top: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .team__steps {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }
}
.team__steps strong {
  display: block;
  vertical-align: top;
  font-size: 16px;
  color: #000000;
}
@media (min-width: 480px) and (max-width: 767px) {
  .team__steps strong {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}

.team__member__dropdown {
  position: relative;
}

.team__member_list {
  position: absolute;
  top: 19px;
  z-index: 2;
  padding-top: 14px;
  right: 0px;
  width: 250px;
  display: none;
}
@media (min-width: 320px) and (max-width: 567px) {
  .team__member_list {
    width: 196px;
  }
}
.team__member_list .team__member_list__in {
  position: relative;
  background: #fff;
  border-width: 1px;
  border-color: #c6c6c6;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  min-height: 34px;
}
.team__member_list .team__member_list__in:after,
.team__member_list .team__member_list__in:before {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 567px) {
  .team__member_list .team__member_list__in:after,
.team__member_list .team__member_list__in:before {
    left: 20px;
  }
}
.team__member_list .team__member_list__in:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.team__member_list .team__member_list__in:before {
  border-color: rgba(198, 198, 198, 0);
  border-bottom-color: #c6c6c6;
  border-width: 11px;
  margin-left: -11px;
}

@media (min-width: 320px) and (max-width: 567px) {
  .view_member_drop_down .team__member_list__in:after,
.view_member_drop_down .team__member_list__in:before {
    left: 90%;
  }
}

.team__member_list.classname {
  display: block;
}

/*.team__member__dropdown:hover .team__member_list{ display: block;}*/
.tmlt {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.tmlt span {
  width: 50%;
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-weight: 500;
}
.tmlt a {
  width: 50%;
  text-align: right !important;
}

.tmlt a.delete-all-link {
  width: auto;
}

.tmlt__box {
  border-bottom: 1px #c6c6c6 solid;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: relative;
  flex-wrap: wrap;
}
.tmlt__box:last-child {
  border-bottom: 0px;
}
.tmlt__box .tmlt__img {
  width: 15%;
}
.tmlt__box .tmlt__img img {
  width: 100%;
  border-radius: 5px;
}
.tmlt__box .tmlt__txt {
  width: 80%;
  text-align: left;
  padding-left: 10px;
}
.tmlt__box .tmlt__txt h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .tmlt__box .tmlt__txt h3 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tmlt__box .tmlt__txt h3 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tmlt__box .tmlt__txt h3 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
  }
}
.tmlt__box .tmlt__txt span {
  font-size: 12px;
  color: #9A9A9A;
  font-weight: 300;
  display: block;
  vertical-align: middle;
}

.tmlt__delete {
  position: absolute;
  right: 10px;
  width: 15px;
}
.tmlt__delete img {
  width: 100%;
}

.tmlt__list {
  max-height: 179px;
  overflow: auto;
}

.invitemember__pop h1 {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.invitteamchallenge__pop h1 {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.invitteamchallenge__pop .invitemember__btm label {
  display: block;
  vertical-align: middle;
  font-size: 12px;
  color: #999999;
}
.invitteamchallenge__pop p {
  font-size: 12px;
  color: #9A9A9A;
  margin-top: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .teams__filter .width__auto {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .teams__filter .select__authbox {
    width: 48%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .teams__filter .search__user__input__filter {
    width: 99%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .teams__filter .add__new__btn a {
    font-size: 13px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_right {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage_teams_top_right {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .manage_teams_top_right .manage_post_top_right {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .manage_teams_top_right .manage_post_top_right {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .Avatar_input .yesno__radio__box input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 96% -49px;
  }
}
.Avatar_input .yesno__radio__box input[type=radio].css-checkbox + label.css-label {
  background-position: 96% 7px;
  padding-top: 8px;
  padding-right: 31px;
  padding-bottom: 9px;
  padding-left: 5px;
}

.hidedropdown {
  background: #fff;
  height: 20px;
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  vertical-align: middle;
  width: 20px;
  border-width: 1px;
  border-color: #696262;
  border-style: solid;
  position: absolute;
  right: -11px;
  top: -16px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.hidedropdown img {
  width: 60%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.btn-set-2 .add__new__btn {
  margin-left: 5px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .btn-set-2 .add__new__btn {
    margin-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .btn-set-2 .add__new__btn:nth-child(2) {
    margin-left: 8px;
  }
}

.info_reportabuse strong {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 767px) {
  .info_reportabuse {
    display: none;
    vertical-align: middle;
  }
}

.action-padding {
  padding-left: 0px;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .action-padding {
    text-align: left;
    padding-left: 25%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .action-padding {
    padding-left: 0px;
    text-align: left;
    margin-top: 10px;
  }
}
.action-padding .Report__Action__box {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 479px) {
  .reportabuse__list .action-padding {
    padding-left: 5%;
  }
}

.reportabuse__list {
  background: #fff;
  margin-top: 10px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

@media (min-width: 320px) and (max-width: 479px) {
  .Reporter__box {
    margin-bottom: 10px;
  }
}
.Reporter__box .Reporter__img {
  width: 48px;
  height: 48px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .Reporter__box .Reporter__img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .Reporter__box .Reporter__img {
    width: 50px;
    height: 50px;
  }
}
.Reporter__box .Reporter__img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.Reporter__box .Reporter__txt {
  width: calc(100% - 48px);
  padding-left: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .Reporter__box .Reporter__txt {
    width: calc(100% - 50px);
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .Reporter__box .Reporter__txt {
    width: calc(100% - 50px);
  }
}
.Reporter__box .Reporter__txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
}
.Reporter__box .Reporter__txt span {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 300;
  display: block;
  vertical-align: middle;
  font-size: 13px;
  color: #333333;
}
.Reporter__box .Reporter__txt i {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 3px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 300;
  display: block;
  vertical-align: middle;
  font-size: 10px;
  color: #999999;
}

.Report__Item__box .Report__Item__img {
  width: 67px;
  height: 67px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .Report__Item__box .Report__Item__img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .Report__Item__box .Report__Item__img {
    width: 50px;
    height: 50px;
  }
}
.Report__Item__box .Report__Item__img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.Report__Item__box .Report__Item__txt {
  width: calc(100% - 67px);
  padding-left: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .Report__Item__box .Report__Item__txt {
    width: calc(100% - 50px);
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .Report__Item__box .Report__Item__txt {
    width: calc(100% - 50px);
  }
}
.Report__Item__box .Report__Item__txt span {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 400;
  display: block;
  vertical-align: middle;
  font-size: 13px;
  color: #333333;
}
.Report__Item__box .Report__Item__txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.Report__Item__box .Report__Item__txt h2 span {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
}
@media (min-width: 320px) and (max-width: 479px) {
  .Report__Item__box .Report__Item__txt h2 span {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.Report__Item__box .Report__Item__txt p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #666666;
}
@media (min-width: 480px) and (max-width: 767px) {
  .Report__Item__box .Report__Item__txt p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .Report__Item__box .Report__Item__txt p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.Report__Item__box .Report__Item__txt p a {
  color: #FE6C0B;
}
.Report__Item__box .Report__Item__txt p a:hover {
  color: #333333;
}

@media (min-width: 320px) and (max-width: 479px) {
  .Report__Category__box {
    padding-left: 0%;
    margin-top: 9px;
    margin-bottom: 10px;
    display: block;
    vertical-align: middle;
    flex-wrap: wrap;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .Report__Category__box {
    display: block;
    vertical-align: middle;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Report__Category__box div {
    margin-right: 15px;
  }
  .Report__Category__box div:last-child {
    margin-right: 0px;
    width: 100%;
  }
}
.Report__Category__box strong {
  font-size: 11px;
  color: #999999;
  display: block;
  vertical-align: middle;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 479px) {
  .Report__Category__box strong {
    display: inline-block;
    vertical-align: middle;
  }
}
.Report__Category__box span {
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-weight: 400;
  display: none;
  vertical-align: middle;
  font-size: 13px;
  color: #999999;
}

@media (min-width: 480px) and (max-width: 767px) {
  .reportabuse__filter .main_search_filters {
    width: 92%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .reportabuse__list .col-sm-3 {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .reportabuse__list .col-sm-5 {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
  }
}

.abuseread_box .reportabuse_top {
  display: none;
  vertical-align: middle;
}

.abuseread_box .main_box_row_btm {
  display: block;
  vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 767px) {
  .reportabuse-filter-box {
    margin-top: 10px;
  }
}
.reportabuse-filter-box .filter-search-select {
  flex-basis: 90%;
}
@media (min-width: 320px) and (max-width: 567px) {
  .reportabuse-filter-box .filter-search-select {
    flex-basis: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.report-message-in h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.report-message-in .report-message-box {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.report-message-in .report-message-box .radio__inline {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.see-more-tags {
  background: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
  font-size: 13px;
  color: #FE6C0B;
}
.see-more-tags:hover {
  color: #333333;
}

.la_comment_icon {
  background: url("../images/svg_icons/la_comment_gray.svg") no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.something-else-pop-outer:hover .la_comment_icon {
  background: url("../images/svg_icons/la_comment_orange.svg") no-repeat;
}

@media (min-width: 320px) and (max-width: 479px) {
  .merchant-approved-coupons-top .main_hd_page_btm .custom-justify-content-end {
    display: block;
    vertical-align: middle;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant-approved-coupons-top .main_hd_page_btm .page_type_link {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .merchant__appr__list .merchant__appr__btn {
    margin-top: 15px;
    width: 100%;
    padding-right: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .merchant__appr__list .merchant__appr__btn {
    margin-top: 15px;
    width: 100%;
    padding-right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant__appr__list .merchant__appr__btn .btn_outline {
    width: 48%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .merchant__appr__list .merchant__appr__btn .btn_outline {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .merchant__appr__list .coupon_approved_text {
    width: 92px;
    margin-right: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .merchant__appr__list .coupon_approved_text {
    width: 103px;
    margin-right: 6px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .merchant-couponsmenubtm {
    padding-top: 10px;
    justify-content: flex-start;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant-couponsmenubtm {
    display: block;
    vertical-align: middle;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .merchant-couponsmenubtm .page_type_link {
    margin-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .merchant-couponsmenubtm .page_type_link {
    margin-bottom: 10px;
  }
}

.admin_store__images .slick-track {
  margin-left: 0px;
}

.pophd {
  font-size: 20px;
}

.map-info-box {
  width: 250px;
}
.map-info-box .map-info-box-top {
  display: flex;
  vertical-align: middle;
}
.map-info-box .map-info-box-top .map-s-img {
  width: 40%;
}
.map-info-box .map-info-box-top .map-s-txt {
  width: 60%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
.map-info-box .map-info-box-top .map-s-txt h3 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.map-info-box .map-info-box-top .map-s-txt strong {
  display: block;
  vertical-align: middle;
  font-size: 13px;
  color: #9A9A9A;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0px;
  font-weight: 200;
  min-height: 36px;
}
.map-info-box .map-info-box-top .map-s-txt p {
  display: block;
  vertical-align: middle;
  font-size: 13px;
  color: #9A9A9A;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  font-weight: 200;
}
.map-info-box .map-info-r-box-top .map-s-r-img {
  width: 100%;
}
.map-info-box .map-info-r-box-top .map-s-r-img img {
  width: 100%;
}
.map-info-box .map-info-r-box-top .map-s-r-txt {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
.map-info-box .map-info-r-box-top .map-s-r-txt h3 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0px;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.map-info-box .map-info-r-box-top .map-s-r-txt p {
  display: block;
  vertical-align: middle;
  font-size: 13px;
  color: #9A9A9A;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  font-weight: 200;
}
.map-info-box .map-info-box-btm {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  width: 100%;
}
.map-info-box .map-info-box-btm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  vertical-align: middle;
}
.map-info-box .map-info-box-btm ul li {
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  width: 33.3%;
  font-size: 13px;
  color: #9A9A9A;
}
.map-info-box .map-info-box-btm ul li strong {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  color: #000000;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0px;
  font-weight: 500;
}

.sale__Applicants {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .sale__Applicants {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .sale__Applicants .action__filter {
    width: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sale__Applicants .action__filter {
    width: auto;
  }
}
.sale__Applicants .sale__Applicants__box {
  width: 61%;
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sale__Applicants .sale__Applicants__box {
    width: auto;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sale__Applicants .sale__Applicants__box {
    width: 53%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sale__Applicants .sale__Applicants__box {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1130px) {
  .sale__Applicants .sale__Applicants__box {
    width: 52%;
  }
}
@media (min-width: 1131px) and (max-width: 1230px) {
  .sale__Applicants .sale__Applicants__box {
    width: 52%;
  }
}
.sale__Applicants .sale__Applicants__box strong {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.sale__right__btn {
  text-align: right;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .sale__right__btn {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sale__right__btn {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .sale__right__btn {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sale__right__btn a {
    text-align: center;
    margin-top: 5px;
  }
}
.special_sales_users_box {
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.special_sales_users_box .special_sales_users_left .special_sales_users_img {
  width: 13%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_img {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_img {
    width: 23%;
  }
}
.special_sales_users_box .special_sales_users_left .special_sales_users_img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt {
  width: 87%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt {
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt {
    width: 75%;
  }
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info {
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  color: #999999;
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info .special_users_coupn_pennding,
.special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info .special_users_coupn_appr {
  font-size: 13px;
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info .special_users_coupn_appr {
  margin-right: 25px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info .special_users_coupn_appr {
    margin-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt .special_sales_users_txt_info .special_users_coupn_appr {
    margin-bottom: 10px;
    margin-right: 0px;
    width: 100%;
  }
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .special_sales_users_box .special_sales_users_left .special_sales_users_txt ul li {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
}
.special_sales_users_box .special_sales_users_left .special_sales_users_txt ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.special_sales_users_box .special_sales_users_right {
  text-align: right;
}
@media (min-width: 320px) and (max-width: 479px) {
  .special_sales_users_box .special_sales_users_right {
    text-align: left;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .special_sales_users_box .special_sales_users_right {
    text-align: left;
    padding-left: 94px;
    margin-top: 15px;
  }
}
.special_sales_users_box .special_sales_users_right h3 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 9px;
  padding-right: 0;
  padding-bottom: 19px;
  padding-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #FE6C0B;
}

.special_sales_users_coupons_top .special_sales_coupens {
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .special_sales_users_coupons_top .special_sales_coupens {
    display: block;
    vertical-align: middle;
  }
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_img {
  flex-basis: 23%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_img {
    flex-basis: 100%;
  }
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_img img {
  width: 100%;
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt {
  flex-basis: 82%;
  padding-left: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt {
    flex-basis: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    color: #373737;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt ul li {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt p a {
  color: #FE6C0B;
}
.special_sales_users_coupons_top .special_sales_coupens .special_sales_coupens_txt p a:hover {
  color: #333333;
}

.special_sales_users_coupons {
  padding-top: 18px;
  margin-top: 10px;
  border-top: 1px #cccccc solid;
}

.special_sales_users_coupons_btm {
  margin-top: 15px;
  position: relative;
}

.coupons_details_close {
  position: absolute;
  right: 0;
  background: #fff;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 37px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.sales_users_coupons_top_right {
  width: 100%;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sales_users_coupons_top_right {
    display: block;
    vertical-align: middle;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .sales_users_coupons_top_right {
    display: block;
    vertical-align: middle;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sales_users_coupons_top_right .coupon_approved_text ul li.dealtext {
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .sales_users_coupons_top_right .coupon_approved_text ul li.dealtext {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sales_users_coupons_top_right .coupon_d_r_text {
    width: 101px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sales_users_coupons_top_right .coupon_d_r_text {
    width: 101px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sales_users_coupons_top_right .coupon_approved_text {
    margin-right: 0px;
    width: 132px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sales_users_coupons_top_right .coupon_approved_text {
    margin-right: 0px;
    width: 132px;
  }
}
.sales_users_coupons_top_right .merchant__appr__btn {
  border-left: 0px;
  border-right: 1px #dcdcdc solid;
  margin-right: 10px;
}

.highcharts-credits,
.highcharts-title {
  display: none;
}

.applied-coupons-sale {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.applied-coupons-sale .main__list__left .coupon_list_img {
  float: left;
  width: 23%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .applied-coupons-sale .main__list__left .coupon_list_img {
    width: 100%;
  }
}
.applied-coupons-sale .main__list__left .coupon_list_img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.applied-coupons-sale .main__list__left .coupon_list_text {
  float: right;
  width: 75%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .applied-coupons-sale .main__list__left .coupon_list_text {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.applied-coupons-sale .main__list__left .coupon_list_text h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .applied-coupons-sale .main__list__left .coupon_list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .applied-coupons-sale .main__list__left .coupon_list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    color: #373737;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .applied-coupons-sale .main__list__left .coupon_list_text h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }
}
.applied-coupons-sale .main__list__left .coupon_list_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .applied-coupons-sale .main__list__left .coupon_list_text ul {
    margin-top: 10px;
  }
}
.applied-coupons-sale .main__list__left .coupon_list_text ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .applied-coupons-sale .main__list__left .coupon_list_text ul li {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.applied-coupons-sale .main__list__left .coupon_list_text ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
}
.applied-coupons-sale .main__list__left .coupon_list_text ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.applied-coupons-sale .main__list__left .coupon_list_text p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .applied-coupons-sale .main__list__left .coupon_list_text p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.applied-coupons-sale .main__list__left .coupon_list_text p a {
  color: #FE6C0B;
}
.applied-coupons-sale .main__list__left .coupon_list_text p a:hover {
  color: #333333;
}

@media (min-width: 320px) and (max-width: 767px) {
  .admin__special__page .main__row__list .special-sale-right-side {
    display: flex;
    vertical-align: middle;
    align-items: flex-end;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .admin__special__page .main__row__list .special-sale-right-side {
    padding-left: 101px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__special__page .main__row__list .sale__Applicants {
    width: auto;
    margin: 0;
    align-items: end;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__special__page .main__row__list .sale__Applicants .sale__Applicants__box {
    width: auto;
    margin-right: 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__special__page .main__row__list .sale__right__btn {
    margin-left: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .admin__special__page .main__row__list .action__filter {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding: 0;
    border: 0;
  }
}

.page-merchant-paricipate-sale .create__new__form__section {
  margin-top: 0;
  border-top: 1px #c4c4c4 solid;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0);
}
.page-merchant-paricipate-sale .create__new__form__section .div_close {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .special_sales_users_coupons .main__row .main__row__list {
    padding: 0px;
  }
  .special_sales_users_coupons .col-md-7 {
    padding-right: 0px;
    flex: 0 0 54.3333333333%;
    max-width: 54.3333333333%;
  }
  .special_sales_users_coupons .col-md-5 {
    padding-left: 0px;
    flex: 0 0 45.6666666667%;
    max-width: 45.6666666667%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .affiliate__top__filters .width__auto {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .affiliate__top__filters .select__authbox {
    width: 48%;
  }
}

.main_search_filters {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
}
.main_search_filters input {
  padding-top: 7px;
  padding-right: 5px;
  padding-bottom: 7px;
  padding-left: 40px;
  background: url("../images/svg_icons/search.svg") no-repeat 14px 50%;
  border-width: 0px;
  border-color: #dcdcdc;
  border-style: solid;
  border-right: 0px #dcdcdc solid;
  font-size: 13px;
  color: #333333;
  background-size: 17px;
  font-weight: 300;
  flex-grow: 1;
}
@media (min-width: 320px) and (max-width: 567px) {
  .main_search_filters input {
    width: 100%;
  }
}
.main_search_filters input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
  font-weight: 300;
  font-style: italic;
}
.main_search_filters input::-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-weight: 300;
  font-style: italic;
}
.main_search_filters input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
  font-weight: 300;
  font-style: italic;
}
.main_search_filters input:-moz-placeholder {
  color: #999999;
  opacity: 1;
  font-weight: 300;
  font-style: italic;
}
.main_search_filters .select_box {
  width: 170px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main_search_filters .select_box {
    width: 123px;
  }
}
.main_search_filters .select_box .cus_select {
  border: 0px;
  border-left: 1px #dcdcdc solid;
  border-radius: 0;
}

.user-filter-box .filters-row-btm {
  margin-top: 10px;
}
.user-filter-box .filters-row-btm .authbox-select {
  width: 50%;
}
.user-filter-box .filters-row-btm .authbox-select:nth-child(2) {
  margin-left: 10px;
}
.user-filter-box .filters-row-btm .authbox-select .cus_select {
  border-color: #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.programs-filter-box .authbox-select,
.team-filter-box .authbox-select,
.tracker-filter-box .authbox-select,
.customfield-filter-box .authbox-select {
  width: 50%;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 567px) {
  .programs-filter-box .authbox-select,
.team-filter-box .authbox-select,
.tracker-filter-box .authbox-select,
.customfield-filter-box .authbox-select {
    width: 100%;
    margin-right: 0px;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .programs-filter-box .authbox-select,
.team-filter-box .authbox-select {
    margin-bottom: 0px;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .tracker-filter-box .authbox-select {
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .customfield-filter-box .authbox-select {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .customfield-filter-box .global-search {
    margin-bottom: 0px;
  }
}

.user-filter-form {
  width: 100%;
}

.locale-filter-box .authbox-select {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 567px) {
  .locale-filter-box .authbox-select {
    width: 100%;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .coupons-filter-box .global-search {
    width: 63%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .coupons-filter-box .global-date {
    margin-left: auto;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .referral-filter-box .global-date {
    margin-left: auto;
    margin-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  .user-filter-box .filters-row-top {
    flex-wrap: wrap;
  }
}

.calendar-img-box {
  background: url("../images/svg_icons/appointment.svg") no-repeat center center;
  width: 21px;
  height: 27px;
  margin: auto;
}
.calendar-img-box.active {
  background: url("../images/svg_icons/appointment-orange.svg") no-repeat center center;
}
.calendar-img-box img {
  display: none;
}

@media (min-width: 320px) and (max-width: 567px) {
  .mobile-search-by-date {
    flex-wrap: nowrap;
  }
  .mobile-search-by-date .global-search {
    margin-bottom: 0px;
  }
}

.main_hd_page_top_right .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  font-weight: 300;
  font-size: 13px;
}

.chart_top_right .calendar-img-box {
  height: 25px;
}

.affiliate-requests-box {
  background-color: #fff;
  width: auto;
  height: auto;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .affiliate-requests-box {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
.affiliate-requests-box .Ellipse-div {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
}
.affiliate-requests-box .Ellipse-div.red {
  color: #dc3545;
}
.affiliate-requests-box .Ellipse-div.green {
  color: #28a745;
}
.affiliate-requests-box .affiliate-requests-img {
  width: 20%;
}
.affiliate-requests-box .affiliate-requests-txt {
  width: 80%;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 4%;
}
.affiliate-requests-box .affiliate-requests-txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
}
@media (min-width: 768px) and (max-width: 991px) {
  .affiliate-requests-box .affiliate-requests-txt h2 {
    font-size: 16px;
    color: #373737;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .affiliate-requests-box .affiliate-requests-txt h2 {
    font-size: 16px;
  }
}
.affiliate-requests-box .affiliate-requests-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.affiliate-requests-box .affiliate-requests-txt ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
}
.affiliate-requests-box .affiliate-requests-txt ul li a {
  font-size: 14px;
  color: #999999;
  display: block;
  vertical-align: middle;
}
.affiliate-requests-box .affiliate-requests-txt ul li a:hover {
  color: #FE6C0B;
}

.affiliatememberinfo-list {
  padding-top: 11px;
  padding-right: 0;
  padding-bottom: 11px;
  padding-left: 0;
  border-bottom: 1px #cccccc solid;
}
.affiliatememberinfo-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  vertical-align: middle;
}
.affiliatememberinfo-list ul li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  color: #999999;
}
.affiliatememberinfo-list ul li:first-child {
  width: 25%;
  font-size: 14px;
  color: #000000;
}

.affiliatememberinfo-btm {
  padding-bottom: 15px;
}

.affiliatememberinfo-pop h1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #cccccc;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

@media (min-width: 568px) and (max-width: 767px) {
  .affiliate-requests-page .col-sm-4 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.approved_coupons_page .col-sm-4 {
  padding-left: 0px;
}

.coupon_d_r_text {
  width: 130px;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon_d_r_text {
    width: 100%;
    border-left: 0px #dcdcdc solid;
    border-right: 0px #dcdcdc solid;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon_d_r_text {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .coupon_d_r_text {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.coupon_d_r_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coupon_d_r_text ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  word-break: initial;
  line-height: 16px;
  margin-top: 5px;
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon_d_r_text ul li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .coupon_d_r_text ul li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .coupon_d_r_text ul li:last-child {
    padding-right: 0px;
  }
}
.coupon_d_r_text ul li strong {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.coupon_d_r_text ul li.dealtext {
  color: #000000;
  margin-top: 10px !important;
  font-weight: 500;
}

@media (min-width: 480px) and (max-width: 767px) {
  .coupons__filter .custom-justify-content-end {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupons__filter .custom-justify-content-end {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .coupons__filter .filter-1 .filter-search-select {
    width: 70%;
  }
}
.coupons__filter .main_hd_page_btm .row {
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupons__filter .main_hd_page_btm .row {
    align-items: flex-start;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .coupons__filter .main_hd_page_btm .page_type_link {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupons__filter .main_hd_page_btm .page_type_link {
    margin-bottom: 10px;
  }
}

.team-btm-filter {
  display: flex;
  vertical-align: middle;
}
.team-btm-filter .add__new__btn {
  margin-left: 10px;
}

.user__search__input {
  flex-grow: 1;
}
.user__search__input input {
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 40px;
  background: #fff url("../images/svg_icons/search.svg") no-repeat 14px 50%;
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  font-size: 14px;
  color: #333333;
  background-size: 17px;
  width: 100%;
}

.decline-coupon-history {
  padding-top: 13px;
  padding-right: 25px;
  padding-bottom: 13px;
  padding-left: 25px;
}
.decline-coupon-history h3 {
  font-size: 19px;
}
.decline-coupon-history .pop-header {
  display: none;
  vertical-align: middle;
}

.pg-coupon-section .main__row__list .col-sm-4 {
  padding-left: 0px;
}
@media (min-width: 568px) and (max-width: 767px) {
  .pg-coupon-section .main__row__list .col-sm-4 {
    padding-left: 26%;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .pg-coupon-section .main__row__list .col-sm-4 {
    padding-left: 15px;
  }
}

.remove-more-discount {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 7px;
}
.remove-more-discount a {
  background: #fff;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  vertical-align: middle;
  text-align: center;
}
.remove-more-discount a img {
  width: 75%;
}

.auto-select-input .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: 400;
  font-size: 13px;
  color: #828282;
}
.auto-select-input .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
.auto-select-input .ng-select-focused {
  border-width: 0px;
  border-color: #C4C4C4;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.participated-in-sale-coupon .p__s__l {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}
.participated-in-sale-coupon .p__s__l .p_s_c_img {
  width: 30%;
  float: left;
}
.participated-in-sale-coupon .p__s__l .p_s_c_img img {
  width: 100%;
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt {
  width: 70%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: right;
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .participated-in-sale-coupon .p__s__l .p_s_c_txt h2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .participated-in-sale-coupon .p__s__l .p_s_c_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    color: #373737;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .participated-in-sale-coupon .p__s__l .p_s_c_txt h2 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .participated-in-sale-coupon .p__s__l .p_s_c_txt ul {
    margin-top: 10px;
  }
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .participated-in-sale-coupon .p__s__l .p_s_c_txt ul li {
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  width: 15px;
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt ul li i img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  color: #999999;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .participated-in-sale-coupon .p__s__l .p_s_c_txt p {
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt p a {
  color: #FE6C0B;
}
.participated-in-sale-coupon .p__s__l .p_s_c_txt p a:hover {
  color: #333333;
}
.participated-in-sale-coupon .p__s__r {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.participated-in-sale-coupon .p__s__r .p_s_c_c {
  width: 35%;
  border-left: 1px #dcdcdc solid;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.participated-in-sale-coupon .p__s__r .p_s_c_d {
  width: 35%;
  border-left: 1px #dcdcdc solid;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.participated-in-sale-coupon .p__s__r .p_s_c_s {
  width: 30%;
  border-left: 1px #dcdcdc solid;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.participated-in-sale-coupon .p__s__r .design-f ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.participated-in-sale-coupon .p__s__r .design-f ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  word-break: break-all;
  line-height: 16px;
  margin-top: 5px;
  display: block;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .participated-in-sale-coupon .p__s__r .design-f ul li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .participated-in-sale-coupon .p__s__r .design-f ul li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .participated-in-sale-coupon .p__s__r .design-f ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
  }
}
.participated-in-sale-coupon .p__s__r .design-f ul li strong {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.participated-in-sale-coupon .p__s__r .design-f ul li.dealtext {
  color: #000000;
  margin-top: 10px !important;
  font-weight: 500;
  display: flex;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 479px) {
  .participated-in-sale-coupon .p__s__r .design-f ul li.dealtext {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .participated-in-sale-coupon .p__s__r .design-f ul li.dealtext {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .participated-in-sale-coupon .p__s__r .design-f ul li.dealtext span {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }
}
.participated-in-sale-coupon .p__s__r .design-f ul li.dealtext i {
  margin-right: 5px;
}

.barcode svg {
  width: 100% !important;
  height: 57px;
}

.qrbox {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
.qrbox img {
  width: 100%;
  height: auto;
}

.coupon__template__box .row-coupon {
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1133px) {
  .coupon__template__box .Discount_type_input {
    align-items: flex-end;
  }
}
.coupon__template__box .create-tem-left {
  width: calc(100% - 700px);
  padding-right: 10px;
}
@media (min-width: 1025px) and (max-width: 1133px) {
  .coupon__template__box .create-tem-left {
    width: 320px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon__template__box .create-tem-left {
    width: 100%;
    padding-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .coupon__template__box .create-tem-left {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .coupon__template__box .create-tem-left {
    width: 100%;
    padding-right: 0px;
  }
}
.coupon__template__box .create-tem-right {
  width: 700px;
}
@media (min-width: 1025px) and (max-width: 1133px) {
  .coupon__template__box .create-tem-right {
    width: calc(100% - 320px);
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .coupon__template__box .create-tem-right {
    width: 60%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon__template__box .create-tem-right {
    width: 100%;
    margin-top: 15px;
  }
}

.q-b-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  vertical-align: middle;
}
.q-b-box ul li {
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  background: #fff;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px #C4C4C4 solid;
  border-top: 1px #C4C4C4 solid;
  border-left: 1px #C4C4C4 solid;
  cursor: pointer;
}
.q-b-box ul li:last-child {
  border-right: 1px #C4C4C4 solid;
  border-radius: 0 4px 4px 0;
}
.q-b-box ul li:first-child {
  border-radius: 4px 0 0 4px;
}
.q-b-box ul li.active {
  background: #4ba23a;
  color: #fff;
}

.codeinput input {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border-width: 1px;
  border-color: #C4C4C4;
  border-style: solid;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  resize: none;
}

.coupons-payment-page {
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  max-width: 800px;
  margin: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupons-payment-page {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
.coupons-payment-page h1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px #c6c6c6 solid;
}
.coupons-payment-page .coupons-payment-left {
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
.coupons-payment-page .coupons-payment-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coupons-payment-page .coupons-payment-left ul li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  font-weight: 300;
  font-size: 16px;
  width: 50%;
}
.coupons-payment-page .coupons-payment-left ul li strong {
  display: block;
  vertical-align: middle;
  font-weight: 300;
}
.coupons-payment-page .coupons-payment-right {
  background: #fff;
  border-width: 1px;
  border-color: #c6c6c6;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupons-payment-page .coupons-payment-right {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.coupons-payment-page .coupons-payment-right h2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px #c6c6c6 solid;
}
.coupons-payment-page .coupons-payment-right .payment-buttons {
  text-align: center;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.coupons-payment-page .coupons-payment-right .payment-buttons button {
  margin-right: 10px;
}
.coupons-payment-page .coupons-payment-right .payment-buttons button:first-last {
  margin-right: 10px;
}

.coupon-right-info .action__filter {
  padding-left: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon-right-info .action__filter {
    margin-left: 0px;
  }
}
@media (min-width: 320px) and (max-width: 567px) {
  .coupon-right-info .action__filter {
    padding-left: 0px;
  }
}
.coupon-right-info .merchant__appr__btn {
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  width: 130px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .coupon-right-info .merchant__appr__btn {
    width: 100%;
    margin-top: 15px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
  }
}
.coupon-right-info .merchant__appr__btn.no_border {
  border-left: 0px;
}
.coupon-right-info .merchant__appr__btn:empty {
  display: none;
  vertical-align: middle;
}

.Discount_type_box .dark-text-warning {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .create_coupon__form .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .create_coupon__form .input__field__2 .col-sm-7 {
    max-width: 100%;
    flex: auto;
  }
  .create_coupon__form .date__input,
.create_coupon__form .input__field__2 {
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main__row .coupon-list-section .col-md-7 {
    flex: 0 0 53%;
    max-width: 53%;
  }
  .main__row .coupon-list-section .col-md-5 {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .main__row .coupon-list-section .main__row__list .main__list__left .coupon_list_text {
    width: 66%;
  }
  .main__row .coupon-list-section .main__row__list .main__list__left .coupon_list_img {
    width: 30%;
  }
}

@media (min-width: 320px) and (max-width: 567px) {
  bs-daterangepicker-container {
    position: fixed !important;
    transform: translate3d(34px, 73px, 0px) !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  bs-daterangepicker-container {
    position: fixed !important;
    transform: translate3d(50%, 73px, 0px) !important;
  }
}

.comnt-reply-box .comnt-reply-list .comnt-reply-txt ul li.post-upvote a {
  background: url("../images/svg_icons/upvote.png") no-repeat left center;
}
.comnt-reply-box .comnt-reply-list .comnt-reply-txt ul li.post-upvote a:hover {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.comnt-reply-box .comnt-reply-list .comnt-reply-txt ul li.post-upvote a.active {
  background: url("../images/svg_icons/upvote-hover.png") no-repeat left center;
}
.comnt-reply-box .comnt-reply-list .comnt-reply-txt ul li.post-downvote a {
  background: url("../images/svg_icons/downvote.png") no-repeat left center;
}
.comnt-reply-box .comnt-reply-list .comnt-reply-txt ul li.post-downvote a:hover {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}
.comnt-reply-box .comnt-reply-list .comnt-reply-txt ul li.post-downvote a.active {
  background: url("../images/svg_icons/downvote-hover.png") no-repeat left center;
}

.preview__coupons__tem__5 {
  background: url("../images/template-background-1.jpg") no-repeat center center;
  background-size: cover;
}

.preview__coupons__tem__6 {
  background: url("../images/template-background-2.jpg") no-repeat top center;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .preview__coupons__tem__6 {
    background-size: cover;
  }
}

.preview__coupons__tem__7 {
  background: #03204c url("../images/template-background-3.jpg") no-repeat top center;
  background-size: 100%;
}
.preview__coupons__tem__7.coupon-tem-detailsview {
  background: #03204c url("../images/template-full-background-3.jpg") no-repeat top right;
  background-size: 80%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview__coupons__tem__7.coupon-tem-detailsview {
    background-size: 100%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .preview__coupons__tem__7.coupon-tem-detailsview {
    background-size: 128%;
  }
}

.preview__coupons__tem__8 {
  background: #fff url("../images/template-background-4.jpg") no-repeat top center;
  background-size: cover;
}
.preview__coupons__tem__8.coupon-tem-detailsview {
  background: #fff url("../images/template-full-background-4.jpg") no-repeat top left;
  background-size: 100%;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .preview__coupons__tem__8.coupon-tem-detailsview {
    background: #fff url("../images/template-full-background-4.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .preview__coupons__tem__8.coupon-tem-detailsview {
    background: #fff url("../images/template-full-background-4.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview__coupons__tem__8.coupon-tem-detailsview {
    background: #fff url("../images/template-full-background-4.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .preview__coupons__tem__8.coupon-tem-detailsview {
    background: #fff url("../images/template-full-background-4.jpg") no-repeat top center;
    background-size: cover;
  }
}
.preview__coupons__tem__8 .p-c-t-8-in .p-c-t-8-r .p-c-t-8-off span {
  background: url("../images/price-tag.png") no-repeat center center;
  background-size: 100%;
}
.preview__coupons__tem__8 .preview__coupons__tem__8 {
  background: url("../images/template-background-4.jpg") no-repeat top center;
  background-size: 100%;
}
.preview__coupons__tem__8 .preview__coupons__tem__8.coupon-tem-detailsview {
  background: #fff url("../images/template-full-background-4.jpg") no-repeat top left;
  background-size: 100%;
}
.preview__coupons__tem__8 .preview__coupons__tem__8 .p-c-t-8-in .p-c-t-8-r .p-c-t-8-off span {
  background: url("../images/price-tag.png") no-repeat center right;
  background-size: 100%;
}
.preview__coupons__tem__8 .preview__coupons__tem__10 {
  background: url("../images/template-background-6.jpg") no-repeat top center;
  background-size: 100%;
}
.preview__coupons__tem__8 .preview__coupons__tem__10.coupon-tem-detailsview {
  background: #fff url("../images/template-full-background-6.jpg") no-repeat top left;
  background-size: 100%;
}
.preview__coupons__tem__8 .preview__coupons__tem__12 {
  background: url("../images/template-background-7.jpg") no-repeat top center;
  background-size: 100%;
}

.preview__coupons__tem__10 {
  background: url("../images/template-background-6.jpg") no-repeat top center;
  background-size: cover;
}
.preview__coupons__tem__10.coupon-tem-detailsview {
  background: #fff url("../images/template-full-background-6.jpg") no-repeat top left;
  background-size: 100%;
}

.preview__coupons__tem__12 {
  background: url("../images/template-background-7.jpg") no-repeat top center;
  background-size: cover;
}

.preview__coupons__tem__14 {
  background: #03bbf1 url("../images/template-background-8.jpg") no-repeat top center;
  background-size: cover;
}
.preview__coupons__tem__14.coupon-tem-detailsview {
  background: #03bbf1 url("../images/template-full-background-8.jpg") no-repeat center center;
  background-size: cover;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview__coupons__tem__14.coupon-tem-detailsview {
    background: #03bbf1 url("../images/template-background-8.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .preview__coupons__tem__14.coupon-tem-detailsview {
    background: #03bbf1 url("../images/template-background-8.jpg") no-repeat top center;
    background-position: calc(100% - 10px) 50%;
  }
}

.preview__coupons__tem__15 {
  background: url("../images/template-background-9.jpg") no-repeat top center;
  background-size: cover;
  min-height: 298px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .preview__coupons__tem__15 {
    background-color: #ffcf01;
    background-size: 100%;
  }
}
.preview__coupons__tem__15.coupon-tem-detailsview {
  background: url("../images/template-full-background-9.jpg") no-repeat center center;
  background-size: cover;
}

.preview__coupons__tem__16 {
  background: url("../images/template-background-10.jpg") no-repeat top center;
  background-size: cover;
}

.uoloaded-img-edit .upload__input_opcty {
  background: rgba(0, 0, 0, 0.7) url(../images/svg_icons/white-edit-icon.svg) no-repeat center center;
  background-size: 14px;
}

.info__txt__top {
  background: url(../images/bg__img__1.jpg) repeat center center;
}

.dashboardsearch input {
  background: #fff url("../images/svg_icons/search.svg") no-repeat 98% 50%;
  background-size: 17px;
}

.form-radio label.css-label {
  background-image: url("../images/checkbox.png");
}

.discount_type_radio .form-radio label.css-label {
  background-image: url("../images/discount_type_radio.png");
}

.checkbox__design .form-checkbox label.css-label {
  background-image: url("../images/checkbox.png");
}

.radio__design .form-checkbox label.css-label {
  background-image: url("../images/radio__img.png");
}

.form-check label.css-label {
  background-image: url(../images/checkbox.png);
}

.type__radio__box label.css-label {
  background-image: url("../images/type__radio__img.png");
}

.yesno__radio__box input[type=radio].css-checkbox:checked + label.css-label {
  background-image: url("../images/svg_icons/approved.svg");
  background-size: 20px;
}
.yesno__radio__box label.css-label {
  background-image: url("../images/svg_icons/inactive.svg");
}

.sub_checkbox__design .checkbox__design .form-checkbox label.css-label {
  background-image: url("../images/check_box.svg");
  background-position: 0 2px !important;
}
.sub_checkbox__design .checkbox__design .form-checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
  background-image: url("../images/check_box_active.svg");
  background-position: 0 2px;
}

.merchant__sale__location__search .salelocation__search .location__search input {
  background: url("../images/location_icon.png") no-repeat 2% 50%;
}

.participate__sub__list__btm .participate__sub__list__row .participate__check {
  background: url("../images/tab-radio.png") no-repeat;
}

.edit_profile_btm .profile-left .profile-left-in .profile-left-link ul li i.profile-edit-icon {
  background: url("../images/svg_icons/profile-edit-icon.svg") no-repeat center center;
  background-size: 18px;
}
.edit_profile_btm .profile-left .profile-left-in .profile-left-link ul li i.profile-remove-icon {
  background: url("../images/svg_icons/profile-remove-icon.svg") no-repeat center center;
  background-size: 18px;
}

.la-ball-scale-multiple {
  background: url(../../../assets/images/loader.gif) no-repeat;
  width: 100px !important;
  height: 100px !important;
  background-size: 100%;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.loading-text,
.la-ball-scale-multiple .ng-tns-c1-0 {
  display: none !important;
}

.merchant__sale__location__map .merchant-store-carousel-in-map .slick-arrow {
  height: 100%;
  text-indent: -99999px;
  z-index: 9;
  height: 100%;
}
.merchant__sale__location__map .merchant-store-carousel-in-map .slick-arrow.slick-prev {
  left: 0px;
  background: #DDDDDD url("../images/svg_icons/slider-black-arrow-left.svg") no-repeat center center;
}
.merchant__sale__location__map .merchant-store-carousel-in-map .slick-arrow.slick-next {
  right: 0px;
  background: #DDDDDD url("../images/svg_icons/slider-black-arrow-right.svg") no-repeat center center;
}
.merchant__sale__location__map .merchant-store-carousel-in-map .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.wellbux-report-container .report-custom-row .wellbux-report-left .wellbux-report-filtter-box accordion-group .card .card-header button {
  background: url("../images/svg_icons/accordion-open.svg") no-repeat center right;
  background-size: 10px;
}

.wellbux-report-container .report-custom-row .wellbux-report-left .wellbux-report-filtter-box accordion-group.panel-open .card .card-header button {
  background: url("../images/svg_icons/accordion-close.svg") no-repeat center right;
  background-size: 10px;
}

.selected-tag-close {
  background: url("../images/svg_icons/tag-close.svg") no-repeat center center;
}

.screen-zoom {
  background: url("../images/svg_icons/zoom-icon.svg") no-repeat center center;
}
.screen-zoom.screen-zoom-out {
  background: url("../images/svg_icons/zoom-out-icon.svg") no-repeat center center;
}

.export-dropdown span::after {
  background: url("../images/svg_icons/orange-arrow-icon.svg") no-repeat center center;
  background-size: 100%;
}

.filter-pop-outer .filter-pop-close {
  background: #fff url("../images/svg_icons/cross.svg") no-repeat center center;
}

.total-amount-dropdown span {
  background: url("../images/svg_icons/gray-arrow.svg") no-repeat center right;
  background-size: 12px;
}

/*# sourceMappingURL=style.css.map */
