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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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 {
  flex-wrap: wrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

@font-face {
  font-family: "Vazir";
  src: url("../fonts/vazir/VAZIR-MEDIUM-FD.woff2") format("woff2"), url("../fonts/vazir/VAZIR-MEDIUM-FD.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazir";
  src: url("../fonts/vazir/VAZIR-BOLD-FD.woff2") format("woff2"), url("../fonts/vazir/VAZIR-BOLD-FD.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas";
  src: url("../fonts/Bebas-Regular.woff2") format("woff2"), url("../fonts/Bebas-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-weight: normal;
}

* {
  outline: 0 !important;
}

body, html {
  overflow-x: hidden !important;
  width: 100% !important;
  min-height: 100vh;
  direction: rtl;
  text-align: right;
  background: #fff;
  color: #000;
  font-family: "Vazir", sans-serif !important;
}

body.home {
  padding-top: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
}

a,
a:focus,
a:hover,
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
  outline: none;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

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

input {
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
}

input,
input:focus {
  outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  border: none;
}

input,
optgroup,
select,
textarea {
  border: 1px solid transparent;
}
input.error,
optgroup.error,
select.error,
textarea.error {
  border-color: #CD1821 !important;
  border: 1px solid transparent;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
input.error + .input-icon,
optgroup.error + .input-icon,
select.error + .input-icon,
textarea.error + .input-icon {
  fill: #CD1821 !important;
}

button {
  outline: none !important;
  border: none;
  background: none;
  padding: 0;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

ins {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

p {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

table {
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
table th {
  padding: 15px;
  background: #F3F3F3;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  table th {
    width: 150px;
    min-width: 150px;
  }
}
table td {
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  table td {
    width: 150px;
    min-width: 150px;
  }
}
table tr {
  background: #fff;
}
table tr:nth-child(odd) {
  background: #F3F3F3;
}

/** Global Styles **/
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
}

.fs-13, .hint .flag {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14, .ordersTable, .siteHeader .newsCarousel .item, .mainBtn.small, .receiptBox__upload .uploadArea .btnArea label.small, .walletAmountCheck label.mainBtn, .walletAmountCheck .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck label.small, .walletAmountCheck label, .reportageEditor .uploadArea .btnArea label.small, .reportageEditor .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck .reportageEditor .uploadArea .btnArea label, .small.forminator-button-submit, .formLabel, .forminator-label {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .fs-14, .ordersTable, .siteHeader .newsCarousel .item, .mainBtn.small, .receiptBox__upload .uploadArea .btnArea label.small, .walletAmountCheck label.mainBtn, .walletAmountCheck .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck label.small, .walletAmountCheck label, .reportageEditor .uploadArea .btnArea label.small, .reportageEditor .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck .reportageEditor .uploadArea .btnArea label, .small.forminator-button-submit, .formLabel, .forminator-label {
    font-size: 13px;
  }
}

.fs-15, .siteHeader .navBar {
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .fs-15, .siteHeader .navBar {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-15, .siteHeader .navBar {
    font-size: 13px;
  }
}

.fs-16, body, html {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .fs-16, body, html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-16, body, html {
    font-size: 14px;
  }
}

.fs-18, .faq .faq__item2 .faq__item__question2, .faq__item__question, .dashSectionTitle, .forminator-subtitle, .pagination .page-numbers, .pagination ul li, .noData .title {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .fs-18, .faq .faq__item2 .faq__item__question2, .faq__item__question, .dashSectionTitle, .forminator-subtitle, .pagination .page-numbers, .pagination ul li, .noData .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-18, .faq .faq__item2 .faq__item__question2, .faq__item__question, .dashSectionTitle, .forminator-subtitle, .pagination .page-numbers, .pagination ul li, .noData .title {
    font-size: 16px;
  }
}

.fs-20, #addContentToCampaign .title__bar, .forminator-title {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .fs-20, #addContentToCampaign .title__bar, .forminator-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-20, #addContentToCampaign .title__bar, .forminator-title {
    font-size: 17px;
  }
}

.fs-22 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .fs-22 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-22 {
    font-size: 17px;
  }
}

.fs-25, .pageTitleBar .title, .mainTitle {
  font-size: 25px;
}
@media only screen and (max-width: 991px) {
  .fs-25, .pageTitleBar .title, .mainTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-25, .pageTitleBar .title, .mainTitle {
    font-size: 18px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .fs-28 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-28 {
    font-size: 19px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .fs-30 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-30 {
    font-size: 21px;
  }
}

.fs-40 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .fs-40 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .fs-40 {
    font-size: 25px;
  }
}

.icon {
  width: 25px;
  height: 25px;
  fill: #000;
  display: inline-block;
  vertical-align: middle;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.icon.stroke {
  fill: none;
  stroke: #000;
}
.icon.small, .walletAmountCheck label.icon {
  width: 14px;
  height: 14px;
}

.inputHolder {
  position: relative;
}
.inputHolder .formInput, .inputHolder .forminator-custom-form textarea, .forminator-custom-form .inputHolder textarea,
.inputHolder .forminator-custom-form input[type=text],
.forminator-custom-form .inputHolder input[type=text],
.inputHolder .forminator-custom-form input[type=number],
.forminator-custom-form .inputHolder input[type=number],
.inputHolder .forminator-custom-form input[type=email],
.forminator-custom-form .inputHolder input[type=email],
.inputHolder .forminator-custom-form input[type=tel],
.forminator-custom-form .inputHolder input[type=tel],
.inputHolder .forminator-custom-form input[type=password],
.forminator-custom-form .inputHolder input[type=password],
.inputHolder .forminator-custom-form select,
.forminator-custom-form .inputHolder select {
  padding-right: 55px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.inputHolder .formInput:focus, .inputHolder .forminator-custom-form textarea:focus, .forminator-custom-form .inputHolder textarea:focus,
.inputHolder .forminator-custom-form input[type=text]:focus,
.forminator-custom-form .inputHolder input[type=text]:focus,
.inputHolder .forminator-custom-form input[type=number]:focus,
.forminator-custom-form .inputHolder input[type=number]:focus,
.inputHolder .forminator-custom-form input[type=email]:focus,
.forminator-custom-form .inputHolder input[type=email]:focus,
.inputHolder .forminator-custom-form input[type=tel]:focus,
.forminator-custom-form .inputHolder input[type=tel]:focus,
.inputHolder .forminator-custom-form input[type=password]:focus,
.forminator-custom-form .inputHolder input[type=password]:focus,
.inputHolder .forminator-custom-form select:focus,
.forminator-custom-form .inputHolder select:focus {
  border-color: #0E4D82 !important;
}
.inputHolder .icon {
  position: absolute;
  right: 6px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.13);
}

.formInput, .forminator-custom-form textarea,
.forminator-custom-form input[type=text],
.forminator-custom-form input[type=number],
.forminator-custom-form input[type=email],
.forminator-custom-form input[type=tel],
.forminator-custom-form input[type=password],
.forminator-custom-form select {
  width: 100%;
  padding: 9px 15px;
  border-radius: 10px;
  margin-bottom: 22px;
  background: #f5f5f5;
  height: 55px;
  border: 1px solid transparent;
}
.formInput::-webkit-input-placeholder, .forminator-custom-form textarea::-webkit-input-placeholder,
.forminator-custom-form input[type=text]::-webkit-input-placeholder,
.forminator-custom-form input[type=number]::-webkit-input-placeholder,
.forminator-custom-form input[type=email]::-webkit-input-placeholder,
.forminator-custom-form input[type=tel]::-webkit-input-placeholder,
.forminator-custom-form input[type=password]::-webkit-input-placeholder,
.forminator-custom-form select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.formInput::-moz-placeholder, .forminator-custom-form textarea::-moz-placeholder,
.forminator-custom-form input[type=text]::-moz-placeholder,
.forminator-custom-form input[type=number]::-moz-placeholder,
.forminator-custom-form input[type=email]::-moz-placeholder,
.forminator-custom-form input[type=tel]::-moz-placeholder,
.forminator-custom-form input[type=password]::-moz-placeholder,
.forminator-custom-form select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.formInput:-ms-input-placeholder, .forminator-custom-form textarea:-ms-input-placeholder,
.forminator-custom-form input[type=text]:-ms-input-placeholder,
.forminator-custom-form input[type=number]:-ms-input-placeholder,
.forminator-custom-form input[type=email]:-ms-input-placeholder,
.forminator-custom-form input[type=tel]:-ms-input-placeholder,
.forminator-custom-form input[type=password]:-ms-input-placeholder,
.forminator-custom-form select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.formInput:-moz-placeholder, .forminator-custom-form textarea:-moz-placeholder,
.forminator-custom-form input[type=text]:-moz-placeholder,
.forminator-custom-form input[type=number]:-moz-placeholder,
.forminator-custom-form input[type=email]:-moz-placeholder,
.forminator-custom-form input[type=tel]:-moz-placeholder,
.forminator-custom-form input[type=password]:-moz-placeholder,
.forminator-custom-form select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.formInput, .forminator-custom-form textarea,
.forminator-custom-form input[type=text],
.forminator-custom-form input[type=number],
.forminator-custom-form input[type=email],
.forminator-custom-form input[type=tel],
.forminator-custom-form input[type=password],
.forminator-custom-form select {
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.formInput:focus, .forminator-custom-form textarea:focus,
.forminator-custom-form input[type=text]:focus,
.forminator-custom-form input[type=number]:focus,
.forminator-custom-form input[type=email]:focus,
.forminator-custom-form input[type=tel]:focus,
.forminator-custom-form input[type=password]:focus,
.forminator-custom-form select:focus {
  border-color: #FF6600;
}
.formInput::placeholder, .forminator-custom-form textarea::placeholder,
.forminator-custom-form input[type=text]::placeholder,
.forminator-custom-form input[type=number]::placeholder,
.forminator-custom-form input[type=email]::placeholder,
.forminator-custom-form input[type=tel]::placeholder,
.forminator-custom-form input[type=password]::placeholder,
.forminator-custom-form select::placeholder {
  color: #D9D9D9;
}

.formInput2, .publicaSelect {
  width: 100%;
  padding: 9px 15px;
  border-radius: 8px;
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  margin-bottom: 24px;
  -webkit-appearance: listbox;
}
.formInput2:focus, .publicaSelect:focus {
  border-color: #FF6600;
}
.formInput2::placeholder, .publicaSelect::placeholder {
  color: #D9D9D9;
}
.formInput2.bordered, .bordered.publicaSelect {
  border: 1px solid #D9D9D9;
}

textarea.formInput, .forminator-custom-form textarea {
  height: auto;
}

select.formInput,
.forminator-custom-form select {
  -webkit-appearance: menulist;
}

.formLabel, .forminator-label {
  margin-bottom: 16px;
}

.mainBtn, .receiptBox__upload .uploadArea .btnArea label, .walletAmountCheck label, .reportageEditor .uploadArea .btnArea label, .forminator-button-submit {
  padding: 12px 30px;
  border-radius: 10px;
  background: #FF6600;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.3);
  -moz-box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.3);
  box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.3);
}
.mainBtn::before, .receiptBox__upload .uploadArea .btnArea label::before, .walletAmountCheck label::before, .reportageEditor .uploadArea .btnArea label::before, .forminator-button-submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.mainBtn:hover, .receiptBox__upload .uploadArea .btnArea label:hover, .walletAmountCheck label:hover, .reportageEditor .uploadArea .btnArea label:hover, .forminator-button-submit:hover {
  color: #fff;
}
.mainBtn:hover::before, .receiptBox__upload .uploadArea .btnArea label:hover::before, .walletAmountCheck label:hover::before, .reportageEditor .uploadArea .btnArea label:hover::before, .forminator-button-submit:hover::before {
  height: 100%;
  opacity: 0.2;
}
.mainBtn.notifier::after, .receiptBox__upload .uploadArea .btnArea label.notifier::after, .walletAmountCheck label.notifier::after, .reportageEditor .uploadArea .btnArea label.notifier::after, .notifier.forminator-button-submit::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  z-index: 2;
  border: 2px solid #fff;
  background: #CD1821;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px 0 rgba(205, 24, 33, 0.5);
  -moz-box-shadow: 0 10px 20px 0 rgba(205, 24, 33, 0.5);
  box-shadow: 0 10px 20px 0 rgba(205, 24, 33, 0.5);
  animation: glow 0.5s infinite;
}
.mainBtn.small, .receiptBox__upload .uploadArea .btnArea label.small, .walletAmountCheck label.mainBtn, .walletAmountCheck .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck label.small, .walletAmountCheck label, .reportageEditor .uploadArea .btnArea label.small, .reportageEditor .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck .reportageEditor .uploadArea .btnArea label, .small.forminator-button-submit {
  padding: 8px 16px;
}
.mainBtn.small::before, .receiptBox__upload .uploadArea .btnArea label.small::before, .walletAmountCheck label.mainBtn::before, .walletAmountCheck .receiptBox__upload .uploadArea .btnArea label::before, .receiptBox__upload .uploadArea .btnArea .walletAmountCheck label::before, .walletAmountCheck label.small::before, .walletAmountCheck label::before, .reportageEditor .uploadArea .btnArea label.small::before, .reportageEditor .uploadArea .btnArea .walletAmountCheck label::before, .walletAmountCheck .reportageEditor .uploadArea .btnArea label::before, .small.forminator-button-submit::before {
  border-radius: 10px;
}
.mainBtn.light, .receiptBox__upload .uploadArea .btnArea label.light, .walletAmountCheck label.mainBtn, .walletAmountCheck .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck label, .reportageEditor .uploadArea .btnArea label.light, .reportageEditor .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck .reportageEditor .uploadArea .btnArea label, .light.forminator-button-submit {
  background: #fff;
  color: #082B48;
  border: 1px solid #082B48;
  box-shadow: none !important;
}
.mainBtn.light .icon, .receiptBox__upload .uploadArea .btnArea label.light .icon, .walletAmountCheck label .icon, .reportageEditor .uploadArea .btnArea label.light .icon, .reportageEditor .uploadArea .btnArea .walletAmountCheck label .icon, .walletAmountCheck .reportageEditor .uploadArea .btnArea label .icon, .light.forminator-button-submit .icon {
  fill: #082B48;
}
.mainBtn.green, .receiptBox__upload .uploadArea .btnArea label.green, .walletAmountCheck label.green, .reportageEditor .uploadArea .btnArea label.green, .green.forminator-button-submit {
  background: #26916F;
  color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(38, 145, 111, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(38, 145, 111, 0.2);
  box-shadow: 0 0 10px 0 rgba(38, 145, 111, 0.2);
}
.mainBtn.green .icon, .receiptBox__upload .uploadArea .btnArea label.green .icon, .walletAmountCheck label.green .icon, .reportageEditor .uploadArea .btnArea label.green .icon, .green.forminator-button-submit .icon {
  fill: #fff;
}
.mainBtn.lightGreen, .receiptBox__upload .uploadArea .btnArea label.lightGreen, .walletAmountCheck label.lightGreen, .reportageEditor .uploadArea .btnArea label.lightGreen, .lightGreen.forminator-button-submit {
  background: #CBF1D8;
  color: #26916F;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.mainBtn.lightGreen .icon, .receiptBox__upload .uploadArea .btnArea label.lightGreen .icon, .walletAmountCheck label.lightGreen .icon, .reportageEditor .uploadArea .btnArea label.lightGreen .icon, .lightGreen.forminator-button-submit .icon {
  fill: #26916F;
}
.mainBtn.blue, .receiptBox__upload .uploadArea .btnArea label, .walletAmountCheck label.blue, .reportageEditor .uploadArea .btnArea label, .blue.forminator-button-submit {
  background: #082B48;
  color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(8, 43, 72, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(8, 43, 72, 0.2);
  box-shadow: 0 0 10px 0 rgba(8, 43, 72, 0.2);
}
.mainBtn.blue .icon, .receiptBox__upload .uploadArea .btnArea label .icon, .walletAmountCheck label.blue .icon, .reportageEditor .uploadArea .btnArea label .icon, .blue.forminator-button-submit .icon {
  fill: #fff;
}
.mainBtn.lightRed, .receiptBox__upload .uploadArea .btnArea label.lightRed, .walletAmountCheck label.lightRed, .reportageEditor .uploadArea .btnArea label.lightRed, .lightRed.forminator-button-submit {
  background: #F4CCCE;
  color: #CD1821;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.mainBtn.lightRed .icon, .receiptBox__upload .uploadArea .btnArea label.lightRed .icon, .walletAmountCheck label.lightRed .icon, .reportageEditor .uploadArea .btnArea label.lightRed .icon, .lightRed.forminator-button-submit .icon {
  fill: #CD1821;
}
.mainBtn.lightBlue, .receiptBox__upload .uploadArea .btnArea label.lightBlue, .walletAmountCheck label.lightBlue, .reportageEditor .uploadArea .btnArea label.lightBlue, .lightBlue.forminator-button-submit {
  background: rgba(14, 77, 130, 0.15);
  color: #0E4D82;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.mainBtn.lightBlue .icon, .receiptBox__upload .uploadArea .btnArea label.lightBlue .icon, .walletAmountCheck label.lightBlue .icon, .reportageEditor .uploadArea .btnArea label.lightBlue .icon, .lightBlue.forminator-button-submit .icon {
  fill: #0E4D82;
}
.mainBtn.borderGreen, .receiptBox__upload .uploadArea .btnArea label.borderGreen, .walletAmountCheck label.borderGreen, .reportageEditor .uploadArea .btnArea label.borderGreen, .borderGreen.forminator-button-submit {
  background: #fff;
  color: #26916F;
  border: 1px solid #26916F;
  box-shadow: none !important;
}
.mainBtn.loading, .receiptBox__upload .uploadArea .btnArea label.loading, .walletAmountCheck label.loading, .reportageEditor .uploadArea .btnArea label.loading, .loading.forminator-button-submit {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.mainBtn.loading::after, .receiptBox__upload .uploadArea .btnArea label.loading::after, .walletAmountCheck label.loading::after, .reportageEditor .uploadArea .btnArea label.loading::after, .loading.forminator-button-submit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #FF6600 url("../imgs/loadingLight.svg") no-repeat center;
  background-size: 20px 20px;
}
.mainBtn.loading.light::after, .receiptBox__upload .uploadArea .btnArea label.loading.light::after, .walletAmountCheck label.loading::after, .reportageEditor .uploadArea .btnArea label.loading.light::after, .reportageEditor .uploadArea .btnArea .walletAmountCheck label.loading::after, .walletAmountCheck .reportageEditor .uploadArea .btnArea label.loading::after, .loading.light.forminator-button-submit::after {
  background: #F3F3F3 url("../imgs/loading.svg") no-repeat center;
  background-size: 20px 20px;
}
.mainBtn.loading.green::after, .receiptBox__upload .uploadArea .btnArea label.loading.green::after, .walletAmountCheck label.loading.green::after, .reportageEditor .uploadArea .btnArea label.loading.green::after, .loading.green.forminator-button-submit::after {
  background: #26916F url("../imgs/loadingLight.svg") no-repeat center;
  background-size: 20px 20px;
}
.mainBtn.loading.blue::after, .receiptBox__upload .uploadArea .btnArea label.loading::after, .walletAmountCheck label.loading.blue::after, .reportageEditor .uploadArea .btnArea label.loading::after, .loading.blue.forminator-button-submit::after {
  background: #082B48 url("../imgs/loadingLight.svg") no-repeat center;
  background-size: 20px 20px;
}
.mainBtn .icon, .receiptBox__upload .uploadArea .btnArea label .icon, .walletAmountCheck label .icon, .reportageEditor .uploadArea .btnArea label .icon, .forminator-button-submit .icon {
  fill: #fff;
  width: 15px;
  height: 15px;
}

button:disabled {
  background: #c1c1c1 !important;
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  box-shadow: 0 0 0 0 transparent !important;
}

.fullWidth {
  width: 100% !important;
}

.fullHeight {
  height: 100% !important;
}

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

.redColor {
  color: #CD1821 !important;
}

.greenColor {
  color: #26916F !important;
}

.secondaryColor {
  color: #FF6600 !important;
}

.lightColor {
  color: #A1A1A1 !important;
}

.blueColor {
  color: #0E4D82 !important;
}

.lightText {
  color: #A1A1A1 !important;
}

.whiteFill {
  fill: #fff !important;
}

.blueFill {
  fill: #0E4D82 !important;
}

.redFill {
  fill: #CD1821 !important;
}

.greenFill {
  fill: #26916F !important;
}

.secondaryFill {
  fill: #FF6600 !important;
}

.textFill {
  fill: #000 !important;
}

.mainTitle {
  margin-bottom: 15px;
  font-weight: bold;
}

.wrapper, .content_float_cart, .range-slider .rangeSliderInputs .item, .selectInput .selected {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.checkBox {
  position: relative;
  margin-bottom: 35px;
  padding: 10px;
}
.checkBox .input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  right: 0;
  top: 0;
  opacity: 0;
}
.checkBox .input:checked + .label {
  color: #FF6600;
}
.checkBox .input:checked + .label::before {
  content: "✓";
}
.checkBox .label {
  position: relative;
}
.checkBox .label::before {
  content: "";
  position: relative;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  color: #26916F;
  text-align: center;
  font-weight: bold;
  border: 1px solid #000;
}

.errorMessage {
  background: #CD1821;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 25px;
  font-weight: bold;
}

.successMessage {
  background: #26916F;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 25px;
  font-weight: bold;
}

.errorBox, .forminator-success, .forminator-error ul li {
  display: block;
  padding: 10px 15px;
  background: #CD1821;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  text-align: center;
  animation: fadeIn 0.8s;
  -webkit-animation: fadeIn 0.8s;
}
.errorBox.success, .forminator-success, .forminator-error ul li.success, .forminator-error ul li.forminator-success {
  background: #26916F;
}
.errorBox.warn, .warn.forminator-success, .forminator-error ul li.warn {
  background: orange;
}

.imgCentered, .searchBar .item figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel {
  position: relative;
}
.carousel .owl-prev, .carousel .owl-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #A1A1A1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .carousel .owl-prev, .carousel .owl-next {
    display: none !important;
  }
}
.carousel .owl-prev.disabled, .carousel .owl-next.disabled {
  background: #fff !important;
}
.carousel .owl-prev:hover, .carousel .owl-next:hover {
  background: #A1A1A1 !important;
  -webkit-box-shadow: 0 5px 10px 0 rgba(161, 161, 161, 0.25);
  -moz-box-shadow: 0 5px 10px 0 rgba(161, 161, 161, 0.25);
  box-shadow: 0 5px 10px 0 rgba(161, 161, 161, 0.25);
}
.carousel .owl-prev:hover svg, .carousel .owl-next:hover svg {
  fill: #fff;
}
.carousel .owl-prev svg, .carousel .owl-next svg {
  width: 14px;
  height: 14px;
  fill: #A1A1A1;
}
.carousel .owl-prev {
  left: -65px;
}
.carousel .owl-next {
  right: -65px;
}
.carousel .owl-next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carousel .owl-dots {
  margin-top: 10px;
  width: 100%;
  padding: 6px 10px;
  text-align: center;
}
.carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 3px;
  border: 1px solid #F3F3F3;
  border-radius: 50%;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.carousel .owl-dots .owl-dot.active {
  background: #FF6600;
}

.noData {
  text-align: center;
}
.noData .icon {
  width: 60px;
  height: 60px;
  margin: auto auto 16px;
  background: #CD1821;
  fill: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.noData .icon.success, .noData .icon.forminator-success {
  background: #26916F;
}
.noData .icon.warning {
  background: #0E4D82;
}
.noData .title {
  font-weight: bold;
}

.modal .modal-dialog {
  max-width: 600px;
}
.modal .modal-content {
  border-radius: 10px;
  border: none;
  padding: 1rem 0 2.5rem;
}
.modal .modal-content .modal-header {
  padding: 6px 25px;
  border-bottom: none;
}
.modal .modal-content .modal-header .close {
  line-height: 1;
  margin: 0 auto 0 0;
  font-size: 30px;
  opacity: 0.7;
  padding: 0;
}
.modal .modal-content .modal-body {
  padding: 20px 80px;
}
@media only screen and (max-width: 575px) {
  .modal .modal-content .modal-body {
    padding: 20px 15px;
  }
}
.modal .contentHolder {
  position: relative;
}
.modal .contentHolder.loading {
  min-height: 200px;
  background: #fff url("../imgs/loading.svg") no-repeat center;
  background-size: 40px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination ul li {
  margin: 6px;
}
.pagination ul li.active a {
  background: #FF6600;
  color: #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
  -moz-box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
  box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
}
.pagination ul li a {
  padding: 3px 6px;
  border-radius: 5px;
  background: #F3F3F3;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a:hover {
  background: #FF6600;
  color: #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
  -moz-box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
  box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
}
.pagination .page-numbers {
  margin: 6px;
  padding: 3px 6px;
  border-radius: 5px;
  background: #F3F3F3;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #FF6600;
  color: #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
  -moz-box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
  box-shadow: 0 5px 8px 0 rgba(255, 102, 0, 0.24);
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: none;
}

/**
forms
 */
.forminator-custom-form textarea,
.forminator-custom-form input[type=text],
.forminator-custom-form input[type=number],
.forminator-custom-form input[type=email],
.forminator-custom-form input[type=tel],
.forminator-custom-form input[type=password],
.forminator-custom-form select {
  margin-bottom: 0;
}

.forminator-error-message {
  color: #CD1821;
  margin-bottom: 22px;
  margin-top: 7px;
  display: block;
}

.forminator-error {
  margin-bottom: 25px;
}
.forminator-row, .forminator-col {
  margin-bottom: 0 !important;
}

.forminator-label {
  margin-bottom: 6px !important;
  margin-top: 17px;
}

.forminator-button-submit {
  margin-top: 20px !important;
}

.intl-tel-input {
  display: block !important;
}

.intl-tel-input .flag-container {
  right: 8px !important;
}

.forminator-file-upload {
  position: relative;
  height: 55px;
  padding: 12px 15px;
  margin-bottom: 22px;
  background: #efefef;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.forminator-title {
  color: #FF6600;
  text-align: center !important;
  margin-top: 3rem;
}

.forminator-subtitle {
  margin-bottom: 3rem !important;
  text-align: center !important;
  font-weight: normal;
}

/**
end forms
 */
.mainSection {
  padding: 3.2rem 0;
}
@media only screen and (max-width: 480px) {
  .mainSection {
    padding: 2.5rem 0;
  }
}

.notifBox {
  padding: 10px;
  background: rgba(243, 243, 243, 0.2);
  border-right: 3px solid #0E4D82;
  border-radius: 4px;
}

.fileUploader {
  position: relative;
}
.fileUploader.loading {
  opacity: 0.6;
}
.fileUploader input {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.fileUploader input:hover + label {
  background: #FF6600;
  color: #fff;
  border-color: #fff;
}
.fileUploader label {
  border: 2px dashed #0E4D82;
  border-radius: 10px;
  background: rgba(243, 243, 243, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 15px;
  font-weight: bold;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}

.borderedImg {
  border-radius: 10px;
}

.notifBar {
  position: fixed;
  top: -25px;
  right: 25px;
  z-index: 99999999;
  background: #fff;
  border-radius: 35px;
  padding: 12px 40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.notifBar.active {
  opacity: 1;
  top: 25px;
  visibility: visible;
}
.notifBar.success, .notifBar.forminator-success {
  background: #26916F;
  color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(38, 145, 111, 0.24);
  -moz-box-shadow: 0 6px 15px 0 rgba(38, 145, 111, 0.24);
  box-shadow: 0 6px 15px 0 rgba(38, 145, 111, 0.24);
}
.notifBar.error {
  background: #CD1821;
  color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(205, 24, 33, 0.24);
  -moz-box-shadow: 0 6px 15px 0 rgba(205, 24, 33, 0.24);
  box-shadow: 0 6px 15px 0 rgba(205, 24, 33, 0.24);
}

.sectionTitle {
  position: relative;
}
.sectionTitle::before {
  content: "";
  position: absolute;
  left: 70%;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #EAEAEA;
}
@media only screen and (max-width: 767px) {
  .sectionTitle::before {
    display: none;
  }
}
.sectionTitle.left::before {
  left: unset;
  right: 70%;
}
.sectionTitle .container {
  position: relative;
  z-index: 2;
}

.h_iframe-aparat_embed_frame iframe {
  border: 0 !important;
  border-radius: 10px !important;
}

.selectInput {
  position: relative;
  cursor: pointer;
}
.selectInput.active .drp {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.selectInput .selected .chevron {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.selectInput .drp {
  position: absolute;
  top: calc(100% - 6px);
  right: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  border-radius: 10px 10px;
  padding: 10px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.24s;
  -moz-transition: all ease-in-out 0.24s;
  -webkit-transition: all ease-in-out 0.24s;
  -o-transition: all ease-in-out 0.24s;
}
.selectInput .drp .item {
  display: block;
  padding: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.selectInput .drp .item:last-child {
  border-bottom: 0;
}
.selectInput .drp .item:hover {
  background: rgba(0, 0, 0, 0.05);
  padding-right: 10px;
}
.selectInput .drp .item:hover .icon {
  fill: #EAEAEA;
  background: #FF6600;
}
.selectInput .drp .item .icon {
  fill: #FF6600;
  background: #EAEAEA;
  padding: 3px;
  border-radius: 4px;
  margin-left: 6px;
}

.opacity0 {
  opacity: 0;
}

.inputBox {
  position: relative;
}
.inputBox .unit {
  position: absolute;
  height: 34px;
  left: 8px;
  top: calc(50% - 28px);
  z-index: 2;
  background: #fff;
  font-size: 12px;
  border-radius: 9px;
  border: 1px solid #e5e5e5;
  padding: 7px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fadeInAnimation {
  animation: fadeIn 0.8s;
}

.codeInput {
  margin: 4px;
  border: 1px solid #ddd;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .codeInput {
    flex: 0 0 calc(16% - 1px);
    max-width: calc(16% - 1px);
    margin: 2px;
  }
}

.successIcon {
  width: 60px;
  height: 60px;
  fill: #fff;
  background: #26916F;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px 0 rgba(38, 145, 111, 0.27);
  -moz-box-shadow: 0 10px 20px 0 rgba(38, 145, 111, 0.27);
  box-shadow: 0 10px 20px 0 rgba(38, 145, 111, 0.27);
}
.successIcon.alert {
  background: #CD1821;
  -webkit-box-shadow: 0 10px 20px 0 rgba(205, 24, 33, 0.27);
  -moz-box-shadow: 0 10px 20px 0 rgba(205, 24, 33, 0.27);
  box-shadow: 0 10px 20px 0 rgba(205, 24, 33, 0.27);
}

.largeIcon {
  width: 50px;
  height: 50px;
}

.uploadBox {
  position: relative;
}
.uploadBox.small .input + label, .walletAmountCheck label.uploadBox .input + label {
  min-height: unset;
  padding: 7px;
  font-size: 13px;
}
.uploadBox.small .input + label .mainBtn, .uploadBox.small .input + label .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .uploadBox.small .input + label label, .walletAmountCheck label.uploadBox .input + label .mainBtn, .uploadBox.small .input + label .walletAmountCheck label, .walletAmountCheck .uploadBox.small .input + label label, .walletAmountCheck label.uploadBox .input + label label, .uploadBox.small .input + label .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .uploadBox.small .input + label label, .uploadBox.small .input + label .forminator-button-submit, .walletAmountCheck label.uploadBox .input + label .forminator-button-submit {
  border-radius: 5px;
}
.uploadBox .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.uploadBox .input + label {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #A1A1A1;
  text-align: center;
  min-height: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 324px;
  margin: 0 auto 22px;
}
.uploadBox .mainBtn, .uploadBox .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .uploadBox label, .uploadBox .walletAmountCheck label, .walletAmountCheck .uploadBox label, .uploadBox .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .uploadBox label, .uploadBox .forminator-button-submit {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.uploadBox .mainBtn:before, .uploadBox .receiptBox__upload .uploadArea .btnArea label:before, .receiptBox__upload .uploadArea .btnArea .uploadBox label:before, .uploadBox .walletAmountCheck label:before, .walletAmountCheck .uploadBox label:before, .uploadBox .reportageEditor .uploadArea .btnArea label:before, .reportageEditor .uploadArea .btnArea .uploadBox label:before, .uploadBox .forminator-button-submit:before {
  content: "";
  background-image: url("../imgs/uploadFile.svg");
  height: 27px;
  background-color: transparent;
  position: relative;
  opacity: 1;
  background-repeat: no-repeat;
  width: 23px;
  display: inline-block;
  vertical-align: text-bottom;
  translate: 0 -2px;
  margin-right: 8px;
}

.lineBreak {
  line-break: anywhere;
}

/**
google recaptcha text
 */
.sgr-infotext {
  display: none !important;
}

.page404 .menu {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.page404 .menu li {
  margin: 5px;
}

.twoLineText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal .modal {
  background: rgba(57, 57, 57, 0.9411764706);
}

.idMother {
  padding: 20px 8px !important;
  border-radius: 10px;
}

.text-black {
  color: #000;
}

.blueBackground {
  background: #0E4D82 !important;
  color: #fff !important;
}

.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.centerizeDInlineBlock {
  display: inline-block;
  vertical-align: middle;
}

.offLabel {
  background: #CD1821;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}

#updateVersionModal {
  z-index: 1000000000 !important;
}
#updateVersionModal .modal-content {
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  #updateVersionModal .modal-content {
    width: calc(100% - 80px);
  }
}
#updateVersionModal .modal-body {
  padding: 20px 40px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
Glow animation
 */
@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn_Modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn_Container {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 16px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.siteHeader {
  padding: 10px 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.siteHeader.fixed {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.06);
}
.siteHeader.fixed .top {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .siteHeader.fixed .top {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px 20px;
    border: 0;
  }
}
.siteHeader.fixed .bottom {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 991px) {
  .siteHeader.fixed .bottom {
    display: none;
  }
}
.siteHeader.fixed .bottom .logo.general {
  display: initial;
}
.siteHeader.fixed .bottom .logo.darkMode {
  display: none;
}
.siteHeader .top {
  background: #FF6600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
@media only screen and (max-width: 991px) {
  .siteHeader .top {
    background: #fff;
    border: 1px solid #F3F3F3;
  }
}
.siteHeader .top a {
  color: #fff;
}
.siteHeader .bottom {
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .siteHeader .bottom {
    display: none;
  }
}
.siteHeader .bottom .logo {
  display: none;
}
.siteHeader .navBar {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .siteHeader .navBar {
    display: none;
  }
}
.siteHeader .navBar li {
  position: relative;
}
.siteHeader .navBar li.current-menu-item a, .siteHeader .navBar li.current_page_item a, .siteHeader .navBar li:hover a {
  color: #0E4D82;
}
.siteHeader .navBar li.menu-item-has-children::after {
  content: "❯";
  display: inline-block;
  margin-right: -7px;
  margin-left: 10px;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.siteHeader .navBar li.menu-item-has-children:hover::after {
  color: #0E4D82;
}
.siteHeader .navBar li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 4px);
}
.siteHeader .navBar li a {
  margin: 0 8px;
}
.siteHeader .navBar li .sub-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  padding: 10px;
  min-width: 300px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.siteHeader .navBar li .sub-menu a {
  margin: 7px 0;
  display: block;
  width: 100%;
  color: #000;
}
.siteHeader .navBar li .sub-menu a:hover {
  color: #0E4D82;
}
@media only screen and (max-width: 991px) {
  .siteHeader .carouselBox.mobile {
    border-bottom: 1px solid #f1f1f1;
  }
}
.siteHeader .carouselBox .titleBar {
  flex: 0 0 90px;
  max-width: 90px;
  color: #0E4D82;
  border-left: 2px solid #0E4D82;
}
@media only screen and (max-width: 991px) {
  .siteHeader .carouselBox .titleBar {
    flex: 0 0 58px;
    max-width: 58px;
    font-size: 12px;
  }
}
.siteHeader .newsCarousel {
  position: relative;
  height: 36px;
  max-height: 36px;
  overflow: hidden;
}
.siteHeader .newsCarousel .owl-stage-outer {
  height: 36px;
  max-height: 36px;
  overflow: hidden;
  position: relative;
}
.siteHeader .newsCarousel .owl-stage-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 100%;
  background: #FF6600;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .siteHeader .newsCarousel .owl-stage-outer::before {
    background: #fff;
  }
}
.siteHeader .newsCarousel .owl-next, .siteHeader .newsCarousel .owl-prev {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff !important;
  border-radius: 50%;
  top: calc(50% - 12px);
}
@media only screen and (max-width: 991px) {
  .siteHeader .newsCarousel .owl-next, .siteHeader .newsCarousel .owl-prev {
    border-color: #A1A1A1 !important;
  }
}
.siteHeader .newsCarousel .owl-next:hover, .siteHeader .newsCarousel .owl-prev:hover {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .siteHeader .newsCarousel .owl-next:hover, .siteHeader .newsCarousel .owl-prev:hover {
    background: #A1A1A1;
  }
  .siteHeader .newsCarousel .owl-next:hover svg, .siteHeader .newsCarousel .owl-prev:hover svg {
    fill: #fff;
  }
}
.siteHeader .newsCarousel .owl-next:hover svg, .siteHeader .newsCarousel .owl-prev:hover svg {
  fill: #000;
}
.siteHeader .newsCarousel .owl-next svg, .siteHeader .newsCarousel .owl-prev svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 991px) {
  .siteHeader .newsCarousel .owl-next svg, .siteHeader .newsCarousel .owl-prev svg {
    fill: #A1A1A1;
  }
}
.siteHeader .newsCarousel .owl-next {
  left: 27px;
}
.siteHeader .newsCarousel .owl-next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.siteHeader .newsCarousel .owl-prev {
  left: 0;
}
.siteHeader .newsCarousel .owl-item {
  padding-left: 57px;
  padding-right: 16px;
}
@media only screen and (max-width: 991px) {
  .siteHeader .newsCarousel .owl-item {
    padding-right: 9px;
  }
}
.siteHeader .newsCarousel .item {
  color: #F3F3F3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 7px;
}
@media only screen and (max-width: 991px) {
  .siteHeader .newsCarousel .item {
    color: #000;
    font-size: 12px !important;
    padding-top: 9px;
  }
}
.siteHeader .searchBtn, .siteHeader .searchBtn-mobile {
  width: 35px;
  padding: 8px 2px;
}
.siteHeader .mobileUserBtn {
  width: 35px;
  padding: 8px 2px;
}

@media only screen and (max-width: 991px) {
  .logoMobileGeneral {
    display: initial !important;
  }
}

@media only screen and (max-width: 991px) {
  .logoMobileDarkMode {
    display: none !important;
  }
}

.headerSocials {
  align-items: center;
}
.headerSocials li a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid rgba(255, 102, 0, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.headerSocials li a:hover {
  background: #FF6600;
}
.headerSocials li a:hover .icon {
  fill: #fff;
}
.headerSocials li a .icon {
  fill: #FF6600;
  width: 15px;
  height: 15px;
}

.siteMenu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  z-index: 11000;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.siteMenu.active {
  opacity: 1;
  visibility: visible;
}
.siteMenu a:hover {
  color: #0E4D82;
}
.siteMenu .container {
  position: relative;
  height: 100%;
}
.siteMenu .right {
  flex: 0 0 33%;
  max-width: 33%;
}
.siteMenu .left {
  flex: 0 0 33%;
  max-width: 33%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .siteMenu .left {
    flex: 0 0 65%;
    max-width: 65%;
    margin: 15px 0;
  }
}
.siteMenu .menuClose, .siteMenu .search {
  cursor: pointer;
}
.siteMenu .nav {
  margin-top: 2rem;
}
.siteMenu .nav ul li {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .siteMenu .nav ul li {
    padding-right: 15px;
  }
}
.siteMenu .nav ul li.current-menu-item::before, .siteMenu .nav ul li.current_page_item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #0E4D82;
  top: calc(50% - 4.5px);
  left: -40px;
}
@media only screen and (max-width: 575px) {
  .siteMenu .nav ul li.current-menu-item::before, .siteMenu .nav ul li.current_page_item::before {
    left: -33px;
  }
}
.siteMenu .nav ul li.current-menu-item a, .siteMenu .nav ul li.current_page_item a {
  color: #0E4D82;
}
.siteMenu .nav ul li.menu-item-has-children::after {
  content: "❯";
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 10px;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
@media only screen and (max-width: 767px) {
  .siteMenu .nav ul li.menu-item-has-children::after {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.siteMenu .nav ul li.menu-item-has-children:hover::after {
  color: #FF6600;
}
@media only screen and (max-width: 767px) {
  .siteMenu .nav ul li.menu-item-has-children:hover::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.siteMenu .nav ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .siteMenu .nav ul li.menu-item-has-children:hover .sub-menu {
    height: auto;
    padding: 15px;
  }
}
.siteMenu .nav ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
  opacity: 0;
  visibility: hidden;
  left: 50px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .siteMenu .nav ul li.menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    flex-direction: column;
    z-index: 3;
    height: 0;
    overflow: hidden;
    left: 0;
    padding: 0;
  }
}
.siteMenu .nav ul li.menu-item-has-children .sub-menu li {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .siteMenu .nav ul li.menu-item-has-children .sub-menu li {
    width: 100%;
    margin-right: 0;
  }
  .siteMenu .nav ul li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .siteMenu .nav ul li a {
    display: block;
  }
}

.pageTitleBar {
  position: relative;
  background-color: #FF6600;
  margin-bottom: 2rem;
  color: #fff;
  overflow: hidden;
  padding: 7.3rem 0 12rem;
}
@media only screen and (max-width: 767px) {
  .pageTitleBar {
    padding: 6.6rem 0 10rem;
  }
}
@media only screen and (max-width: 600px) {
  .pageTitleBar {
    padding: 7rem 0 11rem;
  }
}
.pageTitleBar::before {
  content: "";
  position: absolute;
  bottom: -7rem;
  left: -5rem;
  background: #EFDDB3;
  width: calc(100% + 10rem);
  height: 200px;
  z-index: 0;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
@media only screen and (min-width: 1400px) {
  .pageTitleBar::before {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.pageTitleBar::after {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: -5rem;
  background: #fff;
  width: calc(100% + 10rem);
  height: 200px;
  z-index: 1;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
@media only screen and (min-width: 1400px) {
  .pageTitleBar::after {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
.pageTitleBar .stars {
  position: absolute;
  z-index: 0;
}
.pageTitleBar .stars.bundle1 {
  right: 0;
  top: 0;
  animation: glow 1s infinite;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pageTitleBar .stars.bundle2 {
  right: 30%;
  top: 10%;
  animation: glow 0.7s infinite;
  animation-delay: 1s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pageTitleBar .stars.bundle3 {
  left: 0;
  top: 5%;
  animation: glow 1.3s infinite;
  animation-delay: 0.5s;
}
.pageTitleBar .title {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  z-index: 3;
  font-weight: bold;
}
.pageTitleBar .title::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  width: 100%;
  height: 5px;
  background: #0E4D82;
  z-index: -1;
}

#searchBtn, #searchBtn-mobile {
  position: relative;
}

.searchBar {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 400px;
  background: #fff;
  z-index: 5;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  -webkit-box-shadow: 0 8px 20px 0 rgba(255, 102, 0, 0.19);
  -moz-box-shadow: 0 8px 20px 0 rgba(255, 102, 0, 0.19);
  box-shadow: 0 8px 20px 0 rgba(255, 102, 0, 0.19);
}
@media only screen and (max-width: 575px) {
  .searchBar {
    width: calc(100vw - 30px);
  }
}
.searchBar.active {
  opacity: 1;
  visibility: visible;
}

.searchBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.searchBack.active {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

#searchBar-mobile {
  color: #000;
  width: calc(100vw - 30px);
  left: -48px;
}
@media only screen and (min-width: 576px) {
  #searchBar-mobile {
    width: 400px;
  }
}
#searchBar-mobile a {
  color: #000;
}

.accountPopUp {
  position: relative;
}
.accountPopUp:hover .popUp {
  display: block;
}
.accountPopUp .popUp {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 208px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: right;
  display: none;
  -webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .accountPopUp .popUp {
    border-radius: 0 0 10px 10px;
  }
}
.accountPopUp .popUp .links {
  padding: 15px;
}
.accountPopUp .popUp .links > a {
  margin-bottom: 12px;
}
.accountPopUp .popUp .links > a:hover {
  color: #0E4D82;
}
.accountPopUp .popUp .wallet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0E4D82;
  padding: 5px 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(14, 77, 130, 0.47);
  -moz-box-shadow: 0 7px 14px 0 rgba(14, 77, 130, 0.47);
  box-shadow: 0 7px 14px 0 rgba(14, 77, 130, 0.47);
}
.accountPopUp .popUp .wallet:hover {
  color: #fff !important;
}
.accountPopUp .popUp .logOut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 9px 25px;
  border-radius: 5px;
}
.accountPopUp .popUp .logOut .icon {
  fill: #CD1821;
}
@media only screen and (max-width: 991px) {
  .accountPopUp .popUp a {
    color: #A1A1A1 !important;
  }
}

.siteTitleBar {
  margin-bottom: 2rem;
}
.siteTitleBar .box {
  border-radius: 15px;
  background: #EFF7FF;
  border: 1px solid #FF6600;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 25px 40px 0 rgba(37, 37, 37, 0.11);
  -moz-box-shadow: 0 25px 40px 0 rgba(37, 37, 37, 0.11);
  box-shadow: 0 25px 40px 0 rgba(37, 37, 37, 0.11);
}
.siteTitleBar .box .titlePart {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
  .siteTitleBar .box .titlePart {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.siteTitleBar .box .img {
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
  .siteTitleBar .box .img {
    display: none;
  }
}

.publicaBotBtn {
  position: relative;
}
.publicaBotBtn .pop {
  position: relative;
  display: inline-block;
  background: transparent;
  color: #000;
  top: 0;
  right: 0;
  width: auto;
  z-index: 2;
  padding: 3px 10px;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .publicaBotBtn .pop {
    position: absolute;
    width: 140px;
    top: calc(100% + 6px);
    right: calc(50% - 70px);
    color: #fff;
    background: #0E4D82;
    box-shadow: 0 10px 20px 0 #6c89a1;
  }
  .publicaBotBtn .pop::before {
    content: "";
    position: absolute;
    top: -4px;
    right: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: #0E4D82;
    transform: rotate(45deg);
  }
}

body.dashboard {
  background: #296190;
  overflow: hidden;
  padding: 24px 25px !important;
}
@media only screen and (max-width: 575px) {
  body.dashboard {
    padding: 0 !important;
  }
}

body.login {
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  body.login .container {
    max-width: 100% !important;
    padding: 0;
  }
}

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

.socialShare li {
  margin: 6px;
}
.socialShare li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialShare li a svg {
  fill: #FF6600;
}

.siteSide {
  background: #fff;
  border-radius: 10px;
  padding: 11px 20px;
  position: relative;
}
.siteSide.fixed {
  position: fixed;
  top: 87px;
  z-index: 14;
  overflow-y: auto;
  height: calc(100vh - 87px);
  scrollbar-width: none;
}
.siteSide.fixed::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
.siteSide .menu li {
  padding: 8px 7px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 13px;
}
.siteSide .menu li:last-child {
  border-bottom: 0;
}
.siteSide .menu li img {
  padding: 4px;
}
.siteSide .menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.siteSide .menu li a:hover {
  color: #FF6600;
}
.siteSide .menu li a:hover::before {
  content: "";
  position: absolute;
  right: -23px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #FF6600;
  border-radius: 10px 0 0 10px;
}
.siteSide .menu li a:hover .icon {
  fill: #FF6600;
}
.siteSide .menu li a .icon {
  margin-left: 8px;
}
.siteSide .menu li a .count {
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  min-width: 18px;
  height: 18px;
  font-size: 12px;
  background: #CD1821;
  color: #fff;
  border-radius: 25px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.3);
  box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.3);
}
.siteSide .logOutLink {
  position: fixed;
  width: calc(16.66667% - 30px);
  right: 15px;
  z-index: 6;
  bottom: 0;
  color: #fff;
  border-radius: 0 0 10px 10px;
  background: #CD1821;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 23px;
  -webkit-box-shadow: 0 12px 15px 0 rgba(205, 24, 33, 0.08);
  -moz-box-shadow: 0 12px 15px 0 rgba(205, 24, 33, 0.08);
  box-shadow: 0 12px 15px 0 rgba(205, 24, 33, 0.08);
}
@media only screen and (max-width: 1199px) {
  .siteSide .logOutLink {
    width: 100%;
    right: 100%;
    z-index: 101;
    bottom: 0;
  }
}

.dashSide {
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
}
.dashSide::-webkit-scrollbar {
  width: 10px;
}
.dashSide::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
.dashSide::-webkit-scrollbar-thumb {
  background: #F3F3F3;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #fff;
}
.dashSide::-webkit-scrollbar-thumb:hover {
  background: #A1A1A1;
}
@media only screen and (max-width: 1199px) {
  .dashSide {
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    right: 100% !important;
    transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
  }
  .dashSide.active {
    right: 0 !important;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .dashSide.active .logOutLink {
    right: 0;
  }
}

.fixingSide.fixed {
  position: fixed;
  top: 15px;
  overflow-y: auto;
  height: auto;
  max-height: calc(100vh - 30px);
  scrollbar-width: none;
}
.fixingSide.fixed::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}

.collapseSide svg {
  fill: #0E4D82;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dashMenuBtn {
  fill: #A1A1A1;
  width: 32px !important;
  height: 32px !important;
}

.sideColumn {
  transition: 0.25s;
}
@media (prefers-reduced-motion: reduce) {
  .sideColumn {
    transition: none;
  }
}
.sideColumn .sideToggleWrapper {
  justify-content: flex-end;
}
.sideColumn .sideToggleWrapper svg {
  fill: #A1A1A1;
}
.sideColumn.collapsedView {
  flex: 0 0 109px;
  max-width: 109px;
}
.sideColumn.collapsedView .sideToggleWrapper {
  justify-content: center;
}
.sideColumn.collapsedView .dashSide .menu .title, .sideColumn.collapsedView .dashSide .menu .chevron, .sideColumn.collapsedView .dashSide .mainBtn .title, .sideColumn.collapsedView .dashSide .receiptBox__upload .uploadArea .btnArea label .title, .receiptBox__upload .uploadArea .btnArea .sideColumn.collapsedView .dashSide label .title, .sideColumn.collapsedView .dashSide .walletAmountCheck label .title, .walletAmountCheck .sideColumn.collapsedView .dashSide label .title, .sideColumn.collapsedView .dashSide .reportageEditor .uploadArea .btnArea label .title, .reportageEditor .uploadArea .btnArea .sideColumn.collapsedView .dashSide label .title, .sideColumn.collapsedView .dashSide .forminator-button-submit .title {
  display: none;
}
.sideColumn.collapsedView .dashSide .avatar .imgContainer {
  width: 60px;
  height: 60px;
  min-width: 60px;
  max-width: 60px;
}
.sideColumn.collapsedView .dashSide .hideName {
  display: none;
}
.sideColumn.collapsedView .dashSide .campaignPlus {
  margin-right: 0px !important;
}
.sideColumn.collapsedView .dashSide .subMenu span {
  display: none;
}
.sideColumn.collapsedView .dashSide .siteCarCampaigns .hideCampaign {
  display: none !important;
}
.sideColumn.collapsedView .dashSide .siteCarCampaigns a {
  display: block !important;
  font-size: 12px;
  white-space: nowrap;
}
.sideColumn.collapsedView .dashSide .menu li a {
  justify-content: center !important;
}
.sideColumn.collapsedView .dashSide .menu li .sideCat > * {
  justify-content: center !important;
}
.sideColumn.collapsedView .menuCustomer .sub {
  padding: 0px;
}

.mainColumn {
  transition: 0.25s;
}
@media (prefers-reduced-motion: reduce) {
  .mainColumn {
    transition: none;
  }
}
@media only screen and (max-width: 575px) {
  .mainColumn {
    padding: 6px;
  }
}
.mainColumn.collapsedView {
  flex: 0 0 calc(100% - 109px);
  max-width: calc(100% - 109px);
}
.mainColumn.collapsedView .fixMenu {
  width: calc(93.83% - 11rem);
}

#avatar_file_upload {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#avatar_file_upload + label {
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#avatar_file_upload + label .icon {
  width: 14px;
  height: 14px;
}

.avatar {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  .avatar {
    flex-direction: column;
  }
}
.avatar figure {
  position: relative;
  margin-bottom: 8px;
}
.avatar figure .imgContainer {
  width: 70px;
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 #cdcdcd;
}
.avatar figure .imgContainer img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.avatar figure .addAvatar {
  fill: #0E4D82;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 2px;
  right: 0;
  background: #fff;
  border-radius: 50%;
}

.dashHeader .whiteBox, .dashHeader .descMoreBox {
  padding: 10px 20px;
}
.dashHeader .paddingWhiteBox {
  padding: 3px 1px 10px 1px;
  margin-bottom: 31px;
  border: none;
  border-bottom: 1px solid #D9D9D9;
}

.dashContent {
  background: #fff;
  border-radius: 10px;
  padding: 24px 64px;
  min-height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .dashContent {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .dashContent {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.dashSectionTitle {
  margin-bottom: 2rem;
}
.tabs {
  display: inline-block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 1px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(8, 43, 72, 0.1);
  -moz-box-shadow: 0 6px 10px 0 rgba(8, 43, 72, 0.1);
  box-shadow: 0 6px 10px 0 rgba(8, 43, 72, 0.1);
}
@media only screen and (max-width: 414px) {
  .tabs .item-provider {
    width: 100%;
  }
}
.tabs .item {
  padding: 9px 17px;
  margin: 0;
  text-align: center;
  border-radius: 10px;
  color: #082B48;
  border: 1px solid transparent;
  position: relative;
}
.tabs .item::before {
  content: attr(data-count);
  position: absolute;
  right: -4px;
  top: -10px;
  padding: 5px;
  font-size: 13px;
  background: #CD1821;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 25px;
  z-index: 2;
}
.tabs .item::before {
  visibility: hidden;
}
.tabs .item[data-count]::before {
  visibility: visible;
}
.tabs .item:hover {
  background: #fff;
  color: #082B48;
}
.tabs .item.active {
  background: #082B48;
  color: #fff;
  border-color: #082B48;
}
.tabs .item .count {
  position: absolute;
  right: 12px;
  top: -10px;
  min-width: 20px;
  height: 20px;
  z-index: 2;
  background-color: #CD1821;
  box-shadow: 0 9px 18px 0 #eb9094;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tabs2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 1px;
}
.tabs2 .item {
  padding: 9px 17px;
  margin: 0;
  text-align: center;
  border-bottom: 4px solid #D9D9D9;
  position: relative;
}
.tabs2 .item::before {
  content: attr(data-count);
  position: absolute;
  right: -4px;
  top: -10px;
  padding: 5px;
  font-size: 13px;
  background: #CD1821;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 25px;
  z-index: 2;
}
.tabs2 .item::before {
  visibility: hidden;
}
.tabs2 .item[data-count]::before {
  visibility: visible;
}
.tabs2 .item.active {
  border-color: #0E4D82;
}
.tabs2 .item .count {
  position: absolute;
  right: 12px;
  top: -10px;
  min-width: 20px;
  height: 20px;
  z-index: 2;
  background-color: #CD1821;
  box-shadow: 0 9px 18px 0 #eb9094;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tabContent {
  animation: fadeIn 0.8s;
  display: none;
  max-width: 100%;
}
.tabContent.active {
  display: block;
}

.tableContainer {
  width: 100%;
  overflow-x: auto;
}

.grayBox, .ticketChatBox {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
}
.grayBox table, .ticketChatBox table {
  border: 0;
}
.grayBox table th, .ticketChatBox table th {
  padding: 15px;
  background: transparent;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
  font-weight: bold;
}
.grayBox table td, .ticketChatBox table td {
  padding: 15px;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
}
.grayBox table tr, .ticketChatBox table tr {
  background: transparent !important;
}

.whiteBox, .descMoreBox {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #D9D9D9;
}

.walletBox {
  border: 2px solid #F3F3F3;
  padding: 6px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 0 0 transparent !important;
}
.walletBox::before {
  content: attr(data-hint);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-box-shadow: 0 4px 10px 0 rgba(8, 43, 72, 0.2);
  -moz-box-shadow: 0 4px 10px 0 rgba(8, 43, 72, 0.2);
  box-shadow: 0 4px 10px 0 rgba(8, 43, 72, 0.2);
  display: none;
}
.walletBox:hover::before {
  opacity: 1;
}
.walletBox.vip {
  border-color: #cfa68a;
  background: #fff1e7;
  font-size: 12px;
}
.walletBox.club {
  background: #0E4D82;
  color: #fff;
}

.formInput.white, .forminator-custom-form textarea.white,
.forminator-custom-form input.white[type=text],
.forminator-custom-form input.white[type=number],
.forminator-custom-form input.white[type=email],
.forminator-custom-form input.white[type=tel],
.forminator-custom-form input.white[type=password],
.forminator-custom-form select.white {
  background: #fff;
}

.mainBtn.red, .receiptBox__upload .uploadArea .btnArea label.red, .walletAmountCheck label.red, .reportageEditor .uploadArea .btnArea label.red, .red.forminator-button-submit {
  background: #CD1821;
  color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(205, 24, 33, 0.2);
  -moz-box-shadow: 0 6px 15px 0 rgba(205, 24, 33, 0.2);
  box-shadow: 0 6px 15px 0 rgba(205, 24, 33, 0.2);
  border: 1px solid #fff;
}
.mainBtn.red .icon, .receiptBox__upload .uploadArea .btnArea label.red .icon, .walletAmountCheck label.red .icon, .reportageEditor .uploadArea .btnArea label.red .icon, .red.forminator-button-submit .icon {
  fill: #fff;
}

.copyBtn {
  background: #FF6600;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(255, 102, 0, 0.2);
  -moz-box-shadow: 0 6px 15px 0 rgba(255, 102, 0, 0.2);
  box-shadow: 0 6px 15px 0 rgba(255, 102, 0, 0.2);
}
.copyBtn .icon {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.payResultRow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.payResultRow:last-child {
  border-bottom: 0;
}
.payResultRow .item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .payResultRow .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.payResultRow .item.right {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .payResultRow .item.right {
    border-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.sideCat {
  cursor: pointer;
  position: relative;
}
.sideCat.notify::before {
  content: "";
  position: absolute;
  right: -23px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #CD1821;
  border-radius: 10px 0 0 10px;
}
.sideCat .dot {
  width: 12px;
  height: 12px;
  background: #FF6600;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.sideCat .sub {
  padding: 25px 15px 0 0;
  display: none;
  border-radius: 10px;
  font-size: 13px;
}
.sideCat .sub a {
  margin-bottom: 10px;
}
.sideCat .sub a:last-child {
  margin-bottom: 0;
}
.sideCat .chevron {
  width: 9px;
  height: 9px;
  fill: #A1A1A1;
}
.sideCat .borderMenu {
  border-bottom: 1px solid #D9D9D9 !important;
  padding: 7px;
  position: relative;
}
.sideCat .borderMenu:last-child {
  border-bottom: none !important;
}
.sideCat .borderMenu:hover {
  background: rgba(255, 96, 0, 0.24);
  border-radius: 10px;
}
.sideCat .textBtn {
  text-align: start;
}
.sideCat .new {
  position: absolute;
  z-index: 2;
  background: #CD1821;
  color: #fff;
  padding: 5px;
  border-radius: 10px 0 10px 10px;
  font-size: 11px;
  left: -28px;
  top: 6px;
}

.sideCatMenu .subMenu {
  position: absolute;
  padding: 10px;
  bottom: -13%;
  z-index: 7;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.sideCatMenu .closeSubMenu {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.sideCatMenu .closeSubMenu.active {
  opacity: 1;
  visibility: visible;
}

.bordered {
  border-radius: 10px;
}

.regionSelection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.regionSelection .regionItem {
  flex: 0 0 auto;
  text-align: center;
  background: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  margin: 5px;
  font-size: 15px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.regionSelection .regionItem.active {
  background: #FF6600;
  color: #fff;
}

.giftcardSelection {
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.giftcardSelection.active {
  display: flex;
}
.giftcardSelection .giftcardItem {
  flex: 0 0 auto;
  text-align: center;
  background: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  margin: 5px;
  border: 1px solid rgba(255, 102, 0, 0.5);
  font-size: 15px;
}
.giftcardSelection .giftcardItem.active {
  background: #FF6600;
  color: #fff;
}

.gateWayLoading {
  animation: fadeIn 0.8s;
}

.totalPriceBox, .calculateBox {
  position: relative;
  overflow: hidden;
}
.totalPriceBox.loading::before, .calculateBox.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 20px;
}

.descMoreBox {
  position: relative;
  margin-bottom: 3rem;
}
.descMoreBox.active .text {
  height: auto;
}
.descMoreBox.active .more .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.descMoreBox .text {
  height: 25px;
  overflow: hidden;
  margin-bottom: 15px;
}
.descMoreBox .more {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.descMoreBox .more .icon {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.itemSelection {
  display: flex;
  flex-wrap: wrap;
}
.itemSelection .item {
  margin: 5px;
  flex: 0 0 auto;
  position: relative;
}
.itemSelection .item input[type=radio] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.itemSelection .item input[type=radio] + label {
  padding: 6px 12px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(255, 102, 0, 0.12);
  -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.13);
}
.itemSelection .item input[type=radio] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.itemSelection .item input[type=radio]:checked + label {
  background: #FF6600;
  color: #fff;
  -webkit-box-shadow: 0 5px 13px 0 rgba(255, 102, 0, 0.13);
  -moz-box-shadow: 0 5px 13px 0 rgba(255, 102, 0, 0.13);
  box-shadow: 0 5px 13px 0 rgba(255, 102, 0, 0.13);
}
.itemSelection .item input[type=radio]:checked + label::before {
  content: "✓";
  color: #26916F;
}

.calculateOrderPrice {
  position: absolute;
  left: 9px;
  top: 42px;
  font-size: 13px;
  background: #FF6600;
  color: #fff;
  padding: 5px;
  border-radius: 7px;
  z-index: 2;
  -webkit-box-shadow: 0 5px 12px 0 rgba(255, 102, 0, 0.2);
  -moz-box-shadow: 0 5px 12px 0 rgba(255, 102, 0, 0.2);
  box-shadow: 0 5px 12px 0 rgba(255, 102, 0, 0.2);
}

.walletBox {
  -webkit-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.17);
}

.ordersTable {
  position: relative;
}
.ordersTable.ordersTableMedia {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}
.ordersTable.loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 50px 50px;
  background-position-y: 20px;
  backdrop-filter: blur(5px);
  z-index: 5;
}
.ordersTable .formInput, .ordersTable .forminator-custom-form textarea, .forminator-custom-form .ordersTable textarea,
.ordersTable .forminator-custom-form input[type=text],
.forminator-custom-form .ordersTable input[type=text],
.ordersTable .forminator-custom-form input[type=number],
.forminator-custom-form .ordersTable input[type=number],
.ordersTable .forminator-custom-form input[type=email],
.forminator-custom-form .ordersTable input[type=email],
.ordersTable .forminator-custom-form input[type=tel],
.forminator-custom-form .ordersTable input[type=tel],
.ordersTable .forminator-custom-form input[type=password],
.forminator-custom-form .ordersTable input[type=password],
.ordersTable .forminator-custom-form select,
.forminator-custom-form .ordersTable select {
  border-color: #0E4D82;
}
.ordersTable .select2-container {
  width: 100% !important;
}
.ordersTable .itemRow {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(161, 161, 161, 0.2);
  align-items: center;
}
@media only screen and (max-width: 756px) {
  .ordersTable .itemRow {
    padding: 0px;
    border-bottom: 0;
  }
}
.ordersTable .itemRow:last-child {
  border-bottom: 0;
}
.ordersTable .itemRow.new {
  background: #ffe8e8;
}
.ordersTable .itemRow:hover {
  background: #fff7ea;
}
.ordersTable .itemRow.header .item {
  min-height: 60px;
}
.ordersTable .itemRow .item2 {
  border-left: none;
  padding: 10px 6px;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  text-align: center;
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ordersTable .itemRow .item2.double {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.ordersTable .itemRow .item2.small, .ordersTable .itemRow .walletAmountCheck label.item2, .walletAmountCheck .ordersTable .itemRow label.item2 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}
.ordersTable .itemRow .item2.smaller {
  flex: 0 0 5%;
  max-width: 5%;
}
.ordersTable .itemRow .item2.medium_small {
  flex: 0 0 10%;
  max-width: 10%;
}
.ordersTable .itemRow .item2.middle {
  flex: 0 0 25%;
  max-width: 25%;
}
.ordersTable .itemRow .item2.d-flex > * {
  flex: auto;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  .ordersTable .itemRow .item2 {
    flex: 0 0 100% !important;
    max-width: 50% !important;
    border-left: 0;
    border-bottom: 0;
    text-align: center;
  }
  .ordersTable .itemRow .item2:nth-child(odd) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .ordersTable .itemRow .item2:nth-child(even) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.ordersTable .itemRow .item2:last-child {
  border-left: 0;
}
.ordersTable .itemRow .item {
  padding: 10px 6px;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  border-left: 1px solid rgba(161, 161, 161, 0.2);
  text-align: center;
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ordersTable .itemRow .item:hover .hintText {
  display: block;
}
@media only screen and (max-width: 756px) {
  .ordersTable .itemRow .item {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    min-height: 60px;
  }
  .ordersTable .itemRow .item:nth-child(even) {
    border-left: 0;
  }
}
.ordersTable .itemRow .item.double {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.ordersTable .itemRow .item.small, .ordersTable .itemRow .walletAmountCheck label.item, .walletAmountCheck .ordersTable .itemRow label.item {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}
.ordersTable .itemRow .item.smaller {
  flex: 0 0 5%;
  max-width: 5%;
}
.ordersTable .itemRow .item.medium_small {
  flex: 0 0 10%;
  max-width: 10%;
}
.ordersTable .itemRow .item.middle {
  flex: 0 0 25%;
  max-width: 25%;
}
.ordersTable .itemRow .item.d-flex > * {
  flex: auto;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  .ordersTable .itemRow .item {
    flex: 0 0 100% !important;
    max-width: 50% !important;
    border-left: 0;
    border-bottom: 0;
    text-align: center;
  }
  .ordersTable .itemRow .item:nth-child(odd) {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
  .ordersTable .itemRow .item:nth-child(even) {
    flex: 0 0 67% !important;
    max-width: 67% !important;
  }
}
.ordersTable .itemRow .item:last-child {
  border-left: 0;
}
.ordersTable .itemRow .item .hintText {
  font-size: 13px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  background-color: #D7D4D4;
  color: #000;
  border-radius: 4px;
  display: none;
  width: auto;
  height: auto;
  padding-bottom: 23px;
  padding-left: 15px;
}
.ordersTable .itemRow .item .hintText::after {
  content: "";
  background-image: url("../imgs/copy.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 15px;
  height: 15px;
}
.ordersTable .itemRow .item img, .ordersTable .itemRow .item br {
  display: none;
}
.ordersTable .itemRow .item > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.ordersTable .itemRow .item .imgTable {
  display: block;
}
.ordersTable .itemRow .item.loading {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.ordersTable .itemRow .item.loading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.ordersTable .itemRow .itemMobile {
  font-weight: 300;
}
@media only screen and (max-width: 765px) {
  .ordersTable .itemRow .itemCenter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ordersTable .itemRow:nth-child(odd) {
  background-color: rgba(217, 217, 217, 0.19);
}
.ordersTable .itemRow.header {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .ordersTable > .itemRow:first-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ordersTable .itemRowMobile {
    display: none;
  }
}

.formCheck {
  position: relative;
}
.formCheck .input {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.formCheck .input:checked + .label {
  border-color: #0E4D82;
  -webkit-box-shadow: 0 8px 17px 0 rgba(14, 77, 130, 0.3);
  -moz-box-shadow: 0 8px 17px 0 rgba(14, 77, 130, 0.3);
  box-shadow: 0 8px 17px 0 rgba(14, 77, 130, 0.3);
}
.formCheck .input:checked + .label::before {
  background: #0E4D82;
}
.formCheck .input:checked + .label::after {
  opacity: 1;
}
.formCheck .label {
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 10px 40px 10px 10px;
  border: 1px solid #f5f5f5;
}
.formCheck .label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  background: #fff;
  border: 1px solid #0E4D82;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.formCheck .label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  background: #fff;
  opacity: 0;
}

.cardToCardBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.cardToCardBox .right {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .cardToCardBox .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cardToCardBox .left {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .cardToCardBox .left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ticketDescBox {
  position: relative;
}
.ticketDescBox:hover .pop-up {
  opacity: 1;
  visibility: visible;
}
.ticketDescBox .pop-up {
  font-size: 12px;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 6px 8px;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.ticketDescBox .pop-up::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 7px);
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dashNotifIcon {
  position: relative;
}
.dashNotifIcon::before {
  content: attr(data-count);
  z-index: 2;
  background: #CD1821;
  padding: 1px 5px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.2);
  box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.2);
}
.dashNotifIcon > .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.dashNotifIcon .popUp {
  position: absolute;
  top: calc(100% + 8px);
  z-index: 11;
  width: 250px;
  left: -8px;
  background: #fff;
  padding: 10px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.dashNotifIcon .popUp::-webkit-scrollbar {
  width: 10px;
}
.dashNotifIcon .popUp::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
.dashNotifIcon .popUp::-webkit-scrollbar-thumb {
  background: #A1A1A1;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #fff;
}
.dashNotifIcon .popUp::-webkit-scrollbar-thumb:hover {
  background: #A1A1A1;
}
.dashNotifIcon .popUp::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -9px;
  background: #fff;
  z-index: 3;
  width: 15px;
  height: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dashNotifIcon .popUp.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 14px);
}
.dashNotifIcon .popUp.loading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 35px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashNotifIcon .popUp .item {
  padding: 8px 0;
  border-bottom: 1px dashed #A1A1A1;
  text-align: right;
}
.dashNotifIcon .popUp .item:last-child {
  border-bottom: 0;
}
.dashNotifIcon .notifBackLayer {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.dashNotifIcon .notifBackLayer.active {
  opacity: 1;
  visibility: visible;
}

.ticketNotifBox {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ticketNotifBox .right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .ticketNotifBox .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ticketNotifBox .left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ticketNotifBox .mainBtn, .ticketNotifBox .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .ticketNotifBox label, .ticketNotifBox .walletAmountCheck label, .walletAmountCheck .ticketNotifBox label, .ticketNotifBox .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .ticketNotifBox label, .ticketNotifBox .forminator-button-submit {
    width: 100%;
  }
}

#searchBtn, #searchBtn-mobile {
  position: relative;
}

.searchBar {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 400px;
  background: #fff;
  z-index: 5;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  -webkit-box-shadow: 0 8px 20px 0 rgba(255, 102, 0, 0.19);
  -moz-box-shadow: 0 8px 20px 0 rgba(255, 102, 0, 0.19);
  box-shadow: 0 8px 20px 0 rgba(255, 102, 0, 0.19);
}
@media only screen and (max-width: 575px) {
  .searchBar {
    width: calc(100vw - 30px);
  }
}
.searchBar.active {
  opacity: 1;
  visibility: visible;
}
.searchBar .searchInput {
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 10px;
  height: auto;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
}
.searchBar .item {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  flex-wrap: nowrap;
}
.searchBar .item:last-child {
  border-bottom: 0;
}
.searchBar .item:hover {
  background: #F3F3F3;
}
.searchBar .item figure {
  height: 40px;
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 8px;
  margin-bottom: 0;
}
.searchBar .item figure img {
  max-width: 160%;
}
.searchBar .item .texts {
  max-width: calc(100% - 48px);
  flex: 0 0 calc(100% - 48px);
  text-align: right;
}
.searchBar .item .texts .name {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.searchBack.active {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

#searchBar-mobile {
  color: #000;
  width: calc(100vw - 70px);
}
#searchBar-mobile a {
  color: #000;
}

.loginPage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modalLogin .loginPage {
  min-height: unset;
}
.modalLogin .loginPage .fadeInAnimation {
  justify-content: center;
}
.modalLogin .loginPage .fadeInAnimation .noneLoginModal {
  display: none;
}
.modalLogin .loginPage .fadeInAnimation .noneLoginModal img {
  display: none;
}
.modalLogin .loginPage .fadeInAnimation .left {
  border: unset;
  padding: 1rem 0rem;
}
.modalLogin .loginPage .fadeInAnimation .right {
  display: none;
}

.loginCredentials {
  max-width: 800px;
  width: 100%;
  padding: 4rem 0 0;
  display: flex;
  align-items: center;
  color: #A1A1A1;
}
.loginCredentials a {
  color: #A1A1A1;
}
.loginCredentials svg {
  fill: #A1A1A1;
}
.loginCredentials svg.stroke {
  stroke: #A1A1A1;
}

.loginForm, .registerForm, .forgotPassForm {
  display: flex;
  align-items: center;
  min-width: 600px;
  max-width: 800px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .loginForm, .registerForm, .forgotPassForm {
    min-width: unset;
    width: 100%;
    flex-direction: column;
    background: #fff;
  }
}
.loginForm .right, .registerForm .right, .forgotPassForm .right {
  flex: 0 0 35%;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .loginForm .right, .registerForm .right, .forgotPassForm .right {
    display: none;
  }
}
.loginForm .right .img, .registerForm .right .img, .forgotPassForm .right .img {
  transform: scale(1.5) translate(54px, 22px);
}
@media only screen and (max-width: 767px) {
  .loginForm .right .img, .registerForm .right .img, .forgotPassForm .right .img {
    transform: scale(1) translate(0, 0);
    max-width: 145px;
    margin-bottom: -8rem;
  }
}
.loginForm .left, .registerForm .left, .forgotPassForm .left {
  flex: 0 0 65%;
  position: relative;
  z-index: 1;
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 3rem;
}
@media only screen and (min-width: 767px) and (max-width: 1399px) {
  .loginForm .left, .registerForm .left, .forgotPassForm .left {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .loginForm .left, .registerForm .left, .forgotPassForm .left {
    flex: 0 0 100%;
    min-width: calc(100% - 30px);
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 500px) {
  .loginForm .left, .registerForm .left, .forgotPassForm .left {
    padding: 2rem 1.5rem;
  }
}
.loginForm .formInput, .loginForm .forminator-custom-form textarea, .forminator-custom-form .loginForm textarea,
.loginForm .forminator-custom-form input[type=text],
.forminator-custom-form .loginForm input[type=text],
.loginForm .forminator-custom-form input[type=number],
.forminator-custom-form .loginForm input[type=number],
.loginForm .forminator-custom-form input[type=email],
.forminator-custom-form .loginForm input[type=email],
.loginForm .forminator-custom-form input[type=tel],
.forminator-custom-form .loginForm input[type=tel],
.loginForm .forminator-custom-form input[type=password],
.forminator-custom-form .loginForm input[type=password],
.loginForm .forminator-custom-form select,
.forminator-custom-form .loginForm select, .registerForm .formInput, .registerForm .forminator-custom-form textarea, .forminator-custom-form .registerForm textarea,
.registerForm .forminator-custom-form input[type=text],
.forminator-custom-form .registerForm input[type=text],
.registerForm .forminator-custom-form input[type=number],
.forminator-custom-form .registerForm input[type=number],
.registerForm .forminator-custom-form input[type=email],
.forminator-custom-form .registerForm input[type=email],
.registerForm .forminator-custom-form input[type=tel],
.forminator-custom-form .registerForm input[type=tel],
.registerForm .forminator-custom-form input[type=password],
.forminator-custom-form .registerForm input[type=password],
.registerForm .forminator-custom-form select,
.forminator-custom-form .registerForm select, .forgotPassForm .formInput, .forgotPassForm .forminator-custom-form textarea, .forminator-custom-form .forgotPassForm textarea,
.forgotPassForm .forminator-custom-form input[type=text],
.forminator-custom-form .forgotPassForm input[type=text],
.forgotPassForm .forminator-custom-form input[type=number],
.forminator-custom-form .forgotPassForm input[type=number],
.forgotPassForm .forminator-custom-form input[type=email],
.forminator-custom-form .forgotPassForm input[type=email],
.forgotPassForm .forminator-custom-form input[type=tel],
.forminator-custom-form .forgotPassForm input[type=tel],
.forgotPassForm .forminator-custom-form input[type=password],
.forminator-custom-form .forgotPassForm input[type=password],
.forgotPassForm .forminator-custom-form select,
.forminator-custom-form .forgotPassForm select {
  border: 1px solid #A1A1A1;
}
.loginForm .mainBtn.light, .loginForm .receiptBox__upload .uploadArea .btnArea label.light, .receiptBox__upload .uploadArea .btnArea .loginForm label.light, .loginForm .walletAmountCheck label, .walletAmountCheck .loginForm label, .loginForm .reportageEditor .uploadArea .btnArea label.light, .loginForm .reportageEditor .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck .loginForm .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .loginForm label.light, .reportageEditor .uploadArea .btnArea .loginForm .walletAmountCheck label, .walletAmountCheck .reportageEditor .uploadArea .btnArea .loginForm label, .loginForm .light.forminator-button-submit, .registerForm .mainBtn.light, .registerForm .receiptBox__upload .uploadArea .btnArea label.light, .receiptBox__upload .uploadArea .btnArea .registerForm label.light, .registerForm .walletAmountCheck label, .walletAmountCheck .registerForm label, .registerForm .reportageEditor .uploadArea .btnArea label.light, .registerForm .reportageEditor .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck .registerForm .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .registerForm label.light, .reportageEditor .uploadArea .btnArea .registerForm .walletAmountCheck label, .walletAmountCheck .reportageEditor .uploadArea .btnArea .registerForm label, .registerForm .light.forminator-button-submit, .forgotPassForm .mainBtn.light, .forgotPassForm .receiptBox__upload .uploadArea .btnArea label.light, .receiptBox__upload .uploadArea .btnArea .forgotPassForm label.light, .forgotPassForm .walletAmountCheck label, .walletAmountCheck .forgotPassForm label, .forgotPassForm .reportageEditor .uploadArea .btnArea label.light, .forgotPassForm .reportageEditor .uploadArea .btnArea .walletAmountCheck label, .walletAmountCheck .forgotPassForm .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .forgotPassForm label.light, .reportageEditor .uploadArea .btnArea .forgotPassForm .walletAmountCheck label, .walletAmountCheck .reportageEditor .uploadArea .btnArea .forgotPassForm label, .forgotPassForm .light.forminator-button-submit {
  border: 1px solid #0E4D82;
  color: #0E4D82;
  background: #fff;
}

.referralRegisterBox {
  background: #f4ffb4;
  padding: 10px;
  border-radius: 10px;
}

.dashFormBox {
  max-width: 800px;
  margin: auto;
}

.emptyContent .icon {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 7px 7px rgba(205, 24, 33, 0.5));
}

.mediaBox figure {
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
}
.mediaBox figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.mediaBox .assets {
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
}

.select2-container {
  display: block !important;
}

.select2-container--default .select2-selection {
  height: 55px !important;
  border: 0 !important;
  border-radius: 10px !important;
}

.select2-container--default .select2-selection__rendered {
  height: 100%;
  padding: 14px 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  text-align: right !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 10px;
}

.planBox {
  padding: 9px;
  position: relative;
}
.planBox.backlink .select2-container {
  margin: 12px 0 19px;
}
.planBox.backlink .select2-container .select2-selection--single {
  border: 1px solid #aaa !important;
}
.planBox.backlink .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 20px 7px 7px !important;
}
.planBox.backlink .select2-container--default .select2-selection {
  height: 44px !important;
}
.planBox.backlink .cartNumInput {
  display: none;
}
.planBox.backlink figure {
  max-width: 50%;
  overflow: unset;
  flex-direction: column;
}
.planBox.backlink figure img {
  max-height: 50px;
}
.planBox.backlink figure .planTitle {
  min-height: 30px;
}
.planBox.backlink .assets {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.planBox.backlink .assets .backlinkPlanSelect {
  font-size: 12px;
  background: #fff;
  border-color: #D9D9D9;
}
.planBox .deleteForm {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 2;
}
.planBox .editForm {
  position: absolute;
  left: 10px;
  top: -10px;
  z-index: 2;
}
.planBox .label {
  position: absolute;
  left: 10px;
  top: -6px;
  padding: 4px 10px;
  background: #CD1821;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.planBox .filterCheckBox .label {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  border: unset !important;
  box-shadow: unset !important;
  padding: 0 24px 0 0;
  color: #A1A1A1;
}
.planBox .filterCheckBox .label:before {
  border: 1px solid #0E4D82;
}
.planBox .filterCheckBox .input:checked + .label {
  box-shadow: unset !important;
  color: #000;
}
.planBox .filterCheckBox .input:checked + .label::before {
  background: #0E4D82;
}
.planBox .startSign {
  position: absolute;
  left: 7px;
  top: -7px;
  background: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  z-index: 2;
  border: 1px solid #aaa;
}
.planBox .startSign .text {
  display: none;
}
.planBox .startSign.selected {
  background: yellow;
}
.planBox .startSign.selected svg {
  fill: #FF6600;
}
.planBox .startSign.selected .text {
  display: inline-block;
}
.planBox .labels {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 2;
}
.planBox .labels .item {
  width: 100px;
  margin-bottom: 6px;
  background: #FF6600;
  padding: 4px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
}
.planBox figure {
  max-width: 33%;
  aspect-ratio: 1;
  border-left: 1px solid #c3c3c3;
  padding: 8px;
  min-width: 33%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.planBox figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.planBox .planTitle {
  min-height: 48px;
}
.planBox .assets {
  flex: 0 0 calc(67% - 10px);
  max-width: calc(67% - 10px);
}

.headerCartBox {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
.headerCartBox:hover .drop {
  display: block;
}
.headerCartBox .drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 7px;
  border-radius: 10px;
  width: 185px;
  display: none;
  -webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
}
.headerCartBox .drop .itm {
  padding: 6px;
  border-bottom: 1px solid #F3F3F3;
  display: block;
}
.headerCartBox .drop .itm:hover {
  color: #FF6600;
  padding-right: 10px;
}
.headerCartBox .drop .itm:last-child {
  border-bottom: 0;
}

.cartContinue.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  background: #a5a5a5;
}

.cartBox {
  position: relative;
}
.cartBox.loading {
  height: 800px;
  overflow: hidden;
}
.cartBox.loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #fff url("../imgs/cart_loading.jpg") repeat-y top;
  background-size: contain;
  border-radius: 10px;
}
.cartBox .pbCreditDetails {
  background: rgba(14, 77, 130, 0.17);
  border-radius: 13px;
  padding: 13px;
  margin-bottom: 23px;
  color: #0E4D82;
}
.cartBox .pbCreditDetails::before {
  content: url("../imgs/club.svg");
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  margin-left: 10px;
}

@media only screen and (max-width: 575px) {
  .cartBox, .cartHolder {
    padding: 7px !important;
  }
}

.cartNumInput {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cartNumInput .input {
  width: 25px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 399px) {
  .cartNumInput .input {
    width: 17px;
  }
}
.cartNumInput .input:disabled {
  background: transparent;
}
.cartNumInput .up {
  width: 25px;
  min-width: 25px;
  height: 37px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  background: #F3F3F3;
}
@media only screen and (max-width: 399px) {
  .cartNumInput .up {
    width: 17px;
    min-width: 17px;
  }
}
.cartNumInput .up svg {
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 399px) {
  .cartNumInput .up svg {
    width: 10px;
    height: 10px;
  }
}
.cartNumInput .down {
  width: 25px;
  min-width: 25px;
  height: 37px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  background: #F3F3F3;
}
@media only screen and (max-width: 399px) {
  .cartNumInput .down {
    width: 17px;
    min-width: 17px;
  }
}
.cartNumInput .down svg {
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 399px) {
  .cartNumInput .down svg {
    width: 10px;
    height: 10px;
  }
}

.miniCart {
  position: fixed;
  width: calc(60% - 30px);
  z-index: 10000;
  background: #fff;
  padding: 15px;
  left: 40px;
  bottom: 15px;
  border-radius: 10px;
  border: 1px solid #0E4D82;
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .miniCart {
    width: calc(72% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .miniCart {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 2px;
  }
}
.miniCart.loading {
  opacity: 0.5;
}

#addContentToCampaign .title__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DCEFE1;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  #addContentToCampaign .title__bar {
    font-size: 13px;
    flex-direction: column-reverse;
    gap: 28px;
    text-align: center;
  }
}
#addContentToCampaign .title__bar p {
  margin-bottom: 0;
}
#addContentToCampaign .title__bar img {
  scale: 2;
  rotate: -10deg;
}

#miniCartDetails, #miniCartDetailsreportage, #miniCartDetailsbacklink {
  max-height: 200px;
  overflow-y: auto;
  padding-bottom: 15px;
  height: 0;
  position: relative;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
#miniCartDetails.loading, #miniCartDetailsreportage.loading, #miniCartDetailsbacklink.loading {
  opacity: 0.3;
  pointer-events: none !important;
}
#miniCartDetails.active, #miniCartDetailsreportage.active, #miniCartDetailsbacklink.active {
  height: auto;
}
#miniCartDetails.cartPage, #miniCartDetailsreportage.cartPage, #miniCartDetailsbacklink.cartPage {
  max-height: unset;
  height: auto;
}
#miniCartDetails::-webkit-scrollbar, #miniCartDetailsreportage::-webkit-scrollbar, #miniCartDetailsbacklink::-webkit-scrollbar {
  width: 10px;
}
#miniCartDetails::-webkit-scrollbar-track, #miniCartDetailsreportage::-webkit-scrollbar-track, #miniCartDetailsbacklink::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
#miniCartDetails::-webkit-scrollbar-thumb, #miniCartDetailsreportage::-webkit-scrollbar-thumb, #miniCartDetailsbacklink::-webkit-scrollbar-thumb {
  background: #F3F3F3;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #fff;
}
#miniCartDetails::-webkit-scrollbar-thumb:hover, #miniCartDetailsreportage::-webkit-scrollbar-thumb:hover, #miniCartDetailsbacklink::-webkit-scrollbar-thumb:hover {
  background: #A1A1A1;
}

#miniCartToggle.active .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#miniCartToggle .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cartRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  border-bottom: 1px solid #F3F3F3;
}
.cartRow.loading {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.cartRow.last {
  border-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .cartRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .cartRow > div, .cartRow > a {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  .cartRow > img {
    margin: auto;
    margin-left: auto !important;
    border-radius: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cartRow img {
    width: 20px;
  }
}
.cartRow .media_title {
  margin-bottom: 10px;
}
.cartRow .title, .cartRow .price {
  flex: 0 0 calc(50% - 80px);
  max-width: calc(50% - 80px);
}
@media only screen and (max-width: 575px) {
  .cartRow .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.cartRow .count {
  flex: 0 0 80px;
  max-width: 80px;
  border: 1px solid #082B48;
  border-radius: 10px;
  padding: 0 5px;
  color: #082B48;
}
.cartRow .count .add, .cartRow .count .minus {
  color: #082B48 !important;
}

.cartFactor__item {
  padding: 10px;
  position: relative;
}
.cartFactor__item.right {
  padding-left: 3rem !important;
}
@media only screen and (max-width: 991px) {
  .cartFactor__item.right {
    padding-left: 10px !important;
  }
}
.cartFactor__item.right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}
@media only screen and (max-width: 991px) {
  .cartFactor__item.right::before {
    display: none;
  }
}
.cartFactor__item.left {
  padding-right: 3rem !important;
}
@media only screen and (max-width: 991px) {
  .cartFactor__item.left {
    padding-right: 10px !important;
  }
}
.cartFactor__item.left .row {
  margin-bottom: 27px;
}

.payMethodCheck {
  position: relative;
}
.payMethodCheck .input {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.payMethodCheck .input:checked + .label {
  border-color: #FF6600;
  -webkit-box-shadow: 0 8px 17px 0 rgba(255, 102, 0, 0.3);
  -moz-box-shadow: 0 8px 17px 0 rgba(255, 102, 0, 0.3);
  box-shadow: 0 8px 17px 0 rgba(255, 102, 0, 0.3);
}
.payMethodCheck .input:checked + .label::before {
  background: #FF6600;
}
.payMethodCheck .input:checked + .label::after {
  opacity: 1;
}
.payMethodCheck .input:disabled + .label {
  background: #f3f3f3;
  border-color: #c7c7c7;
}
.payMethodCheck .label {
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 15px 50px 15px 15px;
  border: 1px solid #f5f5f5;
}
.payMethodCheck .label::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  background: #fff;
  border: 1px solid #FF6600;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.payMethodCheck .label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 6px);
  right: 22px;
  background: #fff;
  opacity: 0;
}

.payMethodCheck2 {
  position: relative;
}
.payMethodCheck2 .input {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.payMethodCheck2 .input:checked + .label::before {
  background: #0E4D82;
}
.payMethodCheck2 .input:checked + .label::after {
  opacity: 1;
}
.payMethodCheck2 .input:disabled + .label {
  background: #f3f3f3;
  border-color: #c7c7c7;
}
.payMethodCheck2 .label {
  position: relative;
  border-radius: 8px;
  width: 100%;
  display: block;
  padding: 15px 50px 15px 15px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
}
.payMethodCheck2 .label::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  background: #fff;
  border: 1px solid #0E4D82;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.payMethodCheck2 .label::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 17px;
  background: #0E4D82;
  opacity: 0;
  border: 1px solid #fff;
}

.filterCheckBox {
  position: relative;
}
.filterCheckBox .input {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.filterCheckBox .input:checked + .label {
  border-color: #0E4D82 !important;
}
.filterCheckBox .input:checked + .label::before {
  background: #0E4D82 !important;
}
.filterCheckBox .input:checked + .label::after {
  opacity: 1;
  background: transparent;
}
.filterCheckBox .label {
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 6px 25px 6px 6px;
  border: 1px solid #f5f5f5;
}
.filterCheckBox .label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 6px);
  right: 6px;
  background: #fff;
  border: 1px solid #0E4D82;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.filterCheckBox .label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  background: #fff;
  opacity: 0;
}
.filterCheckBox .new {
  position: absolute;
  z-index: 2;
  background: #CD1821;
  color: #fff;
  padding: 5px;
  border-radius: 10px 0 10px 10px;
  font-size: 11px;
  left: -28px;
  top: 6px;
}

.filterCheckBox2 {
  position: relative;
}
.filterCheckBox2 .input {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.filterCheckBox2 .input:checked + .label::before {
  background: #FF6600;
  border-color: #FF6600;
}
.filterCheckBox2 .input:checked + .label::after {
  right: 24px;
  background: #fff;
}
.filterCheckBox2 .label {
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 6px 47px 6px 6px;
  font-size: 13px;
}
.filterCheckBox2 .label::before {
  content: "";
  width: 40px;
  height: 18px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  background: #fff;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.filterCheckBox2 .label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 6px);
  right: 3px;
  background: rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}

#campaignProducts {
  position: relative;
}
#campaignProducts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.7) url("../imgs/pb_loading.gif") no-repeat center 50px;
  background-size: 40px;
  padding: 3rem 15px;
  border-radius: 10px;
}
#campaignProducts.loading::before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .filterSidebar {
    position: fixed;
    right: 100%;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
  }
  .filterSidebar.active {
    right: 0;
    border-radius: 0;
  }
}

.range-slider {
  width: 100%;
  padding: 0 0 10px;
}
.range-slider .range-value {
  margin: 0;
  position: relative;
  padding-top: 30px;
}
.range-slider .range-bar {
  border: 0;
  background: #F3F3F3;
  height: 3px;
  position: relative;
  width: calc(100% - 20px);
  margin-right: 20px;
}
.range-slider .range-bar .ui-slider-range {
  background: #FF6600;
}
.range-slider .range-bar .ui-slider-handle {
  border-radius: 50%;
  background: #FF6600;
  border: 2px solid #fff;
  height: 20px;
  width: 20px;
  top: -0.52em;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
  -moz-box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
  box-shadow: 0 5px 10px 0 rgba(255, 102, 0, 0.25);
}
.range-slider .rangeSliderInputs .item {
  margin-bottom: 10px;
  border-bottom: 2px solid #95a9b9;
  padding: 10px 0;
}
.range-slider .rangeSliderInputs .item input {
  width: auto;
  max-width: 100%;
}

.filterSearchBox {
  position: relative;
  border: 1px solid #FF6600;
  margin-bottom: 20px;
  border-radius: 10px;
}
.filterSearchBox .searchBtn {
  position: absolute;
  left: 9px;
  font-size: 12px;
  padding: 10px;
  top: calc(50% - 19px);
}

.fileRow {
  padding: 3rem 3rem 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 3rem;
  border: 1px dashed #aaa;
  position: relative;
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 480px) {
  .fileRow {
    padding: 2rem 15px;
  }
}
.fileRow .tagLabel {
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: 2;
  background: #FF6600;
  padding: 5px 12px;
  color: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.3);
  -moz-box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.3);
  box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.3);
}

.modal {
  z-index: 100;
}

.modal-backdrop {
  z-index: 99;
}

.modal-body .fileRow {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.modal-body .fileRow .tagLabel {
  display: none;
}

#campaginDetailsBox, #backlink_details_box {
  position: relative;
  min-height: 200px;
}
#campaginDetailsBox.loading::before, #backlink_details_box.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9) url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
}

.statBox {
  background: #FAF0E8;
  padding: 12px;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.statBox:hover {
  -webkit-box-shadow: 0 20px 30px 0 #eee;
  -moz-box-shadow: 0 20px 30px 0 #eee;
  box-shadow: 0 20px 30px 0 #eee;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.statBox.style1 {
  background: #DBF2F6;
}
.statBox.style2 {
  background: #DCEFE1;
}
.statBox.style3 {
  background: #e7f4ff;
}
.statBox .counter {
  font-size: 40px;
  font-family: sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .statBox .counter {
    font-size: 30px;
  }
}
@media only screen and (max-width: 757px) {
  .statBox .counter {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .statBox .counter {
    font-size: 35px;
  }
}

.statBox2 {
  background: #FAF0E8;
  padding: 24px !important;
  border-radius: 10px;
  height: 118px;
  display: flex; /* Enable flexbox */
  align-items: center; /* Vertical centering */
  transition: all 0.3s ease;
}
.statBox2 .showInMobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .statBox2 .showInMobile {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .statBox2 .hideInMobile {
    display: none;
  }
}
.statBox2 {
  /* For the boxes using row/col structure */
}
.statBox2 .row {
  width: 100%;
  margin: 0;
  align-items: center;
}
.statBox2 {
  /* For the first three boxes with direct flex children */
}
.statBox2 > .d-flex {
  width: 100%;
  height: 100%;
}
.statBox2 {
  /* Image containers */
}
.statBox2 img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}
.statBox2 {
  /* Counter/text styling */
}
.statBox2 .counter {
  font-size: 32px;
  font-family: sans-serif;
  font-weight: bold;
}
.statBox2 {
  /* Responsive adjustments */
}
@media (max-width: 900px) {
  .statBox2 .counter {
    font-size: 30px;
  }
}
@media (max-width: 757px) {
  .statBox2 .counter {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .statBox2 .counter {
    font-size: 35px;
  }
  .statBox2 {
    /* Stack items vertically on mobile */
  }
}
.statBox2 {
  /* Hover effects */
}
.statBox2:hover {
  box-shadow: 0 20px 30px 0 #eee;
  transform: translateY(-4px);
}
.statBox2 {
  /* Color variants */
}
.statBox2.style1 {
  background: #DBF2F6;
}
.statBox2.style2 {
  background: #DCEFE1;
}
.statBox2.style3 {
  background: #e7f4ff;
}

#campaignPageNavbar.fixed {
  position: fixed;
  background: #f5f5f5;
  z-index: 100;
  flex: 0 0 75%;
  max-width: 75%;
  width: 61%;
  left: 15px;
  top: 0;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 1599px) {
  #campaignPageNavbar.fixed {
    width: calc(60% + 7px);
  }
}
@media only screen and (max-width: 1599px) {
  #campaignPageNavbar.fixed {
    width: calc(60% + 4px);
  }
}
@media only screen and (max-width: 1199px) {
  #campaignPageNavbar.fixed {
    width: calc(73% - 7px);
  }
}
@media only screen and (max-width: 991px) {
  #campaignPageNavbar.fixed {
    width: calc(100% - 30px);
    max-width: 100%;
  }
}
#campaignPageNavbar.fixed .formLabel, #campaignPageNavbar.fixed .forminator-label {
  display: none;
}
@media only screen and (max-width: 575px) {
  #campaignPageNavbar.fixed .navTitle {
    display: none;
  }
}
#campaignPageNavbar.fixed .inputsCol {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 575px) {
  #campaignPageNavbar.offNavBar .inputsCol {
    flex-direction: column;
    width: 100%;
  }
  #campaignPageNavbar.offNavBar .inputsCol > * {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 10px 0 !important;
  }
  #campaignPageNavbar.offNavBar .inputsCol .tick {
    max-width: 200px;
    min-width: 200px;
  }
  #campaignPageNavbar.offNavBar .inputsCol #filter_search_input {
    width: 100%;
  }
}
#campaignPageNavbar.offNavBar.fixed {
  max-width: 80%;
  width: calc(80% + 4px);
}
@media only screen and (max-width: 1199px) {
  #campaignPageNavbar.offNavBar.fixed {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
#campaignPageNavbar.offNavBar.fixed .backBtn {
  margin-top: 0 !important;
}
#campaignPageNavbar.offNavBar.fixed .tick {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 420px) {
  #filter_search_input {
    width: 157px;
  }
}

.paginationBox, .filterResult, .campaignFilterResult, #detailModal_content {
  position: relative;
}
.paginationBox.loading::after, .filterResult.loading::after, .campaignFilterResult.loading::after, #detailModal_content.loading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6) url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
}

.pagination {
  margin: 1.5rem auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .item {
  margin: 4px;
  padding: 4px 10px;
  background: #F3F3F3;
  border-radius: 5px;
  text-align: center;
}
.pagination .item.current {
  background: #0E4D82;
  color: #fff;
}

.mediaSearchBox {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
@media only screen and (max-width: 495px) {
  .mediaSearchBox {
    margin-right: 0px;
    margin-top: 10px;
  }
}
.mediaSearchBox .input {
  background: transparent;
  border: 0;
  height: 37px;
  border-bottom: 2px solid #e5e5e5;
  padding: 10px 14px;
  margin-left: 10px;
  font-size: 15px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.mediaSearchBox .input:focus {
  border-bottom-color: #FF6600;
}

.discountInput {
  background: #F3F3F3;
  width: 100px;
  border-radius: 10px;
  padding: 8px;
  margin: 4px;
}
@media only screen and (max-width: 575px) {
  .discountInput {
    width: 100%;
  }
}

.boxWrapper .boxCol {
  flex: 0 0 calc(20% - 10px);
  max-height: calc(20% - 10px);
  margin: 0 5px;
}
@media only screen and (max-width: 991px) {
  .boxWrapper .boxCol {
    flex: 0 0 calc(33% - 10px);
    max-height: calc(33% - 10px);
  }
  .boxWrapper .boxCol:nth-child(4), .boxWrapper .boxCol:nth-child(5) {
    flex: 0 0 calc(50% - 10px);
    max-height: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .boxWrapper .boxCol {
    flex: 0 0 calc(50% - 10px);
    max-height: calc(50% - 10px);
  }
  .boxWrapper .boxCol:nth-child(5) {
    flex: 0 0 100%;
    max-height: 100%;
    margin: 0;
  }
}

.discountLabel {
  background: #CD1821;
  color: #fff;
  padding: 3px 12px;
  border-radius: 15px;
  font-size: 13px;
}

.packageContainer {
  max-width: calc(100% - 47px);
  margin: auto;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .packageContainer {
    max-width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  .packageContainer {
    padding: 16px;
  }
}
.packageContainer.background {
  padding: 40px 10px;
  border: 1px solid #234460;
}
.packageContainer.background .leaves {
  position: absolute;
  z-index: 3;
}
.packageContainer.background .leaf1 {
  right: 20px;
  top: 235px;
  width: 57px;
  transform: rotate(114deg);
}

.packageBuyBox {
  background: #317334;
  color: #fff;
}
@media only screen and (max-width: 499px) {
  .packageBuyBox .wrapper, .packageBuyBox .content_float_cart, .packageBuyBox .selectInput .selected, .selectInput .packageBuyBox .selected, .packageBuyBox .range-slider .rangeSliderInputs .item, .range-slider .rangeSliderInputs .packageBuyBox .item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 499px) {
  .packageBuyBox .buyPackage {
    width: 100%;
    margin-top: 10px !important;
  }
}
.packageBuyBox .formalPrice {
  position: relative;
}
.packageBuyBox .formalPrice::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FF6600;
}
.packageBuyBox .discountLabel {
  background: #FF6600;
  position: absolute;
  left: 10px;
  top: -10px;
  z-index: 3;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  font-size: 16px;
  color: #FF6600;
  border: 1px solid;
}

.packageCarousel .owl-stage {
  padding: 10px 0;
}
.packageCarousel .owl-next {
  right: -45px;
}
.packageCarousel .owl-prev {
  left: -45px;
}
.packageCarousel .owl-dots {
  margin-top: 0;
}
.packageCarousel .owl-dots .owl-dot {
  background: #d9d9d9;
}

.packageCarouselModal .owl-stage {
  overflow-y: hidden;
  max-height: 211px;
}

.modal-body.packageModal {
  padding: 0 65px 20px 65px;
}
@media only screen and (max-width: 575px) {
  .modal-body.packageModal {
    padding: 0 35px 20px 35px;
  }
}

#promotionModal .close {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 30px;
  color: #8a8a8a;
  z-index: 3;
}
#promotionModal .leaves {
  position: absolute;
  z-index: 3;
}
#promotionModal .leaf1 {
  right: -51px;
  top: 42px;
  width: 96px;
}
#promotionModal .leaf2 {
  left: -33px;
  top: 200px;
  width: 71px;
}

.mainCarousel {
  position: relative;
}
.mainCarousel .owl-nav {
  position: absolute;
  top: -46px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .mainCarousel .owl-nav {
    top: -41px;
  }
}
.mainCarousel .owl-next {
  height: 30px;
  width: 30px;
  z-index: 3;
  background: #fff !important;
  backdrop-filter: blur(18px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b3d4ff !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mainCarousel .owl-next svg {
  width: 12px;
  height: 12px;
  fill: #0E4D82;
}
.mainCarousel .owl-prev {
  height: 30px;
  width: 30px;
  z-index: 3;
  background: #fff !important;
  backdrop-filter: blur(18px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b3d4ff !important;
  margin-right: 6px;
}
.mainCarousel .owl-prev svg {
  width: 12px;
  height: 12px;
  fill: #0E4D82;
}

.pkgLogoContainer {
  width: 35px;
  height: 35px;
  min-width: 35px;
  max-width: 35px;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 0 0 4px;
  padding: 6px;
  border: 1px solid #b5d6ff;
}
.pkgLogoContainer:hover .title {
  opacity: 1;
}
.pkgLogoContainer img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.pkgLogoContainer .title {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #333;
  padding: 3px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  opacity: 0;
  min-width: 150px;
  text-align: center;
}

.filterPopHolder {
  position: relative;
  cursor: pointer;
}
.filterPopHolder .filterPopUp {
  position: absolute;
  z-index: 6;
  top: 100%;
  background: #fff;
  padding: 10px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  min-width: 100%;
  -webkit-box-shadow: 0 0 15px 20px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 15px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 15px 20px rgba(0, 0, 0, 0.04);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.filterPopHolder .filterPopUp.active {
  opacity: 1;
  visibility: visible;
}

.filterPopback {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.filterPopback.active {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.filterItemRow {
  padding: 9px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 6px;
  font-size: 13px;
}
.filterItemRow::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 5px;
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  margin: auto;
  background: #eee;
}
.filterItemRow:last-child::after {
  display: none;
}
.filterItemRow:hover {
  background: #f7f7f7;
}
.filterItemRow a {
  width: 100%;
}

.filterArrowBtn {
  width: 20px;
  background: #f7f7f7;
  padding: 3px;
  border-radius: 4px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.filterArrowBtn.red {
  background: #ffb1b1;
}
.filterArrowBtn.green {
  background: #88d568;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.switchUserTxt {
  position: fixed;
  z-index: 14;
  right: 30px;
  bottom: 8px;
  background: #FF6600;
  color: #fff;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/** Countdown Timer */
.tick-group {
  margin: 0 6px;
}

.tick-credits {
  opacity: 0;
  visibility: hidden;
}

.tick-flip {
  border-radius: 5px;
}

.tick-flip-panel {
  color: #ee2651 !important;
  background-color: #fff !important;
}

.tick-text {
  font-size: 12px;
}

.selectAll {
  position: relative;
}
.selectAll .input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.selectAll .input:checked + .label::before {
  content: "✓";
  background: #26916F;
}
.selectAll .label::before {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  font-weight: 700;
}

.withdrawCollection .item {
  background: #fff;
  padding: 12px;
  border-radius: 7px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid transparent;
  max-width: 100% !important;
}
.withdrawCollection .item:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.withdrawCollection .item .input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.withdrawCollection .item .input:checked + .label::before {
  content: "✓";
  color: #fff;
  background: #26916F;
}
.withdrawCollection .item .label {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 425px) {
  .withdrawCollection .item .label {
    flex-direction: column;
  }
}
.withdrawCollection .item .label::before {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  font-weight: 700;
}
.withdrawCollection .item .label .title {
  flex: calc(30% - 40px);
  max-width: calc(30% - 40px);
  margin-left: 15px;
}
@media only screen and (max-width: 425px) {
  .withdrawCollection .item .label .title {
    flex: 100%;
    max-width: 100%;
    margin: 6px auto;
  }
}
.withdrawCollection .item .label .reportageTitle {
  flex: calc(30% - 40px);
  max-width: calc(30% - 40px);
  margin-left: 15px;
}
@media only screen and (max-width: 425px) {
  .withdrawCollection .item .label .reportageTitle {
    flex: 100%;
    max-width: 100%;
    margin: 6px auto;
  }
}
.withdrawCollection .item .label .fee {
  flex: calc(40% - 15px);
  max-width: calc(40% - 15px);
  text-align: left;
}
@media only screen and (max-width: 425px) {
  .withdrawCollection .item .label .fee {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.fixedTotalWithdraw {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 83.333%;
  padding: 5px;
  z-index: 5;
}
@media only screen and (max-width: 1199px) {
  .fixedTotalWithdraw {
    width: 100%;
  }
}
.fixedTotalWithdraw .whiteBox, .fixedTotalWithdraw .descMoreBox {
  max-width: 750px;
  border: 1px solid #FF6600;
}

.withdrawItems .item {
  background: #fff;
  padding: 12px !important;
  border-radius: 7px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid transparent;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.withdrawItems .item:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.withdrawItems .item.alert::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 3;
  background-color: #CD1821;
  animation: glow 0.5s infinite;
}
.withdrawItems .item .input {
  position: relative;
  width: 20px;
  height: 20PX;
  cursor: pointer;
  z-index: 2;
  accent-color: #26916F;
}
.withdrawItems .item .label {
  display: none;
}
.withdrawItems .item .fee {
  flex: calc(40% - 10px);
  max-width: calc(40% - 10px);
  text-align: left;
}
@media only screen and (max-width: 425px) {
  .withdrawItems .item .fee {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.withdrawItems .item .itm {
  flex: 0 0 calc(33% - 30px);
  max-width: calc(33% - 30px);
}
.withdrawItems .item .itm a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.withdrawItems .item .more {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.withdrawItems .item .more .icon {
  width: 14px;
  height: 14px;
}
.withdrawItems .item .accordion {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  display: none;
}

.withdrawDeleteBox {
  position: relative;
}
.withdrawDeleteBox.verify .withdrawDeleteForm {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.withdrawDeleteBox.loading::before {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #F3F3F3 url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
}
.withdrawDeleteBox .withdrawDeleteForm {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
}

@media print {
  .dashSide, .dashHeader, .factorType, .switchUserTxt {
    display: none;
  }
}
.factorHolder {
  position: relative;
}
.factorHolder .watermark {
  position: absolute;
  width: 30%;
  right: 35%;
  bottom: 28%;
  opacity: 0.15;
  -webkit-transform: rotate(-22deg);
  -moz-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.hint {
  position: relative;
}
.hint:hover .flag {
  opacity: 1;
  visibility: visible;
}
.hint .btn {
  background: cornflowerblue;
  padding: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hint .btn svg {
  fill: #fff;
  height: 12px;
  width: 12px;
  transform: rotateY(180deg);
}
.hint .flag {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 6;
  background: #000;
  color: #fff;
  padding: 12px;
  border-radius: 6px 6px 6px 0;
  width: max-content;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

jdp-container .jdp-day.not-in-month {
  opacity: 0 !important;
  pointer-events: none;
}

.pckgSearchContainer, .cs_offerSearchContainer, .cs_no_sell_offerSearchContainer, .co_offerSearchContainer, .ClubPlansSearchContainer {
  position: relative;
}
.pckgSearchContainer .pckgSearchResult, .pckgSearchContainer .cs_offerSearchResult, .pckgSearchContainer .cs_no_sell_offerSearchResult, .pckgSearchContainer .co_offerSearchResult, .pckgSearchContainer .occasionalOfferSearchResult, .pckgSearchContainer .cs_offerSearchResultBacklink, .pckgSearchContainer .cs_offerSearchResultBacklink2, .pckgSearchContainer .occasionalOfferSearchResultBacklink, .pckgSearchContainer .pckgSearchResultBacklink, .pckgSearchContainer .ClubPlansSearchResult, .cs_offerSearchContainer .pckgSearchResult, .cs_offerSearchContainer .cs_offerSearchResult, .cs_offerSearchContainer .cs_no_sell_offerSearchResult, .cs_offerSearchContainer .co_offerSearchResult, .cs_offerSearchContainer .occasionalOfferSearchResult, .cs_offerSearchContainer .cs_offerSearchResultBacklink, .cs_offerSearchContainer .cs_offerSearchResultBacklink2, .cs_offerSearchContainer .occasionalOfferSearchResultBacklink, .cs_offerSearchContainer .pckgSearchResultBacklink, .cs_offerSearchContainer .ClubPlansSearchResult, .cs_no_sell_offerSearchContainer .pckgSearchResult, .cs_no_sell_offerSearchContainer .cs_offerSearchResult, .cs_no_sell_offerSearchContainer .cs_no_sell_offerSearchResult, .cs_no_sell_offerSearchContainer .co_offerSearchResult, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResult, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink2, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResultBacklink, .cs_no_sell_offerSearchContainer .pckgSearchResultBacklink, .cs_no_sell_offerSearchContainer .ClubPlansSearchResult, .co_offerSearchContainer .pckgSearchResult, .co_offerSearchContainer .cs_offerSearchResult, .co_offerSearchContainer .cs_no_sell_offerSearchResult, .co_offerSearchContainer .co_offerSearchResult, .co_offerSearchContainer .occasionalOfferSearchResult, .co_offerSearchContainer .cs_offerSearchResultBacklink, .co_offerSearchContainer .cs_offerSearchResultBacklink2, .co_offerSearchContainer .occasionalOfferSearchResultBacklink, .co_offerSearchContainer .pckgSearchResultBacklink, .co_offerSearchContainer .ClubPlansSearchResult, .ClubPlansSearchContainer .pckgSearchResult, .ClubPlansSearchContainer .cs_offerSearchResult, .ClubPlansSearchContainer .cs_no_sell_offerSearchResult, .ClubPlansSearchContainer .co_offerSearchResult, .ClubPlansSearchContainer .occasionalOfferSearchResult, .ClubPlansSearchContainer .cs_offerSearchResultBacklink, .ClubPlansSearchContainer .cs_offerSearchResultBacklink2, .ClubPlansSearchContainer .occasionalOfferSearchResultBacklink, .ClubPlansSearchContainer .pckgSearchResultBacklink, .ClubPlansSearchContainer .ClubPlansSearchResult {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  background: #F3F3F3;
  border-radius: 8px;
  border: 1px solid rgba(14, 77, 130, 0.3);
  max-height: 195px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.pckgSearchContainer .pckgSearchResult.active, .pckgSearchContainer .cs_offerSearchResult.active, .pckgSearchContainer .cs_no_sell_offerSearchResult.active, .pckgSearchContainer .co_offerSearchResult.active, .pckgSearchContainer .occasionalOfferSearchResult.active, .pckgSearchContainer .cs_offerSearchResultBacklink.active, .pckgSearchContainer .cs_offerSearchResultBacklink2.active, .pckgSearchContainer .occasionalOfferSearchResultBacklink.active, .pckgSearchContainer .pckgSearchResultBacklink.active, .pckgSearchContainer .ClubPlansSearchResult.active, .cs_offerSearchContainer .pckgSearchResult.active, .cs_offerSearchContainer .cs_offerSearchResult.active, .cs_offerSearchContainer .cs_no_sell_offerSearchResult.active, .cs_offerSearchContainer .co_offerSearchResult.active, .cs_offerSearchContainer .occasionalOfferSearchResult.active, .cs_offerSearchContainer .cs_offerSearchResultBacklink.active, .cs_offerSearchContainer .cs_offerSearchResultBacklink2.active, .cs_offerSearchContainer .occasionalOfferSearchResultBacklink.active, .cs_offerSearchContainer .pckgSearchResultBacklink.active, .cs_offerSearchContainer .ClubPlansSearchResult.active, .cs_no_sell_offerSearchContainer .pckgSearchResult.active, .cs_no_sell_offerSearchContainer .cs_offerSearchResult.active, .cs_no_sell_offerSearchContainer .cs_no_sell_offerSearchResult.active, .cs_no_sell_offerSearchContainer .co_offerSearchResult.active, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResult.active, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink.active, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink2.active, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResultBacklink.active, .cs_no_sell_offerSearchContainer .pckgSearchResultBacklink.active, .cs_no_sell_offerSearchContainer .ClubPlansSearchResult.active, .co_offerSearchContainer .pckgSearchResult.active, .co_offerSearchContainer .cs_offerSearchResult.active, .co_offerSearchContainer .cs_no_sell_offerSearchResult.active, .co_offerSearchContainer .co_offerSearchResult.active, .co_offerSearchContainer .occasionalOfferSearchResult.active, .co_offerSearchContainer .cs_offerSearchResultBacklink.active, .co_offerSearchContainer .cs_offerSearchResultBacklink2.active, .co_offerSearchContainer .occasionalOfferSearchResultBacklink.active, .co_offerSearchContainer .pckgSearchResultBacklink.active, .co_offerSearchContainer .ClubPlansSearchResult.active, .ClubPlansSearchContainer .pckgSearchResult.active, .ClubPlansSearchContainer .cs_offerSearchResult.active, .ClubPlansSearchContainer .cs_no_sell_offerSearchResult.active, .ClubPlansSearchContainer .co_offerSearchResult.active, .ClubPlansSearchContainer .occasionalOfferSearchResult.active, .ClubPlansSearchContainer .cs_offerSearchResultBacklink.active, .ClubPlansSearchContainer .cs_offerSearchResultBacklink2.active, .ClubPlansSearchContainer .occasionalOfferSearchResultBacklink.active, .ClubPlansSearchContainer .pckgSearchResultBacklink.active, .ClubPlansSearchContainer .ClubPlansSearchResult.active {
  opacity: 1;
  visibility: visible;
}
.pckgSearchContainer .pckgSearchResult .item, .pckgSearchContainer .cs_offerSearchResult .item, .pckgSearchContainer .cs_no_sell_offerSearchResult .item, .pckgSearchContainer .co_offerSearchResult .item, .pckgSearchContainer .occasionalOfferSearchResult .item, .pckgSearchContainer .cs_offerSearchResultBacklink .item, .pckgSearchContainer .cs_offerSearchResultBacklink2 .item, .pckgSearchContainer .occasionalOfferSearchResultBacklink .item, .pckgSearchContainer .pckgSearchResultBacklink .item, .pckgSearchContainer .ClubPlansSearchResult .item, .cs_offerSearchContainer .pckgSearchResult .item, .cs_offerSearchContainer .cs_offerSearchResult .item, .cs_offerSearchContainer .cs_no_sell_offerSearchResult .item, .cs_offerSearchContainer .co_offerSearchResult .item, .cs_offerSearchContainer .occasionalOfferSearchResult .item, .cs_offerSearchContainer .cs_offerSearchResultBacklink .item, .cs_offerSearchContainer .cs_offerSearchResultBacklink2 .item, .cs_offerSearchContainer .occasionalOfferSearchResultBacklink .item, .cs_offerSearchContainer .pckgSearchResultBacklink .item, .cs_offerSearchContainer .ClubPlansSearchResult .item, .cs_no_sell_offerSearchContainer .pckgSearchResult .item, .cs_no_sell_offerSearchContainer .cs_offerSearchResult .item, .cs_no_sell_offerSearchContainer .cs_no_sell_offerSearchResult .item, .cs_no_sell_offerSearchContainer .co_offerSearchResult .item, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResult .item, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink .item, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink2 .item, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResultBacklink .item, .cs_no_sell_offerSearchContainer .pckgSearchResultBacklink .item, .cs_no_sell_offerSearchContainer .ClubPlansSearchResult .item, .co_offerSearchContainer .pckgSearchResult .item, .co_offerSearchContainer .cs_offerSearchResult .item, .co_offerSearchContainer .cs_no_sell_offerSearchResult .item, .co_offerSearchContainer .co_offerSearchResult .item, .co_offerSearchContainer .occasionalOfferSearchResult .item, .co_offerSearchContainer .cs_offerSearchResultBacklink .item, .co_offerSearchContainer .cs_offerSearchResultBacklink2 .item, .co_offerSearchContainer .occasionalOfferSearchResultBacklink .item, .co_offerSearchContainer .pckgSearchResultBacklink .item, .co_offerSearchContainer .ClubPlansSearchResult .item, .ClubPlansSearchContainer .pckgSearchResult .item, .ClubPlansSearchContainer .cs_offerSearchResult .item, .ClubPlansSearchContainer .cs_no_sell_offerSearchResult .item, .ClubPlansSearchContainer .co_offerSearchResult .item, .ClubPlansSearchContainer .occasionalOfferSearchResult .item, .ClubPlansSearchContainer .cs_offerSearchResultBacklink .item, .ClubPlansSearchContainer .cs_offerSearchResultBacklink2 .item, .ClubPlansSearchContainer .occasionalOfferSearchResultBacklink .item, .ClubPlansSearchContainer .pckgSearchResultBacklink .item, .ClubPlansSearchContainer .ClubPlansSearchResult .item {
  padding: 10px 6px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(14, 77, 130, 0.3);
  cursor: pointer;
  max-width: 100% !important;
  width: 100% !important;
}
.pckgSearchContainer .pckgSearchResult .item:hover, .pckgSearchContainer .cs_offerSearchResult .item:hover, .pckgSearchContainer .cs_no_sell_offerSearchResult .item:hover, .pckgSearchContainer .co_offerSearchResult .item:hover, .pckgSearchContainer .occasionalOfferSearchResult .item:hover, .pckgSearchContainer .cs_offerSearchResultBacklink .item:hover, .pckgSearchContainer .cs_offerSearchResultBacklink2 .item:hover, .pckgSearchContainer .occasionalOfferSearchResultBacklink .item:hover, .pckgSearchContainer .pckgSearchResultBacklink .item:hover, .pckgSearchContainer .ClubPlansSearchResult .item:hover, .cs_offerSearchContainer .pckgSearchResult .item:hover, .cs_offerSearchContainer .cs_offerSearchResult .item:hover, .cs_offerSearchContainer .cs_no_sell_offerSearchResult .item:hover, .cs_offerSearchContainer .co_offerSearchResult .item:hover, .cs_offerSearchContainer .occasionalOfferSearchResult .item:hover, .cs_offerSearchContainer .cs_offerSearchResultBacklink .item:hover, .cs_offerSearchContainer .cs_offerSearchResultBacklink2 .item:hover, .cs_offerSearchContainer .occasionalOfferSearchResultBacklink .item:hover, .cs_offerSearchContainer .pckgSearchResultBacklink .item:hover, .cs_offerSearchContainer .ClubPlansSearchResult .item:hover, .cs_no_sell_offerSearchContainer .pckgSearchResult .item:hover, .cs_no_sell_offerSearchContainer .cs_offerSearchResult .item:hover, .cs_no_sell_offerSearchContainer .cs_no_sell_offerSearchResult .item:hover, .cs_no_sell_offerSearchContainer .co_offerSearchResult .item:hover, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResult .item:hover, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink .item:hover, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink2 .item:hover, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResultBacklink .item:hover, .cs_no_sell_offerSearchContainer .pckgSearchResultBacklink .item:hover, .cs_no_sell_offerSearchContainer .ClubPlansSearchResult .item:hover, .co_offerSearchContainer .pckgSearchResult .item:hover, .co_offerSearchContainer .cs_offerSearchResult .item:hover, .co_offerSearchContainer .cs_no_sell_offerSearchResult .item:hover, .co_offerSearchContainer .co_offerSearchResult .item:hover, .co_offerSearchContainer .occasionalOfferSearchResult .item:hover, .co_offerSearchContainer .cs_offerSearchResultBacklink .item:hover, .co_offerSearchContainer .cs_offerSearchResultBacklink2 .item:hover, .co_offerSearchContainer .occasionalOfferSearchResultBacklink .item:hover, .co_offerSearchContainer .pckgSearchResultBacklink .item:hover, .co_offerSearchContainer .ClubPlansSearchResult .item:hover, .ClubPlansSearchContainer .pckgSearchResult .item:hover, .ClubPlansSearchContainer .cs_offerSearchResult .item:hover, .ClubPlansSearchContainer .cs_no_sell_offerSearchResult .item:hover, .ClubPlansSearchContainer .co_offerSearchResult .item:hover, .ClubPlansSearchContainer .occasionalOfferSearchResult .item:hover, .ClubPlansSearchContainer .cs_offerSearchResultBacklink .item:hover, .ClubPlansSearchContainer .cs_offerSearchResultBacklink2 .item:hover, .ClubPlansSearchContainer .occasionalOfferSearchResultBacklink .item:hover, .ClubPlansSearchContainer .pckgSearchResultBacklink .item:hover, .ClubPlansSearchContainer .ClubPlansSearchResult .item:hover {
  background: #eee;
}
.pckgSearchContainer .pckgSearchResult .item:last-child, .pckgSearchContainer .cs_offerSearchResult .item:last-child, .pckgSearchContainer .cs_no_sell_offerSearchResult .item:last-child, .pckgSearchContainer .co_offerSearchResult .item:last-child, .pckgSearchContainer .occasionalOfferSearchResult .item:last-child, .pckgSearchContainer .cs_offerSearchResultBacklink .item:last-child, .pckgSearchContainer .cs_offerSearchResultBacklink2 .item:last-child, .pckgSearchContainer .occasionalOfferSearchResultBacklink .item:last-child, .pckgSearchContainer .pckgSearchResultBacklink .item:last-child, .pckgSearchContainer .ClubPlansSearchResult .item:last-child, .cs_offerSearchContainer .pckgSearchResult .item:last-child, .cs_offerSearchContainer .cs_offerSearchResult .item:last-child, .cs_offerSearchContainer .cs_no_sell_offerSearchResult .item:last-child, .cs_offerSearchContainer .co_offerSearchResult .item:last-child, .cs_offerSearchContainer .occasionalOfferSearchResult .item:last-child, .cs_offerSearchContainer .cs_offerSearchResultBacklink .item:last-child, .cs_offerSearchContainer .cs_offerSearchResultBacklink2 .item:last-child, .cs_offerSearchContainer .occasionalOfferSearchResultBacklink .item:last-child, .cs_offerSearchContainer .pckgSearchResultBacklink .item:last-child, .cs_offerSearchContainer .ClubPlansSearchResult .item:last-child, .cs_no_sell_offerSearchContainer .pckgSearchResult .item:last-child, .cs_no_sell_offerSearchContainer .cs_offerSearchResult .item:last-child, .cs_no_sell_offerSearchContainer .cs_no_sell_offerSearchResult .item:last-child, .cs_no_sell_offerSearchContainer .co_offerSearchResult .item:last-child, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResult .item:last-child, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink .item:last-child, .cs_no_sell_offerSearchContainer .cs_offerSearchResultBacklink2 .item:last-child, .cs_no_sell_offerSearchContainer .occasionalOfferSearchResultBacklink .item:last-child, .cs_no_sell_offerSearchContainer .pckgSearchResultBacklink .item:last-child, .cs_no_sell_offerSearchContainer .ClubPlansSearchResult .item:last-child, .co_offerSearchContainer .pckgSearchResult .item:last-child, .co_offerSearchContainer .cs_offerSearchResult .item:last-child, .co_offerSearchContainer .cs_no_sell_offerSearchResult .item:last-child, .co_offerSearchContainer .co_offerSearchResult .item:last-child, .co_offerSearchContainer .occasionalOfferSearchResult .item:last-child, .co_offerSearchContainer .cs_offerSearchResultBacklink .item:last-child, .co_offerSearchContainer .cs_offerSearchResultBacklink2 .item:last-child, .co_offerSearchContainer .occasionalOfferSearchResultBacklink .item:last-child, .co_offerSearchContainer .pckgSearchResultBacklink .item:last-child, .co_offerSearchContainer .ClubPlansSearchResult .item:last-child, .ClubPlansSearchContainer .pckgSearchResult .item:last-child, .ClubPlansSearchContainer .cs_offerSearchResult .item:last-child, .ClubPlansSearchContainer .cs_no_sell_offerSearchResult .item:last-child, .ClubPlansSearchContainer .co_offerSearchResult .item:last-child, .ClubPlansSearchContainer .occasionalOfferSearchResult .item:last-child, .ClubPlansSearchContainer .cs_offerSearchResultBacklink .item:last-child, .ClubPlansSearchContainer .cs_offerSearchResultBacklink2 .item:last-child, .ClubPlansSearchContainer .occasionalOfferSearchResultBacklink .item:last-child, .ClubPlansSearchContainer .pckgSearchResultBacklink .item:last-child, .ClubPlansSearchContainer .ClubPlansSearchResult .item:last-child {
  border-bottom: 0;
}

.filters .tabs .item {
  flex: 1 0 auto;
}

#publishAlertModal {
  z-index: 104;
}

.pckgDeleteCheckBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.discountTypeCheckBox .input:checked + label::before {
  background: rgba(255, 102, 0, 0.16);
}
.discountTypeCheckBox .label {
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: block;
  padding: 6px 47px 6px 6px;
  font-size: 13px;
}
.discountTypeCheckBox .label::before {
  content: "";
  width: 40px;
  height: 24px;
  border-radius: 25px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  background: rgba(14, 77, 130, 0.16);
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.discountTypeCheckBox .label::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  right: 1px;
  background: #0E4D82;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}

.select2-container--default .select2-selection--multiple {
  overflow: hidden;
  overflow-y: auto;
}

.publicaSelect {
  position: relative;
  height: auto;
}
.publicaSelect .selected {
  cursor: pointer;
}
.publicaSelect .selected .checkBox .label::before {
  display: none;
}
.publicaSelect .items {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: #fff;
  max-height: 137px;
  width: 100%;
  overflow-y: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.publicaSelect .items.active {
  opacity: 1;
  visibility: visible;
}
.publicaSelect .items .item {
  padding: 0px;
  border-bottom: 1px solid #c6c6c6;
}
.publicaSelect .items .item.is-selected .checkBox .label {
  background: rgba(255, 102, 0, 0.08);
  color: #FF6600;
  font-weight: bold;
  display: block;
  padding: 8px 12px;
}
.publicaSelect .items .item.is-selected .checkBox .label::before {
  content: "✓";
}

#cs_customer_select_box .select2-container--default .select2-selection--single {
  background-color: #F3F3F3;
}

.exclusiveLabel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FF6600;
  border: 1px solid #CD1821;
  animation: glow infinite 1s;
}

#campaignDetailsModal .filterCheckBox2 .input {
  cursor: default;
}

.content_level1_box .filterCheckBox .input:checked + .label::before {
  content: "✓";
  color: #fff;
  padding: 0 4px;
  background-color: #082B48;
}
.content_level1_box .filterCheckBox .input:checked + .label::after {
  opacity: 0;
}
.content_level1_box .filterCheckBox .label {
  background: transparent;
  border: 0 !important;
  box-shadow: 0 0 0 0 transparent !important;
}
.content_level1_box .filterCheckBox .label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 6px;
  border-radius: 5px;
  border-color: #082B48;
}

.contentCampaginBox .filterCheckBox2 .input:checked + .label {
  background: #FF6600;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.46);
  -moz-box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.46);
  box-shadow: 0 10px 20px 0 rgba(255, 102, 0, 0.46);
}
.contentCampaginBox .filterCheckBox2 .label {
  background: #F3F3F3;
  padding: 6px 10px;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.contentCampaginBox .filterCheckBox2 .label::before, .contentCampaginBox .filterCheckBox2 .label::after {
  display: none;
}

.wrapperPublica {
  display: flex;
  align-items: center;
  position: relative;
}
.wrapperPublica .flexResponsivePublica {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 510px) {
  .wrapperPublica .flexResponsivePublica {
    flex-direction: column;
    align-items: flex-start;
  }
}

.flexResponsiveReportage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flexResponsiveReportage .flexResponsiveReportageSearch2 {
  margin-right: 10px;
}
@media only screen and (max-width: 680px) {
  .flexResponsiveReportage .flexResponsiveReportageSearch2 {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 620px) {
  .flexResponsiveReportage .flexResponsiveReportageSearch2 {
    margin-right: 0;
    margin-top: 10px;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 680px) {
  .flexResponsiveReportage .flexResponsiveReportageSearch1 {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 620px) {
  .flexResponsiveReportage .flexResponsiveReportageSearch1 {
    flex: 0 0 100%;
  }
}
.flexResponsiveReportage .flexResponsiveReportageDate {
  margin-bottom: 0px;
  margin-right: 15px;
  width: 18%;
}
@media only screen and (max-width: 693px) {
  .flexResponsiveReportage .flexResponsiveReportageDate {
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .flexResponsiveReportage .flexResponsiveReportageDate {
    width: 100%;
  }
}

.flexResponsiveBacklink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flexResponsiveBacklink .flexResponsiveBacklinkSearch {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 537px) {
  .flexResponsiveBacklink .flexResponsiveBacklinkSearch {
    flex: 0 0 100%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.flexResponsiveBacklink .flexResponsiveBacklinkDate {
  width: 180px;
  margin-left: 20px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 537px) {
  .flexResponsiveBacklink .flexResponsiveBacklinkDate {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.flexMediaReportage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flexMediaReportage .flexMediaReportageSearch1 {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 695px) {
  .flexMediaReportage .flexMediaReportageSearch1 {
    flex: 0 0 47%;
  }
}
@media only screen and (max-width: 460px) {
  .flexMediaReportage .flexMediaReportageSearch1 {
    flex: 0 0 100%;
  }
}
.flexMediaReportage .flexMediaReportageSearch2 {
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 695px) {
  .flexMediaReportage .flexMediaReportageSearch2 {
    flex: 0 0 50%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 460px) {
  .flexMediaReportage .flexMediaReportageSearch2 {
    flex: 0 0 100%;
  }
}
.flexMediaReportage .flexMediaReportageDate {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 180px;
}
@media only screen and (max-width: 695px) {
  .flexMediaReportage .flexMediaReportageDate {
    width: 100%;
    margin-left: 0px;
  }
}

.flexMediaBacklink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flexMediaBacklink .flexMediaBacklinkSearch {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 180px;
}
@media only screen and (max-width: 700px) {
  .flexMediaBacklink .flexMediaBacklinkSearch {
    width: 48%;
  }
}
@media only screen and (max-width: 624px) {
  .flexMediaBacklink .flexMediaBacklinkSearch {
    width: 47%;
  }
}
@media only screen and (max-width: 459px) {
  .flexMediaBacklink .flexMediaBacklinkSearch {
    width: 100%;
    margin-left: 0px;
  }
}
.flexMediaBacklink .flexMediaBacklinkDate {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 180px;
}
@media only screen and (max-width: 700px) {
  .flexMediaBacklink .flexMediaBacklinkDate {
    width: 50%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 459px) {
  .flexMediaBacklink .flexMediaBacklinkDate {
    width: 100%;
  }
}

#telegramModal .modal-body p {
  line-height: 2;
}

.withdrawItems .item .tagLabel {
  position: absolute;
  right: -30px;
  top: 14px;
  z-index: 3;
  background: #CD1821;
  color: #fff;
  padding: 5px;
  font-size: 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 499px) {
  .miniCart .wrapper, .miniCart .content_float_cart, .miniCart .selectInput .selected, .selectInput .miniCart .selected, .miniCart .range-slider .rangeSliderInputs .item, .range-slider .rangeSliderInputs .miniCart .item {
    justify-content: center;
  }
}

#blogDetailsBox {
  position: relative;
}
#blogDetailsBox.loading {
  min-height: 200px;
}
#blogDetailsBox.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  z-index: 2;
  background-size: 35px;
}

.faralinkAddedKw {
  display: flex;
  flex-wrap: wrap;
}
.faralinkAddedKw .kw_itm {
  background: #EAEAEA;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #F3F3F3;
}

.faralinkPlanTimePrice {
  position: relative;
}
.faralinkPlanTimePrice input {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.faralinkPlanTimePrice input:checked + label header::before {
  background: #FF6600;
}
.faralinkPlanTimePrice label {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #000;
}
.faralinkPlanTimePrice label header {
  border-bottom: 1px solid #FF6600;
  padding: 10px 0;
}
.faralinkPlanTimePrice label header::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 13px;
  background: #F3F3F3;
}
.faralinkPlanTimePrice label .wrapper, .faralinkPlanTimePrice label .content_float_cart, .faralinkPlanTimePrice label .selectInput .selected, .selectInput .faralinkPlanTimePrice label .selected, .faralinkPlanTimePrice label .range-slider .rangeSliderInputs .item, .range-slider .rangeSliderInputs .faralinkPlanTimePrice label .item {
  padding: 10px 0;
}

.walletBorder {
  border-right: 1px solid #D9D9D9;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .walletBorder {
    border-right: 0;
    padding-right: 0;
  }
}
.walletBorder .increaseWallet {
  background: #F1F1F1 !important;
  color: #082B48 !important;
  box-shadow: none;
  padding: 8px 16px;
}
@media only screen and (max-width: 1199px) {
  .walletBorder .increaseWallet {
    display: none !important;
  }
}

.accountPopUp {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 575px) {
  .accountPopUp::before {
    content: "";
    --size: 7px;
    position: absolute;
    left: 22px;
    pointer-events: none;
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid #A1A1A1;
    top: 50%;
    z-index: 2;
  }
}
.accountPopUp.wallet {
  border-right: 1px solid #D9D9D9;
  padding-right: 15px;
}
.accountPopUp.wallet::before {
  display: none;
}
.accountPopUp.wallet .dashSectionTitle::before {
  width: 9px;
  height: 9px;
  margin-left: 8px;
}
.accountPopUp .popUp {
  padding: 10px;
}
.accountPopUp .popUp .hoverBTN {
  border-bottom: 1px solid #D9D9D9;
}
.accountPopUp .popUp .hoverBTN:last-child {
  border-bottom: 0px;
}
.accountPopUp .popUp .hoverBTN:hover {
  background: rgba(255, 96, 0, 0.24);
  border-radius: 10px;
}
.accountPopUp .popUp .hoverBTN img {
  height: 28px;
  padding: 2px;
  margin-left: 3px !important;
}
.accountPopUp .publicaUserBtn {
  border: 1px solid #D9D9D9 !important;
  color: #000;
}
@media only screen and (max-width: 575px) {
  .accountPopUp .publicaUserBtn {
    border: none !important;
  }
}
.accountPopUp .publicaUserBtn span {
  max-width: 122px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.fixMenu {
  position: fixed;
  z-index: 4;
  width: calc(83% - 13rem);
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .fixMenu {
    width: calc(100% - 5rem);
    left: 2.5rem;
  }
}
.fixMenu .paddingWhiteBox {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  padding: 10px 14px 10px 14px;
}

.switchAccount {
  background: #F1F1F1 !important;
  color: #082B48 !important;
  box-shadow: none;
}
.switchAccount .imgSwitchAccount {
  margin-left: 5px;
}

.bottomMenuFlex li a span:hover {
  color: #0E4D82;
}

.hoverLayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.hoverLayer.active {
  opacity: 1;
  visibility: visible;
}

.clearFilters {
  font-size: 12px !important;
}

.cmBlogBulkAcceptBar {
  position: fixed;
  z-index: 4;
  background-color: #fff;
  bottom: -100px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #a1a1a1;
  box-shadow: 0 -9px 20px 0 rgba(0, 0, 0, 0.2705882353);
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.cmBlogBulkAcceptBar.active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.useCredit {
  position: relative;
}
.useCredit input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.useCredit input:checked + label::before {
  background: #FF6600;
}
.useCredit label {
  background: #F3F3F3;
  border-radius: 10px;
  padding: 20px;
}
.useCredit label::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  background: #fff;
  border: 1px solid #FF6600;
  border-radius: 50%;
}

.faq {
  margin: auto;
  position: relative;
}
.faq .itemRow:nth-child(odd) {
  background-color: unset !important;
}
.faq.loading::before {
  content: "";
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.faq__item {
  margin-bottom: 34px;
}
.faq__item__question {
  background-color: rgba(217, 217, 217, 0.19);
  color: #000;
  font-weight: 500;
  padding: 16px 0;
  border-radius: 8px;
  margin-bottom: 14px;
  cursor: pointer;
  position: relative;
}
.faq__item__question::after {
  content: url("../imgs/chevron.svg");
  position: absolute;
  left: 30px;
  top: calc(50% - 8px);
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #082B48;
  border-radius: 7px;
}
.faq__item__answer {
  display: none;
}

iframe .siteHeader {
  display: none !important;
}

.faq {
  margin: auto;
}
.faq .itemRow:nth-child(odd) {
  background-color: unset !important;
}
.faq .faq__item2 {
  margin-bottom: 34px;
  max-width: 845px;
  padding: 9px 15px;
  border-radius: 8px;
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  margin-right: auto;
  margin-left: auto;
}
.faq .faq__item2 .faq__item__question2 {
  color: #000;
  background-color: #fff;
  font-weight: 500;
  padding: 16px 0;
  border-radius: 8px;
  margin-bottom: 14px;
  cursor: pointer;
  position: relative;
}
.faq .faq__item2 .faq__item__question2::after {
  display: none;
}
.faq .faq__item2 .faq__item__answer2 {
  display: none;
  display: block;
}
.faq .faq__item2 .faq__item__answer2 .faq__item__answer2_style {
  max-width: 770px;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9px;
}
.faq .faq__item2 .faq__item__plan {
  display: none;
  max-width: 754px;
  padding: 9px 15px;
  border-radius: 8px;
  box-shadow: 0 10px 18px 0 rgba(14, 77, 130, 0.15);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9px;
  margin-top: -13px;
}

.update_reportage .update_reportage1 {
  margin-bottom: 34px;
  max-width: 900px;
  padding: 9px 15px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}
.update_reportage .update_reportage1 .update_reportage2 {
  max-width: 834px;
  padding: 24px 32px;
  border-radius: 8px;
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2px;
}
.update_reportage .update_reportage1 .update_reportage3 .update_reportage4 .update_reportage5 {
  max-width: 802px;
  padding: 24px 32px;
  border-radius: 8px;
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9px;
}
.update_reportage .update_reportage1 .update_reportage3 .update_reportage4 .update_reportage5 .update_reportage_responsive1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 675px) {
  .update_reportage .update_reportage1 .update_reportage3 .update_reportage4 .update_reportage5 .update_reportage_responsive1 {
    flex-direction: column;
  }
}
.update_reportage .update_reportage1 .update_reportage3 .update_reportage4 .update_reportage5 .update_reportage_responsive1 .update_reportage_responsive2 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 675px) {
  .update_reportage .update_reportage1 .update_reportage3 .update_reportage4 .update_reportage5 .update_reportage_responsive1 .update_reportage_responsive2 {
    flex-direction: column;
    margin-bottom: 12px;
  }
}

.projectSearchHolder {
  position: relative;
  flex: 0 0 60%;
}
.projectSearchHolder select {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: auto;
}

.rfm-report-container.loading {
  min-height: 200px;
}
.rfm-report-container.loading::before {
  content: "";
  background: #F3F3F3 url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.boxPlan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boxPlan .boxInfo {
  flex: 0 0 calc(50% - 70px);
  max-width: calc(50% - 70px);
}
@media only screen and (max-width: 1380px) {
  .boxPlan .boxInfo {
    flex: 0 0 calc(50% - 70px);
    max-width: calc(50% - 70px);
  }
}
@media only screen and (max-width: 765px) {
  .boxPlan .boxInfo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.boxPlan .boxInfo .boxLable {
  display: flex;
  align-items: baseline;
}
.boxPlan .boxInfo .boxLable label {
  max-width: 80px;
  width: 80px;
}
@media only screen and (max-width: 1380px) {
  .boxPlan .boxInfo .boxLable label {
    max-width: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 765px) {
  .boxPlan .boxInfo .boxLable label {
    max-width: 100px;
    width: 100px;
  }
}
.boxPlan .boxInfo .boxLable input {
  max-width: 50%;
}
@media only screen and (max-width: 765px) {
  .boxPlan .boxInfo .boxLable input {
    max-width: 100%;
  }
}

.flexContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexContent .item {
  flex: 0 0 calc(33% - 10px);
  max-width: calc(33% - 10px);
}
.flexContent .item p {
  margin-bottom: 0;
}

.addLinkBox {
  position: relative;
}
.addLinkBox .hover {
  position: absolute;
  z-index: 2;
  background: #fff;
  bottom: calc(100% + 7px);
  left: 0;
  width: 232px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 10px;
  text-align: right;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.addLinkBox .hover.active {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}
.addLinkBox .hover a {
  padding: 6px;
  border-bottom: 1px solid #D9D9D9;
  display: block;
  border-radius: 10px;
}
.addLinkBox .hover a:last-child {
  border-bottom: 0;
}
.addLinkBox .hover a:hover {
  background-color: rgba(255, 102, 0, 0.24);
}

.addLink .icon {
  width: 25px;
  height: 25px;
  fill: #FF6600;
}

.imageDownloadBox {
  margin: 20px auto;
  border-radius: 8px;
  border: 1px solid #0E4D82;
  padding: 10px;
}

.tour-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tour-tooltip {
  position: absolute;
  background: white;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  max-width: 400px;
  min-width: 260px;
}

.tour-tooltip .btn {
  margin-top: 10px;
}

.tour-highlight {
  position: relative;
  z-index: 10000;
  box-shadow: 0 0 0 4px rgba(255, 255, 0, 0.7);
  border-radius: 6px;
}

.redCircle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #CD1821;
  margin: 4px;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.cloudHint {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
  background: #94B0C7;
  padding: 8px 8px 4px;
  border-radius: 4px;
  color: #fff;
  width: fit-content;
  margin-top: 10px;
}
.cloudHint::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 6px);
  right: 10px;
  width: 11px;
  height: 11px;
  background: #94B0C7;
  rotate: 45deg;
}

.pagination3 .item {
  background: transparent !important;
  color: #000 !important;
}
.pagination3 .pageCustomBtn, .pagination3 .paginatePrevious, .pagination3 .paginateNext {
  background: #082B48 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 5px 8px 0 rgba(8, 43, 72, 0.24);
  -moz-box-shadow: 0 5px 8px 0 rgba(8, 43, 72, 0.24);
  box-shadow: 0 5px 8px 0 rgba(8, 43, 72, 0.24);
}
.pagination3 .paginatePrevious svg {
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
  fill: #fff;
}
.pagination3 .paginateNext svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.pb_select .pb_select__option {
  position: relative;
}
.pb_select .pb_select__option input {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.pb_select .pb_select__option input:checked + label, .pb_select .pb_select__option input:hover + label {
  background: #F1F1F1;
}
.pb_select .pb_select__option label {
  padding: 8px 20px;
  cursor: pointer;
  width: 100%;
}

.failReportageResult.loading {
  min-height: 200px;
}
.failReportageResult.loading::before {
  content: "";
  background: rgba(255, 255, 255, 0.6) url("../imgs/pb_loading.gif") no-repeat center;
  backdrop-filter: blur(10px);
  background-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.wrapper, .content_float_cart, .selectInput .selected, .range-slider .rangeSliderInputs .item {
  display: flex;
  align-items: center;
  position: relative;
}

#sidebar {
  position: fixed;
  background-color: #fff;
  z-index: 10;
  padding: 20px;
  width: 400px;
  height: 100%;
  color: #000;
  left: -400px;
  top: 0;
  transition: all 0.3s;
}
#sidebar.active {
  left: 0;
}
#sidebar .close {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  opacity: 1;
}

.filterSideBarLayer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.filterSideBarLayer.active {
  opacity: 1;
  visibility: visible;
}

.catSelect .select2-container--default .select2-selection--single {
  background-color: #F3F3F3 !important;
  border: 1px solid #FF6600 !important;
  border-radius: 4px;
}

.chatItem .text .postContent ol li {
  list-style-type: lower-alpha;
}
.chatItem .text .postContent ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.shadowBox, .reportageEditor .formInput, .reportageEditor .forminator-custom-form textarea, .forminator-custom-form .reportageEditor textarea,
.reportageEditor .forminator-custom-form input[type=text],
.forminator-custom-form .reportageEditor input[type=text],
.reportageEditor .forminator-custom-form input[type=number],
.forminator-custom-form .reportageEditor input[type=number],
.reportageEditor .forminator-custom-form input[type=email],
.forminator-custom-form .reportageEditor input[type=email],
.reportageEditor .forminator-custom-form input[type=tel],
.forminator-custom-form .reportageEditor input[type=tel],
.reportageEditor .forminator-custom-form input[type=password],
.forminator-custom-form .reportageEditor input[type=password],
.reportageEditor .forminator-custom-form select,
.forminator-custom-form .reportageEditor select {
  border-radius: 8px;
  padding: 25px;
  -webkit-box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  -moz-box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
}

.reportageEditor {
  padding-top: 3rem;
}
.reportageEditor .selectedPlan {
  background: rgba(14, 77, 130, 0.15);
  padding: 6px 12px;
  border-radius: 10px;
  color: #0E4D82;
  margin-left: 10px;
}
.reportageEditor .selectedPlan.gray {
  background: #f1f1f1;
  color: #A1A1A1;
}
.reportageEditor .selectedPlan.gray svg {
  fill: #A1A1A1;
}
.reportageEditor .selectedPlan svg {
  fill: #0E4D82;
}
.reportageEditor .formInput, .reportageEditor .forminator-custom-form textarea, .forminator-custom-form .reportageEditor textarea,
.reportageEditor .forminator-custom-form input[type=text],
.forminator-custom-form .reportageEditor input[type=text],
.reportageEditor .forminator-custom-form input[type=number],
.forminator-custom-form .reportageEditor input[type=number],
.reportageEditor .forminator-custom-form input[type=email],
.forminator-custom-form .reportageEditor input[type=email],
.reportageEditor .forminator-custom-form input[type=tel],
.forminator-custom-form .reportageEditor input[type=tel],
.reportageEditor .forminator-custom-form input[type=password],
.forminator-custom-form .reportageEditor input[type=password],
.reportageEditor .forminator-custom-form select,
.forminator-custom-form .reportageEditor select {
  background: #fff;
  padding: 6px 25px;
}
.reportageEditor .formInput::-webkit-input-placeholder, .reportageEditor .forminator-custom-form textarea::-webkit-input-placeholder, .forminator-custom-form .reportageEditor textarea::-webkit-input-placeholder,
.reportageEditor .forminator-custom-form input[type=text]::-webkit-input-placeholder,
.forminator-custom-form .reportageEditor input[type=text]::-webkit-input-placeholder,
.reportageEditor .forminator-custom-form input[type=number]::-webkit-input-placeholder,
.forminator-custom-form .reportageEditor input[type=number]::-webkit-input-placeholder,
.reportageEditor .forminator-custom-form input[type=email]::-webkit-input-placeholder,
.forminator-custom-form .reportageEditor input[type=email]::-webkit-input-placeholder,
.reportageEditor .forminator-custom-form input[type=tel]::-webkit-input-placeholder,
.forminator-custom-form .reportageEditor input[type=tel]::-webkit-input-placeholder,
.reportageEditor .forminator-custom-form input[type=password]::-webkit-input-placeholder,
.forminator-custom-form .reportageEditor input[type=password]::-webkit-input-placeholder,
.reportageEditor .forminator-custom-form select::-webkit-input-placeholder,
.forminator-custom-form .reportageEditor select::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  text-transform: uppercase;
}
.reportageEditor .formInput::-moz-placeholder, .reportageEditor .forminator-custom-form textarea::-moz-placeholder, .forminator-custom-form .reportageEditor textarea::-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=text]::-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=text]::-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=number]::-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=number]::-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=email]::-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=email]::-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=tel]::-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=tel]::-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=password]::-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=password]::-moz-placeholder,
.reportageEditor .forminator-custom-form select::-moz-placeholder,
.forminator-custom-form .reportageEditor select::-moz-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  text-transform: uppercase;
}
.reportageEditor .formInput:-ms-input-placeholder, .reportageEditor .forminator-custom-form textarea:-ms-input-placeholder, .forminator-custom-form .reportageEditor textarea:-ms-input-placeholder,
.reportageEditor .forminator-custom-form input[type=text]:-ms-input-placeholder,
.forminator-custom-form .reportageEditor input[type=text]:-ms-input-placeholder,
.reportageEditor .forminator-custom-form input[type=number]:-ms-input-placeholder,
.forminator-custom-form .reportageEditor input[type=number]:-ms-input-placeholder,
.reportageEditor .forminator-custom-form input[type=email]:-ms-input-placeholder,
.forminator-custom-form .reportageEditor input[type=email]:-ms-input-placeholder,
.reportageEditor .forminator-custom-form input[type=tel]:-ms-input-placeholder,
.forminator-custom-form .reportageEditor input[type=tel]:-ms-input-placeholder,
.reportageEditor .forminator-custom-form input[type=password]:-ms-input-placeholder,
.forminator-custom-form .reportageEditor input[type=password]:-ms-input-placeholder,
.reportageEditor .forminator-custom-form select:-ms-input-placeholder,
.forminator-custom-form .reportageEditor select:-ms-input-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  text-transform: uppercase;
}
.reportageEditor .formInput:-moz-placeholder, .reportageEditor .forminator-custom-form textarea:-moz-placeholder, .forminator-custom-form .reportageEditor textarea:-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=text]:-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=text]:-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=number]:-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=number]:-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=email]:-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=email]:-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=tel]:-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=tel]:-moz-placeholder,
.reportageEditor .forminator-custom-form input[type=password]:-moz-placeholder,
.forminator-custom-form .reportageEditor input[type=password]:-moz-placeholder,
.reportageEditor .forminator-custom-form select:-moz-placeholder,
.forminator-custom-form .reportageEditor select:-moz-placeholder {
  color: #A1A1A1;
  font-size: 16px;
  text-transform: uppercase;
}
.reportageEditor .uploadArea {
  position: absolute;
  top: calc(50% - 50px);
  right: calc(50% - 200px);
  z-index: 2;
  background: #fff;
  width: 400px;
  text-align: center;
  padding: 20px;
  border: 1px dashed #a1a1a1;
  border-radius: 10px;
}
.reportageEditor .uploadArea.loading::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  border-radius: 10px;
}
.reportageEditor .uploadArea .btnArea {
  position: relative;
}
.reportageEditor .uploadArea .btnArea input {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.reportageEditor .uploadArea .btnArea label button {
  color: #fff;
}
.reportageEditor .changeWordFileBtn {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
  padding: 6px 19px;
  font-weight: 500;
}
.reportageEditor .editorBox .line {
  width: 100%;
  height: 2px;
  background: #D9D9D9;
  margin-bottom: 15px;
}
.reportageEditor .editorBox .editor_container {
  position: relative;
  padding-top: 43px;
}
.reportageEditor .editorBox .editor_container .altBox {
  position: absolute;
  top: calc(50% - 150px);
  right: calc(50% - 150px);
  width: 300px;
  padding: 46px 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  z-index: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 109px 0 #D9D9D9;
  -moz-box-shadow: 0 10px 109px 0 #D9D9D9;
  box-shadow: 0 10px 109px 0 #D9D9D9;
}
.reportageEditor .editorBox .editor_container .altBoxLayer {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.23);
  z-index: 9;
  cursor: pointer;
  backdrop-filter: blur(5px);
}
.reportageEditor .editorBox .reportageContentEditor {
  direction: rtl;
}
.reportageEditor .editorBox .reportageContentEditor.blurred {
  opacity: 0.1;
}

