@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #C60C02;
  --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: #C60C02;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #C60C02;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fd534a;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f80f03;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(198, 12, 2, 0.25);
}

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

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

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

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

.btn-danger {
  color: #fff;
  background-color: #C60C02;
  border-color: #C60C02;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a00a02;
  border-color: #940901;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 12, 2, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C60C02;
  border-color: #C60C02;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #940901;
  border-color: #870801;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 12, 2, 0.5);
}

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

.alert-danger {
  color: #670601;
  background-color: #f4cecc;
  border-color: #efbbb8;
}
.alert-danger hr {
  border-top-color: #eaa7a3;
}
.alert-danger .alert-link {
  color: #340301;
}

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-end {
  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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #C60C02 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #940901 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*  ===============
  1. Reset
===============  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html {
  font-size: 10px;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (max-width: 1450.98px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 8px;
  }
}

body {
  background-color: #fff;
  color: #1D1D1D;
  font-family: "Oxygen", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}
p b,
p strong {
  font-weight: 700;
}
p a {
  color: inherit;
  color: #2ED173;
}
p a:hover {
  color: #41B6F7;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #2ED173;
}

img {
  max-width: 100%;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade.show {
  opacity: 1;
}

.modal-open {
  padding-right: 0 !important;
  overflow-y: auto;
  z-index: 9999;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #1D1D1D;
  display: block;
  line-height: 1.3;
  margin: 0;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
}
h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  color: #41B6F7;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.section-title {
  color: #1D1D1D;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.section-title.white {
  color: #fff;
}
.section-title.black {
  color: #000;
}
.section-title.ttu {
  text-transform: uppercase;
}
.section-title.mb-0 {
  margin-bottom: 0;
}
.section-title h1,
.section-title h2,
.section-title h3 {
  color: inherit;
  display: inline-block;
  line-height: 1.3;
  padding-bottom: 0;
  margin-bottom: inherit;
}
.section-title h1 a,
.section-title h2 a,
.section-title h3 a {
  color: inherit;
}
.section-title h1 a:hover,
.section-title h2 a:hover,
.section-title h3 a:hover {
  color: #2ED173;
}
@media (max-width: 991px) {
  .section-title h1,
.section-title h2,
.section-title h3 {
    font-size: 2.3rem;
  }
}
.section-title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}

.page-title {
  color: #1D1D1D;
  display: block;
  margin-bottom: 25px;
  text-align: left;
  font-size: 5rem;
  margin-bottom: 0.5rem;
}
.page-title h1 {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin-bottom: inherit;
}
.page-title h1 span {
  display: block;
}
.page-title small {
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}
.page-title.white {
  color: #fff;
}
.page-title.black {
  color: #000;
}
.page-title.ttu {
  text-transform: uppercase;
}
.page-title.mb-0 {
  margin-bottom: 0;
}

.ttl {
  font-weight: 600;
  margin-bottom: 10px;
}
.ttl.white {
  color: #fff;
}
.ttl.black {
  color: #000;
}