.editor_search {
  position: relative;
}
.editor_search.loading::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5) url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  backdrop-filter: blur(5px);
}
.editor_search .results_container {
  height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
.editor_search .results_container.open {
  height: 125px;
}
.editor_search__results {
  max-height: 90px;
  overflow-y: auto;
  direction: ltr;
}
.editor_search__results::-webkit-scrollbar {
  width: 5px;
  background: #dad9d9;
}
.editor_search__results::-webkit-scrollbar-track {
  border-radius: 4px;
}
.editor_search__results::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 10px;
}
.editor_search__results::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.editor_search__results > * {
  direction: rtl;
}
.editor_search__results .planSelectBtn {
  padding: 12px 19px 12px 0;
  font-size: 12px;
  position: relative;
  align-items: center;
}
.editor_search__results .planSelectBtn:hover .ruleDisobeyReason {
  opacity: 1;
  visibility: visible;
}
.editor_search__results .planSelectBtn .ruleDisobeyReason {
  position: absolute;
  left: calc(5% + 10px);
  top: 0;
  background-color: #f5f5f5;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.editor_search__results .planSelectBtn.error::after {
  content: "";
  position: absolute;
  left: 5%;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: url("../imgs/rejection.svg") no-repeat center;
  background-size: 18px;
}
.editor_search__results .planSelectBtn input[type=checkbox] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 70px);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.editor_search__results .planSelectBtn input[type=checkbox]:checked + label {
  background: #082B48;
}
.editor_search__results .planSelectBtn input[type=checkbox]:checked + label::before {
  content: "✓";
}
.editor_search__results .planSelectBtn input[type=checkbox] + label {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #082B48;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.editor_search__results .planSelectBtn input[type=checkbox] + label::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -3px;
  color: #fff;
  font-size: 16px;
}
.editor_search__results .planSelectBtn .mediaTitle {
  display: inline-block;
  vertical-align: middle;
}
.editor_search__results .planSelectBtn .mediaTitle.warning {
  color: #CD1821;
}
.editor_search__results .planSelectBtn .mediaTitle.warning::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../imgs/rejection.svg") no-repeat center;
  background-size: 18px;
  width: 18px;
  height: 18px;
}

.editorSideBar {
  z-index: 1;
}
.editorSideBar.fixed {
  z-index: 1;
  top: 80px;
  max-height: calc(100vh - 170px);
}
.editorSideBar .shadowBox, .editorSideBar .reportageEditor .formInput, .reportageEditor .editorSideBar .formInput, .editorSideBar .reportageEditor .forminator-custom-form textarea, .reportageEditor .forminator-custom-form .editorSideBar textarea, .editorSideBar .forminator-custom-form .reportageEditor textarea, .forminator-custom-form .reportageEditor .editorSideBar textarea,
.editorSideBar .reportageEditor .forminator-custom-form input[type=text],
.reportageEditor .forminator-custom-form .editorSideBar input[type=text],
.editorSideBar .forminator-custom-form .reportageEditor input[type=text],
.forminator-custom-form .reportageEditor .editorSideBar input[type=text],
.editorSideBar .reportageEditor .forminator-custom-form input[type=number],
.reportageEditor .forminator-custom-form .editorSideBar input[type=number],
.editorSideBar .forminator-custom-form .reportageEditor input[type=number],
.forminator-custom-form .reportageEditor .editorSideBar input[type=number],
.editorSideBar .reportageEditor .forminator-custom-form input[type=email],
.reportageEditor .forminator-custom-form .editorSideBar input[type=email],
.editorSideBar .forminator-custom-form .reportageEditor input[type=email],
.forminator-custom-form .reportageEditor .editorSideBar input[type=email],
.editorSideBar .reportageEditor .forminator-custom-form input[type=tel],
.reportageEditor .forminator-custom-form .editorSideBar input[type=tel],
.editorSideBar .forminator-custom-form .reportageEditor input[type=tel],
.forminator-custom-form .reportageEditor .editorSideBar input[type=tel],
.editorSideBar .reportageEditor .forminator-custom-form input[type=password],
.reportageEditor .forminator-custom-form .editorSideBar input[type=password],
.editorSideBar .forminator-custom-form .reportageEditor input[type=password],
.forminator-custom-form .reportageEditor .editorSideBar input[type=password],
.editorSideBar .reportageEditor .forminator-custom-form select,
.reportageEditor .forminator-custom-form .editorSideBar select,
.editorSideBar .forminator-custom-form .reportageEditor select,
.forminator-custom-form .reportageEditor .editorSideBar select {
  position: relative;
}
.editorSideBar .shadowBox.error, .editorSideBar .reportageEditor .error.formInput, .reportageEditor .editorSideBar .error.formInput, .editorSideBar .reportageEditor .forminator-custom-form textarea.error, .reportageEditor .forminator-custom-form .editorSideBar textarea.error, .editorSideBar .forminator-custom-form .reportageEditor textarea.error, .forminator-custom-form .reportageEditor .editorSideBar textarea.error,
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=text],
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=text],
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=text],
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=text],
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=number],
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=number],
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=number],
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=number],
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=email],
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=email],
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=email],
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=email],
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=tel],
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=tel],
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=tel],
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=tel],
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=password],
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=password],
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=password],
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=password],
.editorSideBar .reportageEditor .forminator-custom-form select.error,
.reportageEditor .forminator-custom-form .editorSideBar select.error,
.editorSideBar .forminator-custom-form .reportageEditor select.error,
.forminator-custom-form .reportageEditor .editorSideBar select.error {
  color: #CD1821;
}
.editorSideBar .shadowBox.error::after, .editorSideBar .reportageEditor .error.formInput::after, .reportageEditor .editorSideBar .error.formInput::after, .editorSideBar .reportageEditor .forminator-custom-form textarea.error::after, .reportageEditor .forminator-custom-form .editorSideBar textarea.error::after, .editorSideBar .forminator-custom-form .reportageEditor textarea.error::after, .forminator-custom-form .reportageEditor .editorSideBar textarea.error::after,
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=text]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=text]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=text]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=text]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=number]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=number]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=number]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=number]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=email]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=email]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=email]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=email]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=tel]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=tel]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=tel]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=tel]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.error[type=password]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.error[type=password]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.error[type=password]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.error[type=password]::after,
.editorSideBar .reportageEditor .forminator-custom-form select.error::after,
.reportageEditor .forminator-custom-form .editorSideBar select.error::after,
.editorSideBar .forminator-custom-form .reportageEditor select.error::after,
.forminator-custom-form .reportageEditor .editorSideBar select.error::after {
  content: "";
  position: absolute;
  left: 35px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url("../imgs/rejection.svg") no-repeat center;
  background-size: 32px;
}
.editorSideBar .shadowBox.success, .editorSideBar .reportageEditor .success.formInput, .reportageEditor .editorSideBar .success.formInput, .editorSideBar .reportageEditor .forminator-custom-form textarea.success, .reportageEditor .forminator-custom-form .editorSideBar textarea.success, .editorSideBar .forminator-custom-form .reportageEditor textarea.success, .forminator-custom-form .reportageEditor .editorSideBar textarea.success,
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=text],
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=text],
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=text],
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=text],
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=number],
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=number],
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=number],
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=number],
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=email],
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=email],
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=email],
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=email],
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=tel],
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=tel],
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=tel],
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=tel],
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=password],
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=password],
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=password],
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=password],
.editorSideBar .reportageEditor .forminator-custom-form select.success,
.reportageEditor .forminator-custom-form .editorSideBar select.success,
.editorSideBar .forminator-custom-form .reportageEditor select.success,
.forminator-custom-form .reportageEditor .editorSideBar select.success, .editorSideBar .shadowBox.forminator-success, .editorSideBar .reportageEditor .formInput.forminator-success, .reportageEditor .editorSideBar .formInput.forminator-success, .editorSideBar .reportageEditor .forminator-custom-form textarea.forminator-success, .reportageEditor .forminator-custom-form .editorSideBar textarea.forminator-success, .editorSideBar .forminator-custom-form .reportageEditor textarea.forminator-success, .forminator-custom-form .reportageEditor .editorSideBar textarea.forminator-success,
.editorSideBar .reportageEditor .forminator-custom-form input[type=text].forminator-success,
.reportageEditor .forminator-custom-form .editorSideBar input[type=text].forminator-success,
.editorSideBar .forminator-custom-form .reportageEditor input[type=text].forminator-success,
.forminator-custom-form .reportageEditor .editorSideBar input[type=text].forminator-success,
.editorSideBar .reportageEditor .forminator-custom-form input[type=number].forminator-success,
.reportageEditor .forminator-custom-form .editorSideBar input[type=number].forminator-success,
.editorSideBar .forminator-custom-form .reportageEditor input[type=number].forminator-success,
.forminator-custom-form .reportageEditor .editorSideBar input[type=number].forminator-success,
.editorSideBar .reportageEditor .forminator-custom-form input[type=email].forminator-success,
.reportageEditor .forminator-custom-form .editorSideBar input[type=email].forminator-success,
.editorSideBar .forminator-custom-form .reportageEditor input[type=email].forminator-success,
.forminator-custom-form .reportageEditor .editorSideBar input[type=email].forminator-success,
.editorSideBar .reportageEditor .forminator-custom-form input[type=tel].forminator-success,
.reportageEditor .forminator-custom-form .editorSideBar input[type=tel].forminator-success,
.editorSideBar .forminator-custom-form .reportageEditor input[type=tel].forminator-success,
.forminator-custom-form .reportageEditor .editorSideBar input[type=tel].forminator-success,
.editorSideBar .reportageEditor .forminator-custom-form input[type=password].forminator-success,
.reportageEditor .forminator-custom-form .editorSideBar input[type=password].forminator-success,
.editorSideBar .forminator-custom-form .reportageEditor input[type=password].forminator-success,
.forminator-custom-form .reportageEditor .editorSideBar input[type=password].forminator-success,
.editorSideBar .reportageEditor .forminator-custom-form select.forminator-success,
.reportageEditor .forminator-custom-form .editorSideBar select.forminator-success,
.editorSideBar .forminator-custom-form .reportageEditor select.forminator-success,
.forminator-custom-form .reportageEditor .editorSideBar select.forminator-success {
  color: #26916F;
}
.editorSideBar .shadowBox.success::after, .editorSideBar .reportageEditor .success.formInput::after, .reportageEditor .editorSideBar .success.formInput::after, .editorSideBar .reportageEditor .forminator-custom-form textarea.success::after, .reportageEditor .forminator-custom-form .editorSideBar textarea.success::after, .editorSideBar .forminator-custom-form .reportageEditor textarea.success::after, .forminator-custom-form .reportageEditor .editorSideBar textarea.success::after,
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=text]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=text]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=text]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=text]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=number]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=number]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=number]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=number]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=email]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=email]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=email]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=email]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=tel]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=tel]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=tel]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=tel]::after,
.editorSideBar .reportageEditor .forminator-custom-form input.success[type=password]::after,
.reportageEditor .forminator-custom-form .editorSideBar input.success[type=password]::after,
.editorSideBar .forminator-custom-form .reportageEditor input.success[type=password]::after,
.forminator-custom-form .reportageEditor .editorSideBar input.success[type=password]::after,
.editorSideBar .reportageEditor .forminator-custom-form select.success::after,
.reportageEditor .forminator-custom-form .editorSideBar select.success::after,
.editorSideBar .forminator-custom-form .reportageEditor select.success::after,
.forminator-custom-form .reportageEditor .editorSideBar select.success::after, .editorSideBar .shadowBox.forminator-success::after, .editorSideBar .reportageEditor .formInput.forminator-success::after, .reportageEditor .editorSideBar .formInput.forminator-success::after, .editorSideBar .reportageEditor .forminator-custom-form textarea.forminator-success::after, .reportageEditor .forminator-custom-form .editorSideBar textarea.forminator-success::after, .editorSideBar .forminator-custom-form .reportageEditor textarea.forminator-success::after, .forminator-custom-form .reportageEditor .editorSideBar textarea.forminator-success::after,
.editorSideBar .reportageEditor .forminator-custom-form input[type=text].forminator-success::after,
.reportageEditor .forminator-custom-form .editorSideBar input[type=text].forminator-success::after,
.editorSideBar .forminator-custom-form .reportageEditor input[type=text].forminator-success::after,
.forminator-custom-form .reportageEditor .editorSideBar input[type=text].forminator-success::after,
.editorSideBar .reportageEditor .forminator-custom-form input[type=number].forminator-success::after,
.reportageEditor .forminator-custom-form .editorSideBar input[type=number].forminator-success::after,
.editorSideBar .forminator-custom-form .reportageEditor input[type=number].forminator-success::after,
.forminator-custom-form .reportageEditor .editorSideBar input[type=number].forminator-success::after,
.editorSideBar .reportageEditor .forminator-custom-form input[type=email].forminator-success::after,
.reportageEditor .forminator-custom-form .editorSideBar input[type=email].forminator-success::after,
.editorSideBar .forminator-custom-form .reportageEditor input[type=email].forminator-success::after,
.forminator-custom-form .reportageEditor .editorSideBar input[type=email].forminator-success::after,
.editorSideBar .reportageEditor .forminator-custom-form input[type=tel].forminator-success::after,
.reportageEditor .forminator-custom-form .editorSideBar input[type=tel].forminator-success::after,
.editorSideBar .forminator-custom-form .reportageEditor input[type=tel].forminator-success::after,
.forminator-custom-form .reportageEditor .editorSideBar input[type=tel].forminator-success::after,
.editorSideBar .reportageEditor .forminator-custom-form input[type=password].forminator-success::after,
.reportageEditor .forminator-custom-form .editorSideBar input[type=password].forminator-success::after,
.editorSideBar .forminator-custom-form .reportageEditor input[type=password].forminator-success::after,
.forminator-custom-form .reportageEditor .editorSideBar input[type=password].forminator-success::after,
.editorSideBar .reportageEditor .forminator-custom-form select.forminator-success::after,
.reportageEditor .forminator-custom-form .editorSideBar select.forminator-success::after,
.editorSideBar .forminator-custom-form .reportageEditor select.forminator-success::after,
.forminator-custom-form .reportageEditor .editorSideBar select.forminator-success::after {
  content: "";
  position: absolute;
  left: 34px;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background: url("../imgs/confirmation.svg") no-repeat center;
  background-size: 32px;
}