.ttl-lg {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.ttl-lg h1, .ttl-lg h2, .ttl-lg h3, .ttl-lg h4, .ttl-lg h5, .ttl-lg h6 {
  font-size: inherit;
  margin-bottom: inherit;
  color: inherit;
}

.ttl-md {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
}
.ttl-md h1, .ttl-md h2, .ttl-md h3, .ttl-md h4, .ttl-md h5, .ttl-md h6 {
  font-size: inherit;
  margin-bottom: inherit;
  color: inherit;
}

.ttl-sm {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ttl-sm h1, .ttl-sm h2, .ttl-sm h3, .ttl-sm h4, .ttl-sm h5, .ttl-sm h6 {
  font-size: inherit;
  margin-bottom: inherit;
  color: inherit;
}

.admin-content,
.cnt {
  /* =====     Unordered List Items     ===== */
  /* =====     Ordered List Items     ===== */
}
.admin-content a,
.cnt a {
  text-decoration: underline;
}
.admin-content ul,
.cnt ul {
  display: block;
  margin: 24px 0 24px;
  padding-left: 20px;
}
.admin-content ul li,
.cnt ul li {
  display: block;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
  font-size: 1rem;
}
.admin-content ul li + li,
.cnt ul li + li {
  margin-top: 10px;
}
.admin-content ul li:before,
.cnt ul li:before {
  color: #2ED173;
  position: absolute;
  font-family: "hamphotos";
  content: "";
  left: 0;
  top: 3px;
  font-size: 16px;
}
.admin-content ul.white li:before,
.cnt ul.white li:before {
  border-color: #fff;
}
.admin-content ol,
.cnt ol {
  margin: 24px 0 10px;
  padding-left: 20px;
  counter-reset: item;
}
.admin-content ol li,
.cnt ol li {
  display: block;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.admin-content ol li + li,
.cnt ol li + li {
  margin-top: 15px;
}
.admin-content ol li:before,
.cnt ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}
.admin-content ol.lower-alpha li:before,
.cnt ol.lower-alpha li:before {
  content: counters(item, "", lower-alpha) ")";
}
.admin-content ol.lower-roman li:before,
.cnt ol.lower-roman li:before {
  content: counters(item, "", lower-roman) ")";
}
.admin-content ol.roman-sub li,
.cnt ol.roman-sub li {
  padding-left: 30px;
}
.admin-content ol.roman-sub li:before,
.cnt ol.roman-sub li:before {
  content: counters(item, ".", upper-roman) ".";
  counter-increment: item;
  font-weight: 500;
}
.admin-content ol.roman-sub li ol li,
.cnt ol.roman-sub li ol li {
  padding-left: 32px;
}
.admin-content ol.decimal-sub li,
.cnt ol.decimal-sub li {
  padding-left: 30px;
}
.admin-content ol.decimal-sub li:before,
.cnt ol.decimal-sub li:before {
  content: counters(item, ". ", decimal) ".";
  counter-increment: item;
  font-weight: 500;
}
.admin-content ol.decimal-sub li ol,
.cnt ol.decimal-sub li ol {
  padding-top: 5px;
}
.admin-content ol.decimal-sub li ol li,
.cnt ol.decimal-sub li ol li {
  padding-left: 32px;
}
.admin-content ol.decimal-sub li ol ol li,
.cnt ol.decimal-sub li ol ol li {
  padding-left: 50px;
}
.admin-content ul + h2, .admin-content ul + h3, .admin-content ul + h4, .admin-content ul + h5, .admin-content ul + h6,
.admin-content ol + h2,
.admin-content ol + h3,
.admin-content ol + h4,
.admin-content ol + h5,
.admin-content ol + h6,
.cnt ul + h2,
.cnt ul + h3,
.cnt ul + h4,
.cnt ul + h5,
.cnt ul + h6,
.cnt ol + h2,
.cnt ol + h3,
.cnt ol + h4,
.cnt ol + h5,
.cnt ol + h6 {
  margin-top: 30px;
}
.admin-content ul + p,
.admin-content ol + p,
.cnt ul + p,
.cnt ol + p {
  margin-top: 20px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table th {
  color: #2ED173;
  font-weight: 700;
  height: 34px;
}
table td {
  height: 34px;
  padding: 7px 12px;
}
table td.none {
  height: 10px !important;
  padding: 0 10px;
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.responsive-table {
  overflow-x: auto;
}
.responsive-table::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .table-mobile table {
    width: 100%;
  }
  .table-mobile table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-mobile table td {
    border-bottom: 1px solid #E6E6E6;
    display: block;
    padding: 9px 12px 9px 100px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .table-mobile table td:last-child {
    border-bottom-width: 3px;
  }
  .table-mobile table td:before {
    content: attr(data-label);
    display: inline-block;
    float: left;
    font-weight: 500;
    left: 12px;
    position: absolute;
  }
}

.d-flx {
  display: flex;
  flex-wrap: wrap;
}
.d-flx.no-wrap {
  flex-wrap: nowrap;
}

.flx-both {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flx-top {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flx-bottom {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flx-vcenter {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.flx-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flx-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.flx-hcenter {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flx-equal-space {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.cf::after {
  display: block;
  clear: both;
  content: "";
}

.d-blk {
  display: block;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.tel {
  cursor: default;
}

.no-pad {
  padding: 0 !important;
}

.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.default li {
  list-style-type: none;
}
.default li:before, .default li:after {
  display: none;
}

@font-face {
  font-family: "gilroy-bold";
  src: url("../fonts/gilroy/gilroy-bold-webfont.eot");
  src: url("../fonts/gilroy/gilroy-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-bold-webfont.woff") format("woff"), url("../fonts/gilroy/gilroy-bold-webfont.ttf") format("truetype"), url("../fonts/gilroy/gilroy-bold-webfont.svg#gilroy-bolduploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-bold";
  src: url("../fonts/gilroy/gilroy-bold-webfont.eot");
  src: url("../fonts/gilroy/gilroy-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-bold-webfont.woff") format("woff"), url("../fonts/gilroy/gilroy-bold-webfont.ttf") format("truetype"), url("../fonts/gilroy/gilroy-bold-webfont.svg#gilroy-bolduploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-heavy";
  src: url("../fonts/gilroy/gilroy-heavy-webfont.eot");
  src: url("../fonts/gilroy/gilroy-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/gilroy-heavy-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-heavy-webfont.woff") format("woff"), url("../fonts/gilroy/gilroy-heavy-webfont.ttf") format("truetype"), url("../fonts/gilroy/gilroy-heavy-webfont.svg#gilroy-heavyuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-light";
  src: url("../fonts/gilroy/gilroy-light-webfont.eot");
  src: url("../fonts/gilroy/gilroy-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/gilroy-light-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-light-webfont.woff") format("woff"), url("../fonts/gilroy/gilroy-light-webfont.ttf") format("truetype"), url("../fonts/gilroy/gilroy-light-webfont.svg#gilroy-lightuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-medium";
  src: url("../fonts/gilroy/gilroy-medium-webfont.eot");
  src: url("../fonts/gilroy/gilroy-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/gilroy-medium-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-medium-webfont.woff") format("woff"), url("../fonts/gilroy/gilroy-medium-webfont.ttf") format("truetype"), url("../fonts/gilroy/gilroy-medium-webfont.svg#gilroy-mediumuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-regular";
  src: url("../fonts/gilroy/gilroy-regular-webfont.eot");
  src: url("../fonts/gilroy/gilroy-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/gilroy-regular-webfont.woff2") format("woff2"), url("../fonts/gilroy/gilroy-regular-webfont.woff") format("woff"), url("../fonts/gilroy/gilroy-regular-webfont.ttf") format("truetype"), url("../fonts/gilroy/gilroy-regular-webfont.svg#gilroy-regularuploaded_file") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hamphotos";
  src: url("../fonts/icons/hamphotos.eot?54413516");
  src: url("../fonts/icons/hamphotos.eot?54413516#iefix") format("embedded-opentype"), url("../fonts/icons/hamphotos.woff2?54413516") format("woff2"), url("../fonts/icons/hamphotos.woff?54413516") format("woff"), url("../fonts/icons/hamphotos.ttf?54413516") format("truetype"), url("../fonts/icons/hamphotos.svg?54413516#hamphotos") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hamphotos';
    src: url('../font/hamphotos.svg?54413516#hamphotos') format('svg');
  }
}
*/
[class^=hp-]:before,
[class*=" hp-"]:before {
  font-family: "hamphotos";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.hp-down-dir:before {
  content: "";
}

/* '' */
.hp-up-dir:before {
  content: "";
}

/* '' */
.hp-left-dir:before {
  content: "";
}

/* '' */
.hp-right-dir:before {
  content: "";
}

/* '' */
.hp-plus:before {
  content: "";
}

/* '' */
.hp-search-ico:before {
  content: "";
}

/* '' */
.hp-search:before {
  content: "";
}

/* '' */
.hp-moon-inv:before {
  content: "";
}

/* '' */
.hp-user:before {
  content: "";
}

/* '' */
.hp-left-open-big:before {
  content: "";
}

/* '' */
.hp-right-open-big:before {
  content: "";
}

/* '' */
.hp-up:before {
  content: "";
}

/* '' */
.hp-left:before {
  content: "";
}

/* '' */
.hp-left-1:before {
  content: "";
}

/* '' */
.hp-right:before {
  content: "";
}

/* '' */
.hp-cancel:before {
  content: "";
}

/* '' */
.hp-cancel-1:before {
  content: "";
}

/* '' */
.hp-menu:before {
  content: "";
}

/* '' */
.hp-heart:before {
  content: "";
}

/* '' */
.hp-heart-hover:before {
  content: "";
}

/* '' */
.hp-view:before {
  content: "";
}

/* '' */
.hp-chat:before {
  content: "";
}

/* '' */
.hp-search-1:before {
  content: "";
}

/* '' */
.hp-126474:before {
  content: "";
}

/* '' */
.hp-share:before {
  content: "";
}

/* '' */
.hp-share-hover:before {
  content: "";
}

/* '' */
.hp-heart-border:before {
  content: "";
}

/* '' */
.hp-twitter:before {
  content: "";
}

/* '' */
.hp-facebook:before {
  content: "";
}

/* '' */
.hp-circle:before {
  content: "";
}

/* '' */
.hp-circle-thin:before {
  content: "";
}

/* '' */
.hp-whatsapp:before {
  content: "";
}

/* '' */
/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
.input,
textarea,
select,
.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  color: #1D1D1D;
  display: block;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
.input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
.input::placeholder,
textarea::placeholder,
select::placeholder,
.form-control::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

textarea.form-control {
  height: 100px;
  padding: 15px 20px;
  resize: none;
}
@media (max-width: 1199px) {
  textarea.form-control {
    padding-left: 10px;
    padding-right: 10px;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/select-icon.svg") no-repeat 96% 50%;
  outline: none;
}
select:focus, select:active {
  outline: none;
}

option {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.input-holder {
  margin-bottom: 15px;
  position: relative;
}
.input-holder::after {
  display: block;
  clear: both;
  content: "";
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: #C60C02;
}
.input-holder .error,
.input-holder .newerror {
  background-color: #C60C02;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  right: 0;
  line-height: 1;
  padding: 5px 5px;
  position: absolute;
  top: -19px;
}
.input-holder .error:after,
.input-holder .newerror:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #C60C02;
  bottom: -5px;
  content: "";
  right: 10px;
  position: absolute;
}
.input-holder .newerror {
  top: -20px;
}
@media (max-width: 767px) {
  .input-holder .newerror {
    top: -25px;
  }
}

.btn-grp .btn {
  margin: 0 10px;
}
.btn-grp .btn:last-child {
  margin-right: 0;
}

.btn {
  position: relative;
  font-size: 1.6rem;
  box-shadow: none;
  border: none;
  background-color: #2ED173;
  display: inline-flex;
  -webkit-display: inline-flex;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  text-decoration: none;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn {
    padding-top: 13px !important;
  }
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.primary {
  background: #2ED173;
  color: #fff;
}
.btn.primary:hover {
  color: #fff;
}
.btn.brdr {
  border: 1px solid #2ED173;
}
.btn.btn-hp:hover {
  background: #29293B;
  color: #fff;
}
.btn.btn-primary {
  background: #2ED173;
  font-weight: 700;
  border: 2px solid #2ED173;
}
.btn.btn-primary:hover {
  background: none;
  color: #000;
}
.btn.btn-md {
  min-height: 45px;
  font-size: 1.4rem;
}
.btn.btn-sm, .btn-group-sm > .btn {
  min-height: 40px;
  font-size: 1.4rem;
}
.btn.btn-lg, .btn-group-lg > .btn {
  min-height: 57px;
  font-size: 1.6rem;
  padding: 0 52px;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .btn.btn-lg, .btn-group-lg > .btn {
    padding-top: 14px !important;
  }
}
@media (max-width: 767px) {
  .btn.btn-lg, .btn-group-lg > .btn {
    min-height: 50px;
  }
}
.btn.btn-icon {
  position: relative;
  padding-left: 50px;
}
.btn.btn-icon img, .btn.btn-icon svg {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 15px;
  fill: #fff;
  transition: all, ease-in-out, 0.3s;
}
.btn.btn-icon:hover svg {
  fill: #2ED173 !important;
}
.btn.plus-icon {
  position: relative;
  border: none;
}
.btn.plus-icon:hover {
  background: #25a75c;
}
.btn.styled {
  border: 1px solid #2ED173;
  background: transparent;
  color: #2ED173;
  font-size: 1.4rem;
  padding: 0 20px;
}
.btn.styled:hover {
  background-color: #2ED173;
  color: #fff;
  opacity: 1;
}
.btn.full-width {
  width: 100%;
  text-align: center;
}

@media (min-width: 1279px) {
  .desk-hide {
    display: none;
  }

  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 25px;
    position: relative;
    top: 14px;
    cursor: pointer;
  }
  .main-nav > ul > li.active-menu a:after {
    width: 100%;
    opacity: 1;
  }
  .main-nav > ul > li.submenu i {
    position: absolute;
    width: 37px;
    height: 33px;
    top: 3px;
    right: 0;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  .main-nav > ul > li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #b3b3b3;
    position: absolute;
    right: 17px;
    top: 14px;
    z-index: 10;
  }
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
  .main-nav > ul > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .main-nav > ul > li > a:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: -7px;
    height: 2px;
    background: #2ED173;
    opacity: 0;
    transition: all, ease, 0.3s;
  }
  .main-nav > ul > li > a.active-menu:after {
    width: 100%;
    opacity: 1;
    color: #2ED173;
  }
  .main-nav > ul > li:hover > a {
    transition: all, ease, 0.5s;
  }
  .main-nav > ul > li:hover > a:after {
    opacity: 1;
    width: 100%;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
  .main-nav > ul > li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 250px;
    display: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  }
  .main-nav > ul > li ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .main-nav > ul > li ul li:last-child {
    border: 0;
  }
  .main-nav > ul > li ul li a {
    font-size: 0.9rem;
    padding: 8px 20px;
    display: block;
    text-decoration: none;
  }
  .main-nav > ul > li ul li:hover > ul {
    display: block;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    color: #2ED173;
  }
  .main-nav > ul > li ul li.submenu::after {
    content: "";
    font-family: "hamphotos";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #2ED173;
    font-size: 10px;
  }

  .mob-btn {
    display: none;
  }
}
@media (min-width: 1280px) {
  .main-nav > ul > li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .main-nav > ul > li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1600px) {
  .main-nav > ul > li {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1279px) {
  /*==== Menu ====*/
  .main-nav {
    display: block;
    position: fixed;
    max-width: 100%;
    top: 0;
    margin-top: 65px;
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 200px;
    right: 0;
    height: 100%;
    transition: all, ease-in-out, 0.3s;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    transform: scaleY(0);
    transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    position: relative;
    font-size: 13px;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 0.15rem;
    display: block;
    padding: 10px;
    padding-right: 40px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #b3b3b3;
    position: absolute;
    right: 17px;
    top: 18px;
    z-index: 10;
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }

  .show-menu .main-nav {
    opacity: 1;
    transform: scale(1, 1);
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .show-menu .mob-btn span + span {
    width: 80%;
  }
  .show-menu .mob-btn span + span + span {
    width: 50%;
  }

  .mob-btn {
    position: absolute;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 8px;
    top: 0px;
    z-index: 4;
    width: 55px;
    height: 60px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mob-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #2ED173;
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .mob-btn span + span {
    margin-top: 7px;
  }
  .mob-btn input {
    display: none;
  }
}
@media (max-width: 1249px) {
  .lightMod .main-nav .explore-menu .dropdown-menu .dropdown-item:after {
    color: #000000;
  }
  .lightMod .main-nav .explore-menu .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #1514140f;
  }
}

/* ================================
            Slick Slider
============================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider *:focus {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1450px) {
  .slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  font-size: 17px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "hamphotos";
  font-size: 15px;
  line-height: inherit;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.slick-prev {
  left: 35px;
}
@media (max-width: 992px) {
  .slick-prev {
    left: 15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -60px;
}
@media (max-width: 1450px) {
  [dir=rtl] .slick-prev {
    left: 0;
  }
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 35px;
}
@media (max-width: 992px) {
  .slick-next {
    right: 15px;
  }
}
[dir=rtl] .slick-next {
  left: -60px;
  right: auto;
}
@media (max-width: 1450px) {
  [dir=rtl] .slick-next {
    right: 0;
  }
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 1200px) {
  .slick-dots li {
    margin: 0 10px 0 0;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  font-family: "hamphotos";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #2ED173;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    border-width: 1px;
    height: 12px;
    width: 12px;
  }
}

.dots-left .slick-dots {
  left: 0;
}

.dots-right .slick-dots {
  right: 0;
}

.dots-center .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

/* ================================
        Popup and Popover
================================= */
.main-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0 auto;
  height: 75px;
  background: transparent;
  z-index: 99999;
  transition: all, ease, 0.5s;
}
@media (max-width: 1279px) {
  .main-header {
    height: 60px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (min-width: 1800px) {
  .main-header .header-container {
    max-width: 100%;
    padding: 0 7.3%;
  }
}
@media (min-width: 2000px) {
  .main-header .header-container {
    max-width: 2000px;
  }
}
@media (min-width: 1280px) {
  .main-header .mobile-header-user {
    display: none;
  }
}
.main-header:after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  top: 60px;
  height: 3px;
  background: rgba(255, 242, 242, 0.0784313725);
  transition: all, ease, 0.5s;
}
.main-header.home-header .not_bell_icon svg * {
  fill: #fff !important;
}

.hplogo {
  z-index: 4;
}
.hplogo svg {
  width: 50px;
}
.hplogo a {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.hplogo a .logo-text {
  margin-left: 15px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #2C2C2C;
  font-family: "gilroy-bold";
  font-weight: normal;
}
@media (max-width: 1450px) {
  .hplogo a .logo-text {
    font-size: 2.3rem;
  }
}
@media (max-width: 1279px) {
  .hplogo a .logo-text {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  .hplogo a .logo-text {
    font-size: 2.5rem;
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  .hplogo a .logo-text {
    display: none !important;
  }
}
.hplogo a .tag-line-logo {
  font-size: 1.3rem;
  color: #2C2C2C;
  font-family: "Oxygen", sans-serif;
  margin-top: -4px;
}
@media (max-width: 800px) {
  .hplogo a .tag-line-logo {
    font-size: 9px;
  }
}

.header-container {
  padding-left: 55px;
  padding-right: 55px;
  max-width: 2000px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .header-container {
    padding-left: 15px;
    padding-right: 30px;
  }
}
@media (max-width: 1279px) {
  .header-container {
    padding-right: 80px;
  }
}
@media (max-width: 1279px) {
  .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1279px) {
  .hdr-align {
    align-items: flex-start;
  }
}

.hdr-usr-post .notification_bell a .not_bell_icon {
  position: relative;
}
.hdr-usr-post .notification_bell a .not_bell_icon .notification-count {
  color: #ffffff;
  position: absolute;
  right: -10px;
  width: 22px;
  height: 22px;
  background-color: #55d173;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: 2px;
}
@media (max-width: 767px) {
  .hdr-usr-post {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 136px;
    top: 8px;
    border: none !important;
  }
  .hdr-usr-post .notification_bell .notification_list {
    display: none;
    position: fixed;
    top: 58px;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
  }
}

@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .language-selector {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .language-selector .dropdown {
    width: 164px;
    margin: 0;
  }
}
.language-selector .dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-clip: initial;
  z-index: 999999;
}
@media (max-width: 1279px) {
  .language-selector .dropdown .dropdown-menu {
    width: 105px !important;
    left: -2px !important;
    top: 2px !important;
  }
}
.language-selector .dropdown .dropdown-item {
  font-size: 1.6rem;
}
@media (max-width: 1279px) {
  .language-selector .dropdown .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.language-selector .dropdown .dropdown-item.active {
  background-color: inherit !important;
  color: #2ED173 !important;
}
.language-selector .dropdown .btn {
  border: none;
  color: #fff;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1280px) {
  .language-selector .dropdown .btn {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 1279px) {
  .language-selector .dropdown .btn {
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .language-selector .dropdown .btn {
    font-size: 2rem;
  }
}
.language-selector .dropdown .btn:hover {
  background: none;
}

@media (min-width: 1280px) {
  .hdr-user {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
    position: relative;
    top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1600px) {
  .hdr-user {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hdr-user span {
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  margin-left: 8px;
  letter-spacing: 0.2rem;
}
@media (max-width: 1279px) {
  .hdr-user span {
    margin: 0;
    margin-left: 6px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .hdr-user span {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .hdr-user {
    z-index: 99999;
    top: 8px;
    right: 70px;
    position: absolute;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
  }
}
.hdr-user figure {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1279px) {
  .hdr-user figure {
    width: 30px;
    height: 30px;
  }
}
.hdr-user figure img {
  max-width: 100%;
  height: 35px;
}
@media (max-width: 1279px) {
  .hdr-user figure img {
    height: 30px;
  }
}

.hdr-uploadpost .btn {
  font-weight: 400;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #2ED173;
  min-height: 38px;
}
@media (max-width: 767px) {
  .hdr-uploadpost .btn {
    margin-top: 17px;
    min-height: 32px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.hdr-uploadpost .btn b {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .hdr-uploadpost .btn b {
    font-size: 1.5rem;
  }
}
.hdr-uploadpost .btn:hover {
  background: transparent;
  border-color: 1px solid #fff;
  color: #fff;
}

.hdr-search {
  position: relative;
  transition: all, ease, 0.3s;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .hdr-search {
    margin-left: 12px;
  }
}
.hdr-search ::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 0.2rem;
}
.hdr-search :-moz-placeholder {
  color: #fff;
  letter-spacing: 0.2rem;
}
.hdr-search ::-moz-placeholder {
  color: #fff;
  letter-spacing: 0.2rem;
}
.hdr-search :-ms-input-placeholder {
  color: #fff;
  letter-spacing: 0.2rem;
}
.hdr-search .search-bar {
  background: #4B4B5C;
  color: #fff;
  letter-spacing: 0.2rem;
}
.hdr-search .search-box {
  display: none;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .hdr-search .search-box {
    padding-top: 20px;
  }
}
.hdr-search .bx-close {
  opacity: 0;
  display: none;
}
.hdr-search .srch-anim .sr-btn {
  background: none;
  border: none;
  font-size: 25px;
  color: #fff;
  outline: none !important;
  opacity: 1;
  cursor: pointer;
}
.hdr-search .srch-anim .sr-btn:hover {
  color: #2ED173;
}
@media (max-width: 1279px) {
  .hdr-search .srch-anim .sr-btn {
    color: #2ED173 !important;
  }
}
@media (max-width: 767px) {
  .hdr-search .srch-anim {
    display: block;
    position: absolute;
    right: 50px;
    height: 47px;
    top: 3px;
  }
}
@media (max-width: 380px) {
  .hdr-search .srch-anim {
    right: 42px;
  }
}

.overlay {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  display: none;
}

.search-back-btn {
  display: none;
  width: 30px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: fixed;
  right: 18px;
  top: 15px;
}
.search-back-btn svg {
  max-width: 100%;
  fill: #2ED173;
}

.main-header .hdr-search {
  display: none;
}
@media (min-width: 1280px) {
  .main-header.transperant-header {
    background: rgba(0, 0, 0, 0.2901960784);
  }
  .main-header.transperant-header .hplogo a .logo-text {
    color: #fff;
  }
  .main-header.transperant-header .main-nav > ul > li > a {
    color: #fff;
  }
  .main-header.transperant-header .language-selector .dropdown .btn {
    color: #fff;
  }
}
@media (max-width: 1279px) {
  .main-header.transperant-header {
    background: rgba(0, 0, 0, 0.2901960784);
  }
}
.main-header.search-header .hdr-search {
  display: block;
}
.main-header.darken-header {
  background: #323241;
}
.main-header.darken-header .hplogo a .logo-text {
  color: #fff;
}
.main-header.darken-header .hplogo .tag-line-logo {
  color: #fff;
}
@media (min-width: 1280px) {
  .main-header.darken-header .language-selector .dropdown .btn {
    color: #fff;
  }
}

.notification_bell {
  position: relative;
}
@media (min-width: 1280px) {
  .notification_bell {
    margin-left: 15px;
  }
}
.notification_bell a {
  display: block;
}
@media (max-width: 767px) {
  .notification_bell .not_bell_icon {
    padding-left: 0px;
    margin-bottom: 15px;
  }
}
.notification_bell .notification_list {
  z-index: 9999999;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translatey(25px);
  position: absolute;
  right: -100px;
  width: 400px;
  background: #2F313C;
  top: 70px;
  padding: 20px;
  padding-right: 30px;
  border-radius: 15px;
  border: 1px solid #3A3D4D;
  transition: all, ease-in-out, 0.5s;
  overflow-y: auto;
}
@media (max-width: 1279px) {
  .notification_bell .notification_list {
    max-height: calc(100vh - 65px);
    background: #20222E;
  }
}
.notification_bell .notification_list.drop_open {
  opacity: 1;
  transform: translatey(0px);
  visibility: visible;
  display: block !important;
}
.notification_bell .notification_list:after {
  right: 35px;
  position: absolute;
  content: "";
  pointer-events: none;
  bottom: 100%;
  height: 0;
  width: 0;
  border-bottom: 7px solid #2f313c;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.notification_bell .notification_list h5 {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #343640;
  text-align: center;
}
.notification_bell .notification_list .not_list .not-profile-pic {
  flex: 0 0 12%;
  max-width: 12%;
}
.notification_bell .notification_list .not_list .not-comment {
  padding-left: 20px;
  flex: 0 0 73%;
  max-width: 73%;
}
.notification_bell .notification_list .notification_list .not_list .not-image {
  flex: 0 0 15%;
  max-width: 15%;
}
.notification_bell .notification_list .not_list {
  padding: 10px 0;
}

.not_view_more {
  margin-top: 10px;
  color: #2ED173;
}
.not_view_more span {
  font-size: 22px;
  margin-right: 5px;
}

.lightMod .notification_bell .notification_list {
  border: 1px solid rgba(214, 217, 230, 0.51);
  background: #fff;
}
.lightMod .notification_bell .notification_list:after {
  border-bottom: 7px solid #fff;
}
.lightMod .notification_bell .notification_list h5 {
  color: #000;
  border-bottom: 1px solid #d5d5d5;
}
.lightMod .hdr-uploadpost .btn:hover {
  color: #2ED173;
}
.lightMod .profileAboutMe {
  color: #1d1d1d;
}

.transperant-header .notification_bell .not_bell_icon path,
.darken-header .notification_bell .not_bell_icon path {
  fill: #cfd6e0;
}

.notification_bell .not_bell_icon path {
  fill: #2C2C2C;
}

.search-open .search_inbell {
  display: none;
}

.search_inbell {
  display: none;
  position: absolute;
  top: 5px;
  right: 100px;
}
@media (max-width: 1199.98px) {
  .search_inbell {
    display: block;
  }
}

header .dropdown-menu {
  display: none;
  position: absolute !important;
  transform: translate3d(0px, 45px, 0px) !important;
  top: -6px !important;
  left: 14px !important;
  will-change: transform !important;
  padding: 20px 10px !important;
  background: #20202e;
  border-radius: 5px;
}
header .dropdown-menu:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -5px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #20222E;
}
header .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 5px 5px 5px;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.8px;
  font-size: 14px !important;
}
@media (min-width: 1280px) {
  header .dropdown-menu .dropdown-item:hover {
    background-color: inherit;
    color: #2ED173;
  }
}

.lightMod header {
  box-shadow: 1px 1px 5px #dad7d7;
}
.lightMod header .dropdown-menu:after {
  border-bottom-color: #f2f2f2;
}

.language-selector .dropdown-menu {
  left: -3px;
  top: 2px;
}

.hdr-user {
  cursor: pointer;
}
.hdr-user:hover span {
  color: #2ED173;
}
.hdr-user:hover .dropdown-menu {
  display: block !important;
}
.hdr-user .dropdown-menu {
  top: 1px !important;
  left: 33px !important;
}
@media (max-width: 1279px) {
  .hdr-user .dropdown-menu {
    top: -14px !important;
    left: -16px !important;
  }
  .hdr-user .dropdown-menu:after {
    left: 50% !important;
  }
}

@media (max-width: 1279px) {
  .main-nav .explore-menu {
    position: relative;
    padding-bottom: 140px;
  }
  .main-nav .explore-menu .dropdown-menu {
    display: block;
    left: 0 !important;
    right: inherit;
    top: 0 !important;
    background: transparent;
    border: none;
    padding: 0 !important;
  }
  .main-nav .explore-menu .dropdown-menu:before, .main-nav .explore-menu .dropdown-menu:after {
    display: none;
  }
  .main-nav .explore-menu .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #c7c7c70f;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.15rem;
    font-weight: 500;
    position: relative;
  }
  .main-nav .explore-menu .dropdown-menu .dropdown-item:after {
    position: absolute;
    content: "-";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
  }
}
.main-nav .explore-menu.show {
  display: none !important;
}
.main-nav .explore-menu:hover .dropdown-item:hover {
  color: #2ED173;
}
.main-nav .explore-menu:hover .dropdown-menu {
  display: block;
}

.slim-head-on .notification_bell .not_bell_icon svg path {
  fill: #fff;
}

.mobile-notify {
  position: relative;
}
.mobile-notify .notification-count {
  position: absolute;
  color: #fff;
  right: -3px;
  top: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2ED173;
  border-radius: 50%;
  font-size: 11px;
}

.cursor-default {
  cursor: default;
}

@media (max-width: 1279px) {
  .main-header .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background: transparent !important;
  }
}
@media (min-width: 1280px) {
  .hdr-search {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
  }
  .hdr-search .sr-btn {
    display: none !important;
  }

  .main-nav > ul .desk-header-search-icon {
    display: none !important;
  }

  .search-header .main-nav > ul .desk-header-search-icon {
    display: inline-block !important;
    padding-right: 0;
    padding-left: 0;
  }
  .search-header .main-nav > ul .sr-btn {
    background: none;
    border: none;
    font-size: 25px;
    color: #fff;
    outline: none !important;
    opacity: 1;
    cursor: pointer;
    color: #2ED173;
  }
}
@media (max-width: 1279px) {
  .desk-header-search-icon {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-header {
    padding-right: 75px;
  }
}
.ipad-view-language-sel {
  display: none;
}
.ipad-view-language-sel .mobile-header-user {
  display: none;
}
.ipad-view-language-sel .mobile-header-user {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ipad-view-language-sel {
    display: block;
  }
  .ipad-view-language-sel .language-selector .dropdown {
    width: inherit;
    padding-right: 35px;
  }
  .ipad-view-language-sel .hdr-uploadpost {
    margin-right: 16px;
  }
  .ipad-view-language-sel .hdr-user {
    padding: 0 20px;
    padding-left: 0;
  }
  .ipad-view-language-sel .login-sec ul {
    padding-left: 0;
    margin: 0;
  }
  .ipad-view-language-sel .login-sec ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
    position: relative;
    top: 10px;
    cursor: pointer;
  }
  .ipad-view-language-sel .login-sec ul li a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
  }
}
.ipad-view-language-sel .hdr-uploadpost .btn b {
  font-size: 1.2rem;
}
.ipad-view-language-sel .hdr-uploadpost .btn {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 32px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  body.show-menu .ipad-view-language-sel {
    display: none;
  }
  body.show-menu .main-nav .hdr-uploadpost {
    display: none;
  }
}
@media (max-width: 767px) {
  body.show-menu .ipad-view-language-sel {
    display: block !important;
  }
  body.show-menu .ipad-view-language-sel .language-selector {
    display: none !important;
  }
  body.show-menu .ipad-view-language-sel .login-sec {
    display: none !important;
  }
  body.show-menu .ipad-view-language-sel .hdr-uploadpost {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .hplogo a .logo-text {
    font-size: 1.8rem;
  }

  .language-selector .dropdown .btn {
    font-size: 1.5rem;
  }

  .hdr-user span {
    font-size: 1.5rem;
  }

  .hdr-uploadpost .btn b {
    font-size: 1.2rem;
  }

  .hdr-uploadpost .btn {
    padding-right: 7px;
    padding-left: 7px;
    min-height: 30px;
  }

  .language-selector .dropdown .dropdown-menu {
    width: 105px !important;
  }

  .main-header {
    padding-right: 55px;
  }

  .ipad-view-language-sel .hdr-uploadpost {
    margin-right: 13px;
  }

  .hdr-search .srch-anim .sr-btn {
    font-size: 21px;
  }
}
.footer-logo .logo-text {
  margin-left: 15px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  font-family: "gilroy-bold";
  font-weight: normal;
}
.footer-logo .logo-text .tag-line-logo {
  font-size: 1.3rem;
  font-family: "Oxygen", sans-serif;
  margin-top: -4px;
}

.bg-cover {
  background-size: cover !important;
  background-position: center;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.full-width {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 2000px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1390px;
  }
  .container.full-width {
    width: 100%;
    max-width: 2000px;
  }
}
.ttl-line {
  position: relative;
}
.ttl-line:before {
  position: absolute;
  content: "";
  width: 45px;
  background: #2ED173;
  height: 5px;
  left: -70px;
  top: 23px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .ttl-line {
    padding-top: 25px;
  }
  .ttl-line:before {
    left: 0;
    top: 15px;
  }
}
.ttl-line.right:before {
  left: auto;
  right: -70px;
}
.ttl-line.top:before {
  left: 0;
  top: -7px;
}
.ttl-line.bottom:before {
  left: 0;
  top: inherit;
  bottom: -15px;
}

.pb-25 {
  padding-bottom: 25px;
}

.bx-ttl {
  margin-bottom: 1rem;
}
.bx-ttl h1, .bx-ttl h2, .bx-ttl h3, .bx-ttl h4, .bx-ttl h5, .bx-ttl h6 {
  font-size: inherit;
  margin-bottom: inherit;
}

.img-center {
  display: flex;
  flex-wrap: wrap;
}
.img-center a {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  max-width: 100%;
}
.img-center img {
  flex: 1;
  object-fit: cover;
  object-position: 100% 0;
  max-width: inherit !important;
}

.img-bg-center {
  background-position: center !important;
  background-size: cover !important;
}

.bx-text p {
  margin-bottom: 0;
}
.bx-text p + {
  margin-top: 1rem;
}

.tc-c2 {
  color: #051729;
}

.tc-alt {
  color: #838396;
}

.br-5 {
  border-radius: 5px;
}

.br-4 {
  border-radius: 4px;
}

.br-50 {
  border-radius: 50%;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.hp-sqbox {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.hp-sqbox img {
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  object-fit: cover;
}

.dropdown-menu {
  background: #20222e;
}
.dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: #2ED173;
}

.close {
  opacity: 1 !important;
}
.close:focus, .close:visited {
  outline: none;
  border: none;
}
.close span:focus, .close span:visited {
  outline: none;
  border: none;
}
.close span:before, .close span:after {
  background: #2ED173 !important;
  width: 2px;
}
.close:hover {
  opacity: 0.5 !important;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

.hp-popup {
  background: rgba(0, 0, 0, 0.71);
  z-index: 99999;
}
.hp-popup .modal-content {
  background: #20202e;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hp-popup .modal-content {
    border-radius: 0px;
  }
}
.hp-popup .modal-content .modal-body {
  background: #20202e;
}
@media (max-width: 768px) {
  .hp-popup.user_profile {
    padding-right: 0px !important;
  }
}
.hp-popup.user_profile ::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 1.5rem !important;
  opacity: 0.5 !important;
}
.hp-popup.user_profile :-moz-placeholder {
  color: #fff !important;
  font-size: 1.5rem !important;
  opacity: 0.5 !important;
}
.hp-popup.user_profile ::-moz-placeholder {
  color: #fff !important;
  font-size: 1.5rem !important;
  opacity: 0.5 !important;
}
.hp-popup.user_profile :-ms-input-placeholder {
  color: #fff !important;
  font-size: 1.5rem !important;
  opacity: 0.5 !important;
}
.hp-popup.user_profile .modal-dialog {
  width: 1084px;
  max-width: 1084px;
  height: 100vh;
  max-height: 100vh;
  margin-top: 6%;
}
@media (max-width: 1199px) {
  .hp-popup.user_profile .modal-dialog {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .hp-popup.user_profile .modal-dialog {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .hp-popup.user_profile .modal-dialog {
    width: 100%;
    margin: 0;
    height: inherit;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .hp-popup.user_profile .modal-dialog .modal-content {
    width: 100%;
    margin: 0;
    height: inherit;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-header {
  position: absolute;
  width: 100%;
  right: 0;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-header button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  background: transparent;
  border: none;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-header button:focus {
  outline: none;
  border: none;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-header button span {
  font-size: 49px;
  line-height: 1;
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  margin-top: -9px;
  margin-left: -9px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-header button span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 32px;
  background: #fff;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-header button span:after {
    background: white;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-header button span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 32px;
  background: #fff;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-header button span:before {
    background: white;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body {
  height: 100%;
  width: 100%;
  padding: 0;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col {
  flex-wrap: nowrap;
  height: 100%;
}
@media (max-width: 768px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col {
    flex-wrap: wrap;
    height: 100%;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .img-col {
  display: inline-block;
  width: 100%;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .img-col figure {
  width: 100%;
  margin: 0;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(2, 2, 2, 0.23);
  border-radius: 5px;
  position: relative;
  cursor: url("../images/searcher.png"), auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .img-col figure:hover:after {
    opacity: 1;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .img-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .img-col figure:hover {
  transition: 0.4s ease;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col {
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col::-webkit-scrollbar-track {
    background-color: #20202e;
  }
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col::-webkit-scrollbar {
    width: 6px;
    background-color: #20202e;
  }
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col::-webkit-scrollbar-thumb {
    background-color: #20202e;
  }
}
@media (max-width: 767px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col {
    padding: 8px 15px;
    padding-top: 40px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col span {
  color: #5b5b65;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col i.hp-chat {
  color: #5b5b65;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment h3.comment-title {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment h3.comment-title {
    margin-bottom: 15px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .cmmnt-discription {
  color: #fff;
  margin-bottom: 25px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .cmmnt-discription p {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .date-time {
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .date-time {
    margin-bottom: 8px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .date-time span {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #bdbdbd;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .date-time span .date-auther {
  color: white;
  font-weight: 700;
  font-size: 14px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .date-time span .date-auther:hover {
  color: #2ED173;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments {
  position: relative;
  margin-top: 20px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments #new-comment {
  border: 1px solid #363742;
  border-radius: 8px;
  padding: 15px;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  resize: none;
}
@media (max-width: 1199px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments #new-comment {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments #new-comment {
    height: 83px;
    max-height: 83px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments #new-comment::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #20202e;
  background-color: #20202e;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments #new-comment::-webkit-scrollbar {
  width: 6px;
  background-color: #20202e;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments #new-comment::-webkit-scrollbar-thumb {
  background-color: #20202e;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head {
    margin-bottom: 28px;
    padding-bottom: 0;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts span {
  margin-left: 15px;
  font-size: 1.6rem;
  color: #fff;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .heart-share {
  padding-right: 30px;
  position: relative;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .heart-share:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.1);
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .heart-share a i {
  font-size: 28px;
  color: #fff;
}
@media (max-width: 767px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .heart-share a i {
    font-size: 23px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .heart-share a + a {
  margin-left: 15px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts {
  padding-top: 22px;
  padding-left: 0;
  position: relative;
  /*
  *  STYLE 3
  */
}
@media (max-width: 768px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts {
    max-height: unset;
    overflow: unset;
    padding-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts {
    padding-bottom: 17px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li {
    margin-top: 15px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt {
  align-items: center;
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt {
    padding-right: 0;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt h3 {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  display: inline-block;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt h3 {
  margin-bottom: 0;
  margin-right: 15px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt i {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 15px;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt i {
    margin-bottom: 0px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt i img {
  height: 38px;
  width: 38px;
  object-fit: cover;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt p {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.73);
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt p {
    display: block;
    padding-left: 55px;
    margin-bottom: 10px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt {
  margin-top: 10px;
  display: flex;
  opacity: 0;
  max-height: 0;
  overflow: auto;
  padding-left: 56px;
  transition: max-height, ease-in-out, 0.5s;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt i {
  margin-right: 15px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt i img {
  height: 38px;
  width: 45.8px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt textarea {
  border-radius: 9px;
  height: auto;
  padding: 6px 10px;
  font-size: 15px;
  min-height: 36px;
  background: transparent;
  overflow: hidden;
  color: #fff;
  font-size: 1.5rem;
  resize: none;
}
@media (max-width: 1199px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt textarea {
    font-size: 16px !important;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt.show {
  opacity: 1;
  max-height: 300px;
  overflow: auto;
  padding-left: 56px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li span.like {
  position: absolute;
  right: 0;
  top: 9px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li span.like i.hp-heart-border {
  color: #fff;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .cmnt-time-reply {
  padding-left: 56px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .cmnt-time-reply span {
  display: inline-block;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .cmnt-time-reply span + .reply {
  cursor: pointer;
  margin-left: 15px;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts ul {
  padding-left: 55px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts ul {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts ul {
    margin-top: 0px;
  }
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts ul .reply_cmnt {
  padding-left: 0 !important;
}
.hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts ul li {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts ul li .main-cmnt p {
    display: block;
  }
}
@media (max-width: 640px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts ul .cmnt-time-reply {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .hp-popup.user_tag {
    padding-right: 0px !important;
  }
}
.hp-popup.user_tag .btn.btn-md {
  font-weight: 600;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-header button {
  right: 41px !important;
  top: 35px;
}
.hp-popup.user_tag .modal-dialog {
  width: 673px;
  max-width: 673px;
  height: 516px;
  max-height: 516px;
  margin-top: 6%;
}
@media (max-width: 1199px) {
  .hp-popup.user_tag .modal-dialog {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .hp-popup.user_tag .modal-dialog {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .hp-popup.user_tag .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
    max-width: unset;
  }
}
.hp-popup.user_tag .modal-dialog .modal-header button {
  right: 41px;
}
@media (max-width: 640px) {
  .hp-popup.user_tag .modal-dialog .modal-header button {
    top: 27px;
  }
}
.hp-popup.user_tag .modal-dialog .modal-header button span:before {
  height: 25px !important;
}
.hp-popup.user_tag .modal-dialog .modal-header button span:after {
  height: 25px !important;
}
.hp-popup.user_tag .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .hp-popup.user_tag .modal-dialog .modal-content {
    width: 100%;
    height: 100vh;
    margin: 0;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-header {
  position: absolute;
  width: 100%;
  right: 0;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-header button {
  position: absolute;
  right: 20px;
  top: 35px;
  z-index: 9;
  background: transparent;
  border: none;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .hp-popup.user_tag .modal-dialog .modal-content .modal-header button {
    right: 18px !important;
    top: 27px !important;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-header button span {
  font-size: 49px;
  line-height: 1;
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  margin-top: -9px;
  margin-left: -9px;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-header button span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 32px;
  background: rgba(196, 196, 199, 0.4);
}
@media (max-width: 640px) {
  .hp-popup.user_tag .modal-dialog .modal-content .modal-header button span:after {
    background: white;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-header button span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 32px;
  background: rgba(196, 196, 199, 0.4);
}
@media (max-width: 640px) {
  .hp-popup.user_tag .modal-dialog .modal-content .modal-header button span:before {
    background: white;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body {
  height: 100%;
  width: 100%;
  padding: 37px 47px;
  overflow: auto;
}
@media (max-width: 480px) {
  .hp-popup.user_tag .modal-dialog .modal-content .modal-body {
    padding: 20px 25px;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .account-details .main-cmnt {
  align-items: center;
  margin-bottom: 25px;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .account-details .main-cmnt i {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 16px;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .account-details .main-cmnt i img {
  width: 100%;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .account-details .main-cmnt h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body textarea {
  height: 106px;
  border-radius: 8px;
  border: 1px solid #363742;
  padding: 22px;
  resize: none;
  color: #fff;
  background: transparent;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .hp-popup.user_tag .modal-dialog .modal-content .modal-body textarea {
    margin-bottom: 20px;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .uploaded-image-list {
  padding-left: 0;
  display: flex;
  flex-flow: nowrap;
  overflow-x: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .uploaded-image-item {
  flex: 0 0 33.33%;
  max-width: 33.333%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .uploaded-image-item {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 10px;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .uploaded-image-item figure {
  height: 110px;
  width: 100%;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .uploaded-image-item figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags {
  width: calc(100% - 222px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags {
    display: block;
    width: 100%;
  }
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput {
  display: -webkit-box;
  box-sizing: border-box;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  color: #556270;
  padding: 4px 13px 5px 13px;
  border: 1px solid #363742;
  border-radius: 10px;
  align-items: center;
  white-space: nowrap !important;
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput .tag {
  background: #2f2e41;
  padding: 5px 13px 5px 13px;
  height: 28px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.46);
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput .tag span.tag-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.46);
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput .tag button.tag-remove {
  display: block;
  position: absolute;
  width: 100%;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput .tag button.tag-remove:after, .hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput .tag button.tag-remove:before {
  display: none !important;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: transparent;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, 40% 0, 75% 84%, from(#1a7f45), to(#4c8865), color-stop(0.6, #6ac992));
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 11px;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags input {
  color: #fff;
  margin: 0 5px 0px 0;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags input:focus {
  border: none;
  outline: none;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagEach {
  width: 100%;
}
.hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagEach + .tagEach {
  margin-top: 17px;
}

.lightMod .hp-heart {
  color: inherit;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-header button span:before {
  background: rgba(0, 0, 0, 0.8);
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-header button span:after {
  background: rgba(0, 0, 0, 0.8);
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body {
  background: #fff;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment h3.comment-title {
  color: #000;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .cmmnt-discription {
  color: #000;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment textarea {
  color: #000;
  border: 1px solid #dadada;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment ::-webkit-input-placeholder {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment :-moz-placeholder {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment ::-moz-placeholder {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment :-ms-input-placeholder {
  color: #000 !important;
}
@media (max-width: 767px) {
  .lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts span {
  color: #000;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .heart-share a i {
  color: #000;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt h3 {
  color: #000;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .main-cmnt p {
  color: rgba(0, 0, 0, 0.73);
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt textarea {
  color: #000;
  border: 1px solid #dadada;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt ::-webkit-input-placeholder {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt :-moz-placeholder {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt ::-moz-placeholder {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li .reply_cmnt :-ms-input-placeholder {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts li span.like i.hp-heart-border {
  color: #000;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: none;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts::-webkit-scrollbar {
  width: 0;
  background-color: none;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments > ul.hp-cmnts::-webkit-scrollbar-thumb {
  background-color: none;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments:after {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #fff);
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-header button {
  right: 41px !important;
  top: 35px;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-header button span:after {
  background: #191919;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-header button span:before {
  background: #191919;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-body {
  background: #fff;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-body .post-category-select,
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-body .post-edit-input {
  border: 1px solid #e8e8e8;
  color: #000;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-body .account-details .main-cmnt h3 {
  color: #000;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-body textarea {
  border: 1px solid #e8e8e8;
  color: #000;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags .tagsinput {
  border: 1px solid #e8e8e8;
}
.lightMod .hp-popup.user_tag .modal-dialog .modal-content .modal-body .img-and-tag .input-tags input {
  color: #000;
}
.lightMod .new-comment-box {
  border: 1px solid #ababab;
}
.lightMod .new-comment-box .add-new-comment-btn.disabled {
  color: #000;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  z-index: 99999;
  width: 194px !important;
  padding: 0px 0px;
  background: #252536;
  border-radius: 8px;
  border: none !important;
  width: 263px !important;
}
.ui-menu li {
  padding: 0;
  color: #fff;
}
.ui-menu li div {
  color: #fff;
  padding: 14px 18px !important;
  padding-left: 83px !important;
}
.ui-menu li div.ui-state-active {
  background: #3c3c59 !important;
  border-color: #3c3c59;
}
.ui-menu li div.ui-state-active:after {
  left: 25px !important;
  top: 48%;
}
.ui-menu li .ui-menu-item-wrapper:after {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
}

.ui-autocomplete {
  position: relative !important;
}

.lightMod .dropdown-menu {
  background: #fff;
}
.lightMod .dropdown-menu .dropdown-item {
  color: #212529;
}

.delete-comment .title-delete {
  margin-bottom: 25px;
}
.delete-comment .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.delete-comment .comment-deletes {
  padding: 35px;
}
.delete-comment .comment-deletes .btn {
  padding: 8px 25px;
}
.delete-comment .comment-deletes .btn-danger:hover {
  border-color: #940901;
}

#post-edit-modal .dropdown-menu {
  width: 100%;
  background: #2f313c;
  height: 490px;
  overflow: auto;
}
#post-edit-modal .dropdown-menu .dropdown-item {
  font-weight: 300;
  width: inherit;
  display: inline-block;
  font-size: 14px;
}
#post-edit-modal .dropdown-menu .dropdown-item:hover, #post-edit-modal .dropdown-menu .dropdown-item:active, #post-edit-modal .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  text-decoration: underline;
}
#post-edit-modal .dropdown-menu .dropdown-item.marker {
  position: relative;
  font-size: 15px !important;
  font-weight: 700;
  color: #2ED173 !important;
}
#post-edit-modal .uploaded-img {
  flex: 0 0 33.33%;
  max-width: 33.333%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #post-edit-modal .uploaded-img {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 10px;
  }
}
#post-edit-modal .uploaded-img figure {
  height: 110px;
  width: 100%;
}
#post-edit-modal .uploaded-img figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #20202e !important;
}

.lightMod #post-upload-modal .modal-content .modal-header button span:after,
.lightMod #post-upload-modal .modal-content .modal-header button span:before {
  background: rgba(0, 0, 0, 0.97);
}
.lightMod .datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #f2f2f2 !important;
}

.edit-del {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .edit-del {
    margin-left: auto;
    margin-right: 0;
  }
}
.edit-del span,
.edit-del p {
  color: #fff !important;
  display: flex;
  align-items: center;
  margin: 0 3px;
}
.edit-del span:hover,
.edit-del p:hover {
  color: #2ED173 !important;
}
.edit-del svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.edit-del svg * {
  fill: #8c8787;
}
.edit-del p {
  margin-bottom: 0;
  margin-right: 15px;
}

.cmnt-col-left {
  margin-left: auto;
  display: flex;
}
@media (max-width: 767px) {
  .cmnt-col-left {
    margin-top: 25px;
  }
}
.cmnt-col-left .socialicons {
  display: flex;
  margin-right: 15px;
  justify-content: center;
}
.cmnt-col-left .socialicons a.icons {
  display: inline-block;
  margin: 0 7px;
}
.cmnt-col-left .socialicons a.icons:hover {
  opacity: 0.7;
}
.cmnt-col-left .socialicons a.icons span {
  font-size: 25px;
  margin: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  color: #fff !important;
}
@media (max-width: 767px) {
  .cmnt-col-left .socialicons a.icons span {
    width: 35px;
    height: 35px;
    font-size: 21px;
    line-height: 35px;
  }
}
.cmnt-col-left .socialicons a.icons span.hp-facebook {
  background-color: #4267b2;
}
.cmnt-col-left .socialicons a.icons span.hp-twitter {
  background-color: #04a9f4;
}
.cmnt-col-left .socialicons a.icons .whtsappicon {
  background: #35d273;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
}
@media (max-width: 767px) {
  .cmnt-col-left .socialicons a.icons .whtsappicon {
    width: 35px;
    height: 35px;
  }
}
.cmnt-col-left .socialicons a.icons .whtsappicon svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: -3px;
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cmnt-col-left .socialicons a.icons .whtsappicon svg {
    width: 25px;
    height: 25px;
  }
}
.cmnt-col-left .btn {
  border-color: #2ED173;
  max-width: 97px;
}
@media (max-width: 767px) {
  .cmnt-col-left .btn {
    min-height: 37px;
  }
}

.lightMod .edit-del span,
.lightMod .edit-del p {
  color: #000 !important;
}
.lightMod .edit-del span:hover,
.lightMod .edit-del p:hover {
  color: #2ED173 !important;
}

.next-btn-group {
  margin-top: 15px;
}
.next-btn-group .btn {
  border: 1px solid #575861;
  padding: 0 15px;
  letter-spacing: 1px;
}
.next-btn-group .btn i {
  margin-left: 7px;
  font-size: 11px;
  line-height: 0;
}
.next-btn-group .btn.btn-prev i {
  margin-left: 0;
  margin-right: 7px;
}
.next-btn-group .btn.disabled {
  font-size: 0;
}
.next-btn-group .btn.disabled i {
  font-size: 15px;
  margin: 0;
}

.new-comment-box {
  position: relative;
  border: 1px solid #575861;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  width: 100%;
}
.new-comment-box .add-new-comment {
  border: none !important;
  border-radius: none !important;
  min-height: inherit;
  height: inherit;
}
.new-comment-box .add-new-comment-btn {
  margin-top: 10px;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #2ED173;
  min-height: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
.new-comment-box .add-new-comment-btn.disabled {
  background: none;
}
@media (max-width: 767px) {
  .new-comment-box .add-new-comment-btn {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 7px;
    min-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.new-comment-box .add-new-comment-btn:hover {
  background: transparent;
  border-color: 1px solid #fff;
  color: #fff;
}

.lightMod .new-comment-box .add-new-comment-btn:hover {
  color: #000;
}

#cropImagePop .modal-body {
  padding-top: 35px;
}
#cropImagePop .modal-header {
  position: absolute;
  border: none;
  width: 100%;
  padding: 0;
}
#cropImagePop .modal-header button {
  top: 5px;
  z-index: 9;
  background: transparent;
  border: none;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
#cropImagePop .modal-header button:focus {
  outline: none;
  border: none;
}
#cropImagePop .modal-header button span {
  font-size: 49px;
  line-height: 1;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
#cropImagePop .modal-header button span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 20px;
  background: #fff;
}
@media (max-width: 640px) {
  #cropImagePop .modal-header button span:after {
    background: white;
  }
}
#cropImagePop .modal-header button span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 20px;
  background: #fff;
}
@media (max-width: 640px) {
  #cropImagePop .modal-header button span:before {
    background: white;
  }
}
#cropImagePop .crp-footer {
  padding: 35px 0;
}
#cropImagePop .crp-footer .btn {
  min-width: 130px;
  background: transparent;
  border: 1px solid #2ED173;
  margin: 0 10px;
}
#cropImagePop .crp-footer .btn:hover {
  background: #2ED173;
}

.sp-close button {
  top: 5px;
  z-index: 9;
  background: transparent;
  border: none;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
.sp-close button:focus {
  outline: none;
  border: none;
}
.sp-close button span {
  font-size: 49px;
  line-height: 1;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.sp-close button span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 20px;
  background: #fff;
}
@media (max-width: 640px) {
  .sp-close button span:after {
    background: white;
  }
}
.sp-close button span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 20px;
  background: #fff;
}
@media (max-width: 640px) {
  .sp-close button span:before {
    background: white;
  }
}

.following-popup .modal-body {
  padding: 25px;
}
@media (max-width: 767px) {
  .following-popup .modal-body {
    padding: 15px;
  }
}
.following-popup .modal-title {
  color: #fff;
}
.following-popup .modal-header {
  padding: 15px 25px;
  border-bottom: 1px solid #3f4253;
}
@media (max-width: 767px) {
  .following-popup .modal-header {
    padding: 15px;
  }
}
.following-popup ul {
  padding-left: 0;
  margin-bottom: 0;
}
.following-popup ul li {
  justify-content: space-between;
  flex: 0 0 100%;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #3f4253;
}
.following-popup ul li:last-child {
  border-bottom: none;
}
.following-popup ul li:last-child {
  margin-bottom: 0;
}
.following-popup ul li .col-userlist .figure {
  margin-bottom: 0;
}
.following-popup ul li .col-userlist .figure img {
  width: 50px;
  height: 50px;
  border: 1px solid #3f4253;
  padding: 5px;
  border-radius: 50%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .following-popup ul li .col-userlist .figure img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    padding: 3px;
  }
}
.following-popup ul li .col-userlist .figure .figure-caption {
  color: #fff;
}
@media (max-width: 767px) {
  .following-popup ul li .col-userlist .figure .figure-caption {
    font-size: 11px;
  }
}
.following-popup ul li .col-userlist:hover .figure-caption {
  color: #2ED173;
}
.following-popup ul li .col-userbutton .btn {
  border: 1px solid #2ED173;
  padding: 7px 15px;
  min-height: 40px;
}
@media (max-width: 767px) {
  .following-popup ul li .col-userbutton .btn {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 10px;
  }
}

.lightMod .crp-footer {
  background: #fff;
}
.lightMod .crp-footer .btn {
  color: #000;
}
.lightMod .crp-footer .btn:hover {
  color: #fff;
}
.lightMod .following-popup ul li .col-userlist .figure .figure-caption {
  color: black;
}
.lightMod .following-popup ul li .col-userlist:hover .figure-caption {
  color: #2ED173;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .date-time span,
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .type-comment .date-time span .date-auther {
  color: #000;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  right: 5px;
  top: 16px;
  border-bottom: 1px solid #2ED173;
  border-right: 1px solid #2ED173;
  transform: rotate(45deg);
}
.select-wrapper .form-control {
  padding-left: 15px;
}
.select-wrapper .form-control option {
  color: #000;
  padding-left: 15px;
}

.datepicker table tr td {
  font-size: 15px;
  background: none !important;
}

.datepicker table tr td span,
.datepicker table tr td span.old {
  color: #fff !important;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.old:hover {
  color: #2ED173 !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: none !important;
  color: #fff !important;
}

.datepicker table tr td span.focused {
  color: #2ED173 !important;
}

.datepicker .datepicker-years .clear {
  font-size: 15px;
  height: 36px;
}

.datepicker .datepicker-years table thead tr:nth-child(2) th {
  font-size: 22px;
}

.datepicker table tr td span.active[disabled] {
  background: none !important;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #2ED173 !important;
}

.lightMod .datepicker table tr td span,
.lightMod .datepicker table tr td span.old {
  color: #000 !important;
}
.lightMod .datepicker table tr td span:hover,
.lightMod .datepicker table tr td span.old:hover {
  color: #2ED173 !important;
}
.lightMod .datepicker .datepicker-years .clear:hover {
  color: #000;
}

.progress {
  width: 100%;
  margin-left: 0;
  margin-top: -3px;
  height: 4px;
  font-size: 0;
}
.progress .progress-bar {
  background-color: #2ed173;
}

.add-new-group h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 576px) {
  .add-new-group .modal-dialog {
    max-width: 400px;
  }
}
.add-new-group .modal-dialog .modal-header {
  text-align: center;
}
.add-new-group .modal-body {
  padding: 35px;
  padding-top: 0;
}
.add-new-group .modal-body ::-webkit-input-placeholder {
  font-size: 14px;
}
.add-new-group .modal-body :-moz-placeholder {
  font-size: 14px;
}
.add-new-group .modal-body ::-moz-placeholder {
  font-size: 14px;
}
.add-new-group .modal-body :-ms-input-placeholder {
  font-size: 14px;
}
.add-new-group .modal-body .form-control {
  font-size: 16px;
}

.add-to-group .modal-dialog {
  height: inherit !important;
}
.add-to-group .modal-dialog .modal-content {
  height: inherit !important;
}
.add-to-group .modal-dialog .modal-content .modal-body {
  height: inherit !important;
}
.add-to-group .post-to-image-wrap {
  border: 1px dashed #737272;
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.add-to-group .post-to-image-wrap .post-to-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.add-to-group .post-to-image-wrap .post-to-image .img-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 25%;
  padding: 5px;
  cursor: pointer;
  position: relative;
}
.add-to-group .post-to-image-wrap .post-to-image .img-item:hover:after {
  z-index: 1;
  border-radius: 5px;
}
.add-to-group .post-to-image-wrap .post-to-image .img-item:hover:before {
  z-index: 2;
}
.add-to-group .post-to-image-wrap .post-to-image .img-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: -1;
  transition: all, ease-in, 0.3sec;
  line-height: 100%;
  text-align: center;
}
.add-to-group .post-to-image-wrap .post-to-image .img-item:before {
  position: absolute;
  content: "";
  font-family: "hamphotos";
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.add-to-group .post-to-image-wrap .post-to-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.add-to-video .modal-dialog, .add-to-audio .modal-dialog, .edit-to-audio .modal-dialog {
  height: inherit !important;
  max-height: inherit !important;
}

.post-auth-details ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .post-auth-details ul {
    display: block;
  }
}
.post-auth-details ul li {
  list-style: none;
  padding: 0 20px;
  position: relative;
  line-height: 1;
  margin: 15px 0;
}
@media (max-width: 767.98px) {
  .post-auth-details ul li {
    padding: 7px 20px;
    padding-left: 0;
  }
}
.post-auth-details ul li P {
  margin-bottom: 0;
  line-height: 1;
}
.post-auth-details ul li:last-child::after {
  content: none;
}
.post-auth-details ul li:after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #ffffff2c;
  top: 0;
}
@media (max-width: 767.98px) {
  .post-auth-details ul li:after {
    content: none;
  }
}
.post-auth-details ul li:first-child {
  padding-left: 0;
}
.post-auth-details ul li p.post-place {
  font-size: 14px;
  letter-spacing: 0.28px;
  margin-bottom: 0;
  color: #bdbdbd;
}
.post-auth-details ul li .category-name {
  border-bottom: none !important;
}
.post-auth-details ul li .category-name p {
  margin-top: 0;
  font-size: 14px;
  color: #bdbdbd !important;
}
.post-auth-details ul li .category-name p span {
  color: #2ED173 !important;
  line-height: 1;
}

.post_ttl {
  font-size: 24px !important;
  margin-bottom: 10px;
}

.post__description {
  font-size: 18px !important;
  margin-bottom: 25px !important;
}

.home-banner {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .home-banner {
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .home-banner {
    background: url(../images/mobile-banner-bg.jpg) !important;
    height: 80vh;
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .home-banner {
    height: 80vh !important;
  }
}
@media (max-width: 767px) {
  .home-banner .text-lg-left {
    justify-content: center;
  }
}
.home-banner .bnr-btn {
  display: none;
}
.home-banner .scrol_line {
  position: absolute;
  right: 40px;
  bottom: 70px;
  z-index: 15;
  height: 50px;
  width: 1px;
  background: #fff;
}
.home-banner .scrol_line i {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: -10px;
  left: -9px;
  animation: mymove 1.2s infinite;
}
.home-banner .scrol_line span {
  position: absolute;
  bottom: 100px;
  left: -46px;
  display: inline-block;
  height: 20px;
  width: 100px;
  letter-spacing: 0.05em;
  color: #fff;
  transform: rotate(90deg);
}
.home-banner .video-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner .video-wrap {
    height: 800px;
  }
}
.home-banner .video-wrap #video_loop {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .home-banner {
    background: url("../images/banner-poster.jpg");
  }
  .home-banner .video-wrap {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-banner {
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    padding-bottom: 35px;
  }
}
.home-banner .search-container {
  width: 100%;
}

.img-wrap {
  position: relative;
}
.img-wrap figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  width: 100%;
}
@media (max-width: 1600px) {
  .img-wrap figure {
    height: 135px;
  }
}
@media (max-width: 1450px) {
  .img-wrap figure {
    height: 115px;
  }
}
.img-wrap figure > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.img-wrap.ratio-4-3 {
  padding-top: 75%;
}
.img-wrap.ratio-16-9 {
  padding-top: 56.25%;
}
.img-wrap.ratio-3-2 {
  padding-top: 66.66%;
}
.img-wrap.ratio-8-5 {
  padding-top: 62.5%;
}

.trends-gallery-slider {
  display: none;
  height: 145px;
}
.trends-gallery-slider .slick-dots {
  bottom: -35px;
  padding: 0;
  left: 0;
}
.trends-gallery-slider .slick-prev, .trends-gallery-slider .slick-next {
  background: #fff;
  width: 40px;
  height: 40px;
}
.trends-gallery-slider .slick-prev {
  left: -48px;
}
.trends-gallery-slider .slick-next {
  right: -48px;
}
.trends-gallery-slider .slick-next:before, .trends-gallery-slider .slick-prev:before {
  color: #000;
}
.trends-gallery-slider.slick-initialized {
  display: block;
  height: inherit;
}

@media (max-width: 991px) {
  .banner-bottom {
    display: none;
  }
}

.trends-gallery {
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 991px) {
  .trends-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.trends-gallery .img-wrap {
  margin: 0;
}
.trends-gallery .img-wrap figure {
  padding: 0 6px;
  margin: 0;
}
.trends-gallery .img-wrap figure img {
  border-radius: 5px;
  width: 100%;
}

.trends-gallery .view-all {
  opacity: 0;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .trends-gallery .view-all {
    display: flex;
    justify-content: center;
  }
}
.trends-gallery .view-all .btn {
  border-color: #2ED173;
}
@media (max-width: 991px) {
  .trends-gallery .view-all .btn {
    margin-left: inherit !important;
  }
}

.trends-gallery.moblie-view {
  background: #20212E;
  display: none;
}
@media (max-width: 991px) {
  .trends-gallery.moblie-view {
    display: block;
    padding: 15px 0;
    padding-bottom: 50px;
  }
}
.trends-gallery.moblie-view .trends-gallery-slider .slick-dots {
  position: inherit;
  top: inherit;
  left: inherit;
  bottom: inherit;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.trends-gallery.moblie-view .trends-gallery-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #808080;
}
@keyframes mymove {
  from {
    bottom: 80%;
  }
  to {
    bottom: -10px;
  }
}
.search-container {
  width: 565px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 99999;
}
@media (max-width: 1600px) {
  .search-container {
    width: 415px;
  }
}
@media (max-width: 991px) {
  .search-container {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .search-container {
    width: 100%;
    z-index: 1;
  }
}
.search-container .suggested-box {
  position: absolute;
  background: #2F313C;
  border: 1px solid #3A3D4D;
  display: none;
  width: 91%;
  border-radius: 4px;
  margin-top: 1px;
  padding: 20px;
  max-height: 420px;
  overflow-y: auto;
  z-index: 99999;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 576px) {
  .search-container .suggested-box {
    width: 100%;
  }
}
.search-container .suggested-box .results-section {
  width: 100%;
  display: inline-block;
}
@media (max-width: 992px) {
  .search-container .suggested-box .results-section {
    width: 100%;
  }
}
.search-container .suggested-box .results-section .result-item {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .search-container .suggested-box .results-section .result-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .search-container .suggested-box .results-section .result-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .search-container .suggested-box .results-section .result-item {
    margin-bottom: 10px;
  }
}
.search-container .suggested-box .results-section .result-item p {
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  color: #fff;
  word-break: break-all;
}
.search-container .suggested-box .results-section .result-item p.search-keyword {
  font-size: 1.3rem;
  font-weight: 500;
  word-break: inherit;
}
.search-container .suggested-box .results-section .result-item span {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.34);
}
.search-container .suggested-box .results-section .result-item p,
.search-container .suggested-box .results-section .result-item span {
  letter-spacing: 0.36px;
  line-height: 1.55;
  margin-bottom: 0px;
  text-align: left;
  display: block;
}
@media (max-width: 576px) {
  .search-container .suggested-box .results-section .result-item p,
.search-container .suggested-box .results-section .result-item span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.search-container .suggested-box .results-section .result-item.normal-search p {
  margin-right: 10px;
}
.search-container .suggested-box .results-section .result-item.posts-search {
  margin-bottom: 17px !important;
}
@media (max-width: 480px) {
  .search-container .suggested-box .results-section .result-item.posts-search {
    margin-right: 10px;
  }
}
.search-container .suggested-box .results-section .result-item.posts-search a {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .search-container .suggested-box .results-section .result-item.posts-search a {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .search-container .suggested-box .results-section .result-item.posts-search picture {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .search-container .suggested-box .results-section .result-item.posts-search picture {
    margin-right: 13px;
  }
}
.search-container .suggested-box .results-section .result-item.posts-search picture img {
  max-width: 111px;
  width: 111px;
  height: 68px;
  object-fit: cover;
  border-radius: 7px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .search-container .suggested-box .results-section .result-item.posts-search picture img {
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .search-container .suggested-box .results-section .result-item.posts-search picture img {
    margin-right: 0px;
    max-width: 111px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .search-container .suggested-box .results-section .result-item.posts-search picture img {
    max-width: 75px;
  }
}

input.search-bar {
  margin: 0 auto;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  font-size: 1.6rem;
  outline: none;
  border-radius: 4px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  input.search-bar {
    height: 40px;
  }
}
input.search-bar:focus {
  transition: 0.35s ease;
}
input.search-bar:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
  font: 1.6rem;
}
input.search-bar:focus::-moz-placeholder {
  -moz-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
input.search-bar:focus:-ms-placeholder {
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
  font: 1.6rem;
}

.search-icon {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 48px;
  padding: 0 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.innaer-page {
  min-height: 80vh;
}

.banner ::-webkit-input-placeholder {
  color: #767676;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
}
.banner :-moz-placeholder {
  color: #767676;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
}
.banner ::-moz-placeholder {
  color: #767676;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
}
.banner :-ms-input-placeholder {
  color: #767676;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
}
.banner .search-container {
  margin: 25px 0 0;
}
.banner .search-container ::-webkit-input-placeholder {
  font-size: 14px;
}
.banner .search-container :-moz-placeholder {
  font-size: 14px;
}
.banner .search-container ::-moz-placeholder {
  font-size: 14px;
}
.banner .search-container :-ms-input-placeholder {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .banner .search-container {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .banner .search-container {
    margin-top: 0;
  }
}
.banner .bnr-search {
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 991px) {
  .banner .bnr-search {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .banner .bnr-search {
    width: 420px;
  }
}
@media (max-width: 440px) {
  .banner .bnr-search {
    width: 295px;
  }
}
.banner .bnr-search input.search-bar {
  height: 48px;
  color: #767676;
}
@media (max-width: 1199px) {
  .banner .bnr-search input.search-bar {
    height: 45px;
  }
}
.banner .bnr-search .search-icon {
  min-height: 48px;
}
.banner .bnr-search .search-icon:hover {
  background-color: #11a851;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .banner .bnr-search .search-icon {
    padding-top: 14px !important;
  }
}
@media (max-width: 1199px) {
  .banner .bnr-search .search-icon {
    min-height: 45px;
  }
}
.banner .lg-txt {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .banner .lg-txt {
    max-width: 100%;
    margin: 0 auto;
  }
}
.banner .lg-txt h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 1199px) {
  .banner .lg-txt h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .banner .lg-txt h1 {
    font-size: 3rem;
  }
}
.banner .sm-txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.98px) {
  .banner .sm-txt {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.banner-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 250px;
}
@media (max-height: 710px) {
  .banner-content {
    top: 125px;
  }
}
@media (min-height: 760px) {
  .banner-content {
    top: 200px;
  }
}
@media (min-height: 1000px) {
  .banner-content {
    top: 250px;
  }
}
@media (max-width: 991px) {
  .banner-content {
    position: initial;
    top: initial;
    transform: initial;
    padding-top: 45px;
  }
}

.home-about {
  padding: 100px 0;
  background: #292936;
}
@media (max-width: 1199px) {
  .home-about {
    padding: 50px 0;
  }
}
.home-about .sec-right {
  text-align: right;
}
.home-about .sec-left .sm-sec-ttl {
  font-size: 1.4rem;
  color: #889fb5;
  letter-spacing: 0.28rem;
}
.home-about .sec-left .lg-ttl {
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .home-about .sec-left .lg-ttl {
    margin-bottom: 25px;
  }
}
.home-about .sec-left .ha-content p {
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 1.8rem;
  line-height: 31px;
  color: #889fb5;
}
@media (max-width: 767px) {
  .home-about .sec-left .ha-content p {
    line-height: 25px;
  }
}
.home-about .sec-left .ha-content p .highlht {
  float: left;
  height: 59px;
  color: #fff;
  font-size: 55px;
  margin-right: 15px;
  position: relative;
  top: 15px;
}
.home-about .donate-now {
  background: #29293b;
  margin-top: 100px;
  padding: 50px 75px;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .home-about .donate-now {
    text-align: center !important;
    padding: 35px;
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .home-about .donate-now {
    padding: 25px 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 35px;
  }
  .home-about .donate-now .text-right {
    text-align: center !important;
  }
}
.home-about .donate-now p {
  color: #fff;
  font-size: 2.2rem;
}
@media (max-width: 991px) {
  .home-about .donate-now p + p {
    font-size: 1.8rem;
  }
}
.home-about .donate-now .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home-about .donate-now .btn {
    margin-top: 25px;
  }
}

.lightMod .home-about {
  background: #edf1f7;
}
.lightMod .home-about.sec-left .sm-sec-ttl {
  color: #4b5d6f;
}
.lightMod .home-about .sec-left .lg-ttl {
  color: #000;
}
.lightMod .home-about .sec-left .ha-content p {
  color: #051729;
}
.lightMod .home-about .donate-now {
  background: #fff;
}
.lightMod .home-about .donate-now p {
  color: #000;
}
.lightMod .suggested-box {
  position: absolute;
  background: #edf1f7;
  display: none;
  width: 91%;
  border-radius: 4px;
  margin-top: 1px;
  padding: 20px;
  height: 420px;
  overflow-y: auto;
  z-index: 99999;
}
.lightMod .suggested-box .results-section {
  width: 100%;
  display: inline-block;
}
.lightMod .suggested-box .results-section .result-item {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .lightMod .suggested-box .results-section .result-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .lightMod .suggested-box .results-section .result-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .lightMod .suggested-box .results-section .result-item {
    margin-bottom: 10px;
  }
}
.lightMod .suggested-box .results-section .result-item p {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  color: #000;
}
.lightMod .suggested-box .results-section .result-item span {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.34);
}
.lightMod .suggested-box .results-section .result-item p,
.lightMod .suggested-box .results-section .result-item span {
  letter-spacing: 0.36px;
  line-height: 1.55;
  margin-bottom: 0px;
}
.lightMod .suggested-box .results-section .result-item.normal-search p {
  margin-right: 34px;
}
.lightMod .suggested-box .results-section .result-item.normal-search p:after {
  content: "";
  position: absolute;
  right: -19px;
  width: 1px;
  height: 17px;
  top: 5px;
  background: rgba(0, 0, 0, 0.34);
}
.lightMod .trends-gallery .view-all .btn {
  color: #fff;
}
.lightMod .trends-gallery.moblie-view {
  background: #fff;
}

section.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20222e;
  opacity: 0;
  transition: all, ease-in-out, 1.5s;
}
section.banner.darkbanner:before {
  opacity: 1;
}

.home-banner .bnr-search,
.home-banner .lg-txt,
.inner-banner,
.sm-txt,
.bnr-btn,
.innaer-page .lg-txt,
.innaer-page .bnr-search,
.explor_isotop_sec,
.donate-now,
.profile-block,
.radio_ameatures .nav.nav-tabs,
section.hp-products .row .col-md-8,
section.hp-products .row .col-md-4,
section.contact_page .col-md-8,
section.contact_page .col-md-4,
section.contact_page .col-md-8 .ttl-line,
section.contact_page .col-md-4 .ttl-line,
section.contact_page .col-md-8 .form-group,
.contact-page section.contact_page .map-section .ttl-line,
.contact-page section.contact_page .map-section .center-map,
.contact-page section.contact_page .container .col-md-8 .contact-form button {
  opacity: 0;
}

@media (max-width: 1199px) {
  .banner .bnr-search input.search-bar {
    font-size: 16px !important;
  }
}
.scroll_me {
  position: absolute;
  left: 50%;
  bottom: 10px;
}
@media (max-width: 991px) {
  .scroll_me {
    display: none;
  }
}
.scroll_me .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.scroll_me .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.scroll_me .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.scroll_me .chevron:before,
.scroll_me .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.scroll_me .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll_me .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.scroll_me .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}

.suggested-box .posts-keywrd-categ {
  margin-left: 20px;
}

.sec-photo-of-the-month {
  background-color: #20212E;
  color: white;
  padding: 43px 0 111px 0;
}
.sec-photo-of-the-month h2, .sec-photo-of-the-month h3, .sec-photo-of-the-month h4 {
  color: white;
}
.sec-photo-of-the-month h2 {
  text-align: center;
  font-size: 30px;
  position: relative;
  font-weight: 600;
  margin-bottom: 52px;
}
.sec-photo-of-the-month h2::after {
  position: absolute;
  content: "";
  width: 44px;
  background: #2ED173;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  border-radius: 10px;
}
.sec-photo-of-the-month .photo-frame {
  background-color: #000;
  padding: 12px 12px 0 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  border-radius: 24px;
}
.sec-photo-of-the-month .photo-frame .photo-details-wrap {
  padding: 28px 36px;
}
@media (max-width: 767px) {
  .sec-photo-of-the-month .photo-frame .photo-details-wrap {
    text-align: center;
  }
}
.sec-photo-of-the-month .photo-frame .photo {
  text-align: center;
}
.sec-photo-of-the-month .photo-frame .photo > img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.sec-photo-of-the-month .photo-frame .photo > img.lazyload {
  height: 195px;
}
.sec-photo-of-the-month .photo-frame .photo > img.lazyloaded {
  height: inherit;
}
@media (min-width: 1200px) {
  .sec-photo-of-the-month .photo-frame .photo > img.lazyload {
    height: 637px;
  }
}
.sec-photo-of-the-month .photo-frame .head-photo {
  margin-bottom: 15px;
  font-family: "Parisienne", cursive;
  font-size: 37px;
}
@media (max-width: 1023.98px) {
  .sec-photo-of-the-month .photo-frame .head-photo {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sec-photo-of-the-month .photo-frame .head-photo {
    margin-bottom: 0;
  }
}
.sec-photo-of-the-month .photo-frame .details-photo h4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  .sec-photo-of-the-month .photo-frame .details-photo h4 {
    font-size: 14px;
  }
}
.sec-photo-of-the-month .photo-frame .details-photo p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .sec-photo-of-the-month .photo-frame .details-photo p {
    font-size: 11px;
  }
}
.sec-photo-of-the-month .photo-frame .details-photo p > a {
  color: #2ED173;
}

.lightMod .sec-photo-of-the-month {
  background-color: white;
  color: black;
}
.lightMod .sec-photo-of-the-month h4 {
  color: black;
}
.lightMod .sec-photo-of-the-month h2 {
  color: #1E2222;
}
.lightMod .sec-photo-of-the-month h3 {
  color: #20212E;
}
.lightMod .photo-frame {
  background-color: #EDF1F7;
}

.pt-100 {
  padding-top: 100px;
}

.innaer-page {
  padding-top: 75px;
}
@media (max-width: 1279px) {
  .innaer-page {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .signin-signup {
    padding-top: 56px;
  }
}

.inner-banner {
  height: 500px;
  position: relative;
  background-repeat: no-repeat !important;
  z-index: 9;
  background-size: cover !important;
}
@media (max-width: 576px) {
  .inner-banner {
    height: 200px;
    background-size: cover !important;
  }
}
.inner-banner .lg-txt {
  max-width: 100%;
  text-align: center;
}
.inner-banner .lg-txt h1 {
  color: #fff;
}

@media (max-width: 767px) {
  .radio-ameatures .inner-banner {
    height: inherit !important;
    padding: 176px 0;
    padding-top: 80px;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.dark-bg {
  background: #323241;
  color: #fff;
}

.sidebar-sticky {
  top: 100px;
}
@media (min-width: 768px) {
  .sidebar-sticky {
    position: sticky;
  }
}
@media (max-width: 991px) {
  .sidebar-sticky {
    margin-bottom: 40px;
  }
}

.pd-box {
  padding: 35px;
}
@media (max-width: 991px) {
  .pd-box {
    margin-bottom: 40px;
  }
}
.pd-box sub {
  font-size: 1.8rem;
  color: #D0D0D0;
  font-weight: 400;
  letter-spacing: 0.1rem;
  bottom: inherit;
}
.pd-box sub a {
  color: inherit;
}
.pd-box sub a:hover {
  color: #2ED173;
}
.pd-box hr {
  border-color: #3F4253;
}
.pd-box .pdb-top {
  margin-bottom: 35px;
}
.pd-box .pdb-top .pdbx-avatar label.cabinet {
  display: block;
  cursor: pointer;
  position: relative;
}
.pd-box .pdb-top .pdbx-avatar label.cabinet input.file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-top: -30px;
}
.pd-box .pdb-top .pdbx-avatar #upload-demo {
  width: 250px;
  height: 250px;
  padding-bottom: 25px;
}
.pd-box .pdb-top .pdbx-avatar figure figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}
.pd-box .pdb-top .pdbx-avatar figure {
  width: 133px;
  height: 133px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border: 2px solid #2ED173;
}
.pd-box .pdb-top .pdbx-avatar figure img {
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  height: 133px;
  object-fit: contain;
}
.pd-box .pdb-top .pdbx-avatar .photo-icon {
  position: absolute;
  right: 25%;
  bottom: 15px;
}
.pd-box .pdb-top .pdbx-avatar .photo-icon img {
  width: 54px;
  height: 54px;
}
@media (max-width: 350px) {
  .pd-box .pdb-top .pdbx-avatar .photo-icon img {
    width: 41px;
    height: 41px;
  }
}
.pd-box .pdb-top .pdbx-cuntry {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 40px;
}
@media (max-width: 767px) {
  .pd-box .pdb-top .pdbx-cuntry img {
    width: 25px;
  }
}
.pd-box .pdb-top .pdbx-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.pd-box .pdb-bottom {
  padding-top: 20px;
}
.pd-box .pdb-bottom .pb-col {
  flex: 1;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .pd-box .pdb-bottom .pb-col {
    flex: 0 0 100px;
  }
}
.pd-box .pdb-bottom sub {
  display: block;
  font-size: 1.4rem;
  margin-top: 25px;
}
.pd-box .pdb-bottom .pd-followers {
  font-size: 2.4rem;
}
.pd-box .pdb-bottom .pd-post {
  font-size: 2.4rem;
}
.pd-box .pdb-bottom .pd-following {
  font-size: 2.4rem;
}

@media (min-width: 1200px) {
  .col-lg-4.col-custom {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1200px) {
  .col-lg-8.col-custom {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .arrange_page {
    padding-top: 75px;
  }
}

.loader {
  text-align: center;
  margin-top: 35px;
}
.loader i {
  color: #2ED173;
  font-size: 2.8rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.loader .load-text {
  color: #2ED173;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
}
.loader .load-text .bullets {
  animation: dots 1s steps(3, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: white;
    text-shadow: 0.3em 0 0 white, 0.6em 0 0 white;
  }
  40% {
    color: #2ED173;
    text-shadow: 0.3em 0 0 white, 0.6em 0 0 white;
  }
  60% {
    text-shadow: 0.3em 0 0 #2ED173, 0.6em 0 0 white;
  }
  80%, 100% {
    text-shadow: 0.3em 0 0 #2ED173, 0.6em 0 0 #2ED173;
  }
}
.post-audio-player {
  margin: 68px 0;
  /*-------------- AUDIO PLAYER --------------*/
  /*GC*/
  /*Controls*/
  /* GC SPIN */
  /*Progress bars*/
  /* Track & Artist */
  /* Toggles */
  /* Playlist  */
  /* ==================== Media Query ==================== */
  /* GC */
}
@media (max-width: 767px) {
  .post-audio-player {
    margin: 38px 0;
  }
}
.post-audio-player #bgimg {
  background-size: cover;
  transition: background 0.5s linear;
}
.post-audio-player .audio-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-audio-player video#jp_video_0 {
  position: absolute;
  left: 10px;
  bottom: 93px;
}
.post-audio-player .no-flexbox .audio-player {
  display: none;
}
.post-audio-player .flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.post-audio-player .jp-controls.flex-item {
  /*
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  */
}
.post-audio-player .flex-item {
  margin: 0 10px;
}
.post-audio-player .flex-item:first-of-type {
  margin-left: 0;
}
.post-audio-player .jp-now-playing img#mini_poster {
  max-height: 50px;
  width: auto;
  float: left;
  margin-right: 10px;
}
.post-audio-player .jp-progress-container.flex-item {
  margin-right: 0;
  /*
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
  */
  flex-grow: 2;
  flex-shrink: 2;
}
.post-audio-player .jp-now-playing.flex-item {
  flex-basis: 125px;
}
.post-audio-player .jp-toggles.flex-item {
  /*
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
  */
}
.post-audio-player .jp-volume-controls.flex-item {
  flex-basis: 155px;
}
.post-audio-player .jp-audio,
.post-audio-player .jp-audio-stream,
.post-audio-player .jp-video {
  border-radius: 13px;
  background-color: #2E3140;
  padding: 29px 34px;
  position: relative;
}
@media (max-width: 767px) {
  .post-audio-player .jp-audio,
.post-audio-player .jp-audio-stream,
.post-audio-player .jp-video {
    padding: 10px;
  }
}
.post-audio-player .jp-playlist {
  display: none;
}
.post-audio-player .jp-interface .jp-controls button,
.post-audio-player .jp-interface .jp-toggles button,
.post-audio-player .jp-interface .jp-volume-controls button {
  background: none;
  border: none;
  outline: none;
  color: #7b7c8b;
  line-height: 24px;
  font-weight: 600;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition: all 0.2s linear;
  font-size: 20px;
  padding: 0 5px;
}
.post-audio-player .jp-interface .jp-controls .jp-play i,
.post-audio-player .jp-interface .jp-controls .jp-previous i,
.post-audio-player .jp-interface .jp-controls .jp-next i {
  font-size: 23px;
  color: #FFF;
}
.post-audio-player .jp-interface .jp-controls .jp-play {
  border-radius: 50%;
  width: 57px;
  height: 57px;
  background: #454960;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.post-audio-player .jp-interface .jp-controls .jp-play::before, .post-audio-player .jp-interface .jp-controls .jp-play::after {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  content: "";
  border-radius: 3px;
  transition: all 250ms ease-in-out;
}
.post-audio-player .jp-interface .jp-controls .jp-play::before {
  border: 11px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
}
@media (max-width: 767px) {
  .post-audio-player .jp-interface .jp-controls .jp-play::before {
    border-width: 7px;
  }
}
.post-audio-player .jp-audio.jp-state-seeking .jp-play:before, .post-audio-player .jp-audio.jp-state-seeking .jp-play:after, .post-audio-player .jp-audio.jp-state-playing .jp-play:before, .post-audio-player .jp-audio.jp-state-playing .jp-play:after {
  border: 2px solid white;
  height: 15px;
  position: absolute;
  transform: translateX("-50%");
}
@media (max-width: 767px) {
  .post-audio-player .jp-audio.jp-state-seeking .jp-play:before, .post-audio-player .jp-audio.jp-state-seeking .jp-play:after, .post-audio-player .jp-audio.jp-state-playing .jp-play:before, .post-audio-player .jp-audio.jp-state-playing .jp-play:after {
    height: 10px;
  }
}
.post-audio-player .jp-audio.jp-state-seeking .jp-play:before, .post-audio-player .jp-audio.jp-state-playing .jp-play:before {
  left: 40%;
}
@media (max-width: 767px) {
  .post-audio-player .jp-audio.jp-state-seeking .jp-play:before, .post-audio-player .jp-audio.jp-state-playing .jp-play:before {
    left: 35%;
  }
}
.post-audio-player .jp-audio.jp-state-seeking .jp-play:after, .post-audio-player .jp-audio.jp-state-playing .jp-play:after {
  right: 40%;
}
@media (max-width: 767px) {
  .post-audio-player .jp-audio.jp-state-seeking .jp-play:after, .post-audio-player .jp-audio.jp-state-playing .jp-play:after {
    right: 35%;
  }
}
.post-audio-player img#jp_poster_0 {
  display: none !important;
}
.post-audio-player .jp-audio.jp-state-seeking .jp-play,
.post-audio-player .playing.buffering {
  display: inline-block;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.post-audio-player .jp-progress-container,
.post-audio-player .jp-volume-bar-container {
  padding: 10px;
}
.post-audio-player .jp-progress,
.post-audio-player .jp-seek-bar,
.post-audio-player .jp-play-bar,
.post-audio-player .jp-volume-bar,
.post-audio-player .jp-volume-bar-value {
  height: 4px;
  border-radius: 1px;
}
.post-audio-player .jp-progress {
  margin: 0 80px;
  background-color: #2b2b2b;
  border-radius: 5px;
  margin-top: 10px;
}
.post-audio-player .jp-seek-bar,
.post-audio-player .jp-volume-bar {
  cursor: pointer;
  background-color: #545971;
  border-radius: 5px;
  width: 100% !important;
}
.post-audio-player .jp-play-bar {
  float: left;
  position: relative;
  /*  background-color: #00c85f;*/
  background-color: #2ED173;
  border-radius: 3px;
  overflow: visible !important;
}
.post-audio-player .jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #aaaaaa;
}
.post-audio-player .jp-progress .bullet,
.post-audio-player .jp-volume-bar .bullet {
  position: absolute;
  content: "";
  top: -6px;
  right: -7px;
  height: 16px;
  width: 16px;
  background: #2ED173;
  border-radius: 50%;
}
.post-audio-player .jp-time-holder {
  position: relative;
  top: 0;
  color: #979797;
  font-size: 12px;
}
.post-audio-player .jp-time-holder .jp-current-time {
  position: absolute;
  left: 0;
  top: -3px;
  color: white !important;
  font-size: 20px;
}
.post-audio-player .jp-time-holder .jp-duration {
  position: absolute;
  right: 0;
  top: -3px;
  color: white !important;
  font-size: 20px;
}
.post-audio-player .jp-now-playing {
  padding: 0 10px;
}
.post-audio-player .jp-track-name {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
}
.post-audio-player .jp-artist-name {
  color: rgba(255, 255, 255, 0.47);
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 245px;
  margin-top: 5px;
}
.post-audio-player .jp-toggles button {
  margin: 0 3px;
}
.post-audio-player .jp-toggles button:hover {
  color: #FFF;
}
.post-audio-player .jp-state-looped .jp-toggles .jp-repeat,
.post-audio-player .jp-state-shuffled .jp-toggles .jp-shuffle,
.post-audio-player .jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
  color: #04a9f3;
  /*  color: #00c85f;*/
}
.post-audio-player .jp-playlist {
  position: absolute;
  right: 65px;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
  width: 400px;
}
.post-audio-player .jp-playlist ul {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}
.post-audio-player .jp-playlist li {
  list-style: none;
}
.post-audio-player .jp-playlist li a {
  color: #c9c9c9;
  display: block;
  padding: 10px 0;
  outline: none;
  border-bottom: 1px solid #1F1F1F;
}
.post-audio-player .jp-playlist li:last-child a {
  border-bottom: 0;
}
.post-audio-player .jp-playlist li a:hover,
.post-audio-player .jp-playlist li a:focus,
.post-audio-player .jp-playlist li a:active,
.post-audio-player a.jp-playlist-item.jp-playlist-current {
  color: #04a9f3;
  /*  color: #00c85f;*/
  text-decoration: none;
}
.post-audio-player .jp-playlist li a span {
  color: #6d6d6d;
}
@media (max-width: 992px) {
  .post-audio-player .jp-now-playing {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-audio-player .jp-volume-bar,
.post-audio-player .jp-volume-bar .bullet,
.post-audio-player .jp-time-holder {
    display: none !important;
  }
  .post-audio-player .jp-progress-container.flex-item {
    /*
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
    */
    padding: 12px 0px;
  }
  .post-audio-player .jp-progress .bullet {
    right: -10px;
  }
  .post-audio-player .jp-volume-controls.flex-item {
    flex-basis: 33px;
  }
  .post-audio-player .jp-progress {
    margin: 0;
  }
  .post-audio-player .jp-interface .jp-controls .jp-play {
    margin: 0 3px;
  }
  .post-audio-player .jp-interface .jp-controls .jp-play i,
.post-audio-player .jp-interface .jp-controls .jp-previous i,
.post-audio-player .jp-interface .jp-controls .jp-next i {
    font-size: 16px;
  }
  .post-audio-player .jp-interface .jp-controls .jp-play {
    width: 32px;
    height: 32px;
  }
  .post-audio-player .jp-interface .jp-controls .jp-play i {
    padding-left: 3px;
    padding-top: 0;
  }
  .post-audio-player .jp-state-playing .jp-interface .jp-controls .jp-play i {
    padding-left: 0;
  }
  .post-audio-player .jp-controls.flex-item {
    /*
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    */
    margin: 0 10px;
  }
  .post-audio-player .jp-controls.flex-item:first-of-type {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .post-audio-player .jp-toggles,
.post-audio-player .jp-playlist {
    display: none !important;
  }
}
.post-audio-player .jp-interface .jp-controls button,
.post-audio-player .jp-interface .jp-toggles button,
.post-audio-player .jp-interface .jp-volume-controls button {
  font-size: 18px;
}

.img-visualizer {
  margin-left: 25px !important;
  width: 54px;
  height: 54px;
}
@media (max-width: 768px) {
  .img-visualizer {
    margin-left: 15px !important;
    width: 40px;
    height: 40px;
  }
}
.img-visualizer .img-play {
  display: none;
}
.img-visualizer .img-pause {
  display: block;
}
.jp-state-playing .img-visualizer .img-play {
  display: block;
}
.jp-state-playing .img-visualizer .img-pause {
  display: none;
}

.explor_isotop_sec {
  background-color: #20222E;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .explor_isotop_sec {
    padding: 45px 0;
  }
}
.explor_isotop_sec .isotop_container {
  padding: 0 7.3%;
  max-width: 2000px;
  margin: 0 auto;
}
.explor_isotop_sec .tab_div_isotop {
  padding: 0 0 18px;
  border-bottom: 1px solid #363846;
}
@media (max-width: 1439.98px) {
  .explor_isotop_sec .tab_div_isotop {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .explor_isotop_sec .tab_div_isotop {
    padding-bottom: 15px;
  }
}
.explor_isotop_sec .tab_div_isotop .button-group {
  margin: 0;
  padding: 0;
}
.explor_isotop_sec .tab_div_isotop .button-group li {
  text-decoration: none;
  color: #6F798E;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  list-style-type: none;
  position: relative;
}
.explor_isotop_sec .tab_div_isotop .button-group li::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  background-color: #24C769;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1439.98px) {
  .explor_isotop_sec .tab_div_isotop .button-group li::after {
    bottom: -19px;
  }
}
@media (max-width: 767px) {
  .explor_isotop_sec .tab_div_isotop .button-group li::after {
    bottom: -15px;
  }
}
.explor_isotop_sec .tab_div_isotop .button-group li + li {
  margin-left: 50px;
}
@media (max-width: 1439.98px) {
  .explor_isotop_sec .tab_div_isotop .button-group li + li {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .explor_isotop_sec .tab_div_isotop .button-group li + li {
    margin-left: 15px;
  }
}
.explor_isotop_sec .tab_div_isotop .button-group li:not(.is-checked) {
  cursor: pointer;
}
.explor_isotop_sec .tab_div_isotop .button-group li.is-checked {
  color: #fff;
}
.explor_isotop_sec .tab_div_isotop .button-group li.is-checked::after {
  width: 100%;
}
.explor_isotop_sec .date_filter .dropdown + .dropdown {
  margin-left: 19px;
}
@media (max-width: 767px) {
  .explor_isotop_sec .date_filter .dropdown + .dropdown {
    margin-left: 10px;
  }
}
.explor_isotop_sec .date_filter .dropdown .btn {
  height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 19px;
  color: #B3B8C1;
  text-transform: capitalize;
  width: 115px;
  background-color: #272936;
  border: 1px solid #424558;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .explor_isotop_sec .date_filter .dropdown .btn {
    margin: 7px 0;
    padding: 0 10px;
    width: 95px;
  }
}
.explor_isotop_sec .date_filter .dropdown .btn::after {
  border-top: 0.4em solid #19C462;
  margin-left: auto;
}
.explor_isotop_sec .date_filter .dropdown .btn:focus {
  box-shadow: none;
}
.explor_isotop_sec .date_filter .dropdown .dropdown-menu {
  width: 100%;
  height: 175px;
  overflow: auto;
}
.explor_isotop_sec .date_filter .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.explor_isotop_sec .date_filter .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #20222E;
  border-radius: 0px;
}
.explor_isotop_sec .date_filter .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -ms-box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.59);
  box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.59);
  background-color: #fff;
}
.explor_isotop_sec .date_filter .dropdown .dropdown-menu a {
  line-height: 2;
  font-size: 1.4rem;
}

.isotop_row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 54px;
}
@media (max-width: 1439.98px) {
  .isotop_row {
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 25px;
  }
}
.isotop_row .grid_item {
  padding: 0 15px;
  width: 20%;
  margin-bottom: 30px;
}
@media (max-width: 1359.98px) {
  .isotop_row .grid_item {
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .isotop_row .grid_item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .isotop_row .grid_item {
    width: 100%;
  }
}
.isotop_row .grid_item .div_item {
  border-radius: 14px;
  overflow: hidden;
}
.isotop_row .grid_item .div_item .item_img {
  width: 100%;
  position: relative;
}
.isotop_row .grid_item .div_item .item_img img {
  width: 100%;
}
.isotop_row .grid_item .div_item .item_img .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 1439.98px) {
  .isotop_row .grid_item .div_item .item_img .user {
    padding: 10px 10px;
  }
}
.isotop_row .grid_item .div_item .item_img .user .user_img .img {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 1439.98px) {
  .isotop_row .grid_item .div_item .item_img .user .user_img .img {
    width: 35px;
    margin-right: 5px;
  }
}
.isotop_row .grid_item .div_item .item_img .user .user_img .img img {
  width: 100%;
}
.isotop_row .grid_item .div_item .item_img .user .user_img p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.isotop_row .grid_item .div_item .item_img .user .user_img .dote {
  margin-left: auto;
  position: relative;
  width: 20px;
  height: 22px;
  display: block;
}
.isotop_row .grid_item .div_item .item_img .user .user_img .dote i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin-left: 8px;
}
.isotop_row .grid_item .div_item .item_img .user .user_img .dote i::after, .isotop_row .grid_item .div_item .item_img .user .user_img .dote i::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
}
.isotop_row .grid_item .div_item .item_img .user .user_img .dote i::after {
  top: 18px;
}
.isotop_row .grid_item .div_item .item_img .view_like_comnt {
  position: absolute;
  width: 94%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
}
@media (max-width: 1439.98px) {
  .isotop_row .grid_item .div_item .item_img .view_like_comnt {
    bottom: 10px;
  }
}
.isotop_row .grid_item .div_item .item_img .view_like_comnt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  height: 100%;
  width: 1px;
  background-color: #8F8D8B;
}
.isotop_row .grid_item .div_item .item_img .view_like_comnt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70%;
  height: 100%;
  width: 1px;
  background-color: #8F8D8B;
}
.isotop_row .grid_item .div_item .item_img .view_like_comnt .item {
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.isotop_row .grid_item .div_item .item_img .view_like_comnt .item p {
  margin: 0;
  font-size: 1.4rem;
}
.isotop_row .grid_item .div_item .item_img .view_like_comnt .item i {
  margin-right: 5px;
  font-size: 14px;
}
.isotop_row .grid_item .div_item .item_img .view_like_comnt .item i::before {
  width: auto;
}
.isotop_row .grid_item .div_item > p {
  font-size: 1.8rem;
  color: #D0D0D0;
  padding: 15px;
  margin: 0;
}
@media (max-width: 1439.98px) {
  .isotop_row .grid_item .div_item > p {
    padding: 15px;
  }
}
.isotop_row .grid_item .div_item:hover .item_img .user {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.initial_loading_column {
  float: left;
  flex: 1;
  max-width: 20%;
}
@media (max-width: 1199px) {
  .initial_loading_column {
    max-width: 33.333%;
  }
}
@media (max-width: 991px) {
  .initial_loading_column {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .initial_loading_column {
    max-width: 100%;
  }
}
.initial_loading_column .grid_item {
  width: 100%;
}
.initial_loading_column .grid_item .div_item {
  border-radius: 14px;
  overflow: hidden;
}
.initial_loading_column .grid_item .div_item .item_img {
  width: 100%;
  position: relative;
}
.initial_loading_column .grid_item .div_item .item_img img {
  width: 100%;
}

.initial_profile_loading_column {
  max-width: 33.333%;
  float: left;
  flex: 1;
}
@media (max-width: 991px) {
  .initial_profile_loading_column {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .initial_profile_loading_column {
    max-width: 100%;
  }
}
.initial_profile_loading_column .grid_item {
  width: 100%;
}
.initial_profile_loading_column .grid_item .div_item {
  border-radius: 14px;
  overflow: hidden;
}
.initial_profile_loading_column .grid_item .div_item .item_img {
  width: 100%;
  position: relative;
}
.initial_profile_loading_column .grid_item .div_item .item_img img {
  width: 100%;
}

.hide_footer footer {
  display: none;
}

.lightMod .explor_isotop_sec {
  background: #EDF1F7;
}
.lightMod .explor_isotop_sec .tab_div_isotop .button-group li.is-checked {
  color: #393939;
}
.lightMod .explor_isotop_sec .tab_div_isotop .button-group li {
  color: #6F798E;
}
.lightMod .explor_isotop_sec .date_filter .dropdown .btn {
  background: #E4E8F0;
  color: #42454B;
  border: 1px solid #D0D4DE;
}
.lightMod .explor_isotop_sec .tab_div_isotop {
  border-bottom: 1px solid #FCFCFC;
}
.lightMod .isotop_row .grid_item .div_item > p {
  color: #1D1D1D !important;
}

.explore-dropdown-page {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .explore-dropdown-page {
    margin-top: 60px;
  }
}
.explore-dropdown-page .explore_dropdown {
  padding: 60px 0;
}
@media (max-width: 1200px) {
  .explore-dropdown-page .explore_dropdown {
    padding: 30px 0;
  }
}
.explore-dropdown-page .explore_dropdown h1 {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 1200px) {
  .explore-dropdown-page .explore_dropdown h1 {
    font-size: 3rem;
  }
}
.explore-dropdown-page .explore_dropdown .explore_link_tab {
  float: right;
}
@media (max-width: 992px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab {
    float: none;
    margin: 15px 0;
  }
}
@media (max-width: 640px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-pills {
    justify-content: space-between;
  }
}
.explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media (max-width: 640px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link {
    padding: 5px 10px;
  }
}
@media (max-width: 992px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link {
    float: none;
    padding: 5px 0px;
  }
}
.explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link.active {
  color: #fff;
  background: transparent;
}
.explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link.active:after {
  opacity: 1;
  width: 30%;
}
.explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link:after {
  position: absolute;
  content: "";
  background: #2ED173;
  width: 0%;
  height: 3px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 640px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link:after {
    left: 0;
    transform: none;
    bottom: -3px;
  }
}
.explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link:hover:after {
  opacity: 1;
  width: 30%;
}
@media (max-width: 767px) {
  .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link:hover:after {
    width: 100%;
  }
}
.explore-dropdown-page .explore_dropdown .tab-content {
  margin-top: 45px;
}
@media (max-width: 1200px) {
  .explore-dropdown-page .explore_dropdown .tab-content {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .explore-dropdown-page .explore_dropdown .tab-content {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .explore-dropdown-page .explore_dropdown .tab-content {
    margin-top: 0px;
  }
}
.explore-dropdown-page .explore_dropdown .list_explore_drop {
  display: flex;
  flex-wrap: wrap;
}
.explore-dropdown-page .explore_dropdown .list_explore_drop a {
  flex: 0 0 calc(25% - 18.75px);
  max-width: calc(25% - 18.75px);
  margin-right: 25px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .explore-dropdown-page .explore_dropdown .list_explore_drop a {
    flex: 0 0 calc(50% - 12.5px);
    max-width: calc(50% - 12.5px);
  }
  .explore-dropdown-page .explore_dropdown .list_explore_drop a:nth-child(2n) {
    margin-right: 0px;
  }
}
.explore-dropdown-page .explore_dropdown .list_explore_drop a:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .explore-dropdown-page .explore_dropdown .list_explore_drop a {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box {
  background: #323241;
  border-radius: 14px;
  display: flex;
  padding: 30px;
  align-items: center;
}
@media (max-width: 1200px) {
  .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box {
    padding: 12px;
  }
}
@media (max-width: 992px) {
  .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box {
    padding: 15px;
  }
}
.explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box p {
  margin-bottom: 0;
  margin-left: 30px;
  color: rgba(242, 242, 242, 0.7);
}
@media (max-width: 1200px) {
  .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box p {
    margin-left: 15px;
  }
}
.explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box span {
  width: 45px;
  max-width: 45px;
}

.lightMod .explore-dropdown-page .explore_dropdown h1 {
  color: #323241;
}
.lightMod .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link {
  color: rgba(50, 50, 65, 0.6);
}
.lightMod .explore-dropdown-page .explore_dropdown .explore_link_tab .nav-item .nav-link.active {
  color: #323241;
}
.lightMod .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box {
  background: #fff;
}
.lightMod .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box p {
  color: #393939;
}
.lightMod .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box span {
  width: 45px;
  max-width: 45px;
}
.lightMod .explore-dropdown-page .explore_dropdown .list_explore_drop .explore_box span svg path {
  fill: #838390;
}

.explore-page .inner-banner {
  height: 300px;
}
@media (max-width: 767px) {
  .explore-page .inner-banner {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .explore-page .inner-banner {
    height: 300px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}

@media (max-width: 767px) {
  .date_filter {
    width: 100%;
    justify-content: flex-end;
  }
}

section.hp-products {
  padding: 75px 0 50px 0;
}
section.hp-products .product-slider {
  opacity: 0;
  transition: all, ease-in-out, 0.3s;
  /* the parent */
}
section.hp-products .product-slider .slick-slide {
  margin: 0 15px;
}
section.hp-products .product-slider .slick-list {
  margin: 0 -15px;
}
section.hp-products .product-slider .items-product {
  border-radius: 14px;
}
section.hp-products .product-slider .items-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 429px;
  border-radius: 14px;
}
@media (max-width: 1599px) {
  section.hp-products .product-slider .items-product img {
    max-height: 360px;
  }
}
@media (max-width: 1199px) {
  section.hp-products .product-slider .items-product img {
    max-height: 296px;
  }
}
@media (max-width: 992px) {
  section.hp-products .product-slider .items-product img {
    max-height: 220px;
  }
}
@media (max-width: 767px) {
  section.hp-products .product-slider .items-product img {
    max-height: unset;
  }
}
@media (max-width: 640px) {
  section.hp-products .product-slider .items-product img {
    height: 270px;
    max-height: 270px;
    object-position: -122px;
  }
}
section.hp-products .product-slider ul.slick-dots {
  right: 47px;
  bottom: 51px;
}
@media (max-width: 992px) {
  section.hp-products .product-slider ul.slick-dots {
    right: 27px;
    bottom: 27px;
  }
}
section.hp-products .product-slider ul.slick-dots li button {
  background-color: #ffffff;
  opacity: 0.18;
}
section.hp-products .product-slider ul.slick-dots li.slick-active button {
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 640px) {
  section.hp-products .product-slider ul.slick-dots {
    padding: 0;
  }
}
section.hp-products .product-slider .slick-prev:before,
section.hp-products .product-slider .slick-next:before {
  font-size: 25px;
  color: #2ED173;
}
@media (max-width: 1450px) {
  section.hp-products .product-slider .slick-prev:before,
section.hp-products .product-slider .slick-next:before {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  section.hp-products .product-slider {
    margin-bottom: 30px;
  }
  section.hp-products .product-slider ul.slick-dots {
    right: auto;
    bottom: -33px;
    transform: translateX(-50%);
    left: 50%;
  }
  section.hp-products .product-slider ul.slick-dots li button {
    background-color: #ffffff;
  }
  section.hp-products .product-slider ul.slick-dots li.slick-active button {
    background-color: #2ed173;
  }
}
section.hp-products .product-slider.slick-initialized {
  opacity: 1;
}
section.hp-products .product-square {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background: #fff;
  justify-content: center;
  border-radius: 14px;
  padding: 18px 30px;
  align-items: center;
  max-height: 430px;
}
@media (max-width: 1450px) {
  section.hp-products .product-square {
    max-height: 360px;
  }
}
@media (max-width: 1199px) {
  section.hp-products .product-square {
    max-height: 296px;
    padding: 10px 16px;
  }
}
@media (max-width: 992px) {
  section.hp-products .product-square {
    max-height: 220px;
  }
}
@media (max-width: 767px) {
  section.hp-products .product-square {
    max-height: unset;
    padding: 20px 10px;
  }
}
@media (max-width: 640px) {
  section.hp-products .product-square {
    max-height: unset;
    padding: 15px 15px;
  }
}
section.hp-products .product-square .hp_square_pdcts img {
  width: 100%;
  border-radius: 14px;
}
@media (max-width: 767px) {
  section.hp-products .product-square .hp_square_pdcts {
    margin-bottom: 10px;
  }
  section.hp-products .product-square .hp_square_pdcts:nth-last-child(1) {
    margin-bottom: 0;
  }
}
section.hp-products .row .col-md-8 {
  padding-right: 10px;
}
@media (max-width: 1199px) {
  section.hp-products .row .col-md-8 {
    padding-right: 5px;
  }
}
@media (max-width: 992px) {
  section.hp-products .row .col-md-8 {
    padding-right: 3px;
  }
}
@media (max-width: 767px) {
  section.hp-products .row .col-md-8 {
    padding-right: 15px;
    margin-bottom: 10px;
  }
}
section.hp-products .row .col-md-4 {
  padding-left: 10px;
}
@media (max-width: 1199px) {
  section.hp-products .row .col-md-4 {
    padding-left: 5px;
  }
}
@media (max-width: 992px) {
  section.hp-products .row .col-md-4 {
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  section.hp-products .row .col-md-4 {
    padding-left: 15px;
  }
}
section.hp-products .row_1 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  section.hp-products .row_1 {
    margin-bottom: 13px;
  }
}
@media (max-width: 992px) {
  section.hp-products .row_1 {
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  section.hp-products .row_1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  section.hp-products .row_1 {
    margin-bottom: 0px;
  }
  section.hp-products .row_1 .col-md-4 {
    margin-bottom: 25px;
  }
  section.hp-products .row_1 .col-md-8 {
    margin-bottom: 0px;
  }
}
section.hp-products .row_2 .slider_prdct_rect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  section.hp-products .row_2 .slider_prdct_rect {
    margin-bottom: 65px;
    /* the parent */
  }
  section.hp-products .row_2 .slider_prdct_rect ul.slick-dots {
    right: auto;
    bottom: -33px;
    transform: translateX(-50%);
    left: 50%;
  }
  section.hp-products .row_2 .slider_prdct_rect ul.slick-dots li button {
    background-color: #ffffff;
    opacity: 0.18;
  }
  section.hp-products .row_2 .slider_prdct_rect ul.slick-dots li.slick-active button {
    background-color: #2ed173;
    opacity: 1;
  }
  section.hp-products .row_2 .slider_prdct_rect .slick-slide {
    margin: 0 15px;
  }
  section.hp-products .row_2 .slider_prdct_rect .slick-list {
    margin: 0 -15px;
  }
}
section.hp-products .row_2 .slider_prdct_rect .hp_rect_products {
  width: 48.7%;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products {
    width: 48.77%;
    margin-bottom: 17px;
  }
}
@media (max-width: 1199px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products {
    width: 49%;
    margin-bottom: 11px;
  }
}
@media (max-width: 992px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products {
    margin-bottom: 6px;
    width: 49.5%;
  }
}
@media (max-width: 767px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products {
    width: 49%;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products {
    width: 100%;
    margin-bottom: 0px;
    /* the parent */
  }
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products .slick-slide {
    margin: 0 27px;
  }
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products .slick-list {
    margin: 0 -27px;
  }
}
section.hp-products .row_2 .slider_prdct_rect .hp_rect_products a {
  width: 100%;
  display: block;
}
section.hp-products .row_2 .slider_prdct_rect .hp_rect_products a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 229px;
  border-radius: 14px;
}
@media (max-width: 1599px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products a img {
    max-height: 192px;
  }
}
@media (max-width: 1199px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products a img {
    max-height: 159px;
  }
}
@media (max-width: 992px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products a img {
    max-height: 118px;
  }
}
@media (max-width: 767px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products a img {
    max-height: unset;
  }
}
@media (max-width: 640px) {
  section.hp-products .row_2 .slider_prdct_rect .hp_rect_products a img {
    max-height: 200px;
    height: 200px;
    object-fit: cover;
  }
}
section.hp-products .row_2 .slider_prdct_rect .hp_rect_products:nth-last-child(-n+2) {
  margin-bottom: 0;
}
section.hp-products .row_2 .col-md-4 .hp_bigSquare_products a {
  width: 100%;
  display: block;
}
section.hp-products .row_2 .col-md-4 .hp_bigSquare_products a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 478px;
  border-radius: 14px;
}
@media (max-width: 1599px) {
  section.hp-products .row_2 .col-md-4 .hp_bigSquare_products a img {
    max-height: 398px;
  }
}
@media (max-width: 1199px) {
  section.hp-products .row_2 .col-md-4 .hp_bigSquare_products a img {
    max-height: 328px;
  }
}
@media (max-width: 992px) {
  section.hp-products .row_2 .col-md-4 .hp_bigSquare_products a img {
    max-height: 241px;
  }
}
@media (max-width: 767px) {
  section.hp-products .row_2 .col-md-4 .hp_bigSquare_products a img {
    max-height: 270px;
    height: 270px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}

@media (max-width: 640px) {
  body.lightMod ul.slick-dots li button {
    background-color: #000000 !important;
  }
  body.lightMod ul.slick-dots li.slick-active button {
    background-color: #2ed173 !important;
  }
}
.banner_shade_inner .inner-banner {
  height: 579px;
  position: relative;
}
.banner_shade_inner .inner-banner .bnr-txt {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
.banner_shade_inner .inner-banner:after {
  content: "";
  background-image: linear-gradient(rgba(32, 34, 46, 0) 0%, rgba(32, 34, 46, 0.63) 40%, #20222e 100%);
  bottom: -1px;
  z-index: 1;
  position: absolute;
  height: 420px;
  left: 0;
  width: 100%;
}
@media (max-width: 1450px) {
  .banner_shade_inner .inner-banner {
    height: 510px;
  }
  .banner_shade_inner .inner-banner .bnr-txt {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  .banner_shade_inner .inner-banner .bnr-txt {
    margin-top: -25px;
  }
}
@media (max-width: 1450px) {
  .banner_shade_inner .inner-banner {
    height: 450px;
  }
}

.radio-ameatures section.radio_ameatures {
  padding: 70px 0;
}
@media (max-width: 640px) {
  .radio-ameatures section.radio_ameatures {
    padding: 50px 0;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section {
  margin-top: -210px;
  position: relative;
  z-index: 99;
  padding: 0 7.3%;
}
@media (max-width: 991px) {
  .radio-ameatures section.radio_ameatures .main-tab-section {
    padding: 0 9.3%;
  }
}
@media (max-width: 767px) {
  .radio-ameatures section.radio_ameatures .main-tab-section {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .radio-ameatures section.radio_ameatures .main-tab-section {
    padding: 0 3%;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs {
  border-bottom: none;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs {
    justify-content: space-between;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2rem;
  list-style-type: none;
  position: relative;
}
.radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li + li {
  margin-left: 50px;
}
@media (max-width: 480px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li + li {
    margin-left: 15px;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a {
  color: #fff;
  opacity: 0.64;
  background-color: transparent;
  border-color: transparent;
  position: relative;
  padding: 5px 0;
}
.radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a:after {
  content: "";
  width: 0;
  bottom: -8px;
  height: 3px;
  background: #19C462;
  left: 0;
  position: absolute;
  pointer-events: none;
  transition: all, ease-in-out, 0.3s;
}
@media (max-width: 1199px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a:after {
    bottom: -2px;
    height: 3px;
  }
}
@media (max-width: 480px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a:after {
    height: 2px;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a.active:after {
  width: 100%;
}
.radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a.active {
  opacity: 1;
  width: 100%;
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content {
  margin-top: 34px;
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents {
  display: flex;
  flex-wrap: wrap;
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
  height: 137px;
  flex: 0 0 18.99%;
  background: #323241;
  border-radius: 14px;
  /* margin: 0 12px; */
  margin-right: 19px;
  margin-bottom: 19px;
  display: flex;
}
@media (max-width: 1775px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 18.8%;
  }
}
@media (max-width: 1599px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 18.7%;
    height: 140px;
  }
}
@media (max-width: 1450px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    height: 125px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 23.5%;
    margin-right: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 32.1%;
    margin-right: 11px;
    margin-bottom: 11px;
  }
}
@media (max-width: 768px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 49%;
    margin-right: 11px;
    margin-bottom: 11px;
  }
}
@media (max-width: 690px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 48.9%;
  }
}
@media (max-width: 640px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 48%;
  }
}
@media (max-width: 479px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    flex: 0 0 48%;
    margin-right: 2.2%;
  }
}
@media (max-width: 479px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
    height: auto;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block .radio-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block .radio-details h3 {
  text-decoration: none;
  color: #F2F2F2;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  word-break: break-all;
}
@media (max-width: 479px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block .radio-details h3 {
    justify-content: center;
    align-items: center;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block .radio-details p {
  text-decoration: none;
  color: #F2F2F2;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  list-style-type: none;
  position: relative;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block .radio-details p.post_count {
  font-size: 14px;
  color: #959494;
  margin-top: 11px;
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block a {
  padding: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block a {
    display: block;
    width: 100%;
  }
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block a > img {
    display: block;
    margin: 0 auto;
    margin-right: auto !important;
  }
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block a .radio-details {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block a > .hp-sqbox {
  margin-right: 15px;
  flex: 0 0 70px;
  max-width: 70px;
}
@media (max-width: 1500px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block a > .hp-sqbox {
    margin-right: 10px;
    flex: 0 0 55px;
    max-width: 55px;
  }
}
@media (max-width: 479px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block a > .hp-sqbox {
    margin: 0 auto;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(5n) {
    margin-right: 16px;
  }
}
@media (max-width: 991px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(5n) {
    margin-right: 11px;
  }
}
@media (max-width: 1199px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(4n) {
    margin-right: 11px;
  }
}
@media (max-width: 768px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(4n) {
    margin-right: 11px;
  }
}
@media (max-width: 991px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(3n) {
    margin-right: 11px;
  }
}
@media (max-width: 768px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block:nth-child(2n) {
    margin-right: 0px;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .btn_pre_div {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .btn_pre_div {
    margin-top: 10px;
  }
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .btn_pre_div a.btn {
  text-transform: capitalize;
  border-color: #777793;
  background: transparent;
}
.radio-ameatures section.radio_ameatures .main-tab-section .tab-content .btn_pre_div a.btn:hover {
  background-color: #19C462;
  color: #fff;
  border-color: #19C462;
}

.profile-block {
  position: relative;
}

.profle-post-count {
  position: absolute;
  padding: 1px 6px;
  background: #19C462;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: 9px;
  top: 11px;
  font-size: 11px;
  min-width: 32px;
}
.profle-post-count:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: -1px;
  left: 50%;
  background: #19C462;
  transform: translateX(-50%);
  border-radius: 17px;
  overflow: hidden;
}

.lightMod .banner_shade_inner .inner-banner:after {
  background-image: linear-gradient(rgba(213, 214, 218, 0) 0%, rgba(206, 206, 208, 0.63) 40%, #edf1f7 100%);
}
.lightMod .radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a {
  color: #595D65;
}
.lightMod .radio-ameatures section.radio_ameatures .main-tab-section .nav-tabs li a.active {
  color: #272727;
}
.lightMod .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block {
  background: #fff;
}
.lightMod .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block .radio-details h3 {
  color: #393939;
}
.lightMod .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .radio-parents .profile-block .radio-details p {
  color: #393939;
}
.lightMod .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .btn_pre_div a.btn {
  color: #343434;
  border-color: #9A9A9A;
  font-weight: 700;
}
.lightMod .radio-ameatures section.radio_ameatures .main-tab-section .tab-content .btn_pre_div a.btn:hover {
  border-color: #2ED173;
  color: #fff;
}

.contact-page section.contact_page {
  padding-bottom: 45px;
}
@media (max-width: 1599px) {
  .contact-page section.contact_page {
    padding-bottom: 30px;
  }
}
.contact-page section.contact_page .container > .row {
  margin-top: -98px;
  position: relative;
  z-index: 2;
}
.contact-page section.contact_page .container .col-md-8 {
  padding-right: 40px;
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-8 {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .contact-page section.contact_page .container .col-md-8 {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .contact-page section.contact_page .container .col-md-8 {
    padding-right: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page section.contact_page .container .col-md-8 .contact-form {
  padding: 71px 63px;
  border-radius: 14px;
  background-color: #323241;
}
@media (max-width: 1599px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form {
    padding: 56px 63px;
  }
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form {
    padding: 56px 40px;
  }
}
@media (max-width: 1199px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form {
    padding: 40px 40px;
  }
}
@media (max-width: 991px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form .ttl-line {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form {
    padding: 20px;
    padding-top: 40px;
  }
}
.contact-page section.contact_page .container .col-md-8 .contact-form form {
  margin-top: 50px;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group {
  margin-bottom: 40px;
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form form .form-group {
    margin-bottom: 30px;
  }
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group input {
  height: 52px;
}
@media (max-width: 1199px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form form .form-group input {
    height: 42px;
  }
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group input,
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group textarea {
  background-color: transparent !important;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #D0D0D0;
  border-bottom: 1px solid #47475D;
  border-radius: 0;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group input::placeholder,
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group textarea::placeholder {
  color: #D0D0D0;
  margin-bottom: 0;
  pointer-events: none;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: all, ease-in-out, 0.3s;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group label {
  position: absolute;
  left: 15px;
  z-index: 1;
  top: 50%;
  color: #D0D0D0;
  margin-bottom: 0;
  pointer-events: none;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: all, ease-in-out, 0.3s;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group input:-internal-autofill-selected {
  background-color: transparent !important;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group input:not([disabled]):focus ~ label,
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group .input[badinput=true] ~ label {
  top: 2px;
  opacity: 1;
  padding-left: 0 !important;
  padding: 0px 6px;
  font-size: 12px !important;
  transform: translate3d(0, -66%, 0);
  opacity: 1;
  font-size: 12px !important;
  color: #fff;
  background: #323241;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group textarea + label {
  top: 28px;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group textarea:focus + label,
.contact-page section.contact_page .container .col-md-8 .contact-form form .form-group textarea:valid + label {
  top: 2px;
  opacity: 1;
  padding-left: 0 !important;
  padding: 0px 6px;
  font-size: 12px !important;
  transform: translate3d(0, -66%, 0);
  opacity: 1;
  font-size: 12px !important;
  color: #fff;
  background: #323241;
}
.contact-page section.contact_page .container .col-md-8 .contact-form form button {
  font-weight: 600;
  font-size: 1.3rem;
}
@media (max-width: 640px) {
  .contact-page section.contact_page .container .col-md-8 .contact-form form button {
    margin: 0 auto;
    display: block;
  }
}
.contact-page section.contact_page .container .col-md-4 {
  padding-left: 56px;
}
@media (max-width: 1599px) {
  .contact-page section.contact_page .container .col-md-4 {
    padding-left: 34px;
  }
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-4 {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .contact-page section.contact_page .container .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page section.contact_page .container .col-md-4 .contact-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .pre-repeatables {
    width: 100%;
  }
}
.contact-page section.contact_page .container .col-md-4 .contact-address .ttl {
  display: inline-block;
}
.contact-page section.contact_page .container .col-md-4 .contact-address .ttl h2 {
  margin-bottom: 30px;
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .ttl h2 {
    margin-bottom: 22px;
  }
}
.contact-page section.contact_page .container .col-md-4 .contact-address .ttl:before {
  top: 22px;
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .ttl:before {
    top: 20px;
  }
}
@media (max-width: 1199px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .ttl:before {
    top: 42px;
    right: auto;
  }
}
@media (max-width: 992px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .ttl:before {
    top: 46px;
    right: -70px;
    left: auto;
  }
}
@media (max-width: 640px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .ttl:before {
    top: 64px;
    right: auto;
    left: auto;
  }
}
.contact-page section.contact_page .container .col-md-4 .contact-address .ttl-line.bottom:before {
  left: 0;
  top: inherit;
  bottom: -22px;
}
.contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables {
    margin-bottom: 25px;
  }
}
.contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables span {
  color: #35D273;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  margin-bottom: 18px;
  display: block;
  width: 100%;
  letter-spacing: 0.03em;
}
@media (max-width: 1450px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables span {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables span {
    margin-bottom: 6px;
  }
}
.contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables p {
  color: #D0D0D0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  display: block;
  letter-spacing: 0.03em;
  padding-right: 15%;
  margin-bottom: 0;
}
.contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables a {
  color: #D0D0D0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.66;
  display: inline-block;
  letter-spacing: 0.03em;
}
.contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables a + a {
  margin-left: 34px;
}
@media (max-width: 1199px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables a + a {
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables a + a {
    margin-left: 30px;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables a + a {
    margin-left: 20px;
  }
}
.contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables:last-child {
  margin-bottom: 0;
}
.contact-page section.map-section {
  padding: 45px 0;
  padding-bottom: 90px;
}
.contact-page section.map-section .container .ttl {
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .contact-page section.map-section .container .ttl:before {
    top: 45px;
  }
}
@media (max-width: 640px) {
  .contact-page section.map-section .container .ttl:before {
    top: 64px;
    left: auto;
    right: auto;
  }
}
.contact-page section.map-section .container .center-map #loc-map {
  overflow: hidden;
  position: relative;
  height: 417px;
  border-radius: 14px;
}
@media (max-width: 1450px) {
  .contact-page section.map-section .container .center-map #loc-map {
    height: 370px;
  }
}
@media (max-width: 1199px) {
  .contact-page section.map-section .container .center-map #loc-map {
    height: 325px;
  }
}
@media (max-width: 992px) {
  .contact-page section.map-section .container .center-map #loc-map {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .contact-page section.map-section .container .center-map #loc-map {
    height: 275px;
  }
}
@media (max-width: 480px) {
  .contact-page section.map-section .container .center-map #loc-map {
    height: 250px;
  }
}
.contact-page .inner-banner {
  height: 450px;
}
@media (max-width: 767px) {
  .contact-page .inner-banner {
    padding-top: 106px;
    padding-bottom: 144px;
    height: inherit;
  }
}

@media (max-width: 1199px) {
  .ttl-line:before {
    height: 3px;
  }
}
@media (max-width: 640px) {
  .ttl-line:before {
    height: 2px;
  }
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form form .form-group input,
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form form .form-group textarea,
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form form .form-group select {
  border-bottom: 1px solid #dcdcdc;
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form {
  background: #fff;
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form .form-control {
  color: #1D1D1D;
  background-color: #47475D;
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form ::-webkit-input-placeholder {
  color: #1D1D1D;
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form :-moz-placeholder {
  color: #1D1D1D;
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form ::-moz-placeholder {
  color: #1D1D1D;
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form :-ms-input-placeholder {
  color: #1D1D1D;
}
.lightMod .contact-page section.contact_page .container .col-md-8 .contact-form .ttl {
  color: #20212E;
}
.lightMod .contact-address .white {
  color: #20212E;
}
.lightMod .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables p {
  color: #1D1D1D;
}
.lightMod .contact-page section.contact_page .container .col-md-4 .contact-address .common-repeatables a {
  color: #1D1D1D;
}
.lightMod .contact-page section.map-section .ttl {
  color: #20212E;
}

.postupload-page .file-upload-wrapper .box {
  position: relative;
  background: #ffffff;
  width: 100%;
}
.postupload-page .file-upload-wrapper .box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
  display: none;
}
.postupload-page .file-upload-wrapper .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.postupload-page .file-upload-wrapper .dropzone-wrapper {
  border: 2px dashed #35d273;
  stroke-dasharray: 5;
  border-radius: 15px;
  color: #92b0b3;
  position: relative;
  height: 150px;
  background: rgba(2, 78, 32, 0.129412);
}
.postupload-page .file-upload-wrapper .dropzone-desc {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .postupload-page .file-upload-wrapper .dropzone-desc {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.postupload-page .file-upload-wrapper .dropzone-desc .uplod-text {
  text-align: left;
  margin-left: 25px;
}
.postupload-page .file-upload-wrapper .dropzone-desc .upld-ttl {
  font-size: 2.4rem;
}
.postupload-page .file-upload-wrapper .dropzone-desc .upld-txt {
  font-size: 1.4rem;
}
.postupload-page .file-upload-wrapper .dropzone-desc .upld-txt span {
  color: #2ED173;
  text-decoration: underline;
}
.postupload-page .file-upload-wrapper .dropzone,
.postupload-page .file-upload-wrapper .dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.postupload-page .file-upload-wrapper .dropzone-wrapper:hover,
.postupload-page .file-upload-wrapper .dropzone-wrapper.dragover {
  background: rgba(2, 78, 32, 0.5);
}
.postupload-page .file-upload-wrapper .preview-zone {
  text-align: center;
}
.postupload-page .file-upload-wrapper .preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.upload-section {
  padding: 30px;
}
.upload-section .ttl-sm {
  margin-bottom: 25px;
}
.upload-section .support-frmt {
  margin-top: 15px;
}
@media (max-width: 576px) {
  .upload-section .support-frmt {
    text-align: center;
  }
}
.upload-section .support-frmt .ttl {
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .upload-section .support-frmt .ttl {
    margin-bottom: 5px;
  }
}
.upload-section .support-frmt p {
  color: #838396;
  font-size: 1.4rem;
}
.upload-section .support-frmt .vdo-format {
  padding-left: 75px;
  position: relative;
}
@media (max-width: 576px) {
  .upload-section .support-frmt .vdo-format {
    padding-left: 15px;
    margin-top: 15px;
  }
  .upload-section .support-frmt .vdo-format:before {
    display: none;
  }
}
.upload-section .support-frmt .vdo-format:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #494967;
  height: 40px;
  width: 1px;
}

.latest-post {
  margin-top: 40px;
}
.latest-post .ttl-sm {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .latest-post .ttl-sm {
    text-align: center;
  }
}
.latest-post .isotop_row {
  margin-top: 0;
  padding-top: 0;
}

.lightMod .pd-box sub {
  color: #1d1d1d;
}
.lightMod .upload-section .support-frmt .ttl {
  color: #1d1d1d;
  font-weight: 700;
}
.lightMod .latest-post .ttl-sm {
  color: #1d1d1d;
}
.lightMod .postupload-page .file-upload-wrapper .dropzone-desc {
  color: #1d1d1d;
}
.lightMod .upload-section .support-frmt .vdo-format:before {
  background: #e4e4eb;
}

sub.joinedby {
  padding-left: 21px;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  margin-left: 20px;
}
@media (max-width: 767px) {
  sub.joinedby {
    display: block;
    border: none;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  body.slim .profile-image-update .pd-box {
    padding: 7px 25px !important;
  }
  body.slim .profile-image-update .pd-box .pdbx-cuntry {
    width: 30px;
  }
  body.slim .profile-image-update .pd-box .pdbx-avatar {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body.slim .profile-image-update .pd-box .pdbx-avatar {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  body.slim .profile-image-update .pd-box .pdbx-avatar {
    margin-right: 35px;
  }
  body.slim .profile-image-update .pd-box .pdbx-avatar figure {
    width: 58px !important;
    height: 58px !important;
  }
  body.slim .profile-image-update .pd-box .pdbx-avatar figure img {
    height: 58px !important;
  }
}
@media (min-width: 1200px) and (max-width: 575px) {
  body.slim .profile-image-update .pd-box .pdbx-avatar {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 575px) {
  body.slim .profile-image-update .pd-box sub {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 480px) {
  body.slim .profile-image-update .pd-box sub {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .sidebar-sticky {
    position: fixed;
    width: 1360px;
    top: 75px;
    z-index: 9;
    background: #323241;
    border-top: 1px solid #cccccc1f;
    padding: 10px 43px;
    border-radius: 0px;
    align-items: center;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body.slim .profile-image-update .sidebar-sticky {
    width: 1140px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  body.slim .profile-image-update .sidebar-sticky {
    width: 930px;
    top: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .profile-image-update .sidebar-sticky {
    width: 690px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  body.slim .profile-image-update .sidebar-sticky {
    width: 510px;
    padding: 6px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 575px) {
  body.slim .profile-image-update .sidebar-sticky {
    width: 93.12%;
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 350px) {
  body.slim .profile-image-update .sidebar-sticky {
    width: 88.12%;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .sidebar-sticky .pdb-top .pdbx-avatar .photo-icon {
    right: -32px;
    bottom: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .profile-image-update .sidebar-sticky .pdb-top .pdbx-avatar .photo-icon {
    right: -25px;
  }
  body.slim .profile-image-update .sidebar-sticky .pdb-top .pdbx-avatar .photo-icon img {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .sidebar-sticky .pdb-top .pdbx-avatar figure {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .profile-image-update .sidebar-sticky .pdb-top .pdbx-avatar figure {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .sidebar-sticky .pdb-top .pdbx-avatar figure img {
    height: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .profile-image-update .sidebar-sticky .pdb-top .pdbx-avatar figure img {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .pdb-bottom {
    padding-top: 0;
    position: relative;
    top: -7px;
  }
  body.slim .profile-image-update .pdb-bottom .pd-followers, body.slim .profile-image-update .pdb-bottom .pd-post, body.slim .profile-image-update .pdb-bottom .pd-following, body.slim .profile-image-update .pdb-bottom .pd-views {
    font-size: 2rem;
  }
  body.slim .profile-image-update .pdb-bottom sub {
    margin-top: 10px;
  }
  body.slim .profile-image-update .pdb-bottom .pdb-bottom-child {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 480px) {
  body.slim .profile-image-update .pdb-top {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .pdb-top .pdbx-title {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) and (max-width: 480px) {
  body.slim .profile-image-update .pdb-top .pdbx-title {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child {
    padding: 0px 30px;
    padding-right: 50px;
    position: relative;
    font-size: 3rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child {
    padding: 0px 10px;
    padding-right: 50px;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 575px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child {
    font-size: 2.7rem;
    padding: 0px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 575px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child:after {
    content: "";
    height: 25px;
    width: 1px;
    background: #707070;
    position: absolute;
    right: 24px;
    top: 12px;
    display: block;
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child:after {
    top: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child:after {
    top: 6px;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child:after {
    height: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child:after {
    top: 2px;
  }
}
@media (min-width: 1200px) and (max-width: 575px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child:after {
    top: -1px;
    right: -13px;
  }
}
@media (min-width: 1200px) and (max-width: 480px) {
  body.slim .profile-image-update .pdb-top .pdbx-title .pdbx-title-child:after {
    display: none !important;
  }
}
.postupload-page .upload-post-update .sidebar-sticky {
  background: #20222e;
  padding: 35px 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .sidebar-sticky {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .postupload-page .upload-post-update .sidebar-sticky {
    display: block;
  }
}
.postupload-page .upload-post-update .pd-post-right .latest-post .isotop_row .grid_item {
  width: 33.33%;
}
@media (max-width: 1600px) {
  .postupload-page .upload-post-update .pd-box sub {
    font-size: 1.6rem;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-top {
  margin-bottom: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .postupload-page .upload-post-update .pd-box .pdb-top {
    margin-bottom: 45px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .postupload-page .upload-post-update .pd-box .pdb-top {
    margin-bottom: 32px;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar {
  margin-right: 70px;
}
@media (max-width: 1200px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar {
    margin-right: 25px;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure {
  border: none;
  width: 199px;
  height: 199px;
  transition: 0.3s all ease-in-out;
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure img {
  height: 199px;
  transition: 0.3s all ease-in-out;
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet {
  transition: 0.3s all ease-in-out;
  width: 200px;
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet input.file {
  position: absolute;
  bottom: 0;
  left: 0;
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar .photo-icon {
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar .photo-icon img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1600px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure {
    width: 150px;
    height: 150px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure img {
    height: 150px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure {
    width: 120px;
    height: 120px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure img {
    height: 120px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure {
    width: 100px;
    height: 100px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure img {
    height: 100px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure {
    width: 75px;
    height: 75px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure img {
    height: 75px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet {
    width: 75px;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title {
  text-align: left;
}
@media (max-width: 480px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title {
    text-align: center;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email {
  align-items: center;
  font-size: 5.6rem;
  line-height: 1;
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email .pdbx-cuntry {
  margin-left: 43px;
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email .pdbx-cuntry img {
  width: 46px;
  height: auto;
  max-height: 32px;
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email a.follow-btn {
  background: transparent;
  margin-left: 43px;
  font-size: 1.3rem;
  padding: 0 23px;
}
@media (max-width: 1200px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email a.follow-btn {
    margin-left: 25px;
    font-size: 1.1rem;
    padding: 0 17px;
    height: 11px;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email a.follow-btn:hover {
  color: #fff;
  background: #2ed173 !important;
}
@media (max-width: 1600px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email {
    font-size: 4.5rem;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email .pdbx-cuntry {
    margin-left: 38px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email .pdbx-cuntry img {
    width: 43px;
  }
}
@media (max-width: 1200px) {
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email {
    font-size: 3.5rem;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email .pdbx-cuntry {
    margin-left: 20px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-title .name-country-email .pdbx-cuntry img {
    width: 28px;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-bottom {
  padding-top: 0px;
}
.postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col {
  line-height: 1;
  font-size: 5rem;
}
@media (max-width: 1600px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col {
    font-size: 3.3rem;
  }
}
@media (max-width: 1200px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col {
    font-size: 2.9rem;
  }
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col {
    font-size: 2.6rem;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col sub {
  font-size: 1.8rem;
}
@media (max-width: 1600px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col sub {
    font-size: 1.6rem;
  }
}
@media (max-width: 1200px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col sub {
    font-size: 1.4rem;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2) {
  margin: 0 95px;
  position: relative;
}
@media (max-width: 1360px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2) {
    margin: 0 65px;
  }
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2) {
    margin: 0 35px;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):after, .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  background: rgba(255, 255, 255, 0.1);
  top: -1px;
}
@media (max-width: 1360px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):after, .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):before {
    height: 59px;
    top: 0px;
  }
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):after, .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):before {
    height: 52px;
  }
}
.postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):after {
  right: -46px;
}
.postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):before {
  left: -46px;
}
@media (max-width: 1360px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):after {
    right: -33px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):before {
    left: -33px;
  }
}
@media (max-width: 992px) {
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):after {
    right: -20px;
  }
  .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):before {
    left: -20px;
  }
}
.postupload-page .upload-post-update:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -9px;
  background: rgba(255, 255, 255, 0.13);
}
.postupload-page .upload-section {
  padding: 30px 0;
  position: relative;
}
.postupload-page .upload-section .support-frmt .ttl {
  font-weight: 600;
  color: #fff;
}
.postupload-page .upload-section .ttl-sm {
  color: #fff;
}
.postupload-page .upload-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  background: rgba(255, 255, 255, 0.13);
}
@media (max-width: 992px) {
  .postupload-page .upload-section .file-upload-wrapper .dropzone-wrapper {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .postupload-page .upload-section .file-upload-wrapper .dropzone-wrapper {
    height: 90px;
  }
}
@media (max-width: 992px) {
  .postupload-page .file-upload-wrapper .dropzone-desc .upld-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .postupload-page .file-upload-wrapper .dropzone-desc {
    display: flex;
    align-items: center;
  }
  .postupload-page .file-upload-wrapper .dropzone-desc img {
    width: 38px;
  }
}

@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    margin-left: 0px;
    top: 74px;
    border-top: 1px solid #cccccc1f;
    border-radius: 0px;
    max-width: 1390px;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1450px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update {
    width: 1140px;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdb-bottom {
    position: relative;
    top: -7px;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdb-bottom .pb-col {
    font-size: 3rem;
  }
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdb-bottom .pb-col sub {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .name-country-email {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pd-followers, body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pd-post, body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pd-following {
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdb-bottom sub {
    margin-top: 10px;
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pb-col:nth-child(2):after, body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pb-col:nth-child(2):before {
    height: 47px !important;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdbx-title sub {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .sidebar-sticky {
    margin-bottom: 0;
    background: #323241;
    padding: 7px 25px !important;
    border-top: 1px solid #cccccc1f;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdbx-avatar {
    margin-right: 20px;
  }
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdbx-avatar .photo-icon {
    right: -29px;
    bottom: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pdbx-avatar .photo-icon {
    right: -15px;
    bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  body.slim .postupload-page .col-lg-12.col-custom.upload-post-update .pd-box .pdb-top {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  body.slim .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar {
    width: 55px;
  }
  body.slim .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar input.file {
    width: 100%;
  }
  body.slim .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure {
    border: none;
    width: 55px;
    height: 55px;
  }
  body.slim .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar figure img {
    height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 992px) {
  body.slim .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet {
    width: 60px;
  }
  body.slim .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet figure {
    border: none;
    width: 60px;
    height: 60px;
  }
  body.slim .postupload-page .upload-post-update .pd-box .pdb-top .pdbx-avatar label.cabinet figure img {
    height: 60px;
  }
}
@media (max-width: 1200px) {
  .profile-page.pt-100 {
    padding-top: 65px;
  }
}
.profile-page .profile-image-update {
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(158, 158, 158, 0.11);
  background: transparent;
}
.profile-page .pd-box {
  padding: 35px;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .profile-page .pd-box {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .profile-page .pd-box {
    padding: 25px 0;
    margin-bottom: 0;
  }
}
.profile-page .pdb-bottom {
  padding-left: 0px;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .profile-page .pdb-bottom {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .profile-page .pdb-bottom.d-flx {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .profile-page .pdb-bottom sub {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .profile-page .pdb-bottom .tac {
    margin-bottom: 35px;
  }
}
.profile-page .pdb-bottom .tac .pb-col {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}
@media (max-width: 539.98px) {
  .profile-page .pdb-bottom .tac .pb-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.profile-page .pdb-bottom .tac .pb-col:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  top: 10px;
  right: 0;
}
.profile-page .pdb-bottom .tac .pb-col:last-child:after {
  display: none !important;
}
.profile-page .pdb-bottom .tac .pb-col .sub {
  font-size: 15px;
}
.profile-page .pdb-bottom .tac .pd-post {
  min-width: inherit;
}
.profile-page .pdb-bottom .pdb-bottom-child {
  align-items: start;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .profile-page .pdb-bottom .pdb-bottom-child {
    justify-content: center;
    margin-top: 10px;
  }
}
.profile-page .pdb-bottom p {
  position: relative;
  padding-left: 35px;
  color: #d0d0d0;
  line-height: 1.5;
  letter-spacing: 0.03rem;
  font-size: 1.8rem;
}
.profile-page .pdb-bottom p.grid-square-p {
  font-size: 2rem;
  color: #fff;
}
.profile-page .pdb-bottom p a {
  color: inherit;
}
.profile-page .pdb-bottom p img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .profile-page .pdb-bottom .pb-adrs {
    margin-right: 8px;
  }
}
.profile-page .pdb-bottom .pb-phoneno {
  margin-left: 80px;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .profile-page .pdb-bottom .pb-phoneno {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .profile-page .pdb-bottom .pb-phoneno {
    margin-left: 30px;
  }
}
@media (max-width: 400px) {
  .profile-page .pdb-bottom .pb-phoneno {
    margin-left: 20px;
  }
}
.profile-page .pdb-top {
  margin-bottom: 0px;
  align-items: center;
}
@media (min-width: 768px) {
  .profile-page .pdb-top {
    flex-wrap: inherit;
  }
}
.profile-page .pdb-top .pdbx-cname-wrap .pdbx-cuntry {
  margin-left: 0 !important;
}
.profile-page .pdb-top .pdbx-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .profile-page .pdb-top .pdbx-title .pdbx-btn-edit {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .profile-page .pdb-top .pdbx-title .pdbx-btn-edit a.follow-btn {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-page .pdb-top .pdbx-title .pdbx-username {
    margin-right: 30px;
  }
}
.profile-page .pdb-top .pdbx-title .pdbx-cuntry-name {
  font-size: 1.6rem;
  color: #D0D0D0;
  font-weight: 400;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-page .pdb-top .pdbx-title .pdbx-cuntry-name {
    border-left: 1px solid rgba(255, 255, 255, 0.38);
    padding-left: 13px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .profile-page .pdb-top .pdbx-title {
    text-align: center;
    width: 100%;
  }
}
.profile-page .pdb-top .pdbx-title .pdbx-title-child {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .profile-page .pdb-top .pdbx-title .pdbx-title-child {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1600px) {
  .profile-page .pdb-top .pdbx-title .pdbx-title-child {
    font-size: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .profile-page .pdb-top .pdbx-title .pdbx-title-child {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .profile-page .pdb-top .pdbx-title .pdbx-title-child {
    font-size: 2.5rem;
  }
}
.profile-page .pdb-top .pdbx-avatar {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .profile-page .pdb-top .pdbx-avatar {
    margin: 0 auto;
    margin-bottom: 7px;
  }
}
.profile-page .pdb-top .pdbx-avatar .photo-icon {
  right: 0;
  bottom: 15px;
}
@media (max-width: 992px) {
  .profile-page .pdb-top .pdbx-avatar .photo-icon {
    right: -29px;
  }
}
.profile-page .pdb-top .pdbx-avatar #upload-demo {
  width: 250px;
  height: 250px;
  padding-bottom: 25px;
}
.profile-page .pdb-top .pdbx-avatar figure {
  width: 232px;
  height: 232px;
  border: none;
  overflow: visible;
  transition: ease-in-out, all, 0.3s;
}
@media (max-width: 1600px) {
  .profile-page .pdb-top .pdbx-avatar figure {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .profile-page .pdb-top .pdbx-avatar figure {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .profile-page .pdb-top .pdbx-avatar figure {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 640px) {
  .profile-page .pdb-top .pdbx-avatar figure {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 350px) {
  .profile-page .pdb-top .pdbx-avatar figure {
    width: 70px;
    height: 70px;
  }
}
.profile-page .pdb-top .pdbx-avatar figure img {
  height: 232px;
  transition: ease-in-out, all, 0.3s;
}
@media (max-width: 1600px) {
  .profile-page .pdb-top .pdbx-avatar figure img {
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .profile-page .pdb-top .pdbx-avatar figure img {
    height: 140px;
  }
}
@media (max-width: 992px) {
  .profile-page .pdb-top .pdbx-avatar figure img {
    height: 110px;
  }
}
@media (max-width: 640px) {
  .profile-page .pdb-top .pdbx-avatar figure img {
    height: 88px;
  }
}
@media (max-width: 350px) {
  .profile-page .pdb-top .pdbx-avatar figure img {
    height: 70px;
  }
}
.profile-page .ttl-sm {
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .profile-page .ttl-sm {
    margin-bottom: 15px;
  }
}
.profile-page .radio-shack-img .figure {
  width: 100%;
}
.profile-page .radio-shack-img .figure img {
  width: 100%;
  border-radius: 10px;
}

.radio-shack {
  margin-bottom: 50px;
}

.about-me .ab-col figure,
.about-me .abtme-row figure {
  width: 100%;
}
.about-me .ab-col figure img,
.about-me .abtme-row figure img {
  width: 100%;
  object-fit: cover;
}
.about-me .profile-page .ttl-sm {
  color: #fff;
  margin-bottom: 18px;
}
.about-me .abtme-row {
  padding-bottom: 25px;
  border-bottom: 1px solid #383b4b;
  margin-bottom: 35px;
}
.about-me .abtme-ctn p {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  line-height: 31px;
  color: #d0d0d0;
}
@media (max-width: 767px) {
  .about-me .abtme-ctn p {
    line-height: 1.7;
  }
}
.about-me img {
  border-radius: 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-me .ab-col {
    margin-bottom: 25px;
  }
  .about-me .ab-col:last-child {
    margin-bottom: 0;
  }
}

.my-post .arrange_post_profile_btn {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .my-post .arrange_post_profile_btn {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.my-post .arrange_post_profile_btn a {
  padding: 10px 20px;
  border: 1px solid #5A5E74;
  background: #2E3140;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.my-post .dropdown {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .my-post .dropdown {
    flex-direction: column;
    align-items: flex-end;
  }
}
.my-post .dropdown + .dropdown {
  margin-left: 19px;
}
@media (max-width: 767px) {
  .my-post .dropdown + .dropdown {
    margin-left: 10px;
  }
}
.my-post .dropdown .btn {
  height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 14px;
  color: #b3b8c1;
  text-transform: capitalize;
  width: 400px;
  background-color: #272936;
  border: 1px solid #424558;
  letter-spacing: 0.1rem;
}
@media (max-width: 991px) {
  .my-post .dropdown .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .my-post .dropdown .btn {
    margin: 7px 0;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .my-post .dropdown .btn {
    width: auto;
  }
}
.my-post .dropdown .btn::after {
  border-top: 0.4em solid #19c462;
  margin-left: auto;
}
.my-post .dropdown .btn:focus {
  box-shadow: none;
}
.my-post .dropdown .dropdown-menu {
  width: 400px;
  height: 175px;
  overflow: auto;
}
@media (max-width: 991px) {
  .my-post .dropdown .dropdown-menu {
    width: 100%;
  }
}
.my-post .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.my-post .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #20222e;
  border-radius: 0px;
}
.my-post .dropdown .dropdown-menu::-webkit-scrollbar-track {
  -ms-box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.59);
  box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.59);
  background-color: #fff;
}
.my-post .dropdown .dropdown-menu a {
  line-height: 2;
  font-size: 1.4rem;
}
.my-post .mypost-title-dropdown {
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .my-post .mypost-title-dropdown {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .my-post .mypost-title-dropdown {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .my-post .mypost-title-dropdown {
    margin-bottom: 28px;
  }
}
.my-post .mypost-title-dropdown .ttl.ttl-sm {
  margin-bottom: 0;
}
.my-post .mypost-title-dropdown .dropdown {
  width: 70%;
}
@media (max-width: 991px) {
  .my-post .mypost-title-dropdown .dropdown {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .my-post .mypost-title-dropdown .dropdown {
    width: inherit;
    flex-direction: row;
    float: right;
    text-align: right;
  }
  .my-post .mypost-title-dropdown .dropdown .arrange_post_profile_btn {
    margin: 0;
    margin-right: 15px;
  }
  .my-post .mypost-title-dropdown .dropdown .btn {
    margin: 0;
  }
}
.my-post .isotop_row {
  padding-top: 0;
}

.lightMod .hp-popup .modal-content .modal-body {
  background: #ffffff;
}
.lightMod .postupload-page .upload-section .ttl-sm,
.lightMod .postupload-page .upload-section .support-frmt .ttl {
  color: #000;
}
.lightMod .postupload-page .upload-post-update .sidebar-sticky {
  background: #fff;
}
.lightMod .profile-page .pdb-top .pdbx-title .pdbx-title-child {
  color: #000;
}
.lightMod .profile-page .ttl-sm,
.lightMod .about-me .abtme-ctn p {
  color: #1D1D1D;
}
.lightMod .about-me .abtme-row {
  border-color: #d9d9d9;
}
.lightMod .profile-page .pdb-bottom p {
  color: #1D1D1D;
}
.lightMod .pd-box hr {
  border-color: #f3f3f3;
}
.lightMod .profile-page .pdb-bottom p img {
  opacity: 1;
}
.lightMod .profile-page .profile-image-update .btn.btn-sm, .lightMod .profile-page .profile-image-update .btn-group-sm > .btn {
  color: #000;
}
.lightMod .profile-page .profile-image-update .btn.btn-sm:hover, .lightMod .profile-page .profile-image-update .btn-group-sm > .btn:hover {
  color: #fff;
}
.lightMod .profile-page .pdb-bottom .tac .pb-col:nth-child(2):after,
.lightMod .profile-page .pdb-bottom .tac .pb-col:nth-child(2):before,
.lightMod .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):after,
.lightMod .postupload-page .upload-post-update .pd-box .pdb-bottom .pb-col:nth-child(2):before {
  background: #efefef;
}
.lightMod .my-post .dropdown .btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

body.slim.lightMod .profile-image-update .sidebar-sticky,
body.slim.lightMod .postupload-page .col-lg-12.col-custom.upload-post-update,
body.slim.lightMod .postupload-page .col-lg-12.col-custom.upload-post-update .sidebar-sticky {
  background: #fff;
}

@media (max-width: 992px) {
  .postupload-page .pdb-bottom.d-flx {
    max-width: 100%;
  }
}

.extra-callsign sub {
  color: #fff;
  font-weight: 700;
}

.lightMod .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .savebutton .btn,
.lightMod .signin-signup .sign-in-up .preDiv .change-image-sec .pd-box .pdb-top .name-country-email {
  color: #000;
}
.lightMod .signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group .select-wrapper select {
  color: #000;
  border-bottom: 1px solid #d0d0d0;
}
.lightMod .signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group input,
.lightMod .signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group textarea,
.lightMod .signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group select {
  color: #000;
  border-bottom: 1px solid #d0d0d0;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container {
  background: #ffffff;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign a {
  color: #000;
}
.lightMod .my-post .dropdown .btn {
  color: black;
}
.lightMod .my-post .arrange_post_profile_btn a {
  border: 1px solid #d0d0d0;
}
.lightMod .extra-callsign sub {
  color: #000;
  font-weight: 700;
}

.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .add-another-call input {
  padding: 10px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #777793 !important;
  font-size: 14px;
  margin: 15px 0;
  transition: all 0.5s ease-out;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .add-another-call input:hover {
  background-color: #19C462 !important;
  color: #ffffff !important;
  border-color: #19C462 !important;
}

.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign {
  position: absolute;
  top: 5px;
  right: 0;
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign {
    position: relative;
    margin: 10px 0;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container {
  position: relative;
  display: inline-block;
  background: #2f313c;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign a {
  color: #fff;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container input[type=radio] {
  position: absolute;
  visibility: hidden;
  height: 40px;
  width: 30px;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  padding: 0px 10px 0px 35px;
  margin: 0;
  margin-top: 6px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container label {
    vertical-align: sub;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container:hover label {
  color: #ffffff;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container .check {
  display: block;
  position: absolute;
  border: 3px solid #aaaaaa;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 3px;
  left: 5px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container:hover .check {
  border: 3px solid #ffffff;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 4px;
  width: 4px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container input[type=radio]:checked ~ .check {
  border: 3px solid #2ed173;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container input[type=radio]:checked ~ .check::before {
  background: #2ed173;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container input[type=radio]:checked ~ label {
  color: #2ed173;
}

.sticky_edit_pro {
  display: none;
}

@media (max-width: 480px) {
  .slim .sidebar-sticky .sticky_edit_pro {
    margin-left: auto;
  }
}
.slim .sidebar-sticky .sticky_edit_pro .follow-btn {
  display: block;
  padding: 10px;
}

@media (min-width: 1200px) {
  body.slim .extra-callsign {
    display: none;
  }
  body.slim .grid-square {
    display: none;
  }
  body.slim .user-name {
    display: none;
  }
  body.slim .pdbx-btn-edit {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  body.slim .profile-image-update .sidebar-sticky, body.slim .postupload-page .col-lg-12.col-custom.upload-post-update {
    top: 60px;
  }
}

@media (min-width: 1200px) {
  body.slim .postupload-page .pdb-top .follow-btn, body.slim .profile-page .pdb-top .follow-btn {
    display: none !important;
  }
  body.slim .postupload-page .pdb-top .pdbx-title sub, body.slim .profile-page .pdb-top .pdbx-title sub {
    display: none;
  }
}
.pdb-bottom .pd-followers, .pdb-bottom .pd-following {
  cursor: pointer;
}
.pdb-bottom .pd-followers:hover, .pdb-bottom .pd-following:hover {
  color: #2ED173;
}
.pdb-bottom .pd-followers:hover sub, .pdb-bottom .pd-following:hover sub {
  color: #2ED173;
}

#arrange-post:hover {
  background: #2ED173;
}

.profile-post-wrap .ttl-sm {
  padding-left: 35px;
  position: relative;
}
.profile-post-wrap .ttl-sm:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 5px;
  background: #2ED173;
}

.my-post .ttl-sm {
  padding-left: 0;
}
.my-post .ttl-sm:after {
  display: none;
}

.card .card-header {
  background: #7E5A50;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #7E5A50;
  position: relative;
}
.card .card-header.collapsed {
  border-color: #2ED173;
}
.card .card-header span.arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(270deg);
  font-size: 15px;
  color: #fff;
}
.card .card-header:hover {
  opacity: 0.7;
}
.card .card-header h5 {
  font-weight: 400;
  padding: 11px 28px;
  font-size: 19px;
}
.card .card-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
}

.lightMod .card .card-header {
  background: #fff;
  border: 1px solid #e3e3e3;
}
.lightMod .card .card-header span.arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(270deg);
  font-size: 20px;
  color: #c2c2c2;
}
.lightMod .group-grid-row .group-grid {
  background: #fff;
}
.lightMod .group-grid-row .add-group-wrap .ttl, .lightMod .group-grid-row .grp-title h6 {
  color: #000;
}
.lightMod .group-grid-row .add-group-wrap .hp-plus {
  border-color: #000;
}
.lightMod .arrange_wrapper h4 {
  color: black;
}
.lightMod .arrange_wrapper .sortable-container.highlight-group {
  background: rgba(255, 255, 255, 0.55);
}

.group-grid-row .col-md-3 {
  margin-bottom: 25px;
}
.group-grid-row .group-grid {
  display: flex;
  flex-wrap: wrap;
  background: #323241;
  border-radius: 5px;
  padding: 6px;
  height: 100%;
  padding-bottom: 50px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .group-grid-row .group-grid {
    min-height: inherit;
  }
}
.group-grid-row .group-grid.highlight-grid {
  border: 1px solid #2ED173;
}
.group-grid-row .group-grid .grp-img {
  flex: 0 0 50%;
  padding: 6px;
  overflow: hidden;
}
.group-grid-row .group-grid .grp-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  min-height: 100px;
  max-height: 100px;
}
.group-grid-row .grp-title {
  padding: 15px 25px;
  position: absolute;
  bottom: 0;
  left: 25px;
  font-weight: 400;
}
.group-grid-row .grp-title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .group-grid-row .grp-title h6 {
    font-size: 18px;
  }
}
.group-grid-row .add-group-wrap {
  padding: 10px;
  width: 100%;
  min-height: 260px;
  cursor: pointer;
}
.group-grid-row .add-group-wrap:hover {
  opacity: 0.7;
}
.group-grid-row .add-group-wrap .add-group {
  border: 2px dashed #737272;
  width: 100%;
  border-radius: 10px;
}
.group-grid-row .add-group-wrap .hp-plus {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 30px;
  text-align: center;
  line-height: 75px;
  color: #2ED173;
}
.group-grid-row .add-group-wrap .ttl {
  color: #fff;
  margin-top: 15px;
}

.arrange_wrapper h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}
.arrange_wrapper ul li {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .arrange_wrapper ul li {
    margin-bottom: 0;
  }
}
.arrange_wrapper ul li .arrange_box {
  border-radius: 0;
  border-top: 1px solid #3F4253;
  position: relative;
}
.arrange_wrapper ul li .arrange_box .arrange-img img {
  border-radius: 0 !important;
}
.arrange_wrapper ul li.selected .arrange_box {
  border: 1px solid #2ED173 !important;
  width: 116px;
}
.arrange_wrapper ul li.selected .arrange_box:after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border: solid #e7ece7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 99px;
  top: 1px;
  z-index: 1;
}
.arrange_wrapper ul li.selected .arrange_box:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #2ED173;
  left: 90px;
  top: 0;
}
.arrange_wrapper ul li.selected .arrange_box .arrange_content p {
  display: none;
}
.arrange_wrapper ul li.selected .arrange_box .arrange_arrow {
  display: none;
}
.arrange_wrapper ul li:hover .arrange_box {
  border: 1px solid #2ED173 !important;
  background: rgba(50, 50, 65, 0.5);
}
.arrange_wrapper .group-grid-row {
  margin-bottom: 45px !important;
}
.arrange_wrapper .group-grid-row .group-grid:hover {
  border: 1px solid #2ED173 !important;
  cursor: pointer;
}
.arrange_wrapper .group-grid-row .group-grid:hover .edit-group {
  opacity: 1;
  visibility: visible;
}
.arrange_wrapper .sortable-container {
  margin-bottom: 35px;
}
.arrange_wrapper .sortable-container.highlight-group {
  padding: 25px !important;
  background: rgba(50, 50, 65, 0.5);
  border-radius: 11px;
}

.edit-group {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2ED173;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all, ease-in-out, 0.3sec;
}
@media (max-width: 767px) {
  .edit-group {
    top: 10px;
  }
}
.edit-group .dropdown-menu {
  top: 33px !important;
  left: 28px !important;
}
.edit-group .dropdown-menu .dropdown-item {
  font-size: 15px;
}
.edit-group .dropdown-toggle:before {
  display: none;
}
.edit-group .dropdown-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 5px;
  left: 5px;
}
.edit-group .three-dots {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin-left: 8px;
}
.edit-group .three-dots::after, .edit-group .three-dots::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
}
.edit-group .three-dots::after {
  top: 18px;
}

.video-cat .ab-col {
  position: relative;
}
.video-cat .ab-col .ovr-click {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.video-cat iframe {
  position: relative;
  z-index: 1;
  height: 250px;
  border-radius: 14px;
}

@media (max-width: 1199px) {
  .post-show-page .showpost-sec {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .post-show-page .showpost-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.post-show-page .showpost-sec .showpost-wrap {
  background-color: transparent !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.post-show-page .showpost-sec .showpost-wrap .spost-dialog {
  margin-top: 0 !important;
  height: inherit !important;
  min-height: inherit !important;
  max-height: inherit !important;
  overflow: hidden !important;
}
.post-show-page .showpost-sec .showpost-wrap .spost-dialog .spost-content {
  background-color: transparent !important;
  border-radius: 0;
  border: none !important;
}
.post-show-page .showpost-sec .showpost-wrap .spost-dialog .spost-content .spost-body {
  background-color: transparent !important;
}
.post-show-page .showpost-sec .showpost-wrap .spost-dialog .spost-content .spost-body .user-profile-col .comment-col {
  padding: 0;
}

.black-btn-wrap {
  position: fixed;
  top: 90px;
  left: 15px;
  z-index: 1039;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .black-btn-wrap {
    left: 0;
    top: 70px;
    background: #323241;
    padding: 5px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 767px) {
  .black-btn-wrap {
    top: inherit;
    bottom: 8px;
    z-index: 1040;
  }
}
.black-btn-wrap .back-text {
  font-size: 15px;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  margin-left: 15px;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1199px) {
  .black-btn-wrap .back-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .black-btn-wrap .back-text {
    display: inline-block;
    margin-left: 6px;
  }
}
.black-btn-wrap:hover .back-text {
  color: #2ED173;
  margin-left: 10px;
}
.black-btn-wrap:hover .back-btn {
  background: #2ED173;
}

.back-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2ED173;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767px) {
  .back-btn {
    height: inherit;
    width: inherit;
    border: none;
  }
}
.back-btn i {
  color: white;
}
.back-btn .back-btn {
  background: #2ED173;
}

.insta-iframe {
  height: 1050px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .insta-iframe {
    height: 874px;
  }
}
@media (max-width: 767px) {
  .insta-iframe {
    height: 485px;
    width: 100%;
  }
}
.insta-iframe:before {
  display: none;
}
.insta-iframe iframe {
  position: inherit;
  left: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  width: 100%;
  height: 100%;
}

.lightMod .black-btn-wrap {
  background: white;
}
.lightMod .black-btn-wrap .back-text {
  color: #000;
}
.lightMod .back-btn i {
  color: #000;
}
.lightMod .next-btn-group {
  background: white;
  box-shadow: 1px 1px 5px #dad7d7;
}
.lightMod .next-btn-group .btn {
  border-color: white;
}

.next-btn-group {
  position: fixed;
  right: 15px;
  top: 90px;
  z-index: 1040;
}
@media (max-width: 1199px) {
  .next-btn-group {
    right: 7px;
    top: 70px;
  }
  .next-btn-group .btn {
    background: #323241;
  }
}
@media (max-width: 767px) {
  .next-btn-group {
    left: 0;
    top: inherit;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    padding: 9px;
    bottom: 0;
    background: #323241;
    z-index: 1039;
    align-items: center;
    justify-content: flex-end;
  }
  .next-btn-group .btn {
    padding: 0 10px;
    letter-spacing: 1px;
    min-height: 31px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    background: none;
  }
  .next-btn-group .btn i {
    font-size: 13px;
    line-height: 2;
  }
  .next-btn-group .btn.btn-next {
    padding-right: 0;
  }
}

.disabled-comment {
  color: #969696;
  padding: 10px;
}
.disabled-comment a {
  color: #2ED173;
  letter-spacing: 2px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 600;
  text-decoration: none;
}
.disabled-comment a:hover {
  color: #969696;
  text-decoration: underline;
}

.about-me .profileAboutMe {
  height: inherit;
  max-height: 175px;
}

.main-shack-select-div {
  margin-bottom: 25px;
}
.main-shack-select-div label {
  margin-left: 13px;
  color: white;
}
.main-shack-select-div .custom-checkbox .custom-control-label:before {
  width: 17px;
  height: 17px;
  background: none;
  border: 1px solid #ffff;
}
.main-shack-select-div .custom-control-label:after {
  width: 17px;
  height: 17px;
}
.main-shack-select-div .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #2ED173;
}

.lightMod .main-shack-select-div label {
  color: black;
}
.lightMod .custom-checkbox .custom-control-label:before {
  border-color: black;
}
.lightMod #post-edit-modal .dropdown-menu {
  background: white;
}
.lightMod .showpost-wrap .new-comment-box ::-webkit-input-placeholder {
  color: black !important;
}
.lightMod .showpost-wrap .new-comment-box :-moz-placeholder {
  color: black !important;
}
.lightMod .showpost-wrap .new-comment-box ::-moz-placeholder {
  color: black !important;
}
.lightMod .showpost-wrap .new-comment-box :-ms-input-placeholder {
  color: black !important;
}
.lightMod .showpost-sec .black-btn-wrap, .lightMod .showpost-sec .next-btn-group {
  background: transparent !important;
}
.lightMod .showpost-sec .next-btn-group .btn {
  border-color: #2ED173 !important;
}

.user-profile .contact-form .form-group label {
  position: relative !important;
  top: inherit !important;
}

@media (max-width: 767px) {
  .sign-in-up.user-profile {
    padding-top: 0 !important;
  }
}

.profile-audio-list {
  margin-left: -16px;
  margin-right: -16px;
}
.profile-audio-list li {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}
@media (max-width: 1023.98px) {
  .profile-audio-list li {
    margin-bottom: 22px;
  }
}
.profile-audio-list li:hover .audio-list-box {
  border: 1px solid #2ED173;
}
.profile-audio-list li .audio-list-box {
  background-color: #2E3140;
  color: #FFF;
  padding: 34px;
  border-radius: 13px;
  display: flex;
  position: relative;
  border: 1px solid transparent;
  transition: all 200ms;
}
@media (max-width: 1023.98px) {
  .profile-audio-list li .audio-list-box {
    padding: 24px;
  }
}
.profile-audio-list li .audio-list-box .list-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FFF;
}
@media (max-width: 1023.98px) {
  .profile-audio-list li .audio-list-box .list-title {
    font-size: 16px;
  }
}
.profile-audio-list li .audio-list-box .list-date {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.47);
}
@media (max-width: 1023.98px) {
  .profile-audio-list li .audio-list-box .list-date {
    font-size: 12px;
  }
}
.profile-audio-list li .audio-list-box .list-duration {
  font-size: 22px;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .profile-audio-list li .audio-list-box .list-duration {
    font-size: 16px;
  }
}
.profile-audio-list li .audio-list-box .list-play-wrap {
  position: relative;
  display: flex;
}
.profile-audio-list li .audio-list-box .list-play-wrap .audio-play-button {
  position: relative;
  box-sizing: content-box;
  display: block;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
@media (max-width: 1023.98px) {
  .profile-audio-list li .audio-list-box .list-play-wrap .audio-play-button {
    width: 47px;
    height: 47px;
    margin-right: 22px;
  }
}
.profile-audio-list li .audio-list-box .list-play-wrap .audio-play-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 57px;
  height: 57px;
  background: #454960;
  border-radius: 50%;
}
@media (max-width: 1023.98px) {
  .profile-audio-list li .audio-list-box .list-play-wrap .audio-play-button::before {
    width: 47px;
    height: 47px;
  }
}
.profile-audio-list li .audio-list-box .list-play-wrap .audio-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 11px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-radius: 3px;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.slim .profile-page .pdb-top .pdbx-title .pdbx-cuntry-name {
  margin-left: 13px;
}
@media (min-width: 768px) {
  .slim .profile-page .pdb-top .pdbx-title .pdbx-cuntry-name {
    max-width: 100%;
  }
}

.lightMod .profile-page .pdb-top .pdbx-title .pdbx-cuntry-name {
  color: #000;
}
.lightMod .profile-page .pdb-bottom .tac .pb-col::after {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .lightMod sub.joinedby, .lightMod .profile-page .pdb-top .pdbx-title .pdbx-cuntry-name {
    border-left: 1px solid rgba(0, 0, 0, 0.38);
  }
}

.removeHeader {
  display: none;
}

.signin-signup footer {
  display: none;
}
.signin-signup .sign-in-up {
  width: 100%;
}
@media (min-width: 767px) {
  .signin-signup .sign-in-up {
    height: 100vh;
    display: table;
  }
}
.signin-signup .sign-in-up .logo {
  margin-bottom: 94px;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .logo {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .logo img {
    width: 250px;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .logo img {
    width: 230px;
  }
}
.signin-signup .sign-in-up .preDiv {
  display: table-cell;
}
@media (min-width: 767px) {
  .signin-signup .sign-in-up .preDiv {
    vertical-align: middle;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block {
  width: 783px;
  height: auto;
  margin: 0 auto;
  padding: 59px;
  background: #2F313C;
  border: 1px solid #3A3D4D;
  border-radius: 14px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block {
    width: 80%;
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block {
    width: 90%;
    padding: 30px 25px;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block h3.form-title {
  color: #fff;
  font-size: 2rem;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form {
  margin-top: 28px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form {
    margin-top: 28px;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form {
    margin-top: 20px;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form button {
  font-weight: 600;
  font-size: 1.3rem;
  margin: 46px auto 0;
  display: block;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form button:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form button {
    margin: 30px auto 0;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form button {
    margin: 30px auto 0;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group {
  margin-bottom: 20px;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group:nth-last-child(1) {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group {
    margin-bottom: 20px;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group input, .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group select {
  height: 52px;
}
@media (max-width: 1199px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group input, .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group select {
    height: 42px;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group input,
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group textarea, .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group select {
  background-color: transparent !important;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #D0D0D0;
  border-bottom: 1px solid #47475D;
  border-radius: 0;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group input::placeholder,
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group textarea::placeholder, .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group select::placeholder {
  color: #D0D0D0;
  margin-bottom: 0;
  pointer-events: none;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: all, ease-in-out, 0.3s;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group label {
  position: absolute;
  left: 15px;
  z-index: 1;
  top: 50%;
  color: #D0D0D0;
  margin-bottom: 0;
  pointer-events: none;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: all, ease-in-out, 0.3s;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group input:-internal-autofill-selected {
  background-color: transparent !important;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group input:not([disabled]):focus ~ label,
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .input[badinput=true] ~ label {
  top: 2px;
  opacity: 1;
  padding-left: 0 !important;
  padding: 0px 6px;
  font-size: 12px !important;
  transform: translate3d(0, -66%, 0);
  opacity: 1;
  font-size: 12px !important;
  color: #fff;
  background: #323241;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group textarea + label {
  top: 28px;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group textarea:focus + label,
.signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group textarea:valid + label {
  top: 2px;
  opacity: 1;
  padding-left: 0 !important;
  padding: 0px 6px;
  font-size: 12px !important;
  transform: translate3d(0, -66%, 0);
  opacity: 1;
  font-size: 12px !important;
  color: #fff;
  background: #323241;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs {
  border-bottom: 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs {
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs {
    margin-bottom: 33px;
  }
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link {
  background: transparent;
  border: none;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  padding: 0 0 12px 0px;
  margin: 0 20px;
  position: relative;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link:hover {
  color: #2ED173;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link:before {
  content: "";
  height: 2px;
  transition: all, ease-in-out, 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #35D273;
  width: 0%;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link + a.nav-link:after {
  content: "";
  position: absolute;
  left: -18px;
  height: 19px;
  background: #4C4D56;
  width: 1px;
  top: 9px;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link:nth-child(1) {
  margin-left: 0;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link.active:before {
  width: 100%;
}
.signin-signup .sign-in-up .preDiv .sign-inup-block .tab-content > .tab-pane {
  transition: all, ease-in-out, 0.3s;
}
.signin-signup .sign-in-up .preDiv .change-image-sec .pd-box {
  padding: 0 !important;
  background: transparent !important;
}
.signin-signup .sign-in-up .preDiv .change-image-sec .pd-box .pdb-top .name-country-email {
  color: #fff;
}
.signin-signup .sign-in-up .pdb-top {
  margin-bottom: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .signin-signup .sign-in-up .pdb-top {
    margin-bottom: 45px;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .signin-signup .sign-in-up .pdb-top {
    margin-bottom: 32px;
  }
}
.signin-signup .sign-in-up .pdb-top .pdbx-avatar {
  margin-right: 70px;
}
@media (max-width: 1200px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar {
    margin-right: 25px;
  }
}
.signin-signup .sign-in-up .pdb-top .pdbx-avatar figure {
  border: none;
  width: 199px;
  height: 199px;
  transition: 0.3s all ease-in-out;
}
.signin-signup .sign-in-up .pdb-top .pdbx-avatar figure img {
  height: 199px;
  transition: 0.3s all ease-in-out;
}
.signin-signup .sign-in-up .pdb-top .pdbx-avatar label.cabinet {
  transition: 0.3s all ease-in-out;
  width: 200px;
}
.signin-signup .sign-in-up .pdb-top .pdbx-avatar label.cabinet input.file {
  position: absolute;
  bottom: 0;
  left: 0;
}
.signin-signup .sign-in-up .pdb-top .pdbx-avatar .photo-icon {
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar .photo-icon img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1600px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure {
    width: 150px;
    height: 150px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure img {
    height: 150px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar label.cabinet {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure {
    width: 120px;
    height: 120px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure img {
    height: 120px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar label.cabinet {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure {
    width: 100px;
    height: 100px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure img {
    height: 100px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar label.cabinet {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure {
    width: 75px;
    height: 75px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar figure img {
    height: 75px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-avatar label.cabinet {
    width: 75px;
  }
}
.signin-signup .sign-in-up .pdb-top .pdbx-title {
  text-align: left;
}
.signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email {
  align-items: center;
  font-size: 5.6rem;
  line-height: 1;
}
.signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email .pdbx-cuntry {
  margin-left: 37px;
}
.signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email .pdbx-cuntry img {
  width: 46px;
}
@media (max-width: 1600px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email {
    font-size: 4.5rem;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email .pdbx-cuntry {
    margin-left: 30px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email .pdbx-cuntry img {
    width: 35px;
  }
}
@media (max-width: 1200px) {
  .signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email {
    font-size: 3.5rem;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email .pdbx-cuntry {
    margin-left: 20px;
  }
  .signin-signup .sign-in-up .pdb-top .pdbx-title .name-country-email .pdbx-cuntry img {
    width: 28px;
  }
}
@media (max-width: 768px) {
  .signin-signup .sign-in-up.user-profile {
    padding: 50px 0;
  }
}
.signin-signup .sign-in-up.user-profile .sign-inup-block {
  width: 965px;
}
@media (max-width: 1200px) {
  .signin-signup .sign-in-up.user-profile .sign-inup-block {
    width: 90%;
  }
}
.signin-signup .sign-in-up.user-profile form {
  margin-top: 66px !important;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up.user-profile form {
    margin-top: 0px !important;
  }
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top {
    margin-bottom: 0;
  }
}
.signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email {
  font-size: 3.8rem;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email {
    justify-content: center;
  }
}
.signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email .pdbx-cuntry {
  position: relative;
}
@media (max-width: 1600px) {
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email .pdbx-cuntry {
    margin-left: 40px;
  }
}
.signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email .pdbx-cuntry img {
  width: 30px;
}
.signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email .pdbx-cuntry:after {
  content: "";
  position: absolute;
  left: -20px;
  height: 32px;
  width: 1px;
  background: #707070;
  top: 6px;
}
@media (max-width: 1600px) {
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email .pdbx-cuntry:after {
    top: 4px !important;
  }
}
@media (max-width: 767px) {
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .pd-box .pdb-top .name-country-email .pdbx-cuntry:after {
    display: none;
  }
}
.signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar {
  margin-right: 60px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar {
    margin-right: 0px;
  }
}
.signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar figure {
  width: 122px;
  height: 122px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar figure {
    width: 90px;
    height: 90px;
  }
}
.signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar figure img {
  height: 122px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar figure img {
    height: 90px;
  }
}
.signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar label.cabinet {
  width: 122px;
}
@media (max-width: 992px) {
  .signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar label.cabinet {
    height: 90px;
  }
  .signin-signup .sign-in-up.user-profile .pdb-top .pdbx-avatar label.cabinet input.file {
    width: 121px;
  }
}
.signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .upload-post-update {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .upload-post-update {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .upload-post-update .pd-box {
    justify-content: center;
    margin-bottom: 25px;
  }
}
.signin-signup .sign-in-up.user-profile .preDiv .change-image-sec .savebutton .btn {
  background: transparent;
  padding: 0 12px;
  font-size: 1.3rem;
  font-weight: 600;
}
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group {
  margin-bottom: 29px;
}
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group label {
  position: relative;
  left: 0;
  color: #898989;
  margin-bottom: 6px;
}
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group input,
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group textarea,
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group select {
  color: #ffffff;
}
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group .select-wrapper {
  position: relative;
}
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group .select-wrapper select {
  background-color: transparent !important;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #D0D0D0;
  border-bottom: 1px solid #47475D;
  border-radius: 0;
  height: 52px;
}
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group .select-wrapper select option {
  color: black;
  padding: 15px;
}
.signin-signup .sign-in-up.user-profile .sign-inup-block form .form-group .select-wrapper:after {
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  bottom: 25px;
  z-index: 999999;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2F313C inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #D0D0D0 !important;
}

input {
  transition: none !important;
}

.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link.active {
  color: #000;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group ::-webkit-input-placeholder {
  color: #000;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group :-moz-placeholder {
  color: #000;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group ::-moz-placeholder {
  color: #000;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group :-ms-input-placeholder {
  color: #000;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group input, .lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group select {
  color: #000;
  border-bottom: 1px solid #D0D0D0;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form button:hover {
  color: #000;
}

.checkbox_mail input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  pointer-events: all !important;
  top: 0 !important;
  margin: 0;
  margin-top: 5px;
  width: 30px !important;
}

.checkbox_mail input[type=checkbox] {
  display: none;
}

.checkbox_mail input[type=checkbox] + label:before {
  content: "✔";
  border: 0.1em solid #47475D;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.tgl-password {
  position: relative;
}
.tgl-password .toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: rgba(0, 0, 0, 0.651);
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.tgl-password .toggle-password svg {
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.tgl-password .toggle-password svg * {
  fill: white;
}
.tgl-password .toggle-password .tgl-pswd-hide {
  display: none;
}

.tgl-show-pasword .toggle-password .tgl-pswd-hide {
  display: block;
}
.tgl-show-pasword .toggle-password .tgl-pswd-show {
  display: none;
}
.tgl-show-pasword svg {
  opacity: 1 !important;
}

.lightMod .checkbox_mail input[type=checkbox] + label:before {
  border: 0.1em solid #D0D0D0;
}

.checkbox_mail input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.checkbox_mail input[type=checkbox]:checked + label:before {
  background-color: #2ED173;
  border-color: #2ED173;
  color: #fff;
}

.checkbox_mail input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.checkbox_mail input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block .nav-tabs a.nav-link {
  color: #000;
}
.lightMod .tgl-password .toggle-password svg * {
  fill: #2ED173;
}

.search-results-page .search-results {
  padding: 90px 0;
  margin-top: 75px;
}
@media (max-width: 992px) {
  .search-results-page .search-results {
    margin-top: 60px;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .search-results-page .search-results {
    padding: 35px 0;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-results {
    padding: 28px 0;
  }
}
.search-results-page .search-results aside {
  display: inline-block;
  width: 17.545%;
  min-width: 192px;
  vertical-align: top;
  position: sticky;
  top: 124px;
  z-index: 9;
  background: #20222e;
}
@media (max-width: 1200px) {
  .search-results-page .search-results aside {
    top: 80px;
  }
}
@media (max-width: 992px) {
  .search-results-page .search-results aside {
    width: 100%;
    padding-bottom: 25px;
    top: 58px;
    z-index: 9;
    padding-top: 13px;
  }
  .search-results-page .search-results aside:after {
    content: "";
    position: absolute;
    bottom: 16px;
    background: #323241;
    width: 100%;
    height: 1px;
  }
}
.search-results-page .search-results aside .sidebar-filter h4 {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .search-results-page .search-results aside .sidebar-filter h4 {
    margin-bottom: 12px;
  }
}
.search-results-page .search-results aside .sidebar-filter .custom-checkbox {
  display: flex;
  margin-right: 0;
  margin-bottom: 8px;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .search-results-page .search-results aside .sidebar-filter .custom-checkbox {
    display: inline-block;
    margin-right: 32px;
    padding-left: 35px;
  }
}
.search-results-page .search-results aside .sidebar-filter .custom-control-label {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.36px;
  line-height: 1.55;
  margin-bottom: 0px;
  cursor: pointer;
}
.search-results-page .search-results aside .sidebar-filter .custom-control-label:before {
  width: 23px;
  height: 23px;
  background: transparent;
  border: 1px solid #ffffff27;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.search-results-page .search-results aside .sidebar-filter .custom-control-label:after {
  width: 16px;
  height: 20px;
  background-image: url(../images/tickarrowgreen.svg);
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  opacity: 0;
  background-size: cover;
}
.search-results-page .search-results aside .sidebar-filter .custom-control-input {
  left: 0;
}
.search-results-page .search-results aside .sidebar-filter .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.search-results-page .search-results aside .sidebar-filter .custom-control-input:checked ~ .custom-control-label:after {
  opacity: 1;
}
.search-results-page .search-results .results-section {
  width: 78%;
  display: inline-block;
}
@media (max-width: 992px) {
  .search-results-page .search-results .results-section {
    width: 100%;
  }
}
.search-results-page .search-results .results-section .result-item {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
  margin-bottom: 17px !important;
}
@media (max-width: 1200px) {
  .search-results-page .search-results .results-section .result-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .search-results-page .search-results .results-section .result-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-results .results-section .result-item {
    margin-bottom: 10px;
  }
}
.search-results-page .search-results .results-section .result-item p {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.search-results-page .search-results .results-section .result-item span {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3450980392);
}
.search-results-page .search-results .results-section .result-item p,
.search-results-page .search-results .results-section .result-item span {
  letter-spacing: 0.36px;
  line-height: 1.55;
  margin-bottom: 0px;
}
.search-results-page .search-results .results-section .result-item.normal-search p {
  margin-right: 34px;
}
.search-results-page .search-results .results-section .result-item.normal-search p:after {
  content: "";
  position: absolute;
  right: -19px;
  width: 1px;
  height: 17px;
  top: 5px;
  background: rgba(255, 255, 255, 0.3450980392);
}
.search-results-page .search-results .results-section .result-item.normal-search img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 480px) {
  .search-results-page .search-results .results-section .result-item {
    margin-right: 10px;
  }
}
.search-results-page .search-results .results-section .result-item a {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .search-results-page .search-results .results-section .result-item a {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .search-results-page .search-results .results-section .result-item picture {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-results .results-section .result-item picture {
    margin-right: 13px;
  }
}
.search-results-page .search-results .results-section .result-item picture img {
  max-width: 111px;
  width: 111px;
  height: 68px;
  object-fit: contain;
  border-radius: 7px;
  margin-right: 43px;
}
@media (max-width: 1200px) {
  .search-results-page .search-results .results-section .result-item picture img {
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .search-results-page .search-results .results-section .result-item picture img {
    margin-right: 0px;
    max-width: 111px;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .search-results-page .search-results .results-section .result-item picture img {
    max-width: 75px;
  }
}

.notification_page {
  min-height: 91vh;
}
.notification_page .notification_list .not_list .not-comment p {
  font-size: 1.6rem;
}
.notification_page .notification_wrapper {
  padding: 0 150px;
}
@media (max-width: 1199.98px) {
  .notification_page .notification_wrapper {
    padding: 0;
  }
}
.notification_page .notification_wrapper h5 {
  color: #fff;
  padding: 40px 0;
  font-size: 40px !important;
}
@media (max-width: 767px) {
  .notification_page .notification_wrapper h5 {
    font-size: 3rem !important;
    text-align: center;
    padding-bottom: 20px;
  }
}

.notification_list a:nth-child(1) .not_list {
  border-top: 1px solid #343640;
}
.notification_list .not_list {
  display: flex;
  border-bottom: 1px solid #343640;
  padding: 10px;
  align-items: center;
}
.notification_list .not_list.online_ac .not-profile-pic .img-box {
  position: relative;
}
.notification_list .not_list.online_ac .not-profile-pic .img-box:after {
  content: "";
  position: absolute;
  background: #2ED173;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #20222E;
  top: 5px;
  right: 5px;
}
@media (max-width: 1599.98px) {
  .notification_list .not_list.online_ac .not-profile-pic .img-box:after {
    top: 0px;
    right: 0px;
  }
}
.notification_list .not_list .not-profile-pic {
  flex: 0 0 6%;
  max-width: 6%;
}
@media (max-width: 1599.98px) {
  .notification_list .not_list .not-profile-pic {
    flex: none;
    max-width: none;
  }
}
.notification_list .not_list .not-profile-pic figure {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  border: 1px solid #3F4253;
  padding: 5px;
}
@media (max-width: 575.98px) {
  .notification_list .not_list .not-profile-pic figure {
    width: 40px;
    height: 40px;
  }
}
.notification_list .not_list .not-profile-pic figure img {
  border-radius: 50%;
}
.notification_list .not_list .not-comment {
  padding-left: 20px;
  flex: 0 0 86%;
  max-width: 86%;
}
@media (max-width: 1599.98px) {
  .notification_list .not_list .not-comment {
    flex: 0 0 84%;
    max-width: 84%;
  }
}
@media (max-width: 1199.98px) {
  .notification_list .not_list .not-comment {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (max-width: 991.98px) {
  .notification_list .not_list .not-comment {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .notification_list .not_list .not-comment {
    flex: 0 0 72%;
    max-width: 72%;
  }
}
.notification_list .not_list .not-comment p {
  font-size: 1.3rem;
  color: #D0D0D0;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .notification_list .not_list .not-comment p {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}
.notification_list .not_list .not-comment p span {
  font-weight: 600;
  margin-right: 10px;
}
.notification_list .not_list .not-comment p:nth-child(2) {
  color: #6D7183;
  font-size: 1.6rem;
}
.notification_list .not_list .not-image {
  flex: 0 0 8%;
  max-width: 8%;
}
.notification_list .not_list .not-image figure {
  width: 63px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 575.98px) {
  .notification_list .not_list .not-image figure {
    width: 100%;
    height: auto;
  }
}
.notification_list .not_list .not-image figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575.98px) {
  .notification_list .not_list .not-image {
    flex: 0 0 16%;
    max-width: 16%;
  }
}

.lightMod .notification_page .notification_wrapper h5 {
  color: #000;
}
.lightMod .notification_list a:nth-child(1) .not_list {
  border-top: 1px solid #D5D5D5;
}
.lightMod .notification_list .not_list {
  border-bottom: 1px solid #D5D5D5;
}
.lightMod .notification_list .not_list.online_ac .not-profile-pic .img-box {
  width: 57px;
}
@media (max-width: 576px) {
  .lightMod .notification_list .not_list.online_ac .not-profile-pic .img-box {
    width: 47px;
  }
}
.lightMod .notification_list .not_list.online_ac .not-profile-pic .img-box:after {
  border: 2px solid #EDF1F7;
}
.lightMod .notification_list .not_list .not-profile-pic figure {
  border: 1px solid #C0C1C9;
}
.lightMod .notification_list .not_list .not-comment p {
  color: #505050;
}
.lightMod .notification_list .not_list .not-comment p:nth-child(2) {
  color: #6D7183;
}

.arrange_wrapper {
  padding: 0 120px;
}
@media (max-width: 1600px) {
  .arrange_wrapper {
    padding: 0;
  }
}
.arrange_wrapper h1 {
  font-size: 3rem;
  color: #fff;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .arrange_wrapper h1 {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 767.98px) {
  .arrange_wrapper h1 {
    margin: 0px 0px 20px;
    font-size: 2.5rem;
  }
}
.arrange_wrapper .arrange_box {
  padding: 15px;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .arrange_wrapper .arrange_box {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .arrange_wrapper .arrange_box {
    padding: 5px;
  }
}
.arrange_wrapper .arrange_box.active {
  border: 1px solid #2ED173;
  background: rgba(50, 50, 65, 0.5);
}
.arrange_wrapper .arrange_box.active .arrange_arrow {
  opacity: 1;
}
.arrange_wrapper .arrange_box .arrange_content {
  display: flex;
  align-items: center;
}
.arrange_wrapper .arrange_box .arrange_content figure {
  height: 100%;
  width: 85px;
  margin-right: 30px;
  margin-bottom: 0;
  min-width: 85px;
}
@media (max-width: 767.98px) {
  .arrange_wrapper .arrange_box .arrange_content figure {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .arrange_wrapper .arrange_box .arrange_content figure {
    margin-right: 10px;
    min-width: 70px;
    width: 70px;
  }
}
.arrange_wrapper .arrange_box .arrange_content figure img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 6px;
  height: 100%;
}
.arrange_wrapper .arrange_box .arrange_content p {
  color: #D0D0D0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.arrange_wrapper .arrange_box .arrange_arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .arrange_wrapper .arrange_box .arrange_arrow {
    margin-left: 5px;
  }
}
.arrange_wrapper .arrange_box .arrange_arrow a {
  display: block;
}
.arrange_wrapper .arrange_box .arrange_arrow span {
  position: relative;
  height: 25px;
  width: 25px;
  display: block;
}
@media (max-width: 575.98px) {
  .arrange_wrapper .arrange_box .arrange_arrow span {
    height: 15px;
    width: 15px;
  }
}
.arrange_wrapper .arrange_box .arrange_arrow .up_arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(-136deg);
}
@media (max-width: 575.98px) {
  .arrange_wrapper .arrange_box .arrange_arrow .up_arrow:after {
    width: 10px;
    height: 10px;
    left: 2px;
    top: 2px;
  }
}
.arrange_wrapper .arrange_box .arrange_arrow .down_arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
}
@media (max-width: 575.98px) {
  .arrange_wrapper .arrange_box .arrange_arrow .down_arrow:after {
    width: 10px;
    height: 10px;
    left: 2px;
    top: 2px;
  }
}

.lightMod .arrange_wrapper h1 {
  color: #20222E;
}
.lightMod .arrange_wrapper .arrange_box.active {
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(190, 209, 239, 0.2);
}
.lightMod .arrange_wrapper .arrange_box .arrange_content p {
  color: #292929;
}
.lightMod .arrange_wrapper .arrange_box .arrange_arrow .up_arrow:after {
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}
.lightMod .arrange_wrapper .arrange_box .arrange_arrow .down_arrow:after {
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .hdr-usr-post .notification_bell .notification_list {
    max-width: 500px;
    left: inherit;
  }
}
.reset_password_page .reset_password .reset_pass {
  background-image: url("../images/reset_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block {
  width: 693px;
}
@media (max-width: 767.98px) {
  .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block {
    width: 90%;
  }
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block h4 {
  color: #fff;
  text-align: center;
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block .forgot_heading {
  max-width: 320px;
  margin: 0 auto;
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block .forgot_heading h4 {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block .forgot_heading h4 {
    margin-bottom: 20px;
  }
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block .forgot_heading p {
  color: #D0D0D0;
  font-size: 1.8rem;
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form {
    margin-top: 25px;
  }
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form .form-group {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form .form-group {
    margin-bottom: 20px;
  }
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form button {
  margin: 20px auto 0;
  color: #fff;
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form .try_another {
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form .try_another {
    padding-bottom: 0px;
  }
}
.reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form .try_another a {
  text-decoration: underline;
  color: #2ED173;
  font-family: sans-serif;
  font-size: 1.7rem;
}

.signin-signup.reset_password_page .sign-in-up .logo {
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .signin-signup.reset_password_page .sign-in-up .logo {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

.signin-signup.reset_password_page .sign-in-up .preDiv .sign-inup-block {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .signin-signup.reset_password_page .sign-in-up .preDiv .sign-inup-block {
    margin-top: 30px;
  }
}

.white_logo_pass {
  display: block;
}

.black_logo_pass {
  display: none;
}

.lightMod .white_logo_pass {
  display: none;
}
.lightMod .black_logo_pass {
  display: block;
}
.lightMod .reset_password_page .reset_password .reset_pass {
  background-image: url("../images/reset_bg_light.png");
}
.lightMod .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block .forgot_heading p {
  color: #292929;
}
.lightMod .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block h4 {
  color: #000;
}
.lightMod .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form button {
  color: #fff;
}
.lightMod .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form button:hover {
  color: #2ED173;
}
.lightMod .reset_password_page .reset_password .reset_pass .preDiv .sign-inup-block form .form-group ::placeholder {
  color: #8996A8;
}

.privacy-section h3 {
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .privacy-section h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.privacy-section p {
  color: #9598AA;
  line-height: 2.1;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .privacy-section p {
    margin-bottom: 20px;
  }
}
.privacy-section h5 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .privacy-section h5 {
    margin-bottom: 15px;
  }
}
.privacy-section ul {
  padding-left: 15px;
  margin-bottom: 30px;
}
.privacy-section ul li {
  color: #9598AA;
  line-height: 2.1;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .privacy-section ul li {
    padding-left: 0px;
  }
}
.privacy-section ul p {
  margin-bottom: 15px;
}

.lightMod .privacy-section h3 {
  color: #000;
}
.lightMod .privacy-section p {
  color: #000;
}
.lightMod .privacy-section h5 {
  color: #000;
}

.innaer-page {
  min-height: calc(100vh - 63px);
}
@media (max-width: 767px) {
  .innaer-page {
    min-height: calc(100vh - 150px);
  }
}

@media only screen and (max-width: 991px) and (min-width: 641px) {
  #reference_material {
    padding-top: 25px;
  }
}

#access-denied .modal-content {
  width: 85%;
}
#access-denied .modal-content p {
  max-width: 53%;
  margin: 0 auto;
}

#limit-reached .modal-content {
  width: 85%;
}
#limit-reached .modal-content p {
  max-width: 53%;
  margin: 0 auto;
}

#limit-reached .modal-header {
  border-bottom: none;
}
#limit-reached .access-contents p {
  opacity: 0.5;
}
#limit-reached .access-contents p,
#limit-reached .access-contents h5 {
  color: #ffffff;
}
#limit-reached .access-contents .actions a {
  background-color: transparent;
  color: #2ED173;
  border: 1px solid #2ED173;
}
#limit-reached .access-contents .actions a:hover {
  background-color: #2ED173;
  color: #fff;
}

#not-logged-in .modal-header,
#access-denied .modal-header {
  border-bottom: none;
}
#not-logged-in .access-contents p,
#access-denied .access-contents p {
  opacity: 0.5;
}
#not-logged-in .access-contents p,
#not-logged-in .access-contents h5,
#access-denied .access-contents p,
#access-denied .access-contents h5 {
  color: #ffffff;
}
#not-logged-in .access-contents .actions a,
#access-denied .access-contents .actions a {
  background-color: transparent;
  color: #2ED173;
  border: 1px solid #2ED173;
}
#not-logged-in .access-contents .actions a:hover,
#access-denied .access-contents .actions a:hover {
  background-color: #2ED173;
  color: #fff;
}

main.notification_page {
  height: auto !important;
}

.datepicker {
  padding: 0px !important;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: unset !important;
  background-color: #55d173;
}
.datepicker td,
.datepicker th {
  width: inherit !important;
}
.datepicker .datepicker-years {
  background-color: transparent;
}
.datepicker .datepicker-years table thead {
  background-color: #ffffff !important;
  border-bottom: 1px solid #55d173;
}
.datepicker .datepicker-years table thead tr:nth-child(2) th {
  font-size: 14px;
}
.datepicker .datepicker-years table thead tr:nth-child(2) th:hover {
  background-color: #31b551c4 !important;
}
.datepicker .datepicker-years table thead tr:nth-child(3) th {
  padding: 20px 0 10px;
}
.datepicker .datepicker-years table thead tr th {
  border-radius: 0px;
  height: 50px;
  color: #fff;
  background-color: #55d173;
}
.datepicker .datepicker-years table tbody tr:first-child td {
  margin-top: 20px;
}
.datepicker .datepicker-years table tbody tr td {
  border-radius: 50%;
}
.datepicker .datepicker-years table tbody tr td span.disabled {
  color: #999 !important;
}
.datepicker .datepicker-years table tbody tr td span.old,
.datepicker .datepicker-years table tbody tr td span.new {
  color: #55d173;
}

.main-header .language-selector .dropdown button:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-top: 0.3em solid #19c462;
  right: 4px;
  top: calc(50% - 1px);
}
@media (max-width: 1279px) {
  .main-header .language-selector .dropdown button:before {
    right: -13px;
  }
}
.main-header .main-nav .hdr-user.dropdown .dropdown-menu.dropdown-menu-right form button {
  cursor: pointer;
}
.main-header .hdr-usr-post .notification_bell .notification_list {
  max-height: 80vh;
}
@media (max-width: 991px) {
  .main-header .hdr-usr-post .notification_bell .notification_list {
    max-height: 90vh;
  }
}

.swal-modal .swal-footer .swal-button-container:hover .swal-button {
  background-color: #2ED173 !important;
}
.swal-modal .swal-footer .swal-button-container .swal-button--cancel {
  color: #fff;
}

@media (max-width: 1300px) {
  .ui-tooltip-content {
    display: none;
  }
}

canvas {
  display: block;
  margin: 0 auto;
  max-width: 920px !important;
  min-width: 320px !important;
  width: 100vw !important;
}

.user-country {
  margin-left: 5px;
}

.close-pdf {
  font-size: 25px !important;
  top: 0;
  cursor: pointer;
}
.close-pdf:hover {
  color: #ffffff;
}

.pdf-view-div {
  margin-top: -80px !important;
}

.notification_bell .notification_list {
  right: 0;
}

@media (max-width: 480px) {
  .pdbx-cuntry {
    margin-left: 15px !important;
  }
}

@media (max-width: 1279px) {
  .mode-toggle {
    right: 10px !important;
  }
}
@media (max-width: 767px) {
  .mode-toggle {
    right: 0 !important;
  }
}

.error-page .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 8%;
}
.error-page .contents .image404.light {
  display: none;
}
.error-page .contents .w404-sec-dark {
  color: #d0d0d0;
  text-align: center;
  padding: 9rem 0 0;
  font-size: 18px;
}
.error-page .contents .w404-sec-dark h1 {
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 1.2rem;
}
@media (max-width: 480px) {
  .error-page .contents .w404-sec-dark h1 {
    font-size: 28px !important;
  }
}
.error-page .contents .w404-sec-dark .error-button {
  position: relative;
  margin: 3.2rem 0 0;
}
.error-page .contents .w404-sec-dark .error-button::before {
  content: "←";
  position: absolute;
  left: 25px;
}
.error-page .contents .w404-sec-dark .error-button:hover {
  color: #fff !important;
}

#search-results-form .sidebar-filter .search-by-date .date_filter {
  display: initial;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #search-results-form .sidebar-filter .search-by-date .date_filter {
    display: flex;
  }
}
#search-results-form .sidebar-filter .search-by-date .date_filter .show {
  margin-right: 10px;
}
@media (max-width: 767px) {
  #search-results-form .sidebar-filter .search-by-date .date_filter .show {
    margin-right: 0;
  }
}
#search-results-form .sidebar-filter .search-by-date .date_filter .show .date-search-item {
  height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 14px;
  color: #b3b8c1;
  text-transform: capitalize;
  /* width: 115px; */
  background-color: #272936;
  border: 1px solid #424558;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  border-radius: 5px;
}
#search-results-form .sidebar-filter .search-by-date .date_filter .show .date-search-item:after {
  border-top: 0.4em solid #19c462;
  margin-left: auto;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#search-results-form .sidebar-filter .search-by-date .date_filter .show .date-search-item option {
  color: #b3b8c1;
  height: 50px;
}
#search-results-form .sidebar-filter .search-by-date .date_filter .show .date-search-item option:hover {
  color: #000;
  background: #2ed173;
}

#category-dropdown {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 360px) {
  .postupload-page .post-wrap .upload-post-update aside.sidebar-sticky .pdb-bottom {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky {
    flex-wrap: nowrap;
  }
}
.profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-top {
  width: 100%;
}
@media (max-width: 360px) {
  .profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-top .pdbx-title .pdbx-title-child a {
    display: flex;
    margin: 12px 0;
  }
}
.profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-bottom .tac {
  flex-wrap: nowrap !important;
}
@media (max-width: 1200px) {
  .profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-bottom {
    max-width: 100%;
  }
}
.profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-bottom .pdb-bottom-child .pb-phoneno {
  margin-left: 0px;
}
.profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-bottom .pdb-bottom-child .pb-phoneno p img {
  margin-top: 4px;
}
.profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-bottom .pdb-bottom-child .pb-phoneno p a:hover {
  color: #2ed173;
}
.profile-page section.post-wrap.with-sidebar .profile-image-update aside.sidebar-sticky .pdb-bottom .pdb-bottom-child .pb-adrs {
  max-width: unset !important;
}
@media (max-width: 480px) {
  .profile-page section.post-wrap.with-sidebar .profile-post-wrap section.my-post .mypost-title-dropdown {
    align-items: center;
  }
}
@media (min-width: 575px) {
  .profile-page body.slim .postupload-page .col-custom.upload-post-update .sidebar-sticky {
    display: none !important;
  }
  .profile-page body.slim .profile-image-update .sidebar-sticky {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .profile-page body.slim .postupload-page .col-lg-12.col-custom.upload-post-update {
    width: 1360px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 480px) {
  .profile-page .sidebar-sticky .sticky_edit_pro {
    margin: 0 auto !important;
  }
}

.alert.alert-danger.alert-dismissible.fade.show {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  background-color: #faf8f7;
  border-color: #fcfcfc;
}
.alert.alert-danger.alert-dismissible.fade.show #alert_danger_text .alert-anchor {
  font-weight: 800;
  color: #2ed173;
}

#post-upload-modal .modal-content .modal-header button {
  right: 20px !important;
  top: 15px;
}
#post-upload-modal .modal-content .modal-header button span:after, #post-upload-modal .modal-content .modal-header button span:before {
  width: 3px;
  background: rgba(244, 244, 247, 0.97);
}
#post-upload-modal .modal-content .modal-body .popup-form-element-wrapper .dropdown .dropdown-menu {
  width: 100%;
  background: #2F313C;
}
@media (min-width: 1200px) {
  #post-upload-modal .modal-content .modal-body .popup-form-element-wrapper .dropdown .dropdown-menu {
    height: 490px;
  }
}
#post-upload-modal .modal-content .modal-body .popup-form-element-wrapper .dropdown .dropdown-menu .dropdown-item {
  font-weight: 300;
  width: inherit;
  display: inline-block;
  font-size: 14px;
}
#post-upload-modal .modal-content .modal-body .popup-form-element-wrapper .dropdown .dropdown-menu .dropdown-item:hover, #post-upload-modal .modal-content .modal-body .popup-form-element-wrapper .dropdown .dropdown-menu .dropdown-item:active, #post-upload-modal .modal-content .modal-body .popup-form-element-wrapper .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  text-decoration: underline;
}
#post-upload-modal .modal-content .modal-body .popup-form-element-wrapper .dropdown .dropdown-menu .dropdown-item.marker {
  position: relative;
  font-size: 15px !important;
  font-weight: 700;
  color: #2ED173 !important;
}

#post-modal .dbl-click-prompt {
  display: none !important;
}
#post-modal .modal-dialog {
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  #post-modal .modal-dialog {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  #post-modal .modal-dialog {
    max-width: 900px;
  }
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col {
  display: block;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col {
  width: 100%;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .post-item svg path,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post svg path {
  fill: #8c8787;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .post-item:hover,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post:hover {
  cursor: pointer;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .post-item:hover svg path,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post:hover svg path {
  fill: #55d173;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post {
  top: 30px !important;
  border: 1px solid #363742;
  transform: translate3d(40%, 21px, 0px) !important;
  width: 385px;
  padding: 15px;
  padding-bottom: 10px;
  left: 45px !important;
  transform: inherit !important;
  border-radius: 5px;
  background: #2f313c;
}
@media (max-width: 767px) {
  #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post {
    top: 35px !important;
    width: 100%;
    left: 0 !important;
  }
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post #copy-button {
  padding: 13px;
  font-size: 14px;
  text-transform: inherit;
  border: 1px solid #2ED173;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post #copy-button:hover {
  color: #fff;
  background: none;
  border: 1px solid #2ED173;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post input,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post button,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post div {
  margin-bottom: 20px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .copy-input {
  height: 50px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons {
  display: flex;
  margin: 0 !important;
  justify-content: center;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a {
  display: inline-block;
  margin: 0 7px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a:hover {
  opacity: 0.7;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a span {
  font-size: 25px;
  margin: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a span.hp-facebook {
  background-color: #4267b2;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a span.hp-twitter {
  background-color: #04a9f4;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a .whtsappicon {
  background: #35d273;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a .whtsappicon svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: -3px;
  fill: #ffffff;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .share-close {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 6px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .share-close a {
  color: #fff;
  cursor: pointer;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .share-close a:hover {
  color: #2ED173;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .dropdown:after {
  color: white;
  position: relative;
  top: 2px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .heart-share a i:hover {
  color: #2ED173;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post svg path {
  fill: #8c8787;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post:hover svg path {
  fill: #55d173;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .save-edited {
  width: 100px;
  padding: 8px 25px;
  background-color: #2ED173;
  margin-left: auto;
  display: block;
  margin-top: 15px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .reply_cmnt span.save-comment {
  align-self: center;
  margin-left: 15px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button {
  vertical-align: middle;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment svg path,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button svg path {
  fill: #ffffff;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment svg,
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button svg {
  width: 15px;
  height: 15px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment {
  margin-left: 25px;
  margin-right: 10px;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment:hover {
  background-color: #d85757;
}
#post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button:hover {
  background-color: rgba(242, 242, 242, 0.4);
}

.footer .ftr-link li,
.footer .ftr-txt li {
  padding: 10px 0;
}

section.hp-products .product-slider .product-page .hp-products {
  padding: 75px 0 35px 0 !important;
}
section.hp-products .product-slider .product-page .hp-products .product-slider .slick-prev,
section.hp-products .product-slider .product-page .hp-products .product-slider .slick-next {
  box-shadow: none;
}
section.hp-products .product-slider .product-page .hp-products .product-slider .slick-prev::before,
section.hp-products .product-slider .product-page .hp-products .product-slider .slick-next::before {
  color: #55d173;
}

.explore-dropdown-page ul {
  padding-left: 0px !important;
}
.explore-dropdown-page ul .useful li {
  padding: 5px 0;
  list-style: none;
}
.explore-dropdown-page ul .useful li a {
  color: #fff !important;
}
.explore-dropdown-page ul .useful li a:hover {
  color: #2ed173 !important;
}

.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton {
  display: flex;
}
@media (max-width: 767px) {
  .signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton {
    justify-content: center;
  }
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton span a:first-child {
  margin-right: 10px;
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton span .brdr {
  border: 1px solid #777793;
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton span .brdr:hover {
  background-color: #19c462;
  color: #ffffff !important;
  border-color: #19c462;
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton button {
  margin: auto !important;
  border: 1px solid #777793;
}
@media (max-width: 767px) {
  .signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton button {
    margin: 0 !important;
  }
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .savebutton button:hover {
  background-color: #19c462;
  color: #ffffff !important;
  border-color: #19c462;
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .change-image-sec .upload-post-update aside .cabinet input.file {
  cursor: pointer;
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .contact-form .checkbox_mail {
  display: inline-flex;
}
.signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .contact-form .checkbox_mail .tickmark-profile {
  align-self: flex-end;
  margin-left: 20px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .signInUp.user-profile section.sign-in-up.user-profile .sign-inup-block .contact-form .checkbox_mail .tickmark-profile {
    margin-bottom: 0;
  }
}

.contact_page section.contact_page .contact-form form .form-group select option {
  -webkit-appearance: none;
  background: #f0f8ff;
  padding: 5px 10px;
}
.contact_page section.contact_page .contact-address .common-repeatables a:hover {
  color: #2ed173 !important;
}

@media only screen and (max-width: 1599px) and (min-width: 1200px) {
  .hdr-search .search-bar {
    font-size: 1.2rem;
  }
}

.arrange_page form legend {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #f0f8ff !important;
}
@media (max-width: 767px) {
  .arrange_page form legend {
    margin-left: 0;
  }
}
.arrange_page form ul {
  padding-left: 0;
}
.arrange_page form button,
.arrange_page form a.follow-btn {
  margin-top: 40px;
  margin-left: 10px !important;
}
@media (max-width: 767px) {
  .arrange_page form .sortable {
    padding-left: 0;
  }
}
.arrange_page form .change-buttons a {
  margin-top: 40px;
  margin-left: 10px !important;
}

.explore-page .explor_isotop_sec .tab_div_isotop .date_filter .dropdown .dropdown-menu {
  transform: translate3d(0px, 40px, 0px) !important;
}
@media (max-width: 991px) {
  .explore-page .explor_isotop_sec .tab_div_isotop .date_filter .dropdown .btn {
    padding: 0 10px;
    width: 85px;
  }
}
@media (max-width: 575px) {
  .explore-page .explor_isotop_sec .tab_div_isotop .date_filter .dropdown .btn {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .explore-page .explor_isotop_sec .tab_div_isotop .button-group {
    flex-wrap: unset !important;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .explore-page .explor_isotop_sec .tab_div_isotop .button-group::-webkit-scrollbar {
    height: 4px;
    background-color: #20222e;
  }
  .explore-page .explor_isotop_sec .tab_div_isotop .button-group::-webkit-scrollbar-thumb {
    background-color: #55d173;
    border-radius: 5px;
  }
  .explore-page .explor_isotop_sec .tab_div_isotop .button-group::-webkit-scrollbar-track {
    -ms-box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.59);
    box-shadow: inset 0 0 9px rgba(255, 255, 255, 0.59);
    background-color: #20222e;
  }
  .explore-page .explor_isotop_sec .tab_div_isotop .button-group li {
    margin-bottom: 10px;
  }
}

.search-results-page .search-results {
  min-height: calc(100vh - 75px);
}
@media (max-width: 575px) {
  .search-results-page .search-results aside {
    position: initial;
  }
}
@media (max-width: 575px) {
  .search-results-page .search-results aside .sidebar-filter .custom-checkbox {
    margin-right: 20px;
  }
}

#post-edit-category-dropdown {
  transform: translate3d(0px, 48px, 0px) !important;
  width: 100%;
}
#post-edit-category-dropdown a {
  font-size: 13px;
}

.lightMod #f-pass {
  color: #000 !important;
}
.lightMod .hp-popup.user_profile .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments #new-comment {
  color: #000;
}
.lightMod .swal-modal {
  background-color: #ffffff !important;
  color: #000 !important;
}
.lightMod .swal-modal .swal-title,
.lightMod .swal-modal .swal-text,
.lightMod .swal-modal .swal-footer {
  color: #000 !important;
}
.lightMod .swal-modal .swal-footer .swal-button-container .swal-button,
.lightMod .swal-modal .swal-footer .swal-button-container .swal-button__loader {
  color: #000;
}
.lightMod .profileAboutMe {
  color: #000000;
}
.lightMod .dbl-click-prompt {
  color: #000000;
}
.lightMod .error-page .contents .image404.light {
  display: block;
}
.lightMod .error-page .contents .image404.dark {
  display: none;
}
.lightMod .error-page .contents .w404-sec-dark {
  color: #000;
}
.lightMod .error-page .contents .w404-sec-dark h1 {
  color: #000;
}
.lightMod .error-page .contents .w404-sec-dark .error-button:hover {
  color: #000000 !important;
}
.lightMod #search-results-form .sidebar-filter .search-by-date .date_filter .date-search-item {
  border-width: 1px !important;
  border-style: solid !important;
  color: #000 !important;
  border-color: #000 !important;
  background: transparent !important;
}
.lightMod .view-pdf {
  background: #9e9e9e;
}
.lightMod .copy-input {
  color: #000 !important;
}
.lightMod .my-post .arrange_post_profile_btn a {
  border-width: 1px;
  border-style: solid;
  text-transform: capitalize;
  color: black;
  border-color: #d9d9d9;
  background: transparent;
}
.lightMod .my-post .arrange_post_profile_btn a:hover {
  background-color: #19c462;
  color: #fff;
  border-color: #19c462;
}
.lightMod .search-results-page .search-results .results-section p {
  color: #272936 !important;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container:hover .check {
  border: 3px solid #000;
}
.lightMod .signin-signup .sign-in-up .preDiv .sign-inup-block form .form-group .set_default_call_sign .set_as_default_container:hover label {
  color: #000000 !important;
}
.lightMod .arrange_page form legend {
  color: #000 !important;
}
.lightMod .arrange_page form button,
.lightMod .arrange_page form a.follow-btn {
  color: #000000;
}
.lightMod .arrange_page form button:hover,
.lightMod .arrange_page form a.follow-btn:hover {
  color: #fff;
}
.lightMod #post-modal .modal-dialog .modal-content {
  background: #ffffff;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .post-item svg path,
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post svg path {
  fill: #8c8787;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .post-item:hover,
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post:hover {
  cursor: pointer;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .post-item:hover svg path,
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .dropdown-delete-post:hover svg path {
  fill: #55d173;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .copy-input-btn.copy-link svg {
  fill: #000000;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .reply_cmnt span.save-comment {
  align-self: flex-end;
  margin-left: 15px;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment,
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button {
  vertical-align: middle;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment svg path,
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button svg path {
  fill: #000000;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply .delete-comment:hover svg path,
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .hp-cmnts .main-cmnt .cmnt-time-reply #edit-button:hover svg path {
  fill: #2ed173;
}
.lightMod .explore-dropdown-page ul .useful li a {
  color: #000000 !important;
}
.lightMod .explore-dropdown-page ul .useful li a:hover {
  color: #55d173 !important;
}

.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post {
  background-color: #fff;
}
.lightMod .copy-input {
  background-color: #fff;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a span.hp-facebook {
  color: #fff;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a span.hp-twitter {
  color: #fff;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .icons-row .socialicons a .whtsappicon svg {
  fill: #fff;
}
.lightMod #post-modal .modal-dialog .modal-content .modal-body .user-profile-col .comment-col .all-comments .all-cmnts-head .total-cmnts .share-post .share-close a {
  color: #000;
}

.ovrt-style {
  max-width: 100px !important;
  max-height: 100px !important;
  width: 100px !important;
  height: 100 !important;
}

.type-comment .category-name p {
  font-size: 13px;
  margin-top: 5px;
}

.lightMod .type-comment .category-name p {
  color: #000;
}

.sub-text {
  display: block;
  text-align: right;
  color: #2ED173;
  letter-spacing: 0.5px;
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sub-text {
    font-size: 10px;
  }
}
.sub-text span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  color: white;
  background: #2ED173;
  text-align: center;
  line-height: 13px;
  display: inline-block;
  font-size: 7px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.optional-text {
  color: #2ED173;
  position: absolute;
  right: 17px;
  top: 20px;
  letter-spacing: 0.5px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .optional-text {
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    right: 45px;
    top: 10px;
  }
}

#register_form .form-control {
  padding-right: 60px;
}

.footer {
  background: #1D1D29;
}
@media (min-width: 1600px) {
  .footer .container {
    max-width: 100%;
    padding: 0 7.3%;
  }
}
@media (min-width: 2000px) {
  .footer .container {
    max-width: 2000px;
  }
}
.footer .ftr-col-1 img,
.footer .ftr-col-1 svg {
  width: 200px;
}
@media (max-width: 991px) {
  .footer .ftr-col-1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer .ftr-col-1 {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer .ftr-col-3 {
    margin: 25px 0;
  }
}
.footer .ftr-link {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .footer .ftr-link {
    display: inline-block;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .footer .ftr-link li {
    display: inline-block;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer .ftr-link li {
    margin: 0 7px;
    font-size: 2.1rem;
  }
}
.footer .ftr-link li a {
  color: #BFCCD8;
}
.footer .ftr-link li a:hover {
  color: #2ED173;
}
@media (max-width: 991px) {
  .footer .ftr-txt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .ftr-txt {
    padding-left: 0;
  }
}
.footer .ftr-txt + .ftr-txt {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .footer .ftr-txt + .ftr-txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer .ftr-txt .ttl {
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .footer .ftr-txt .ttl {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer .ftr-txt .ttl {
    font-size: 2.1rem;
  }
}
.footer .ftr-txt p {
  color: #fff;
  font-size: 1.3rem;
  color: #889FB5;
  margin: 0;
}
@media (max-width: 767px) {
  .footer .ftr-txt p {
    font-size: 1.8rem !important;
  }
}

.ftr-social .ttl {
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.235rem;
}
@media (max-width: 991px) {
  .ftr-social .ttl {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .ftr-social .ttl {
    font-size: 2rem;
  }
}
.ftr-social a {
  color: #fff;
  font-size: 25px;
}
.ftr-social a:hover {
  color: #2ED173;
}
.ftr-social a + a {
  margin-left: 25px;
}
@media (max-width: 991px) {
  .ftr-social a + a {
    margin: 0;
  }
}

.footer-wrap {
  padding: 60px 0;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .footer-wrap .fotr-left {
    min-width: 272px;
  }
}
@media (max-width: 1450px) {
  .footer-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .footer-wrap .fotr-left {
    padding-bottom: 20px;
    border-bottom: 1px solid #323340;
    margin-bottom: 20px;
  }
  .footer-wrap .fotr-right {
    padding-bottom: 20px;
    border-bottom: 1px solid #323340;
    margin-bottom: 20px;
  }
  .footer-wrap .ftr-social-mobile {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-wrap .fotr-left, .footer-wrap .fotr-right, .footer-wrap .ftr-social-mobile {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-wrap .fotr-left {
    margin-bottom: 35px;
  }
}
.footer-wrap .user-post {
  font-weight: 600;
  font-size: 19px;
  color: white;
  margin: 25px 0;
}
@media (max-width: 991px) {
  .footer-wrap .user-post {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .user-post {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.footer-wrap .user-post span {
  font-weight: 500;
  color: rgba(191, 204, 216, 0.5);
  font-size: 16px;
  margin-top: 7px;
}
.footer-wrap .user-post span:hover {
  color: white;
}
@media (max-width: 767px) {
  .footer-wrap .user-post span {
    font-size: 15px;
  }
}
.footer-wrap .user-post span.cnt-numer {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.footer-wrap .user-post span.cnt-numer:hover {
  opacity: 0.7;
}
.footer-wrap .ftr-social a {
  color: rgba(191, 204, 216, 0.5);
}
.footer-wrap .ftr-social a:hover {
  color: #2ED173;
}
.footer-wrap .fotr-menu .ftr-quick-link {
  width: 350px;
  margin-right: 75px;
}
@media (max-width: 767px) {
  .footer-wrap .fotr-menu .ftr-quick-link {
    margin-bottom: 25px;
    width: 100%;
    margin-right: 0;
  }
  .footer-wrap .fotr-menu .ftr-quick-link ul + ul {
    padding-left: 45px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer-wrap .fotr-menu .ftr-quick-link ul + ul {
    padding-left: 0;
  }
}
.footer-wrap .fotr-menu .ttl {
  color: white;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-wrap .fotr-menu .ttl {
    margin-bottom: 15px;
  }
}
.footer-wrap .fotr-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer-wrap .fotr-menu ul li {
  margin: 13px 0;
}
@media (max-width: 767px) {
  .footer-wrap .fotr-menu ul li {
    font-size: 16px;
    margin: 7px 0;
  }
}
.footer-wrap .fotr-menu ul li a {
  color: #A7B3BE;
  border-bottom: 1px solid #a7b3be75;
}
.footer-wrap .fotr-menu ul li a.white {
  color: white;
}
.footer-wrap .fotr-menu ul li a.white:hover {
  color: #A7B3BE;
}
.footer-wrap .fotr-menu ul li a:hover {
  color: #fff;
  border-color: #25a75c;
}
.footer-wrap .fotr-menu ul li a.h-light {
  color: white;
  font-weight: bold;
}
.footer-wrap .fotr-menu ul li a.h-light:hover {
  color: #A7B3BE;
}
.footer-wrap .ftr-social-mobile {
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 243px;
  margin: 0 auto;
}
.footer-wrap .privacy-sec {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #323340;
}
.footer-wrap .privacy-sec p {
  color: rgba(144, 151, 159, 0.7);
}
@media (max-width: 991px) {
  .footer-wrap .privacy-sec p {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer-wrap .privacy-sec p a {
  color: rgba(144, 151, 159, 0.7);
}
.footer-wrap .privacy-sec p a:hover {
  color: #2ED173;
}

.mode-toggle {
  position: fixed;
  display: flex;
  top: 275px;
  right: 25px;
  transform: translateY(-50%);
  z-index: 9999;
}
@media (max-width: 767px) {
  .mode-toggle {
    bottom: 45px;
    top: inherit;
    right: -2px;
  }
}
.mode-toggle .toggle-btn {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  width: 48px;
  cursor: pointer;
  transition: all, ease-in-out, 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .mode-toggle .toggle-btn {
    width: 45px;
    height: 45px;
    border-radius: 0px;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
}
.mode-toggle .toggle-btn .chngMod {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  line-height: 0.7;
  letter-spacing: 0;
  color: #fff;
  height: 128px;
}
@media (max-width: 767px) {
  .mode-toggle .toggle-btn .chngMod {
    height: inherit;
  }
}
.mode-toggle .toggle-btn .chngMod img {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .mode-toggle .toggle-btn .chngMod img {
    margin-bottom: 0;
  }
}
.mode-toggle .toggle-btn .chngMod.dark {
  display: none;
}
.mode-toggle .toggle-btn .chngMod.light {
  color: #000;
}
.mode-toggle .toggle-btn .chngMod.light img {
  margin-bottom: 0;
  margin-top: 12px;
  max-width: 55%;
}
@media (max-width: 767px) {
  .mode-toggle .toggle-btn .chngMod.light img {
    margin: 0;
  }
}
.mode-toggle span {
  display: inline-block;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-weight: 600;
}
@media (max-width: 767px) {
  .mode-toggle span {
    display: none;
  }
}

body {
  background: #20222E;
}
body.show-menu {
  background: #fff;
}
body.show-menu .hdr-usr-post {
  display: none !important;
}
body.show-menu .main-nav .hdr-user {
  display: none !important;
}
body.show-menu .mode-toggle {
  z-index: 99999;
}
body.show-menu .main-header {
  background: #323241 !important;
  height: 100%;
}
body.show-menu .main-header:after {
  width: 100%;
}
body.show-menu .main-header .hdr-align {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
body.show-menu .hplogo a .logo-text {
  font-size: 0 !important;
}
body.show-menu .hplogo .tag-line-logo {
  font-size: 0 !important;
}
body.show-menu .hdr-usr-post {
  display: block;
}
body.show-menu .hdr-search {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1279px) {
  body.show-menu .main-nav .language-selector {
    display: none;
  }
}
body.slim .slim-header-active {
  z-index: 99999;
  background: #323241;
}
@media (min-width: 1289px) {
  body.slim .slim-header-active {
    height: 75px;
  }
  body.slim .slim-header-active .hdr-uploadpost .btn:hover {
    color: #2ED173;
  }
}
body.slim .slim-header-active .hplogo .logo-txt {
  font-size: 0;
}
body.slim .slim-header-active .hplogo a .logo-text {
  color: #fff;
}
body.slim .slim-header-active .hplogo .tag-line-logo {
  color: #fff;
}
body.slim .slim-header-active .hdr-user span {
  color: #fff;
}
@media (min-width: 1289px) {
  body.slim .slim-header-active .main-nav > ul > li > a {
    color: #fff;
  }
  body.slim .slim-header-active .hdr-search .srch-anim .sr-btn {
    color: #fff;
  }
  body.slim .slim-header-active .hdr-search .search-bar {
    background: #20212e;
  }
  body.slim .slim-header-active .language-selector .dropdown .btn {
    color: #fff;
  }
}
@media (max-width: 1199px) {
  body.slim .slim-header-active .hdr-search .srch-anim .sr-btn {
    color: #fff;
  }
}
body.slim .slim-header-active .search-container input::placeholder {
  color: #fff;
}
@media (min-width: 1280px) {
  body.search-open .hdr-search .bx-close {
    display: block !important;
  }
}
@media (max-width: 1279px) {
  body.search-open {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  body.search-open .hdr-usr-post {
    display: none !important;
  }
}
body.search-open .main-nav {
  display: none;
}
body.search-open .main-nav ul {
  transition: all, ease, 0.3s;
  opacity: 0;
}
body.search-open .main-nav ul * {
  font-size: 0;
  padding: 0;
}
body.search-open .hdr-search {
  transition: all, ease, 0.5s;
  padding-right: 50px;
}
body.search-open .hdr-search .search-box {
  display: block;
}
body.search-open .hdr-search .srch-anim {
  transition: all, ease, 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  body.search-open .hdr-search .srch-anim {
    top: 20px;
  }
}
body.search-open .hdr-search .bx-close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all, ease, 0.3s;
  opacity: 1;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
body.search-open .hdr-search .bx-close:hover {
  color: #2ED173;
}
body.search-open .hdr-search .sr-btn {
  opacity: 0;
  width: 0;
}
@media (max-width: 1279px) {
  body.search-open .main-header.search-header .hdr-search {
    position: fixed;
    left: 0;
    top: 60px;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 15px;
    padding-top: 25px;
  }
  body.search-open .main-header.search-header .hdr-search .search-container {
    width: 100%;
  }
  body.search-open .main-header.search-header .hdr-search input.search-bar {
    height: 48px !important;
  }
  body.search-open .main-header.search-header .hdr-search .srch-anim {
    display: none;
  }
  body.search-open .mob-btn {
    display: none !important;
  }
  body.search-open .search-back-btn {
    display: block;
  }
}
body.search-open .ipad-view-language-sel {
  display: none !important;
}
body.lightMod {
  background: #EDF1F7;
}
body.lightMod .slim-header-active .hplogo a .logo-text {
  color: #000 !important;
}
body.lightMod .slim-header-active .hplogo .tag-line-logo {
  color: #000 !important;
}
body.lightMod .slim-header-active .hdr-search ::-webkit-input-placeholder {
  color: #1D1D29;
}
body.lightMod .slim-header-active .hdr-search :-moz-placeholder {
  color: #1D1D29;
}
body.lightMod .slim-header-active .hdr-search ::-moz-placeholder {
  color: #1D1D29;
}
body.lightMod .slim-header-active .hdr-search :-ms-input-placeholder {
  color: #1D1D29;
}
body.lightMod .slim-header-active .hdr-search .search-bar {
  background: #e0e0e0;
  color: #1D1D29;
}
body.lightMod .main-header {
  background: #fff !important;
}
body.lightMod .main-header:after {
  background: whitesmoke;
}
body.lightMod .main-header .main-nav ul li a {
  color: #2c2c2c;
}
body.lightMod .main-header .main-nav ul li a:hover {
  color: #2ED173;
}
body.lightMod .main-header .hdr-user span {
  color: #2c2c2c !important;
}
body.lightMod .main-header .language-selector .dropdown .btn {
  color: #2c2c2c;
}
body.lightMod .main-header .not_bell_icon svg * {
  fill: #808182 !important;
}
body.lightMod .mode-toggle .toggle-btn {
  background: #323241;
}
body.lightMod .mode-toggle .toggle-btn .chngMod.light {
  display: none;
}
body.lightMod .mode-toggle .toggle-btn .chngMod.dark {
  display: flex !important;
}
body.lightMod .darken-header {
  background: #fff;
}
body.lightMod .darken-header .hplogo a .logo-text {
  color: #000;
}
body.lightMod .darken-header .hplogo a .logo-text .tag-line-logo {
  color: #000;
}
body.lightMod .darken-header .main-nav > ul > li > a {
  color: #000;
}
body.lightMod .darken-header .hdr-search .srch-anim .sr-btn {
  color: #000;
}
body.lightMod .darken-header .language-selector .dropdown .btn {
  color: #000;
}
body.lightMod .darken-header .language-selector .dropdown .btn:hover {
  color: #2ED173;
}
body.lightMod .darken-header .hdr-search .search-box ::-webkit-input-placeholder {
  color: #000;
}
body.lightMod .darken-header .hdr-search .search-box :-moz-placeholder {
  color: #000;
}
body.lightMod .darken-header .hdr-search .search-box ::-moz-placeholder {
  color: #000;
}
body.lightMod .darken-header .hdr-search .search-box :-ms-input-placeholder {
  color: #000;
}
body.lightMod .darken-header .hdr-search .search-box .search-bar {
  background: #fff;
  border: 1px solid #EAEAEA;
  color: #000;
}
body.lightMod .darken-header .hdr-search .srch-anim .bx-close {
  color: rgba(0, 0, 0, 0.5);
}
body.lightMod .main-header.transperant-header .hplogo a .logo-text {
  color: #1D1D1D;
}
body.lightMod .dark-bg {
  background: #fff;
  color: #1D1D1D;
}
body.lightMod .search-results-page .search-results aside {
  background-color: #EDF1F7;
}
body.lightMod .search-results-page .search-results aside .sidebar-filter .custom-control-label {
  color: rgba(0, 0, 0, 0.5);
}
body.lightMod .search-results-page .search-results aside .sidebar-filter h4 {
  color: rgba(0, 0, 0, 0.8);
}
body.lightMod .search-results-page .search-results .results-section .result-item.normal-search p {
  color: rgba(0, 0, 0, 0.8);
}
body.lightMod .search-results-page .search-results .results-section .result-item.normal-search p:after {
  background: rgba(0, 0, 0, 0.34);
}
body.lightMod .search-results-page .search-results .results-section .result-item span {
  color: rgba(0, 0, 0, 0.34);
}
body.lightMod .search-results-page .search-results .results-section .result-item p {
  color: rgba(0, 0, 0, 0.8);
}
body.lightMod .search-results-page .search-results aside .sidebar-filter .custom-control-label:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) and (max-width: 1279px) {
  body.lightMod .ipad-view-language-sel .login-sec ul li a {
    color: #000 !important;
  }
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7b7b7b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}

/* Handle on hover */
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: inherit !important;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: visible !important;
}

.hp-popup.user_tag .modal-dialog .modal-content .modal-body .post-edit-input {
  padding: 10px 22px !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown:active, .dropdown:focus {
  outline: none !important;
  box-shadow: none !important;
}
.dropdown .dropdown-item:active, .dropdown .dropdown-item:focus {
  outline: none !important;
  box-shadow: none !important;
}

body.lightMod.slim .main-header {
  box-shadow: 1px 1px 5px #dad7d7;
}

.ftr-light-logo {
  display: none;
}

.lightMod .footer {
  background: #ffffff;
}
.lightMod .footer .ftr-dark-logo {
  display: none;
}
.lightMod .footer .ftr-light-logo {
  display: block;
}
.lightMod .footer .footer-wrap .fotr-menu .ttl {
  color: #000;
}
.lightMod .footer .footer-wrap .fotr-menu ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.lightMod .footer .footer-wrap .fotr-menu ul li a:hover {
  color: #2ED173;
}
.lightMod .footer .footer-wrap .user-post, .lightMod .footer .ftr-social .ttl {
  color: #000;
}
.lightMod .footer .footer-wrap .user-post span, .lightMod .footer .ftr-social .ttl span {
  color: #A3A1A1;
}
.lightMod .footer .footer-wrap .ftr-social a {
  color: rgba(154, 154, 154, 0.6);
}
.lightMod .footer .footer-wrap .ftr-social a:hover {
  color: #2ED173;
}
.lightMod .footer .footer-wrap .privacy-sec, .lightMod .footer .footer-wrap .fotr-left, .lightMod .footer .footer-wrap .fotr-right, .lightMod .footer .footer-wrap .ftr-social-mobile {
  border-color: rgba(122, 130, 142, 0.23);
}
.lightMod .no-photos {
  color: #000 !important;
}
.lightMod .footer-logo .logo-text {
  color: #000;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0;
  transition: opacity 400ms;
}

.fade-box img.lazyloaded {
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  body {
    zoom: 90%;
  }
}
@media (min-width: 1280px) {
  .d-large-inline-block {
    display: inline-block !important;
  }
}

.no-photos {
  color: #fff;
  text-align: center;
}

body.show-menu {
  overflow: hidden;
  z-index: 9999;
  max-height: 100vh;
}
body.modal-open {
  overflow: hidden;
}

html.modal-open1 {
  overflow: hidden;
}

body.lightMod.search-open .hdr-search .srch-anim .bx-close {
  color: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=main.min.css.map */