.trumbowyg-viewHTML-button {
  background-image: url("../imgs/reportage-editor/html.svg") !important;
}

.trumbowyg-image-button {
  background-image: url("../imgs/reportage-editor/image.svg") !important;
}

.trumbowyg-strong-button {
  background-image: url("../imgs/reportage-editor/bold.svg") !important;
}

.trumbowyg-em-button {
  background-image: url("../imgs/reportage-editor/italic.svg") !important;
}

.trumbowyg-link-button {
  background-image: url("../imgs/reportage-editor/link.svg") !important;
}

.trumbowyg-image-button {
  background-image: url("../imgs/reportage-editor/image.svg") !important;
}

.trumbowyg-justifyLeft-button {
  background-image: url("../imgs/reportage-editor/align_left.svg") !important;
}

.trumbowyg-justifyRight-button {
  background-image: url("../imgs/reportage-editor/align_right.svg") !important;
}

.trumbowyg-justifyCenter-button {
  background-image: url("../imgs/reportage-editor/align_center.svg") !important;
}

.trumbowyg-justifyFull-button {
  background-image: url("../imgs/reportage-editor/align_justify.svg") !important;
}

.trumbowyg-unorderedList-button {
  background-image: url("../imgs/reportage-editor/ul.svg") !important;
}

.trumbowyg-orderedList-button {
  background-image: url("../imgs/reportage-editor/ol.svg") !important;
}

.trumbowyg-horizontalRule-button {
  background-image: url("../imgs/reportage-editor/hr.svg") !important;
}

.trumbowyg-fullscreen-button {
  background-image: url("../imgs/reportage-editor/fullScreen.svg") !important;
}

.trumbowyg-createLink-dropdown-button {
  background-image: url("../imgs/reportage-editor/link.svg") !important;
  background-size: 17px !important;
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;
}

.trumbowyg-unlink-dropdown-button {
  background-image: url("../imgs/reportage-editor/link.svg") !important;
  background-size: 17px !important;
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;
}

.trumbowyg-base64-dropdown-button {
  background-image: url("../imgs/reportage-editor/image.svg") !important;
  background-size: 17px !important;
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;
}

.trumbowyg-button-pane {
  border: 1px solid #d7e0e2;
  background-color: #fff !important;
}
.trumbowyg-button-pane .trumbowyg-button-group:first-child {
  order: 10;
}
.trumbowyg-button-pane .trumbowyg-button-group:nth-child(2) button {
  background-image: none !important;
  width: 66px;
  padding: 10px 0 !important;
}
.trumbowyg-button-pane .trumbowyg-button-group:nth-child(2) button::before {
  display: block;
  content: "قالب محتوا";
  position: relative;
  font-size: 13px;
}
.trumbowyg-button-pane .trumbowyg-button-group button {
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: center 8px !important;
}

.trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: rgba(14, 77, 130, 0.5) !important;
}

#pb_reportage_editor {
  font-family: "Vazir", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  max-height: 600px;
  min-height: 450px;
  overflow-y: auto;
}
#pb_reportage_editor:empty::before {
  content: attr(placeholder);
  color: #999;
}
#pb_reportage_editor::-webkit-scrollbar {
  width: 5px;
  background: #dad9d9;
}
#pb_reportage_editor::-webkit-scrollbar-track {
  border-radius: 4px;
}
#pb_reportage_editor::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 10px;
}
#pb_reportage_editor::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
#pb_reportage_editor * {
  font-family: "Vazir", sans-serif !important;
}
#pb_reportage_editor ol, #pb_reportage_editor li {
  padding-left: 0;
  padding-right: 1.5rem;
}
#pb_reportage_editor img {
  margin: 12px auto;
  display: block;
}
#pb_reportage_editor p {
  margin-bottom: 14px !important;
}
#pb_reportage_editor p, #pb_reportage_editor h1, #pb_reportage_editor h2, #pb_reportage_editor h3, #pb_reportage_editor h4, #pb_reportage_editor h5, #pb_reportage_editor h6 {
  white-space: normal !important;
}
#pb_reportage_editor a {
  color: #0E4D82 !important;
}
#pb_reportage_editor table {
  width: auto;
  margin: 15px auto;
}
#pb_reportage_editor table td, #pb_reportage_editor table th {
  border: 1px solid #a6a5a1;
  padding: 7px 14px;
  border-radius: 6px;
}
#pb_reportage_editor table td p, #pb_reportage_editor table th p {
  margin-bottom: 0;
}
#pb_reportage_editor ul li {
  list-style: disc inside;
}
#pb_reportage_editor ol li {
  list-style: unset;
}

.trumbowyg-modal * {
  font-family: "Vazir", sans-serif !important;
}

.modal .content, .modal .modal-content {
  position: relative;
}
.modal .content.loading, .modal .modal-content.loading {
  min-height: 250px;
}
.modal .content.loading::before, .modal .modal-content.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6) url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  backdrop-filter: blur(7px);
}

#planRuleModal .modal-content {
  position: relative;
}
#planRuleModal .modal-content::after {
  content: "";
  position: absolute;
  height: calc(100% - 60px);
  width: 1px;
  right: 50%;
  top: 30px;
  background-color: #D9D9D9;
}

.editorHeader {
  position: fixed;
  top: 24px;
  background: #fff;
  z-index: 3;
  width: calc(100% - 50px);
  right: 25px;
  padding: 18px 30px;
  border-radius: 20px;
}

.editorToolTip {
  position: absolute;
  display: none;
  z-index: 5;
  background-color: #000;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  top: 72px;
  right: 0;
}

#ticketReplyForm {
  max-width: 620px;
  margin: auto auto 4rem;
}

.ticketChatBox {
  background-color: #fff;
  padding: 0;
}
.ticketChatBox .support {
  margin-right: auto;
}

.ticketChatBox .chatItem {
  max-width: 50%;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 499px) {
  .ticketChatBox .chatItem {
    flex-direction: column;
  }
}
@media only screen and (max-width: 676px) {
  .ticketChatBox .chatItem {
    max-width: 100%;
  }
}
.ticketChatBox .chatItem.support {
  flex-direction: column;
}
.ticketChatBox .chatItem.support .text {
  background-color: #c4e4ff;
}
.ticketChatBox .chatItem.support .info {
  margin-right: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 499px) {
  .ticketChatBox .chatItem.support .info {
    margin-left: 0;
    margin-right: 0;
  }
}
.ticketChatBox .chatItem.user {
  flex-direction: column;
}
.ticketChatBox .chatItem.user .text {
  background-color: #F3F3F3;
}
.ticketChatBox .chatItem.user .info {
  margin-right: 0;
  margin-left: 25px;
}
@media only screen and (max-width: 499px) {
  .ticketChatBox .chatItem.user .info {
    margin-left: 0;
    margin-right: 0;
  }
}
.ticketChatBox .chatItem .info {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 25px;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  .ticketChatBox .chatItem .info {
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.ticketChatBox .chatItem .info figure {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: auto auto 10px;
}
.ticketChatBox .chatItem .info figure img {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  margin-left: 6px;
}
.ticketChatBox .chatItem .text {
  max-width: 100%;
  background-color: #F3F3F3;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 499px) {
  .ticketChatBox .chatItem .text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
  min-height: 160px;
}

.note-editor {
  position: relative;
  margin-bottom: 2rem;
}

.modalContentVote {
  animation: fadeIn 2s;
}
.modalContentVote .voteQuestion {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.modalContentVote .voteFace {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 555px) {
  .modalContentVote .voteFace {
    width: 65px;
  }
}
.modalContentVote .voteFace .faceRate {
  margin: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.modalContentVote .voteFace .faceRate.active {
  opacity: 1;
}
@media only screen and (max-width: 555px) {
  .modalContentVote .voteFace .faceRate {
    margin-right: 4px;
  }
}
.modalContentVote .voteFace .faceRate:hover {
  opacity: 1;
}
.modalContentVote .voteRange {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: -2rem;
  color: #fff;
}
.modalContentVote .voteRange .voteRangeLine {
  width: 243px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 698px) {
  .modalContentVote .voteRange .voteRangeLine {
    width: 235px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 555px) {
  .modalContentVote .voteRange .voteRangeLine {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 444px) {
  .modalContentVote .voteRange .voteRangeLine {
    width: 130px;
  }
}
@media only screen and (max-width: 370px) {
  .modalContentVote .voteRange .voteRangeLine {
    width: 100px;
  }
}
.modalContentVote .logo-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.userFilter {
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 10px;
}

.chartTimeFilter {
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.chartTimeFilter::before {
  --size: 6px;
  content: "";
  position: absolute;
  left: 1rem;
  pointer-events: none;
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid #A1A1A1;
  top: 50%;
}
.chartTimeFilter #publicaUser, .chartTimeFilter #chartTime, .chartTimeFilter #chartSupport, .chartTimeFilter #recognaizeChart, .chartTimeFilter #chartValidity, .chartTimeFilter #chartBuy, .chartTimeFilter #chartUser {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.chartTimeFilter #chartTimeProduct, .chartTimeFilter #supportReportage, .chartTimeFilter #customerProductChart, .chartTimeFilter #publicaProduct {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.chartTimeFilter #chartTimeProductCS, .chartTimeFilter #customerProductChartCS, .chartTimeFilter #publicaProductCS {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.chartTimeFilter #chartTimePS, .chartTimeFilter #chartValidityPS {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.chartTimeFilter #chartTimeWithdraw, .chartTimeFilter #supportWithdraw, .chartTimeFilter #publicaProductWithdraw, .chartTimeFilter #chartTimeProductFinalProfit, .chartTimeFilter #chartTimeProductExtraCost {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.chartTimeFilter #supportProfit, .chartTimeFilter #chartTimeProfit, .chartTimeFilter #publicaProductProfit {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.chartTimeFilter #publicaUserCS, .chartTimeFilter #chartTimeCS, .chartTimeFilter #recognaizeChart, .chartTimeFilter #chartValidityCS, .chartTimeFilter #chartUser {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

.chartRecognizeFilter {
  border: 1px solid #717171;
  border-radius: 10px;
  /* padding: 10px; */
  position: relative;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 10px 0 10px 0;
}
.chartRecognizeFilter::before {
  --size: 6px;
  content: "";
  position: absolute;
  left: 1rem;
  pointer-events: none;
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid #A1A1A1;
  top: 50%;
}
.chartRecognizeFilter #ProductRecognaizeChart, .chartRecognizeFilter #ProductRecognaizeChart2 {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 0px;
  height: 44px;
  padding: 0px;
}

.mediaInputFilter {
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.buttonActiveFilter {
  background-color: #0E4D82;
  color: #fff;
}

.dateFilter {
  position: relative;
}
.dateFilter .dateInput {
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.chartTimeFilter .select2-container--default .select2-selection--single {
  display: contents;
  height: 0;
}
.chartTimeFilter .select2-container .select2-selection--single {
  height: 0;
}
.chartTimeFilter .select2-container--default .select2-selection {
  height: 0 !important;
}
.chartTimeFilter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 0;
}
.chartTimeFilter .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}
.chartTimeFilter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 0;
  top: 0;
  right: 0;
  width: 0;
}
.chartTimeFilter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
}
.chartTimeFilter .select2-search--dropdown {
  display: none;
}
.chartTimeFilter .select2-container--open .select2-dropdown--below {
  border-radius: 15px;
}

.divChart {
  height: 100%;
  width: 100%;
}
.divChart #messageChart {
  width: 100%;
}
.divChart #createChart {
  width: 100%;
}
.divChart #createChartProduct {
  width: 100%;
}
.divChart #createChartProduct #line-chart {
  width: 100%;
}
.divChart #createChartProductCS {
  width: 100%;
}
.divChart #createChartProductCS #line-chartCS {
  width: 100%;
}
.divChart #createChartWithdraw {
  width: 100%;
}
.divChart #createChartWithdraw #line-chart {
  width: 100%;
}
.divChart #createChartProfit {
  width: 100%;
}
.divChart #createChartProfit #lineChartProfit {
  width: 100%;
}
.divChart #createChartUserCS {
  width: 100%;
}
.divChart #createChartPS {
  width: 100%;
}
.divChart .borderTotal {
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.moneyBarReport {
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  padding: 20px;
  margin-top: 60px;
}
@media only screen and (max-width: 499px) {
  .moneyBarReport {
    padding: 14px;
  }
}
.moneyBarReport .rowBarMoney {
  background-color: #F3F3F3;
  height: 36px;
  border-radius: 8px;
  padding: 13px 5px;
}
@media only screen and (max-width: 499px) {
  .moneyBarReport .rowBarMoney {
    padding: 13px;
  }
}
.moneyBarReport .circleMoneyReportage {
  width: 20px;
  height: 20px;
  background-color: #0E4D82;
  border-radius: 50%;
}
.moneyBarReport .circleMoneyBacklink {
  width: 20px;
  height: 20px;
  background-color: #9195F6;
  border-radius: 50%;
}
.moneyBarReport .circleMoneyFaralink {
  width: 20px;
  height: 20px;
  background-color: #B7C9F2;
  border-radius: 50%;
}
.moneyBarReport .circleMoneyPR {
  width: 20px;
  height: 20px;
  background-color: #FF6600;
  border-radius: 50%;
}
.moneyBarReport .circleMoneyContent {
  width: 20px;
  height: 20px;
  background-color: #FF407D;
  border-radius: 50%;
}

.mediaNameResult {
  max-height: 250px;
  overflow-y: auto;
}
.mediaNameResult.open {
  display: block;
}
.mediaNameResult.close {
  display: none;
}
.mediaNameResult::-webkit-scrollbar {
  width: 7px;
}
.mediaNameResult::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.mediaNameResult::-webkit-scrollbar-thumb {
  background-color: #FF6600;
  border-radius: 5px;
}
.mediaNameResult .mediaTitle {
  border-bottom: 1px solid #D9D9D9;
  margin: 2px 0;
}

.divChart {
  position: relative;
}
.divChart.loading::before {
  content: "";
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxCustomerReportage {
  padding: 23px 15px;
  border: 1px solid #FAF0E8;
  border-radius: 10px;
  background-color: #FAF0E8;
  box-shadow: 0 6px 12px 0 rgba(14, 77, 130, 0.2);
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.boxCustomerReportage:hover {
  -webkit-box-shadow: 0 0px 0px 0 #eee;
  -moz-box-shadow: 0 0px 0px 0 #eee;
  box-shadow: 0 0px 0px 0 #eee;
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
@media only screen and (max-width: 580px) {
  .boxCustomerReportage {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.boxCustomerReportage .boxCustomerImg .imgSize {
  height: 64px;
  margin-left: 1px;
  padding: 3px;
}

.boxCustomerBacklink {
  padding: 23px 15px;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  background-color: #F1F1F1;
  box-shadow: 0px 6px 12px 0px rgba(14, 77, 130, 0.2);
  margin-right: 10px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 575px) {
  .boxCustomerBacklink {
    margin-right: 0;
  }
}
.boxCustomerBacklink:hover {
  -webkit-box-shadow: 0 0px 0px 0 #eee;
  -moz-box-shadow: 0 0px 0px 0 #eee;
  box-shadow: 0 0px 0px 0 #eee;
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.boxCustomerBacklink .boxCustomerImg .imgSize {
  height: 64px;
  margin-left: 1px;
  padding: 3px;
}

.boxCustomerFaralink {
  padding: 23px 15px;
  border: 1px solid #DBF2F6;
  border-radius: 10px;
  background-color: #DBF2F6;
  box-shadow: 0px 6px 12px 0px rgba(14, 77, 130, 0.2);
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 575px) {
  .boxCustomerFaralink {
    margin-left: 0;
  }
}
.boxCustomerFaralink:hover {
  -webkit-box-shadow: 0 0px 0px 0 #eee;
  -moz-box-shadow: 0 0px 0px 0 #eee;
  box-shadow: 0 0px 0px 0 #eee;
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
@media only screen and (max-width: 580px) {
  .boxCustomerFaralink {
    margin-bottom: 20px;
  }
}
.boxCustomerFaralink .boxCustomerImg .imgSize {
  height: 64px;
  margin-left: 1px;
  padding: 3px;
}

.boxCustomerContent {
  padding: 23px 15px;
  border: 1px solid #DCEFE1;
  border-radius: 10px;
  background-color: #DCEFE1;
  box-shadow: 0px 6px 12px 0px rgba(14, 77, 130, 0.2);
  margin-right: 10px;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 575px) {
  .boxCustomerContent {
    margin-right: 0;
  }
}
.boxCustomerContent:hover {
  -webkit-box-shadow: 0 0px 0px 0 #eee;
  -moz-box-shadow: 0 0px 0px 0 #eee;
  box-shadow: 0 0px 0px 0 #eee;
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.boxCustomerContent .boxCustomerImg .imgSize {
  height: 64px;
  margin-left: 1px;
  padding: 3px;
}

.boxCustomer, .walletPayMethod__item label {
  padding: 25px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px 3px rgba(148, 176, 199, 0.3607843137);
}
.boxCustomer .tabContent .SellBacklink, .walletPayMethod__item label .tabContent .SellBacklink {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px 3px rgba(148, 176, 199, 0.3607843137);
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklink, .walletPayMethod__item label .tabContent .SellBacklink {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklink .imgSell, .walletPayMethod__item label .tabContent .SellBacklink .imgSell {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklink .imgSell .sellCustomer, .walletPayMethod__item label .tabContent .SellBacklink .imgSell .sellCustomer {
    margin: 15px 0;
  }
}
.boxCustomer .tabContent .SellBacklink .sellCarousel, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel {
  position: relative;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel {
  padding-left: 115px;
  padding-right: 12px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .owl-stage-outer, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .owl-stage-outer {
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 1px;
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder {
  border: 1px solid #94B0C7;
  border-radius: 10px;
  padding: 10px;
  background: #ff9851;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .darsadSell, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .darsadSell {
  position: relative;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .darsadSell .darsad, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .darsadSell .darsad {
  position: absolute;
  background: #CD1821;
  width: 40px;
  height: 50px;
  color: #fff;
  top: -16px;
  left: 10px;
  z-index: 3;
  text-align: center;
  padding-top: 12px;
  border-radius: 10px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell .flexSellImg, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell .flexSellImg {
  padding-left: 10px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell .flexSellImg img, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell .flexSellImg img {
  max-height: 32px;
  max-width: 86px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell .flexSellPara .para2, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .flexSell .flexSellPara .para2 {
  color: #fff;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .borderButtom, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .borderButtom {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 21px;
  margin-bottom: 6px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (max-width: 420px) {
  .boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn {
    flex-direction: column;
  }
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn .sellPrice, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn .sellPrice {
  position: relative;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn .sellPrice .price::before, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn .sellPrice .price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #CD1821;
  top: 27%;
  right: 0px;
}
@media only screen and (max-width: 420px) {
  .boxCustomer .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn .btnPrice, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .reportageSellCarousel .reportageSellCarouselBorder .sellPriceBtn .btnPrice {
    margin-top: 10px;
  }
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .seeAll, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .seeAll {
  position: absolute;
  top: calc(50% - 10px);
  left: 40px;
  z-index: 3;
  color: #082B48;
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklink .sellCarousel .seeAll, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .seeAll {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .owl-nav .owl-prev, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .owl-nav .owl-prev {
  border-color: #082B48 !important;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  left: -13px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .owl-nav .owl-prev .icon use, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .owl-nav .owl-prev .icon use {
  fill: #082B48;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .owl-nav .owl-next, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .owl-nav .owl-next {
  border-color: #082B48 !important;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  right: -14px;
  margin-right: -10px;
}
.boxCustomer .tabContent .SellBacklink .sellCarousel .owl-nav .owl-next .icon use, .walletPayMethod__item label .tabContent .SellBacklink .sellCarousel .owl-nav .owl-next .icon use {
  fill: #082B48;
}
.boxCustomer .tabContent .SellBacklinkFirst, .walletPayMethod__item label .tabContent .SellBacklinkFirst {
  background: url("../imgs/bgReportage.png") #fff;
}
.boxCustomer .tabContent .SellBacklinkSecond, .walletPayMethod__item label .tabContent .SellBacklinkSecond {
  background: url("../imgs/backlink_pattern.png") #fff;
}
.boxCustomer .tabContent .SellBacklinkBackground, .walletPayMethod__item label .tabContent .SellBacklinkBackground, .boxCustomer .tabContent .SellReportageBackground, .walletPayMethod__item label .tabContent .SellReportageBackground {
  padding: 5px;
  border: 1px solid #94B0C7;
  border-radius: 10px;
  background: url("../imgs/background2.png") #94B0C7;
  align-items: center;
}
.boxCustomer .tabContent .SellBacklinkBackground.SellBacklinkBackground, .walletPayMethod__item label .tabContent .SellBacklinkBackground.SellBacklinkBackground, .boxCustomer .tabContent .SellReportageBackground.SellBacklinkBackground {
  border: 1px solid #FFB88E;
  background: url("../imgs/background.png") #FFB88E;
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklinkBackground, .walletPayMethod__item label .tabContent .SellBacklinkBackground, .boxCustomer .tabContent .SellReportageBackground, .walletPayMethod__item label .tabContent .SellReportageBackground {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklinkBackground .imgSell, .walletPayMethod__item label .tabContent .SellBacklinkBackground .imgSell, .boxCustomer .tabContent .SellReportageBackground .imgSell, .walletPayMethod__item label .tabContent .SellReportageBackground .imgSell {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklinkBackground .imgSell .sellCustomer, .walletPayMethod__item label .tabContent .SellBacklinkBackground .imgSell .sellCustomer, .boxCustomer .tabContent .SellReportageBackground .imgSell .sellCustomer, .walletPayMethod__item label .tabContent .SellReportageBackground .imgSell .sellCustomer {
    margin: 15px 0;
  }
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel, .boxCustomer .tabContent .SellReportageBackground .sellCarousel, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel {
  position: relative;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages {
  padding-left: 115px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages {
    padding-left: 0;
    padding-right: 0;
  }
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .owl-stage-outer, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .owl-stage-outer, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .owl-stage-outer, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .owl-stage-outer {
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 1px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  min-height: 177px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .packageName, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .packageName, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .packageName, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .packageName {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell {
  position: relative;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell .darsad, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell .darsad, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell .darsad, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .darsadSell .darsad {
  position: absolute;
  background: #CD1821;
  width: 40px;
  height: 50px;
  color: #fff;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  text-align: center;
  padding-top: 12px;
  border-radius: 10px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow-x: auto;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-track, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-track, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-track, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-track {
  background: #94B0C7;
  border-radius: 3px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb {
  background: #94B0C7;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #fff;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb:hover, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb:hover, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb:hover, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs::-webkit-scrollbar-thumb:hover {
  background: #0E4D82;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  margin: 2px;
  flex: 0 0 auto;
  position: relative;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder:hover .popUp, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder:hover .popUp, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder:hover .popUp, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder:hover .popUp {
  opacity: 1;
  visibility: visible;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder img, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder img, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder img, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder img {
  height: 38px;
  padding: 5px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder .popUp, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder .popUp, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder .popUp, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .dashCOPackagesImgs .imgBorder .popUp {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 11px;
  z-index: 3;
  padding: 2px;
  min-width: 120px;
  text-align: center;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .borderButtom, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .borderButtom, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .borderButtom, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .borderButtom {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 21px;
  margin-bottom: 6px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (max-width: 420px) {
  .boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn {
    flex-direction: column;
  }
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice {
  position: relative;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice .price::before, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice .price::before, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice .price::before, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .sellPrice .price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #CD1821;
  top: 27%;
  right: 0px;
}
@media only screen and (max-width: 420px) {
  .boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .btnPrice, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .btnPrice, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .btnPrice, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .dashCOPackages .dashCOPackagesBorder .sellPriceBtn .btnPrice {
    margin-top: 10px;
  }
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .reportageSellCarousel, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .reportageSellCarousel, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .reportageSellCarousel, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .reportageSellCarousel {
  padding-left: 115px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .reportageSellCarousel, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .reportageSellCarousel, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .reportageSellCarousel, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .reportageSellCarousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .seeAll, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .seeAll, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .seeAll, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .seeAll {
  position: absolute;
  top: 94px;
  left: 40px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .seeAll, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .seeAll, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .seeAll, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .seeAll {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-prev, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-prev, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-prev, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-prev {
  border-color: #082B48 !important;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  left: -13px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-prev .icon use, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-prev .icon use, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-prev .icon use, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-prev .icon use {
  fill: #082B48;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-next, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-next, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-next, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-next {
  border-color: #082B48 !important;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  right: -33px;
  margin-right: -10px;
}
.boxCustomer .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-next .icon use, .walletPayMethod__item label .tabContent .SellBacklinkBackground .sellCarousel .owl-nav .owl-next .icon use, .boxCustomer .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-next .icon use, .walletPayMethod__item label .tabContent .SellReportageBackground .sellCarousel .owl-nav .owl-next .icon use {
  fill: #082B48;
}

.colorSell {
  color: #082B48;
  margin-top: 5px;
  font-size: 24px;
}

.sellCustomer {
  flex: 0 0 100%;
}

.recordRow {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}
.recordRow.alert {
  color: #CD1821;
}
.recordRow.alert::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(69% - 15px);
  height: 100%;
  pointer-events: none;
  border: 1px solid #CD1821;
  border-radius: 10px;
  animation: glow 1.5s infinite;
  -webkit-box-shadow: 0 4px 14px 0 rgba(205, 24, 33, 0.3);
  -moz-box-shadow: 0 4px 14px 0 rgba(205, 24, 33, 0.3);
  box-shadow: 0 4px 14px 0 rgba(205, 24, 33, 0.3);
}
@media only screen and (max-width: 425px) {
  .recordRow.alert::before {
    right: 5px;
  }
}
.recordRow.warning {
  color: #FF6600;
}
.recordRow.warning::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(69% - 15px);
  height: 100%;
  pointer-events: none;
  border: 1px solid #FF6600;
  border-radius: 10px;
  animation: glow 1.5s infinite;
  -webkit-box-shadow: 0 4px 14px 0 rgba(255, 102, 0, 0.3);
  -moz-box-shadow: 0 4px 14px 0 rgba(255, 102, 0, 0.3);
  box-shadow: 0 4px 14px 0 rgba(255, 102, 0, 0.3);
}
@media only screen and (max-width: 425px) {
  .recordRow.warning::before {
    right: 5px;
  }
}

.firstBoxSee {
  padding: 22px 27px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px 3px rgba(148, 176, 199, 0.3607843137);
}
.firstBoxSee .titleImg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.firstBoxSee .titleImg .tinyImg {
  max-width: 29px;
}
.firstBoxSee .boxPublica {
  padding: 15px 10px;
}
.firstBoxSee .boxPublica .boxPublicaHeader {
  background-color: rgba(217, 217, 217, 0.19);
  padding: 10px;
  border-radius: 10px;
}

.customerBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 878px) {
  .customerBar {
    flex-direction: column;
    align-items: stretch;
  }
}
.customerBar .customerBarSelect {
  display: flex;
  border-bottom: 1px solid rgba(14, 77, 130, 0.15);
  flex: 0 0 50%;
  max-width: 50%;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .customerBar .customerBarSelect {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.customerBar .customerBarSelect .campaignFilterDashCO {
  position: relative;
  padding: 7px 6px;
  font-size: 13px;
}
@media only screen and (max-width: 450px) {
  .customerBar .customerBarSelect .campaignFilterDashCO {
    padding: 10px;
  }
}
.customerBar .customerBarSelect .campaignFilterDashCO.activeFilter {
  color: #082B48;
}
.customerBar .customerBarSelect .campaignFilterDashCO.activeFilter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #082B48;
  right: 0;
  top: calc(100% - 1px);
}
@media only screen and (max-width: 878px) {
  .customerBar .customerBarSelect {
    margin-top: 20px;
  }
}

.tableCampaign {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}
.tableCampaign .tableCampaignHeader .tableCampaignBoarder {
  border-bottom: 1px solid #D9D9D9;
}
.tableCampaign .tableCampaignHeader .tableCampaignBoarder .tableCampaignBoarderLeft {
  border-left: 1px solid #D9D9D9;
}
.tableCampaign .tableCampaignHeight {
  position: relative;
}
.tableCampaign .tableCampaignHeight.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9) url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
}
.tableCampaign .tableCampaignHeight .minHeight {
  min-height: 450px;
}
.tableCampaign .campaignBtn {
  color: #fff;
}
.tableCampaign .pagination {
  display: none;
}

.lastTicketBorder {
  box-shadow: 0px 0px 14px 3px rgba(148, 176, 199, 0.3607843137);
  border-radius: 10px;
  padding: 10px;
}
@media only screen and (max-width: 990px) {
  .lastTicketBorder {
    margin: 15px 0;
  }
}
.lastTicketBorder .lastTicket {
  border-bottom: 1px solid #D9D9D9;
}
.lastTicketBorder .lastTicket .ticketTitleImg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lastTicketBorder .newTicket {
  min-height: 529px;
}
.lastTicketBorder .newTicket .onvanTiket .titleTicket {
  justify-content: flex-start;
  display: flex;
  padding-bottom: 7px;
}
.lastTicketBorder .newTicket .statusBtn {
  display: flex;
  justify-content: space-between;
}
.lastTicketBorder .newTicket .seeAllTiket {
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0px;
}

.lastTicketBorder2 {
  padding: 32px;
}

@media only screen and (max-width: 757px) {
  .firstBoxSeeMargin {
    margin-bottom: 25px;
  }
}

.tableCampaignMobile .tableCampaignBoarderMobile {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.tableCampaignMobile .tableCampaignBoarderMobile .campaignTitleMobile {
  border-bottom: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .campaignTitleMobile .borderLeftCampaign {
  border-left: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .dateRegisterCampaignMobile {
  border-bottom: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .dateRegisterCampaignMobile .borderLeftCampaign {
  border-left: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .statusCampaignMobile {
  border-bottom: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .statusCampaignMobile .borderLeftCampaign {
  border-left: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .operationCampaignMobile {
  border-bottom: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .operationCampaignMobile .borderLeftCampaign {
  border-left: 1px solid #D9D9D9;
}
.tableCampaignMobile .tableCampaignBoarderMobile .linkCampaignMobile {
  border-bottom: 1px solid #D9D9D9;
}

.bottomMenu {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 15px;
  background: #fff;
  width: calc(100% - 30px);
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 -3px 10px rgba(14, 77, 130, 0.2);
}
.bottomMenu .bottomMenuFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.bottomMenu .bottomMenuFlex .bottomMenuLi {
  display: flex;
  flex-direction: column;
  color: #A1A1A1;
}

.seeMoreBtn:hover {
  text-decoration: underline !important;
}

.avatarpara {
  color: #0E4D82;
}

.avatarCustomer .customerPic {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.avatarCustomer .avatars {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  max-width: 300px;
  margin: auto;
}
.avatarCustomer .avatars img {
  max-width: calc(33.3% - 10px);
  flex: 0 0 calc(33.3% - 10px);
  margin-top: 10px;
  background: #fff;
  padding: 2px;
  border-radius: 8px;
  height: 67px;
  cursor: pointer;
  transition: all 0.3s;
}
.avatarCustomer .avatars img:hover {
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.firstWeekOffers {
  background-color: #EE2651;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 0 20px 6px rgba(161, 161, 161, 0.35);
}
.firstWeekOffers.blackFriday {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .firstWeekOffers.blackFriday .blackFridayImg {
    height: 74px;
    margin: 0px !important;
  }
}
.firstWeekOffers.blackFriday .tick-flip-panel {
  color: #000 !important;
  background-color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .firstWeekOffers {
    padding: 2rem 1rem;
  }
}
.firstWeekOffers .buyBtn {
  background: #fff;
  border: 0;
  color: #EE2651;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.boxFilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1450px) {
  .boxFilter {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .mainBtn, .boxFilter .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .boxFilter label, .boxFilter .walletAmountCheck label, .walletAmountCheck .boxFilter label, .boxFilter .forminator-button-submit, .boxFilter .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .boxFilter label {
    width: 100%;
  }
}
.boxFilter .filterFinancial {
  margin-bottom: 10px;
  padding-right: 10px;
}
.boxFilter .filterFinancial:nth-child(1) {
  flex: 0 0 12%;
  max-width: 12%;
}
@media only screen and (max-width: 1450px) {
  .boxFilter .filterFinancial:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
  }
}
.boxFilter .filterFinancial:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 1450px) {
  .boxFilter .filterFinancial:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial:nth-child(2) > * {
    flex-direction: column;
  }
}
.boxFilter .filterFinancial:last-child {
  border-left: unset;
  display: flex;
  align-items: center;
  flex: 0 0 46%;
  max-width: 46%;
  justify-content: space-around;
}
@media only screen and (max-width: 1450px) {
  .boxFilter .filterFinancial:last-child {
    flex: 0 0 73%;
    max-width: 73%;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial:last-child > * {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial:last-child > * > * {
    flex-direction: column;
    width: 100%;
  }
}
.boxFilter .filterFinancial .selectFinancial {
  position: relative;
  border: 1px solid #D9D9D9;
  width: 130px;
  height: 46px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial .selectFinancial {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial .selectFinancial .accountPopUp {
    width: 100% !important;
  }
}
.boxFilter .filterFinancial .selectFinancial .accountPopUp::before {
  --size: 5px !important;
  left: 32px !important;
}
.boxFilter .filterFinancial .selectFinancial .accountPopUp:hover .popUp {
  display: none;
}
.boxFilter .filterFinancial .selectFinancial .accountPopUp .publicaUserBtn {
  border: unset !important;
}
.boxFilter .filterFinancial .selectFinancial .accountPopUp .popUp {
  width: 159px !important;
}
.boxFilter .filterFinancial .selectFinancial svg {
  position: absolute;
  top: 19px;
  left: 32px;
  width: 10px;
  height: 10px;
}
.boxFilter .filterFinancial .selectFinancial svg use {
  fill: #D9D9D9;
}
.boxFilter .filterFinancial input {
  margin-bottom: 0;
  width: 148px;
  background: #fff;
  border: 1px solid #A1A1A1;
  max-width: 118px;
  font-size: 14px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  height: 46px;
}
@media only screen and (max-width: 991px) {
  .boxFilter .filterFinancial input {
    width: 100%;
    display: block;
    max-width: 100%;
    margin-bottom: 17px;
  }
}
.boxFilter .filterFinancial a {
  padding: 7px 10px;
}

.main {
  display: block !important;
}

.trxPage .ordersTable {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}

.clubPadding {
  padding-bottom: 24px;
}

.clubBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 100px;
}
.clubBox .clubImg {
  background-image: url("../imgs/clubBox-2.png?v=2");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: auto;
  position: relative;
  display: flex;
  flex: 0 0 calc(50% - 47px);
}
@media only screen and (max-width: 3000px) {
  .clubBox .clubImg {
    padding: 42px;
  }
}
@media only screen and (max-width: 1500px) {
  .clubBox .clubImg {
    padding: 35px;
  }
}
@media only screen and (max-width: 1400px) {
  .clubBox .clubImg {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 1265px) {
  .clubBox .clubImg {
    padding: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .clubBox .clubImg {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-size: 107% 100%;
    background-position-x: -9px;
  }
}
@media only screen and (max-width: 685px) {
  .clubBox .clubImg {
    padding: 31px 10px;
  }
}
@media only screen and (max-width: 475px) {
  .clubBox .clubImg {
    width: 100%;
  }
}
.clubBox .clubImg .planReward {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 564px;
}
@media only screen and (max-width: 991px) {
  .clubBox .clubImg .planReward {
    width: 100%;
    max-width: 100%;
  }
}
.clubBox .clubImg .planReward .infoPlan {
  flex: 0 0 calc(60% - 27px);
  max-width: calc(60% - 27px);
}
@media only screen and (max-width: 1090px) {
  .clubBox .clubImg .planReward .infoPlan {
    flex: 0 0 calc(60% - 19px);
    max-width: calc(60% - 19px);
  }
}
@media only screen and (max-width: 991px) {
  .clubBox .clubImg .planReward .infoPlan {
    flex: 0 0 calc(60% - 50px);
    max-width: calc(60% - 50px);
  }
}
@media only screen and (max-width: 740px) {
  .clubBox .clubImg .planReward .infoPlan {
    flex: 0 0 calc(60% - 30px);
    max-width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 685px) {
  .clubBox .clubImg .planReward .infoPlan {
    flex: 0 0 calc(60% - 30px);
    max-width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 450px) {
  .clubBox .clubImg .planReward .infoPlan {
    flex: 0 0 calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
}
.clubBox .clubImg .planReward .infoPlan .planDetails {
  text-align: center;
}
.clubBox .clubImg .planReward .infoPlan .planDetails .clubScore {
  color: #EE2651;
  padding-right: 5px;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .clubBox .clubImg .planReward .infoPlan .planDetails .clubScore {
    font-size: 16px;
  }
}
.clubBox .clubImg .planReward .imgPlan {
  flex: 0 0 calc(40% - 10px);
  max-width: calc(40% - 10px);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .clubBox .clubImg .planReward .imgPlan {
    flex: 0 0 calc(40% - 1px);
    max-width: calc(40% - 1px);
  }
}
.clubBox .clubImg .imgReward {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clubBox .clubImg .imgReward .planImgReward {
  max-width: 90px;
  max-height: 90px;
}
.clubBox .clubImg .percentage {
  padding: 8px;
  margin: auto;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  background-color: #EE2651;
  font-size: 14px;
}
.clubBox .clubImg .seeMoreBtn {
  color: #082B48;
  text-decoration: underline !important;
}

.fontPink {
  color: #EE2651;
}

.clubScore {
  color: #EE2651;
  padding-right: 5px;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .clubScore {
    font-size: 16px;
  }
}

.cntCountBox {
  border: 1px solid #082B48;
  border-radius: 15px;
  padding: 5px;
}
.cntCountBox input {
  all: unset;
  width: 30px;
  text-align: center;
  color: #082B48;
}
.cntCountBox a {
  line-height: 1;
}

.content_float_cart {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: calc(83.33% - 203px);
  left: 105px;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .content_float_cart {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .backlinkExtendListWrapper {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .backlinkExtendListWrapper {
    padding: 5px !important;
  }
}

#backlinkExtendCartDetails .backlinkExtendList__item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}
#backlinkExtendCartDetails .backlinkExtendList__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.backlinkExtendList__item {
  margin-bottom: 16px;
}
.backlinkExtendList__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .backlinkExtendList__item {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .backlinkExtendList__item {
    padding: 5px !important;
  }
}
.backlinkExtendList__item span {
  font-weight: 300;
}
.backlinkExtendList__item .itmRow {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1024px) {
  .backlinkExtendList__item .itmRow {
    flex-wrap: wrap;
    gap: 34px 0;
  }
  .backlinkExtendList__item .itmRow > * {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .backlinkExtendList__item .itmRow > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}
.backlinkExtendList__item .itmRow .nameColumn {
  flex: 0 0 33%;
  max-width: 33%;
}
.backlinkExtendList__item .itmRow .timeColumn {
  flex: 0 0 110px;
  max-width: 110px;
}
.backlinkExtendList__item .itmRow .priceColumn {
  flex: 0 0 calc(35% - 55px);
  max-width: calc(35% - 55px);
  text-align: center;
}
.backlinkExtendList__item .itmRow .actionColumn {
  flex: 0 0 calc(25% - 55px);
  max-width: calc(25% - 55px);
  text-align: left;
}

.currentAccountsHolder {
  position: relative;
}
.currentAccountsHolder.loading::before {
  content: "";
  background: url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mediaItem {
  position: relative;
  padding: 12px;
}
.mediaItem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
  -webkit-box-shadow: 0 3px 15px 0 rgba(14, 77, 130, 0.15);
  -moz-box-shadow: 0 3px 15px 0 rgba(14, 77, 130, 0.15);
  box-shadow: 0 3px 15px 0 rgba(14, 77, 130, 0.15);
}
.mediaItem .img {
  max-height: 50px;
  margin: auto;
  display: block;
}

.barPublisher .rowBarMoney {
  border-radius: 5px;
}

.styleFontPublisher {
  font-weight: 500;
}

.boxPublisherMargin {
  margin: 64px 0px;
}
@media only screen and (max-width: 993px) {
  .boxPublisherMargin {
    margin: 20px 0;
  }
}
.boxPublisherMargin .titleImg .tinyImg {
  max-height: 29px;
}

.paddingLastTicketBorder {
  padding: 24px !important;
}

.lastTicketBorder .lastTicket .ticketTitleImg .imgTicketPublisher {
  max-width: 22px;
}

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

@media only screen and (max-width: 440px) {
  .lastTicketBorder .customerBar .customerBarSelectPublisher {
    flex: 0 0 62%;
    max-width: 62%;
  }
}

.moreDetailsBtn {
  position: relative;
}
.moreDetailsBtn:after {
  content: "";
  position: absolute;
  opacity: 0;
}
.moreDetailsBtn:hover:after {
  content: "جزئیات بیشتر";
  padding: 8px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  z-index: 5;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.minHeightPublisher {
  min-height: 331px;
}

.ticketPublisher {
  max-width: 86px;
}

.floatBtn {
  position: fixed;
  right: 40px;
  bottom: 46px;
  z-index: 5;
}

.contentApprove .contentShow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  border-bottom: 2px solid #F1F1F1;
}
@media only screen and (max-width: 768px) {
  .contentApprove .contentShow {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 576px) {
  .contentApprove .contentShow {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .contentApprove .contentShow .content-provider-title {
    flex: 0 0 45%;
    max-width: 45%;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .contentApprove .contentShow .content-provider-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.truncate-30 {
  display: inline-block;
  width: 180px; /* Adjust based on your font size */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.linkUploadModalBTN .chevron, .linkUploadModal .chevron {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.linkUploadModal {
  position: absolute;
  top: 8px;
  right: 0;
  width: 100%;
  padding: 9px 16px 16px;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #082B48;
  border-radius: 10px;
}
.linkUploadModal .title {
  color: #082B48;
  margin-bottom: 20px;
  font-size: 14px;
}

.uploadModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.mediaSubmitLink .icon {
  stroke: #fff;
}

.blackFridayBack {
  background: url("../imgs/festival/special_reportage_back.png") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.blackFridayBackBacklink {
  background: url("../imgs/festival/special_backlink_back.png") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.mainBtn.festival, .receiptBox__upload .uploadArea .btnArea label.festival, .walletAmountCheck label.festival, .festival.forminator-button-submit, .reportageEditor .uploadArea .btnArea label.festival {
  background: #fff;
  color: #000;
  border-color: #4DB8A3;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.occasionalCheckHolder {
  background: #4DB8A3;
  color: #fff;
  background-size: 400px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding: 8px;
}
.occasionalCheckHolder .check {
  padding: 6px 0;
}
.occasionalCheckHolder .check .input:checked + .label::before {
  border-color: #FF6600;
  background: #fff;
}
.occasionalCheckHolder .check .input:checked + .label::after {
  left: 3px;
  background: #FF6600;
  border-color: #FF6600;
}
.occasionalCheckHolder .check .label {
  padding: 6px 6px 6px 47px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  direction: ltr;
}
.occasionalCheckHolder .check .label::before {
  width: 40px;
  height: 22px;
  background: #fff;
  top: calc(50% - 11px);
  left: 0;
}
.occasionalCheckHolder .check .label::after {
  border: 1px solid #D9D9D9;
  background: #D9D9D9;
  width: 15px;
  height: 15px;
  top: calc(50% - 7px);
  left: 22px;
}
.occasionalCheckHolder .check .label img {
  height: 40px;
}

.glassContainer {
  position: relative;
  text-align: center;
  transform: scale(0.35);
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
@media only screen and (max-width: 799px) {
  .glassContainer {
    width: 53px;
    margin: auto;
  }
}
.glassContainer svg {
  position: relative;
  z-index: 2;
  height: 100%;
}
.glassContainer .drink {
  position: absolute;
  right: 47%;
  background: rgb(255, 184, 57);
  height: 75%;
  width: 0;
  bottom: 4%;
  z-index: 0;
  border-radius: 13px;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.festivalPop {
  position: fixed;
  width: 250px;
  text-align: center;
  top: 56px;
  z-index: 20;
  background: #fff;
  left: 171px;
  border: 1px solid #eee;
  border-radius: 0 10px 10px 10px;
  opacity: 0;
  height: 0;
  box-shadow: 0 10px 20px 0 #cfcfcf;
  transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
}
@media only screen and (max-width: 767px) {
  .festivalPop {
    left: 16px;
  }
}
.festivalPop.open {
  opacity: 1;
  height: 365px;
}
.festivalPop .close {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
}
.festivalPop .close .icon {
  width: 17px;
  height: 17px;
  fill: #747373;
}

.festivalPuRecord {
  border: 1px solid rgba(8, 43, 72, 0.3);
}
.festivalPuRecord.registered {
  background-color: unset;
  color: unset;
}
.festivalPuRecord .faq__item__answer {
  background-color: rgba(8, 43, 72, 0.08);
}
.festivalPuRecord .open .mainBtn, .festivalPuRecord .open .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .festivalPuRecord .open label, .festivalPuRecord .open .walletAmountCheck label, .walletAmountCheck .festivalPuRecord .open label, .festivalPuRecord .open .forminator-button-submit, .festivalPuRecord .open .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .festivalPuRecord .open label {
  display: none;
}

#festivalSpecialOffersCarousel .item, #festivalSpecialOffersCarouselBacklink .item {
  background-color: #4DB8A3;
  border: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#festivalSpecialOffersCarousel .item .percentage, #festivalSpecialOffersCarouselBacklink .item .percentage {
  position: absolute;
  top: -9px;
  left: 10px;
  background: #CD1821;
  color: #fff;
  padding: 19px 6px;
  border-radius: 10px;
}
#festivalSpecialOffersCarousel .item .topLine, #festivalSpecialOffersCarouselBacklink .item .topLine {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  min-height: 89px;
}
#festivalSpecialOffersCarousel .item .figure .img, #festivalSpecialOffersCarouselBacklink .item .figure .img {
  width: 60px;
  border-radius: 5px;
  margin-left: 10px;
}
#festivalSpecialOffersCarousel .item .figure .info .title, #festivalSpecialOffersCarouselBacklink .item .figure .info .title {
  color: #fff;
}
#festivalSpecialOffersCarousel .item .info .media_title, #festivalSpecialOffersCarouselBacklink .item .info .media_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#festivalSpecialOffersCarousel .item .info .title, #festivalSpecialOffersCarouselBacklink .item .info .title {
  font-size: 14px;
  color: #fff;
}
#festivalSpecialOffersCarousel .item .price .formal_price, #festivalSpecialOffersCarouselBacklink .item .price .formal_price {
  position: relative;
  font-size: 14px;
  opacity: 0.8;
}
#festivalSpecialOffersCarousel .item .price .formal_price::before, #festivalSpecialOffersCarouselBacklink .item .price .formal_price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CD1821;
}
#festivalSpecialOffersCarousel .item .price .sell_price, #festivalSpecialOffersCarouselBacklink .item .price .sell_price {
  font-size: 16px;
}
#festivalSpecialOffersCarousel .owl-dots, #festivalSpecialOffersCarouselBacklink .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#festivalSpecialOffersCarousel .owl-dots .owl-dot, #festivalSpecialOffersCarouselBacklink .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #fff;
}
#festivalSpecialOffersCarousel .owl-dots .owl-dot.active, #festivalSpecialOffersCarouselBacklink .owl-dots .owl-dot.active {
  background: #4DB8A3;
  width: 30px;
}

.clubBox .clubImg .planReward .infoPlan {
  color: #fff;
}
.clubBox .mainBtn, .clubBox .receiptBox__upload .uploadArea .btnArea label, .receiptBox__upload .uploadArea .btnArea .clubBox label, .clubBox .walletAmountCheck label, .walletAmountCheck .clubBox label, .clubBox .forminator-button-submit, .clubBox .reportageEditor .uploadArea .btnArea label, .reportageEditor .uploadArea .btnArea .clubBox label {
  background: #4DB8A3;
  color: #fff;
  border-color: #4DB8A3;
}

.borderFaralink {
  border-color: #A1A1A1;
}

.assets .titleSiteFara {
  color: #0E4D82;
}
.assets .siteDom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.assets .siteDom .planColor {
  color: #A1A1A1;
  min-height: 0px;
}
.assets .wordRank {
  display: flex;
  justify-content: space-between;
}
.assets .wordRank .faralinkPlanSelect {
  position: relative;
  border: 1px solid #A1A1A1;
  border-radius: 10px;
  padding: 5px;
  width: 45%;
}
.assets .wordRank .faralinkPlanSelect::before {
  --size: 4px;
  content: "";
  position: absolute;
  right: 10px;
  pointer-events: none;
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid #A1A1A1;
  top: 50%;
}
.assets .wordRank .faralinkPlanSelect .selectTimeFara {
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  color: #A1A1A1;
  text-align: center;
}
.assets .wordRank .firstRank {
  color: #FF6600;
}

.withdrawCollection {
  min-height: 100px;
  position: relative;
}
.withdrawCollection.loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}

.walletAmountCheck {
  position: relative;
}
.walletAmountCheck input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.walletAmountCheck input:checked + label {
  border-color: #082B48;
  color: #082B48;
}
.walletAmountCheck label {
  border-color: #D9D9D9;
  color: #D9D9D9;
  padding: 7px 3px !important;
  font-size: 13px;
  width: 100%;
}

.receiptBox__item {
  border-left: 1px solid #D9D9D9;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .receiptBox__item {
    border-left: none;
  }
}
@media only screen and (max-width: 991px) {
  .receiptBox__item.last {
    border-left: none;
  }
}
.receiptBox__upload {
  border-top: 1px solid #D9D9D9;
  padding: 24px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .receiptBox__upload {
    padding: 24px 12px;
  }
}
.receiptBox__upload .uploadArea {
  width: 324px;
  padding: 24px;
  margin: auto;
  border-radius: 10px;
  border: 1px dashed #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .receiptBox__upload .uploadArea {
    width: 100%;
  }
}
.receiptBox__upload .uploadArea.loading::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 40px;
  border-radius: 10px;
}
.receiptBox__upload .uploadArea .btnArea {
  position: relative;
}
.receiptBox__upload .uploadArea .btnArea input {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.receiptBox__upload .uploadArea .btnArea label button {
  color: #fff;
}

.walletPayMethod__item {
  display: block;
  position: relative;
  margin-bottom: 16px;
}
.walletPayMethod__item input {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.walletPayMethod__item input:checked + label::before {
  background: url("../imgs/checkboxBack.svg") no-repeat center;
  background-size: 100%;
  border: 0;
}
.walletPayMethod__item label {
  display: block;
}
.walletPayMethod__item label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #082B48;
}

.walletUploadArea .uploadPreview {
  background-color: rgba(255, 102, 0, 0.38);
  border-radius: 10px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.walletUploadArea .uploadPreview .fileTitle {
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.walletUploadArea .uploadPreview .fileSize {
  direction: ltr;
  font-family: sans-serif;
  font-weight: 500;
}
.walletUploadArea .uploadPreview__close {
  position: absolute;
  z-index: 1;
  top: calc(50% - 6px);
  right: 16px;
  cursor: pointer;
}
.walletUploadArea .uploadPreview__close svg {
  width: 12px;
  height: 12px;
}

.createBox {
  border-radius: 8px;
  box-shadow: 0 -1px 18px 0 rgba(14, 77, 130, 0.15);
  padding: 32px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 400px) {
  .createBox.noPadding {
    padding: 15px;
  }
}
.createBox .unit {
  border: unset;
}
.createBox .flexBox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .createBox .flexBox {
    flex-direction: column;
  }
}
.createBox .flexBox .boxRight {
  flex: 0 0 calc(50% - 33px);
  max-width: calc(50% - 33px);
}
@media only screen and (max-width: 767px) {
  .createBox .flexBox .boxRight {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.createBox .flexBox .boxLeft {
  flex: 0 0 calc(50% - 33px);
  max-width: calc(50% - 33px);
}
@media only screen and (max-width: 767px) {
  .createBox .flexBox .boxLeft {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.createBox .flexBox2 {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .createBox .flexBox2 {
    flex-direction: column;
  }
}
.createBox .flexBox3 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1380px) {
  .createBox .flexBox3 {
    flex-wrap: wrap;
  }
}
.createBox .flexBox3 .flexDetailes {
  flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 50px);
}
@media only screen and (max-width: 1380px) {
  .createBox .flexBox3 .flexDetailes {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox3 .flexDetailes {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.createBox .flexBox3 .flexDetailes .flexLable {
  display: flex;
  align-items: baseline;
}
.createBox .flexBox3 .flexDetailes .flexLable label {
  max-width: 80px;
  width: 80px;
}
@media only screen and (max-width: 1380px) {
  .createBox .flexBox3 .flexDetailes .flexLable label {
    max-width: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox3 .flexDetailes .flexLable label {
    max-width: 100px;
    width: 100px;
  }
}
.createBox .flexBox3 .flexDetailes .flexLable input {
  max-width: 50%;
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox3 .flexDetailes .flexLable input {
    max-width: 100%;
  }
}
.createBox .flexBox4 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .createBox .flexBox4 {
    flex-wrap: wrap;
  }
}
.createBox .flexBox4 .boxRight2 {
  flex: 0 0 calc(60% - 50px);
  max-width: calc(60% - 50px);
}
@media only screen and (max-width: 991px) {
  .createBox .flexBox4 .boxRight2 {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox4 .boxRight2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.createBox .flexBox4 .boxRight2 .rightTabs {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox4 .boxRight2 .rightTabs {
    flex-direction: column;
  }
}
.createBox .flexBox4 .boxRight2 .rightTabs .tabFirst {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox4 .boxRight2 .rightTabs .tabFirst {
    margin-bottom: 15px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox4 .boxRight2 .boxSize {
    flex-direction: column;
  }
}
.createBox .flexBox4 .boxRight2 .boxSize .boxMargin {
  margin-bottom: 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox4 .boxRight2 .boxSize .boxMargin {
    margin-left: 0px;
  }
}
.createBox .flexBox4 .boxLeft2 {
  flex: 0 0 calc(40% - 50px);
  max-width: calc(40% - 50px);
}
@media only screen and (max-width: 991px) {
  .createBox .flexBox4 .boxLeft2 {
    flex: 0 0 calc(60% - 50px);
    max-width: calc(60% - 50px);
    margin: auto;
  }
}
@media only screen and (max-width: 765px) {
  .createBox .flexBox4 .boxLeft2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: unset;
  }
}
@media only screen and (max-width: 991px) {
  .createBox .flexBox4 .boxLeft2 label {
    width: 116px;
    max-width: 116px;
  }
}
.createBox .boxCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.createBox .boxCenter .boxSize {
  max-width: 516px;
  flex: 0 0 516px;
}
@media only screen and (max-width: 767px) {
  .createBox .boxCenter .boxSize {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.createBox .borderBox {
  border-bottom: 2px solid #F1F1F1;
  margin-bottom: 24px;
}
.createBox .flexCheck {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.createBox .flexCheck .flexItem {
  flex: 0 0 calc(31% - 20px);
  max-width: calc(31% - 20px);
  margin-left: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 765px) {
  .createBox .flexCheck .flexItem {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.createBox .flexRules {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .createBox .flexRules {
    flex-direction: column;
    align-items: flex-start;
  }
}
.createBox .flexRules .inputBoxRules {
  flex: 0 0 calc(50% - 33px);
  max-width: calc(50% - 33px);
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  flex-direction: row-reverse;
}
.createBox .flexRules .inputBoxRules::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
.createBox .flexRules .inputBoxRules::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  width: 3px;
}
.createBox .flexRules .inputBoxRules::-webkit-scrollbar-thumb {
  background-color: rgba(14, 77, 130, 0.15);
  outline: 1px solid rgba(14, 77, 130, 0.15);
  width: 3px;
  border-radius: 10px;
}
.createBox .flexRules .inputBoxRules .selectedPlan {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}
@media only screen and (max-width: 800px) {
  .createBox .flexRules .inputBoxRules {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.toolbarComplete {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 24px;
}
@media only screen and (max-width: 765px) {
  .toolbarComplete {
    flex-direction: column;
    justify-content: unset;
    align-items: normal;
  }
}
@media only screen and (max-width: 991px) {
  .toolbarComplete.toolbarCompleteAddPlan {
    flex-direction: column;
    justify-content: unset;
    align-items: normal;
  }
}
.toolbarComplete .toolbarStep {
  flex: 0 0 200px;
  max-width: 200px;
  text-align: center;
  position: relative;
}
.toolbarComplete .toolbarStep:first-child {
  flex: 0 0 0;
  white-space: nowrap;
}
.toolbarComplete .toolbarStep:first-child .lineToolbar::after {
  display: none;
}
@media only screen and (max-width: 765px) {
  .toolbarComplete .toolbarStep {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .toolbarComplete .toolbarStep.toolbarStepAddPlan {
    max-width: 100%;
    flex: 0 0 100% !important;
    margin-bottom: 10px;
  }
}
.toolbarComplete .toolbarStep:first-child .lineToolbar::after {
  content: "";
  position: absolute;
  background-image: url("../imgs/toolbarRectangle.svg");
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  top: -7px;
  right: -5px;
  background-color: #fff;
  background-position: center;
  padding: 6px;
}
.toolbarComplete .toolbarStep .toolbarName {
  top: -32px;
  position: absolute;
  left: -43px;
}
@media only screen and (max-width: 765px) {
  .toolbarComplete .toolbarStep .toolbarName {
    top: unset;
    position: unset;
    left: unset;
  }
}
@media only screen and (max-width: 991px) {
  .toolbarComplete .toolbarStep .toolbarName.toolbarNameAddPlan {
    top: unset;
    position: unset;
    left: unset;
  }
}
.toolbarComplete .lineToolbar {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 4px solid #0E4D82;
}
.toolbarComplete .lineToolbar::before {
  content: "";
  background-image: url("../imgs/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -8px;
  padding: 6px;
  width: 27px;
  height: 27px;
  background-color: #fff;
}
.toolbarComplete .lineToolbar.completeToolbar::before {
  content: "";
  background-image: url("../imgs/doneCircle.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: -8px;
  border: unset;
}
.toolbarComplete .lineToolbar.pendingToolbar::before {
  background-image: url("../imgs/pendingCircle.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: -8px;
  border: unset;
}

.selectRules {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.selectedPlan {
  background: rgba(14, 77, 130, 0.15);
  padding: 6px 12px;
  border-radius: 10px;
  color: #0E4D82;
  margin-left: 10px;
}
.selectedPlan.gray {
  background: #f1f1f1;
  color: #A1A1A1;
}
.selectedPlan.gray svg {
  fill: #A1A1A1;
}
.selectedPlan svg {
  fill: #0E4D82;
}

.textareaResize {
  resize: none;
}

.underLinedRow {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}

* .underLinedRow:last-child {
  border-bottom: 0;
}

#campaignProductsUpdateReportage {
  position: relative;
}
#campaignProductsUpdateReportage.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  background-image: url("../imgs/pb_loading.gif");
  background-size: 50px;
  background-position-x: center;
  background-position-y: 40px;
  background-repeat: no-repeat;
}

.doneUpdateReportageBtn {
  animation: glow 1s infinite;
}
.doneUpdateReportageBtn:hover {
  animation: none;
}

#doneReportageModal {
  z-index: 100000;
}

#target_link {
  z-index: 100000;
}
#target_link.loading {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.domain-input {
  z-index: 100000;
}

.elecomLoginPage .loginPage h1 {
  font-size: 4rem;
}
.elecomLoginPage .loginPage .registerForm {
  max-width: 100%;
  font-size: 27px;
}
.elecomLoginPage .loginPage .registerForm .formInput, .elecomLoginPage .loginPage .registerForm .forminator-custom-form textarea, .forminator-custom-form .elecomLoginPage .loginPage .registerForm textarea,
.elecomLoginPage .loginPage .registerForm .forminator-custom-form input[type=text],
.forminator-custom-form .elecomLoginPage .loginPage .registerForm input[type=text],
.elecomLoginPage .loginPage .registerForm .forminator-custom-form input[type=number],
.forminator-custom-form .elecomLoginPage .loginPage .registerForm input[type=number],
.elecomLoginPage .loginPage .registerForm .forminator-custom-form input[type=email],
.forminator-custom-form .elecomLoginPage .loginPage .registerForm input[type=email],
.elecomLoginPage .loginPage .registerForm .forminator-custom-form input[type=tel],
.forminator-custom-form .elecomLoginPage .loginPage .registerForm input[type=tel],
.elecomLoginPage .loginPage .registerForm .forminator-custom-form input[type=password],
.forminator-custom-form .elecomLoginPage .loginPage .registerForm input[type=password],
.elecomLoginPage .loginPage .registerForm .forminator-custom-form select,
.forminator-custom-form .elecomLoginPage .loginPage .registerForm select {
  font-size: 23px;
}
.elecomLoginPage .loginPage .registerForm .formLabel, .elecomLoginPage .loginPage .registerForm .forminator-label {
  font-size: 23px;
}
@media only screen and (max-width: 1199px) {
  .elecomLoginPage .loginPage .right .img {
    transform: scale(1.5) translate(15px, 0);
  }
}
.elecomLoginPage .loginPage .left {
  background-color: #FF6600;
  color: #fff;
}
.elecomLoginPage .loginPage .left .lightText {
  color: #0E4D82 !important;
}
.elecomLoginPage .loginPage .left .formInput, .elecomLoginPage .loginPage .left .forminator-custom-form textarea, .forminator-custom-form .elecomLoginPage .loginPage .left textarea,
.elecomLoginPage .loginPage .left .forminator-custom-form input[type=text],
.forminator-custom-form .elecomLoginPage .loginPage .left input[type=text],
.elecomLoginPage .loginPage .left .forminator-custom-form input[type=number],
.forminator-custom-form .elecomLoginPage .loginPage .left input[type=number],
.elecomLoginPage .loginPage .left .forminator-custom-form input[type=email],
.forminator-custom-form .elecomLoginPage .loginPage .left input[type=email],
.elecomLoginPage .loginPage .left .forminator-custom-form input[type=tel],
.forminator-custom-form .elecomLoginPage .loginPage .left input[type=tel],
.elecomLoginPage .loginPage .left .forminator-custom-form input[type=password],
.forminator-custom-form .elecomLoginPage .loginPage .left input[type=password],
.elecomLoginPage .loginPage .left .forminator-custom-form select,
.forminator-custom-form .elecomLoginPage .loginPage .left select {
  border: 1px solid #fff;
}
.elecomLoginPage .loginPage .left .formLabel, .elecomLoginPage .loginPage .left .forminator-label {
  color: #fff;
}

.publicaSelectBox {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 0;
}
.publicaSelectBox .titleWrapper {
  padding: 13px;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
}
.publicaSelectBox .triangle {
  fill: #082B48;
  width: 12px;
  height: 12px;
}
.publicaSelectBox .pb_select {
  position: relative;
}
.publicaSelectBox .pb_select.loading {
  min-height: 50px;
}
.publicaSelectBox .pb_select.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url("../imgs/pb_loading.gif") no-repeat center;
  background-size: 30px;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
  border-radius: 10px;
}
.publicaSelectBox .pb_select .pb_select__option {
  margin-bottom: 7px;
}

.publicaInvoice {
  min-height: 700px;
}
.publicaInvoice * {
  font-size: 12px;
}
.publicaInvoice .grayBox, .publicaInvoice .ticketChatBox {
  background: #f5f5f5;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #bbb;
}
.publicaInvoice .whiteBox, .publicaInvoice .descMoreBox {
  background: #fff;
  padding: 5px;
  border-radius: 0;
  border: 1px solid #bbb;
}
.publicaInvoice table {
  border-radius: 0;
}
.publicaInvoice table tr:nth-child(even) {
  background: #fff !important;
  border-radius: 0 !important;
}
.publicaInvoice table tr:nth-child(even) td, .publicaInvoice table tr:nth-child(even) th {
  background: #fff !important;
}
.publicaInvoice table tr:nth-child(odd) {
  background: #fff !important;
  border-radius: 0 !important;
}
.publicaInvoice table tr:nth-child(odd) td, .publicaInvoice table tr:nth-child(odd) th {
  background: #fff !important;
}
.publicaInvoice hr {
  opacity: 0.1;
}
.publicaInvoice .company-signature {
  position: absolute;
  bottom: 20px;
  right: 300px;
  width: 200px;
}
.publicaInvoice .ceo-signature {
  position: absolute;
  bottom: 0;
  right: 250px;
  width: 200px;
}

@font-face {
  font-family: "yekanBakh";
  src: url("../fonts/yekanBakh/yekanBakh-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "yekanBakh";
  src: url("../fonts/yekanBakh/yekanBakh-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "yekanBakh";
  src: url("../fonts/yekanBakh/YekanBakh-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Numbers";
  src: url("../fonts/yekanBakh/YekanBakhBoldFN-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Numbers";
  src: url("../fonts/yekanBakh/YekanBakhRegularFN-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Numbers";
  src: url("../fonts/yekanBakh/YekanBakhSemiBoldFN-Regular.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html.reportageSection {
  min-height: unset !important;
  overflow-y: hidden;
  padding-bottom: 50px;
}

body.reportageSection {
  background: #dbf2f6;
  padding: 0;
  font-family: "Numbers", "YekanBakh" !important;
  min-height: unset !important;
  font-weight: normal;
}

.landingSelect {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 17px;
  padding: 8px 56px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  color: #082B48;
}

.requestDiv {
  position: relative;
}
.requestDiv::before {
  content: "";
  background: url("../imgs/rectangle.svg") no-repeat;
  position: absolute;
  left: 2rem;
  pointer-events: none;
  top: calc(50% - 6px);
  width: 16px;
  height: 16px;
}

.sellReportage {
  padding-top: 80px;
  background-color: #DBF2F6;
}
@media only screen and (max-width: 767px) {
  .sellReportage {
    padding-top: 40px;
  }
}
.sellReportage .sellFilter {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sellReportage .sellFilter {
    display: none;
  }
}
.sellReportage .sellFilter .sellFilterFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sellReportage .sellFilter .sellFilterFlex .filter {
  display: flex;
  border-bottom: 2px solid #ADADAD;
}
.sellReportage .sellFilter .sellFilterFlex .filter .filterReportage {
  padding-bottom: 16px;
}
.sellReportage .sellFilter .sellFilterFlex .filter .filterActive {
  color: #082B48;
  border-bottom: 2px solid #082B48;
  position: relative;
  padding-bottom: 16px;
  translate: 0 2px;
}
.sellReportage .sellReportageLoading {
  position: relative;
  min-height: 357px;
}
.sellReportage .sellReportageLoading.loading::before {
  content: "";
  background-image: url("../imgs/loading.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(219, 242, 246, 0.5);
  border-radius: 2px;
  position: absolute;
  background-position-x: center;
  background-position-y: 40px;
  background-size: 50px;
  opacity: 1;
  z-index: 2;
  backdrop-filter: blur(7px);
}
.sellReportage .sellFilterResponsive {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sellReportage .sellFilterResponsive {
    display: block;
  }
}
.sellReportage .filterSearch {
  padding: 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sellReportage .filterSearch {
    padding: 24px 0;
  }
}
.sellReportage .filterSearch .searchMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .sellReportage .filterSearch .searchMedia {
    flex: 0 0 calc(100% - 43px);
  }
}
.sellReportage .filterSearch .searchMedia .searchReportage {
  width: 95%;
  padding: 13px 16px 15px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  box-shadow: 0 -1px 18px 0 hsla(207, 82.1428571429%, 28%, 0.18);
}
@media only screen and (max-width: 767px) {
  .sellReportage .filterSearch .searchMedia .searchReportage {
    width: 100%;
  }
}
.sellReportage .filterSearch .searchMedia .iconSearch {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 6%;
}
@media only screen and (max-width: 767px) {
  .sellReportage .filterSearch .searchMedia .iconSearch {
    left: 3%;
  }
}
.sellReportage .filterSearch .dataCount {
  position: relative;
}
.sellReportage .filterSearch .dataCount:before {
  content: attr(data-count);
  z-index: 2;
  background: #cd1821;
  padding: 1px 5px;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 7px;
  top: -5px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.2);
}
.sellReportage .filterSearch .dataCount:hover .hideElement {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: block;
  z-index: 2;
  width: 258px;
  right: 93%;
  top: 31%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .sellReportage .filterSearch .dataCount:hover .hideElement {
    left: 47% !important;
    top: 56%;
    right: unset;
  }
}
.sellReportage .filterSearch .hideElement {
  display: none;
  position: absolute !important;
}
@media only screen and (max-width: 767px) {
  .sellReportage .reportageShow {
    display: none;
  }
}
.sellReportage .reportageShow .reportageFlexStart {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sellReportage .reportageShow .reportageFlexStart .planBox {
  flex: 0 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  margin: 5px;
}
@media only screen and (max-width: 991px) {
  .sellReportage .reportageShow .reportageFlexStart .planBox {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.reportageShowResponsive {
  display: none;
}
@media only screen and (max-width: 767px) {
  .reportageShowResponsive {
    display: block;
  }
}
.reportageShowResponsive .planBoxCarousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}
.reportageShowResponsive .planBoxCarousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 7px;
  background: #BFBFBF;
}
.reportageShowResponsive .planBoxCarousel .owl-dots .owl-dot.active {
  background: #0E4D82;
  width: 16px;
  height: 8px;
  border-radius: 25px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.reportageShowResponsive .planBoxCarousel .planBox {
  padding: 9px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  margin: 10px 10px;
}
.reportageShowResponsive .planBoxCarousel .planBox .discountPlan {
  position: absolute;
  left: 10px;
  top: -6px;
  padding: 4px 10px;
  background: #cd1821;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 5px 5px 10px 0 rgba(205, 24, 33, 0.42);
  color: #fff;
}
.reportageShowResponsive .planBoxCarousel .planBox .firstFlex {
  display: flex;
  align-items: center;
}
.reportageShowResponsive .planBoxCarousel .planBox .firstFlex .imgPlan {
  max-width: 33%;
  aspect-ratio: 1;
  border-left: 1px solid #C3C3C3;
  padding: 8px;
  min-width: 33%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.reportageShowResponsive .planBoxCarousel .planBox .firstFlex .imgPlan .planImg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.reportageShowResponsive .planBoxCarousel .planBox .firstFlex .dataPlan {
  flex: 0 0 calc(67% - 10px);
  max-width: calc(67% - 10px);
}
.reportageShowResponsive .planBoxCarousel .planBox .firstFlex .dataPlan .namePlan {
  min-height: 48px;
}
.reportageShowResponsive .planBoxCarousel .planBox .firstFlex .dataPlan .domainPlan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.reportageShowResponsive .planBoxCarousel .planBox .text-through {
  text-decoration: line-through;
}
.reportageShowResponsive .planBoxCarousel .planBox .text-muted {
  color: #6c757d !important;
}
.reportageShowResponsive .planBoxCarousel .planBox .addcartCol .cartNumInput {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reportageShowResponsive .planBoxCarousel .planBox .addcartCol .cartNumInput .up {
  width: 25px;
  min-width: 25px;
  height: 37px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  background: #f3f3f3;
}
.reportageShowResponsive .planBoxCarousel .planBox .addcartCol .cartNumInput .down {
  width: 25px;
  min-width: 25px;
  height: 37px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  background: #f3f3f3;
}
.reportageShowResponsive .planBoxCarousel .planBox .addcartCol .cartNumInput .down svg {
  width: 15px;
  height: 15px;
  stroke: #1f1f1f;
}
.reportageShowResponsive .planBoxCarousel .planBox .addcartCol .cartNumInput .inputPlan {
  width: 25px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: none;
}
.font-semi-bold {
  font-weight: 600;
}

.modalLogin .notifBar {
  position: relative;
  margin: 16px auto;
  right: 0;
  top: 0;
  width: 391px;
  display: none;
}
.modalLogin .notifBar.active {
  display: block;
}

@font-face {
  font-family: "yekanBakh";
  src: url("../fonts/yekanBakh/yekanBakh-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "yekanBakh";
  src: url("../fonts/yekanBakh/yekanBakh-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "yekanBakh";
  src: url("../fonts/yekanBakh/YekanBakh-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Numbers";
  src: url("../fonts/yekanBakh/YekanBakhBoldFN-Regular.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Numbers";
  src: url("../fonts/yekanBakh/YekanBakhRegularFN-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Numbers";
  src: url("../fonts/yekanBakh/YekanBakhSemiBoldFN-Regular.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html.reportageSection {
  min-height: unset !important;
  overflow-y: hidden;
}

body.reportageSection {
  background: #dbf2f6;
  padding: 0;
  font-family: "Numbers", "YekanBakh" !important;
  min-height: unset !important;
  font-weight: normal;
}

.blogBacklinkIframeBox {
  height: 1342px;
}
@media only screen and (max-width: 767px) {
  .blogBacklinkIframeBox {
    height: 5000px;
  }
}
.blogBacklinkIframeBox .plansBacklink {
  height: 567px;
  overflow-y: auto;
  overflow-x: hidden;
}
.blogBacklinkIframeBox .plansBacklink::-webkit-scrollbar {
  width: 8px;
}
.blogBacklinkIframeBox .plansBacklink::-webkit-scrollbar-thumb {
  background: #0E4D82;
}
.blogBacklinkIframeBox .plansBacklink::-webkit-scrollbar-track {
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .blogBacklinkIframeBox .plansBacklink {
    height: unset;
  }
}

.backlinkSell {
  background-color: #DCEFE1;
  padding: 80px 0;
}
.backlinkSell .backlinkRadio {
  text-align: center;
  position: relative;
  max-width: 388px;
  margin: auto;
}
@media only screen and (max-width: 425px) {
  .backlinkSell .backlinkRadio {
    max-width: 100%;
  }
}
.backlinkSell .backlinkRadio .backlinkCheck {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.backlinkSell .backlinkRadio .backlinkCheck:checked + .backlinkType::before {
  right: calc(50% - 4px);
}
.backlinkSell .backlinkRadio .backlinkCheck:checked + .backlinkType .noFollow {
  color: #fff;
}
.backlinkSell .backlinkRadio .backlinkCheck:checked + .backlinkType .fallow {
  color: #000;
}
.backlinkSell .backlinkRadio .backlinkType {
  background-color: white;
  padding: 9px 24px;
  border-radius: 47px;
  position: relative;
  display: block;
  box-shadow: 0 4px 9.5px 0 hsl(207, 82.1428571429%, 28%);
  font-size: 24px;
}
@media only screen and (max-width: 425px) {
  .backlinkSell .backlinkRadio .backlinkType {
    font-size: 20px;
  }
}
.backlinkSell .backlinkRadio .backlinkType::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 50%;
  height: calc(100% - 8px);
  background: #0E4D82;
  border-radius: 47px;
  z-index: 0;
  transition: all ease-in-out 0.36s;
  -moz-transition: all ease-in-out 0.36s;
  -webkit-transition: all ease-in-out 0.36s;
  -o-transition: all ease-in-out 0.36s;
}
.backlinkSell .backlinkRadio .backlinkType .fallow {
  position: relative;
  color: #fff;
  margin-left: 70px;
  z-index: 1;
}
@media only screen and (max-width: 425px) {
  .backlinkSell .backlinkRadio .backlinkType .fallow {
    margin-left: 50px;
  }
}
.backlinkSell .backlinkRadio .backlinkType .noFollow {
  position: relative;
  z-index: 1;
}
.backlinkSell .backlinkFlex {
  display: flex;
  align-items: center;
  padding: 48px 0;
  max-width: 919px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .backlinkFlex {
    flex-direction: column;
    padding: 40px 0 24px;
  }
}
.backlinkSell .backlinkFlex .arrowImg {
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .backlinkFlex .arrowImg {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.backlinkSell .backlinkFlex .paraBacklink {
  flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .backlinkFlex .paraBacklink {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px 0 0;
  }
}
.backlinkSell .backlinkFlex .paraBacklink.noActivePara {
  display: block;
}
.backlinkSell .backlinkFlex .paraBacklink h2 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .backlinkFlex .paraBacklink h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.backlinkSell .backlinkFlex .paraBacklink p {
  margin-bottom: 12px;
  line-height: 1.8;
}
.backlinkSell .filterSearch {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .filterSearch {
    padding: 0 0 24px 0;
  }
}
.backlinkSell .filterSearch .searchMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .filterSearch .searchMedia {
    flex: 0 0 calc(100% - 43px);
  }
}
.backlinkSell .filterSearch .searchMedia .searchReportage {
  width: 720px;
  padding: 13px 16px 15px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  box-shadow: 0 -1px 18px 0 hsla(207, 82.1428571429%, 28%, 0.18);
}
@media only screen and (max-width: 991px) {
  .backlinkSell .filterSearch .searchMedia .searchReportage {
    width: 100%;
  }
}
.backlinkSell .filterSearch .searchMedia #reportageSearchBTN {
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: 10px;
}
.backlinkSell .filterSearch .dataCount {
  position: relative;
}
.backlinkSell .filterSearch .dataCount:before {
  content: attr(data-count);
  z-index: 2;
  background: #cd1821;
  padding: 1px 5px;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 7px;
  top: -5px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(205, 24, 33, 0.2);
}
.backlinkSell .filterSearch .dataCount:hover .hideElement {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  display: block;
  z-index: 2;
  width: 258px;
  right: 93%;
  top: 31%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .backlinkSell .filterSearch .dataCount:hover .hideElement {
    left: 47% !important;
    top: 56%;
    right: unset;
  }
}
.backlinkSell .filterSearch .hideElement {
  display: none;
  position: absolute !important;
}
.backlinkSell .plansBacklink {
  padding: 48px 0 80px;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .plansBacklink {
    display: none;
  }
}
.backlinkSell .plansBacklink .plansBoxFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 350px;
}
.backlinkSell .plansBacklink .plansBoxFlex.loading::before {
  content: "";
  background-image: url("../imgs/loading.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  background-color: rgba(220, 239, 225, 0.5);
  border-radius: 2px;
  position: absolute;
  background-position-x: center;
  background-position-y: 40px;
  background-size: 50px;
  opacity: 1;
  z-index: 2;
  backdrop-filter: blur(7px);
}
.backlinkSell .backlinkShowResponsive {
  display: none;
}
@media only screen and (max-width: 767px) {
  .backlinkSell .backlinkShowResponsive {
    display: block;
    min-height: 350px;
  }
  .backlinkSell .backlinkShowResponsive.loading::before {
    content: "";
    background-image: url("../imgs/loading.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    background-color: rgba(220, 239, 225, 0.5);
    border-radius: 2px;
    position: absolute;
    background-position-x: center;
    background-position-y: 40px;
    background-size: 50px;
    opacity: 1;
    z-index: 2;
    backdrop-filter: blur(7px);
  }
}
.backlinkSell .backlinkShowResponsive .owl-dots {
  margin-top: 15px;
  text-align: center;
}
.backlinkSell .backlinkShowResponsive .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 7px;
  background: #BFBFBF;
}
.backlinkSell .backlinkShowResponsive .owl-dots .owl-dot.active {
  background: #0E4D82;
  width: 16px;
  height: 8px;
  border-radius: 25px;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

/*# sourceMappingURL=main-styles.css.map */
