@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;800&display=swap);
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: 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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: 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;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.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: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  /* padding-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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-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: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  /* flex: 0 0 41.666667%; */
  flex: 0 0 49.666667%;
  /* max-width: 41.666667%; */
    max-width: 100.666667%;
    height: 100%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* .form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
} */
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(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;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-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.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23dc3545%27 viewBox=%27-2 -2 7 7%27%3e%3cpath stroke=%27%23dc3545%27 d=%27M0 0l3 3m0-3L0 3%27/%3e%3ccircle r=%27.5%27/%3e%3ccircle cx=%273%27 r=%27.5%27/%3e%3ccircle cy=%273%27 r=%27.5%27/%3e%3ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23dc3545%27 viewBox=%27-2 -2 7 7%27%3e%3cpath stroke=%27%23dc3545%27 d=%27M0 0l3 3m0-3L0 3%27/%3e%3ccircle r=%27.5%27/%3e%3ccircle cx=%273%27 r=%27.5%27/%3e%3ccircle cy=%273%27 r=%27.5%27/%3e%3ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 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;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  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,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-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;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  color:black;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
  display: flex;
  justify-content: center;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.subscribe-modal .modal-content {
  /* background-color: transparent !important;   */
  box-shadow: none;                           
}


.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: 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::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%) skewX(12deg);
  opacity: 1;
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #5d5c5c !important;
}
.border-top {
  border-top: 1px solid #5d5c5c !important;
}
.border-right {
  border-right: 1px solid #5d5c5c !important;
}
.border-bottom {
  border-bottom: 1px solid #5d5c5c !important;
}
.border-left {
  border-left: 1px solid #5d5c5c !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.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);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!

 =========================================================
 * Paper Kit React - v1.3.1 based on Paper Kit - v2.2.0
 =========================================================

 * Product Page: https://www.creative-tim.com/product/paper-kit-2
 * Copyright 2022 Creative Tim (http://www.creative-tim.com)

 * Designed by www.invisionapp.com Coded by www.creative-tim.com

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:30px;border:0;position:relative;text-align:left;overflow:hidden;margin-bottom:5px;line-height:8px;width:61px !important;height:26px;outline:none;z-index:0;margin-right:1px;-webkit-user-select:none;user-select:none;vertical-align:middle;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-flex;top:0;height:26px;border-radius:4px;transform:translate3d(0, 0, 0);width:100px !important}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-label{box-sizing:border-box;cursor:pointer;display:inline-block !important;height:100%;color:#fff;padding:6px 12px;font-size:11px;text-indent:-5px;line-height:15px;transition:.25s ease-out}.bootstrap-switch .bootstrap-switch-handle-on i,.bootstrap-switch .bootstrap-switch-handle-off i,.bootstrap-switch .bootstrap-switch-label i{font-size:12px;line-height:14px}.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off{text-align:center;z-index:1;float:left;width:50% !important;background-color:#66615b}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary{color:#fff;background:#51cbce}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info{color:#fff;background:#51bcda}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success{color:#fff;background:#6bd098}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning{background:#fbc658;color:#fff}.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger{color:#fff;background:#f334be}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default{color:#fff;background:#66615b}.bootstrap-switch .bootstrap-switch-label{text-align:center;z-index:100;color:#333;background:#fff;width:22px !important;height:22px;margin:2px -11px;border-radius:12px;position:relative;float:left;padding:0;background-color:#fff;box-shadow:0 1px 1px #fff inset,0 1px 1px rgba(0,0,0,.25)}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{text-indent:6px}.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox]{position:absolute !important;top:0;left:0;opacity:0;filter:alpha(opacity=0);z-index:-1}.bootstrap-switch input[type=radio].form-control,.bootstrap-switch input[type=checkbox].form-control{height:auto}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.33}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-readonly,.bootstrap-switch.bootstrap-switch-indeterminate{cursor:default !important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label{opacity:.5;filter:alpha(opacity=50);cursor:default !important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container{margin-left:-2px !important}.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container{margin-left:-37px !important}.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label{width:26px !important;margin:2px -15px}.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label{width:26px !important;margin:2px -15px -13px -11px}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off{background-color:#66615b}.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-on{background-color:#cfcfca}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-danger{background-color:#f334be}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-warning{background-color:#fbc658}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-success{background-color:#6bd098}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-primary{background-color:#51cbce}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-info{background-color:#51bcda}.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-default{background-color:#66615b}.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-danger,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-primary,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-info,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-warning,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-success{background-color:#cfcfca}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;touch-action:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0;margin:0;border-radius:0;height:2px;background:#c8c8c8}.noUi-origin[style^="left: 0"] .noUi-handle{background-color:#fff;border:2px solid #c8c8c8}.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active{border-width:1px}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit !important}.noUi-base,.noUi-handle{transform:translate3d(0, 0, 0)}.noUi-horizontal{height:2px;margin:15px 0}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#c8c8c8;border-radius:4px}.noUi-connect{background:#3fb8af;transition:background 450ms}.noUi-draggable{cursor:w-resize}.noUi-vertical .noUi-draggable{cursor:n-resize}.noUi-handle{box-sizing:border-box;width:14px;height:14px;left:-10px;top:-6px;cursor:pointer;border-radius:100%;transition:all .2s ease-out;border:1px solid;background:#fff}.noUi-handle.noUi-active{transform:scale3d(1.5, 1.5, 1)}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.slider{background:#c8c8c8}.slider .noUi-connect{background-color:#51cbce;border-radius:4px}.slider .noUi-handle{border-color:#51cbce}.slider.slider-info .noUi-connect{background-color:#51bcda}.slider.slider-info .noUi-handle{border-color:#51bcda}.slider.slider-success .noUi-connect{background-color:#6bd098}.slider.slider-success .noUi-handle{border-color:#6bd098}.slider.slider-warning .noUi-connect{background-color:#fbc658}.slider.slider-warning .noUi-handle{border-color:#fbc658}.slider.slider-danger .noUi-connect{background-color:#f334be}.slider.slider-danger .noUi-handle{border-color:#f334be}/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.sr-only,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,.bootstrap-datetimepicker-widget .btn[data-action=today]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.prev::after,.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget a .btn:hover{background-color:rgba(0,0,0,0)}.bootstrap-datetimepicker-widget.dropdown-menu{padding:4px;width:16em}@media(min-width: 768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media(min-width: 992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media(min-width: 1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-bottom:11px solid #f1eae0;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:12px;left:auto;top:-12px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom:11px solid #fff;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:12px;left:auto;top:-11px}.bootstrap-datetimepicker-widget.dropdown-menu.top{margin-top:auto;margin-bottom:-20px}.bootstrap-datetimepicker-widget.dropdown-menu.top.open{margin-top:auto;margin-bottom:5px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0;border-width:0;color:#66615b;background-color:rgba(0,0,0,0)}.bootstrap-datetimepicker-widget a[data-action=togglePicker],.bootstrap-datetimepicker-widget a[data-action=togglePicker]:hover{color:#429cb6 !important}.bootstrap-datetimepicker-widget a[data-action]:hover{background-color:rgba(0,0,0,0);color:rgba(255,255,255,.85)}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:40px;height:40px;line-height:40px;font-weight:300;font-size:1.5em;margin:3px;border-radius:50%}.bootstrap-datetimepicker-widget button[data-action]{width:38px;height:38px;padding:0}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after{content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after{content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after{content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after{content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after{content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after{content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after{content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action=clear]::after{content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action=today]::after{content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget .picker-switch::after{content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%;border-radius:4px;margin:2px 0px !important}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td>div,.bootstrap-datetimepicker-widget table th>div{text-align:center}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#cfcfca;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev span,.bootstrap-datetimepicker-widget table th.next span{border-radius:4px;height:27px;width:27px;line-height:28px;font-size:12px;border-radius:50%;text-align:center}.bootstrap-datetimepicker-widget table th.prev::after{content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{content:"Next Month"}.bootstrap-datetimepicker-widget table th.dow{text-align:center;border-bottom:1px solid #e3e3e3;font-size:12px;text-transform:uppercase;color:#9a9a9a;font-weight:400;padding-bottom:5px;padding-top:10px}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover{background:#e3e3e3}.bootstrap-datetimepicker-widget table td>div{border-radius:4px;height:54px;line-height:54px;width:54px;text-align:center}.bootstrap-datetimepicker-widget table td.cw>div{font-size:.8em;height:20px;line-height:20px;color:#cfcfca}.bootstrap-datetimepicker-widget table td.day>div{height:30px;line-height:31px;width:30px;text-align:center;padding:0px;border-radius:50%;margin:0 auto;z-index:-1;position:relative}.table-condensed .day:hover div{transition:all 150ms linear}.bootstrap-datetimepicker-widget table td.minute>div,.bootstrap-datetimepicker-widget table td.hour>div{border-radius:50%}.bootstrap-datetimepicker-widget table td.day:hover>div,.bootstrap-datetimepicker-widget table td.hour:hover>div,.bootstrap-datetimepicker-widget table td.minute:hover>div,.bootstrap-datetimepicker-widget table td.second:hover>div{background:#e3e3e3;cursor:pointer}.bootstrap-datetimepicker-widget table td.old>div,.bootstrap-datetimepicker-widget table td.new>div{color:#cfcfca}.bootstrap-datetimepicker-widget table td.active>div,.bootstrap-datetimepicker-widget table td.active:hover>div{background-color:#68b3c8;color:#fff}.bootstrap-datetimepicker-widget table td.active.today:before>div{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled>div,.bootstrap-datetimepicker-widget table td.disabled:hover>div{background:none;color:#cfcfca;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:40px;height:40px;line-height:40px;margin:3px 3px;cursor:pointer;border-radius:50%;text-align:center}.bootstrap-datetimepicker-widget table td span:hover{background:#e3e3e3}.bootstrap-datetimepicker-widget table td span.active{background-color:#68b3c8;color:#fff}.bootstrap-datetimepicker-widget table td span.old{color:#cfcfca}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#cfcfca;cursor:not-allowed}.bootstrap-datetimepicker-widget .timepicker-picker span,.bootstrap-datetimepicker-widget .timepicker-hours span,.bootstrap-datetimepicker-widget .timepicker-minutes span{border-radius:50% !important}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.input-group.date .input-group-addon{cursor:pointer}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:1px;text-align:center;z-index:1;cursor:pointer}.bootstrap-datetimepicker-widget{opacity:0;transform:translate3d(0px, -10px, 0px);box-shadow:0 2px rgba(17,16,15,.1),0 2px 10px rgba(17,16,15,.1)}.bootstrap-datetimepicker-widget.top{transform:translate3d(0px, 0px, 0px)}.bootstrap-datetimepicker-widget.open{opacity:1;transform:translate3d(0, 5px, 0);transition:transform .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}.bootstrap-datetimepicker-widget.open.top{transform:translate3d(0, -10px, 0)}.bootstrap-datetimepicker-widget.open.top:before{border-top:11px solid #dcd9d1;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:12px;bottom:-12px}.bootstrap-datetimepicker-widget.open.top:after{border-top:11px solid #fff;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:12px;bottom:-11px}.btn{box-sizing:border-box;border-width:2px;font-size:12px;font-weight:600;padding:.5rem 18px;line-height:1.75;cursor:pointer;text-transform:uppercase;background-color:#66615b;border-color:#66615b;color:#fff;opacity:1;filter:alpha(opacity=100);transition:all 150ms linear}.btn.btn-border,.btn.btn-link{background-color:rgba(0,0,0,0)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn:active:focus,.btn:active:hover,.btn.active:focus,.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled).active:focus,.show>.btn.dropdown-toggle{background-color:#403d39;color:#fff;border-color:#403d39;box-shadow:none}.btn .caret{border-top-color:#fff}.btn.disabled,.btn.disabled:hover,.btn.disabled:focus,.btn.disabled.focus,.btn.disabled:active,.btn.disabled.active,.btn:disabled,.btn:disabled:hover,.btn:disabled:focus,.btn:disabled.focus,.btn:disabled:active,.btn:disabled.active,.btn[disabled],.btn[disabled]:hover,.btn[disabled]:focus,.btn[disabled].focus,.btn[disabled]:active,.btn[disabled].active,fieldset[disabled] .btn,fieldset[disabled] .btn:hover,fieldset[disabled] .btn:focus,fieldset[disabled] .btn.focus,fieldset[disabled] .btn:active,fieldset[disabled] .btn.active{background-color:#403d39;border-color:#403d39}.btn.btn-link{color:#66615b}.btn.btn-link:hover,.btn.btn-link:focus,.btn.btn-link:active,.btn.btn-link.active,.btn.btn-link:focus:active,.open>.btn.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#403d39 !important}.btn.btn-link .caret{border-top-color:#66615b}.btn .caret{border-top-color:#fff}.btn:hover,.btn:focus{outline:0 !important;box-shadow:none}.btn:active,.btn.active,.open>.btn.dropdown-toggle{box-shadow:none;outline:0 !important}.btn[class*=btn-outline-]{background-image:none;background-color:rgba(0,0,0,0)}.btn .nc-icon{position:relative;top:2px}.btn-just-icon{border-radius:50px;height:40px;width:40px;min-width:40px;padding:8px}.btn-just-icon.btn-sm{padding:4px !important}.btn-just-icon i{font-size:16px;padding:2px 0px}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-2px}.btn-primary{background-color:#51cbce;border-color:#51cbce;color:#fff;opacity:1;filter:alpha(opacity=100)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary:active:focus,.btn-primary:active:hover,.btn-primary.active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle{background-color:#34b5b8;color:#fff;border-color:#34b5b8;box-shadow:none}.btn-primary .caret{border-top-color:#fff}.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary:disabled,.btn-primary:disabled:hover,.btn-primary:disabled:focus,.btn-primary:disabled.focus,.btn-primary:disabled:active,.btn-primary:disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active{background-color:#34b5b8;border-color:#34b5b8}.btn-primary.btn-link{color:#51cbce}.btn-primary.btn-link:hover,.btn-primary.btn-link:focus,.btn-primary.btn-link:active,.btn-primary.btn-link.active,.btn-primary.btn-link:focus:active,.open>.btn-primary.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#34b5b8 !important}.btn-primary.btn-link .caret{border-top-color:#51cbce}.btn-primary .caret{border-top-color:#fff}.btn-success{background-color:#6bd098;border-color:#6bd098;color:#fff;opacity:1;filter:alpha(opacity=100)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success:active:focus,.btn-success:active:hover,.btn-success.active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle{background-color:#44c47d;color:#fff;border-color:#44c47d;box-shadow:none}.btn-success .caret{border-top-color:#fff}.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success:disabled,.btn-success:disabled:hover,.btn-success:disabled:focus,.btn-success:disabled.focus,.btn-success:disabled:active,.btn-success:disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{background-color:#44c47d;border-color:#44c47d}.btn-success.btn-link{color:#6bd098}.btn-success.btn-link:hover,.btn-success.btn-link:focus,.btn-success.btn-link:active,.btn-success.btn-link.active,.btn-success.btn-link:focus:active,.open>.btn-success.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#44c47d !important}.btn-success.btn-link .caret{border-top-color:#6bd098}.btn-success .caret{border-top-color:#fff}.btn-info{background-color:#51bcda;border-color:#51bcda;color:#fff;opacity:1;filter:alpha(opacity=100)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info:active:focus,.btn-info:active:hover,.btn-info.active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle{background-color:#2ba9cd;color:#fff;border-color:#2ba9cd;box-shadow:none}.btn-info .caret{border-top-color:#fff}.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info:disabled,.btn-info:disabled:hover,.btn-info:disabled:focus,.btn-info:disabled.focus,.btn-info:disabled:active,.btn-info:disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{background-color:#2ba9cd;border-color:#2ba9cd}.btn-info.btn-link{color:#51bcda}.btn-info.btn-link:hover,.btn-info.btn-link:focus,.btn-info.btn-link:active,.btn-info.btn-link.active,.btn-info.btn-link:focus:active,.open>.btn-info.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#2ba9cd !important}.btn-info.btn-link .caret{border-top-color:#51bcda}.btn-info .caret{border-top-color:#fff}.btn-warning{background-color:#fbc658;border-color:#fbc658;color:#fff;opacity:1;filter:alpha(opacity=100)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning:active:focus,.btn-warning:active:hover,.btn-warning.active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle{background-color:#fab526;color:#fff;border-color:#fab526;box-shadow:none}.btn-warning .caret{border-top-color:#fff}.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning:disabled,.btn-warning:disabled:hover,.btn-warning:disabled:focus,.btn-warning:disabled.focus,.btn-warning:disabled:active,.btn-warning:disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{background-color:#fab526;border-color:#fab526}.btn-warning.btn-link{color:#fbc658}.btn-warning.btn-link:hover,.btn-warning.btn-link:focus,.btn-warning.btn-link:active,.btn-warning.btn-link.active,.btn-warning.btn-link:focus:active,.open>.btn-warning.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#fab526 !important}.btn-warning.btn-link .caret{border-top-color:#fbc658}.btn-warning .caret{border-top-color:#fff}.btn-danger{background-color:#f334be;border-color:#f334be;color:#fff;opacity:1;filter:alpha(opacity=100)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger:active:focus,.btn-danger:active:hover,.btn-danger.active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle{background-color:#f00eb1;color:#fff;border-color:#f00eb1;box-shadow:none}.btn-danger .caret{border-top-color:#fff}.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger:disabled,.btn-danger:disabled:hover,.btn-danger:disabled:focus,.btn-danger:disabled.focus,.btn-danger:disabled:active,.btn-danger:disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{background-color:#f00eb1;border-color:#f00eb1}.btn-danger.btn-link{color:#f334be}.btn-danger.btn-link:hover,.btn-danger.btn-link:focus,.btn-danger.btn-link:active,.btn-danger.btn-link.active,.btn-danger.btn-link:focus:active,.open>.btn-danger.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#f00eb1 !important}.btn-danger.btn-link .caret{border-top-color:#f334be}.btn-danger .caret{border-top-color:#fff}.btn-neutral{background-color:#fff;border-color:#fff;color:#fff;opacity:1;filter:alpha(opacity=100)}.btn-neutral:hover,.btn-neutral:focus,.btn-neutral:active,.btn-neutral.active,.btn-neutral:active:focus,.btn-neutral:active:hover,.btn-neutral.active:focus,.btn-neutral:not(:disabled):not(.disabled):active:focus,.btn-neutral:not(:disabled):not(.disabled):active,.btn-neutral:not(:disabled):not(.disabled).active,.btn-neutral:not(:disabled):not(.disabled).active:focus,.show>.btn-neutral.dropdown-toggle{background-color:#403d39;color:#fff;border-color:#403d39;box-shadow:none}.btn-neutral .caret{border-top-color:#fff}.btn-neutral.disabled,.btn-neutral.disabled:hover,.btn-neutral.disabled:focus,.btn-neutral.disabled.focus,.btn-neutral.disabled:active,.btn-neutral.disabled.active,.btn-neutral:disabled,.btn-neutral:disabled:hover,.btn-neutral:disabled:focus,.btn-neutral:disabled.focus,.btn-neutral:disabled:active,.btn-neutral:disabled.active,.btn-neutral[disabled],.btn-neutral[disabled]:hover,.btn-neutral[disabled]:focus,.btn-neutral[disabled].focus,.btn-neutral[disabled]:active,.btn-neutral[disabled].active,fieldset[disabled] .btn-neutral,fieldset[disabled] .btn-neutral:hover,fieldset[disabled] .btn-neutral:focus,fieldset[disabled] .btn-neutral.focus,fieldset[disabled] .btn-neutral:active,fieldset[disabled] .btn-neutral.active{background-color:#403d39;border-color:#403d39}.btn-neutral.btn-link{color:#fff}.btn-neutral.btn-link:hover,.btn-neutral.btn-link:focus,.btn-neutral.btn-link:active,.btn-neutral.btn-link.active,.btn-neutral.btn-link:focus:active,.open>.btn-neutral.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#403d39 !important}.btn-neutral.btn-link .caret{border-top-color:#fff}.btn-neutral .caret{border-top-color:#fff}.btn-outline-default{border-color:#66615b;color:#66615b;opacity:1;filter:alpha(opacity=100)}.btn-outline-default:hover,.btn-outline-default:focus,.btn-outline-default:active,.btn-outline-default.active,.btn-outline-default:active:focus,.btn-outline-default:active:hover,.btn-outline-default.active:focus,.show>.btn-outline-default.dropdown-toggle{background-color:#66615b !important;color:rgba(255,255,255,.8);border-color:#66615b !important}.btn-outline-default:hover .caret,.btn-outline-default:focus .caret,.btn-outline-default:active .caret,.btn-outline-default.active .caret,.btn-outline-default:active:focus .caret,.btn-outline-default:active:hover .caret,.btn-outline-default.active:focus .caret,.show>.btn-outline-default.dropdown-toggle .caret{border-top-color:rgba(255,255,255,.8)}.btn-outline-default .caret{border-top-color:#fff}.btn-outline-default.disabled,.btn-outline-default.disabled:hover,.btn-outline-default.disabled:focus,.btn-outline-default.disabled.focus,.btn-outline-default.disabled:active,.btn-outline-default.disabled.active,.btn-outline-default:disabled,.btn-outline-default:disabled:hover,.btn-outline-default:disabled:focus,.btn-outline-default:disabled.focus,.btn-outline-default:disabled:active,.btn-outline-default:disabled.active,.btn-outline-default[disabled],.btn-outline-default[disabled]:hover,.btn-outline-default[disabled]:focus,.btn-outline-default[disabled].focus,.btn-outline-default[disabled]:active,.btn-outline-default[disabled].active,fieldset[disabled] .btn-outline-default,fieldset[disabled] .btn-outline-default:hover,fieldset[disabled] .btn-outline-default:focus,fieldset[disabled] .btn-outline-default.focus,fieldset[disabled] .btn-outline-default:active,fieldset[disabled] .btn-outline-default.active{background-color:rgba(0,0,0,0);border-color:#66615b}.btn-outline-primary{border-color:#51cbce;color:#51cbce;opacity:1;filter:alpha(opacity=100)}.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary:active:focus,.btn-outline-primary:active:hover,.btn-outline-primary.active:focus,.show>.btn-outline-primary.dropdown-toggle{background-color:#51cbce !important;color:rgba(255,255,255,.8);border-color:#51cbce !important}.btn-outline-primary:hover .caret,.btn-outline-primary:focus .caret,.btn-outline-primary:active .caret,.btn-outline-primary.active .caret,.btn-outline-primary:active:focus .caret,.btn-outline-primary:active:hover .caret,.btn-outline-primary.active:focus .caret,.show>.btn-outline-primary.dropdown-toggle .caret{border-top-color:rgba(255,255,255,.8)}.btn-outline-primary .caret{border-top-color:#fff}.btn-outline-primary.disabled,.btn-outline-primary.disabled:hover,.btn-outline-primary.disabled:focus,.btn-outline-primary.disabled.focus,.btn-outline-primary.disabled:active,.btn-outline-primary.disabled.active,.btn-outline-primary:disabled,.btn-outline-primary:disabled:hover,.btn-outline-primary:disabled:focus,.btn-outline-primary:disabled.focus,.btn-outline-primary:disabled:active,.btn-outline-primary:disabled.active,.btn-outline-primary[disabled],.btn-outline-primary[disabled]:hover,.btn-outline-primary[disabled]:focus,.btn-outline-primary[disabled].focus,.btn-outline-primary[disabled]:active,.btn-outline-primary[disabled].active,fieldset[disabled] .btn-outline-primary,fieldset[disabled] .btn-outline-primary:hover,fieldset[disabled] .btn-outline-primary:focus,fieldset[disabled] .btn-outline-primary.focus,fieldset[disabled] .btn-outline-primary:active,fieldset[disabled] .btn-outline-primary.active{background-color:rgba(0,0,0,0);border-color:#51cbce}.btn-outline-success{border-color:#6bd098;color:#6bd098;opacity:1;filter:alpha(opacity=100)}.btn-outline-success:hover,.btn-outline-success:focus,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success:active:focus,.btn-outline-success:active:hover,.btn-outline-success.active:focus,.show>.btn-outline-success.dropdown-toggle{background-color:#6bd098 !important;color:rgba(255,255,255,.8);border-color:#6bd098 !important}.btn-outline-success:hover .caret,.btn-outline-success:focus .caret,.btn-outline-success:active .caret,.btn-outline-success.active .caret,.btn-outline-success:active:focus .caret,.btn-outline-success:active:hover .caret,.btn-outline-success.active:focus .caret,.show>.btn-outline-success.dropdown-toggle .caret{border-top-color:rgba(255,255,255,.8)}.btn-outline-success .caret{border-top-color:#fff}.btn-outline-success.disabled,.btn-outline-success.disabled:hover,.btn-outline-success.disabled:focus,.btn-outline-success.disabled.focus,.btn-outline-success.disabled:active,.btn-outline-success.disabled.active,.btn-outline-success:disabled,.btn-outline-success:disabled:hover,.btn-outline-success:disabled:focus,.btn-outline-success:disabled.focus,.btn-outline-success:disabled:active,.btn-outline-success:disabled.active,.btn-outline-success[disabled],.btn-outline-success[disabled]:hover,.btn-outline-success[disabled]:focus,.btn-outline-success[disabled].focus,.btn-outline-success[disabled]:active,.btn-outline-success[disabled].active,fieldset[disabled] .btn-outline-success,fieldset[disabled] .btn-outline-success:hover,fieldset[disabled] .btn-outline-success:focus,fieldset[disabled] .btn-outline-success.focus,fieldset[disabled] .btn-outline-success:active,fieldset[disabled] .btn-outline-success.active{background-color:rgba(0,0,0,0);border-color:#6bd098}.btn-outline-info{border-color:#51bcda;color:#51bcda;opacity:1;filter:alpha(opacity=100)}.btn-outline-info:hover,.btn-outline-info:focus,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info:active:focus,.btn-outline-info:active:hover,.btn-outline-info.active:focus,.show>.btn-outline-info.dropdown-toggle{background-color:#51bcda !important;color:rgba(255,255,255,.8);border-color:#51bcda !important}.btn-outline-info:hover .caret,.btn-outline-info:focus .caret,.btn-outline-info:active .caret,.btn-outline-info.active .caret,.btn-outline-info:active:focus .caret,.btn-outline-info:active:hover .caret,.btn-outline-info.active:focus .caret,.show>.btn-outline-info.dropdown-toggle .caret{border-top-color:rgba(255,255,255,.8)}.btn-outline-info .caret{border-top-color:#fff}.btn-outline-info.disabled,.btn-outline-info.disabled:hover,.btn-outline-info.disabled:focus,.btn-outline-info.disabled.focus,.btn-outline-info.disabled:active,.btn-outline-info.disabled.active,.btn-outline-info:disabled,.btn-outline-info:disabled:hover,.btn-outline-info:disabled:focus,.btn-outline-info:disabled.focus,.btn-outline-info:disabled:active,.btn-outline-info:disabled.active,.btn-outline-info[disabled],.btn-outline-info[disabled]:hover,.btn-outline-info[disabled]:focus,.btn-outline-info[disabled].focus,.btn-outline-info[disabled]:active,.btn-outline-info[disabled].active,fieldset[disabled] .btn-outline-info,fieldset[disabled] .btn-outline-info:hover,fieldset[disabled] .btn-outline-info:focus,fieldset[disabled] .btn-outline-info.focus,fieldset[disabled] .btn-outline-info:active,fieldset[disabled] .btn-outline-info.active{background-color:rgba(0,0,0,0);border-color:#51bcda}.btn-outline-warning{border-color:#fbc658;color:#fbc658;opacity:1;filter:alpha(opacity=100)}.btn-outline-warning:hover,.btn-outline-warning:focus,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning:active:focus,.btn-outline-warning:active:hover,.btn-outline-warning.active:focus,.show>.btn-outline-warning.dropdown-toggle{background-color:#fbc658 !important;color:rgba(255,255,255,.8);border-color:#fbc658 !important}.btn-outline-warning:hover .caret,.btn-outline-warning:focus .caret,.btn-outline-warning:active .caret,.btn-outline-warning.active .caret,.btn-outline-warning:active:focus .caret,.btn-outline-warning:active:hover .caret,.btn-outline-warning.active:focus .caret,.show>.btn-outline-warning.dropdown-toggle .caret{border-top-color:rgba(255,255,255,.8)}.btn-outline-warning .caret{border-top-color:#fff}.btn-outline-warning.disabled,.btn-outline-warning.disabled:hover,.btn-outline-warning.disabled:focus,.btn-outline-warning.disabled.focus,.btn-outline-warning.disabled:active,.btn-outline-warning.disabled.active,.btn-outline-warning:disabled,.btn-outline-warning:disabled:hover,.btn-outline-warning:disabled:focus,.btn-outline-warning:disabled.focus,.btn-outline-warning:disabled:active,.btn-outline-warning:disabled.active,.btn-outline-warning[disabled],.btn-outline-warning[disabled]:hover,.btn-outline-warning[disabled]:focus,.btn-outline-warning[disabled].focus,.btn-outline-warning[disabled]:active,.btn-outline-warning[disabled].active,fieldset[disabled] .btn-outline-warning,fieldset[disabled] .btn-outline-warning:hover,fieldset[disabled] .btn-outline-warning:focus,fieldset[disabled] .btn-outline-warning.focus,fieldset[disabled] .btn-outline-warning:active,fieldset[disabled] .btn-outline-warning.active{background-color:rgba(0,0,0,0);border-color:#fbc658}.btn-outline-danger{border-color:#f334be;color:#f334be;opacity:1;filter:alpha(opacity=100)}.btn-outline-danger:hover,.btn-outline-danger:focus,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger:active:focus,.btn-outline-danger:active:hover,.btn-outline-danger.active:focus,.show>.btn-outline-danger.dropdown-toggle{background-color:#f334be !important;color:rgba(255,255,255,.8);border-color:#f334be !important}.btn-outline-danger:hover .caret,.btn-outline-danger:focus .caret,.btn-outline-danger:active .caret,.btn-outline-danger.active .caret,.btn-outline-danger:active:focus .caret,.btn-outline-danger:active:hover .caret,.btn-outline-danger.active:focus .caret,.show>.btn-outline-danger.dropdown-toggle .caret{border-top-color:rgba(255,255,255,.8)}.btn-outline-danger .caret{border-top-color:#fff}.btn-outline-danger.disabled,.btn-outline-danger.disabled:hover,.btn-outline-danger.disabled:focus,.btn-outline-danger.disabled.focus,.btn-outline-danger.disabled:active,.btn-outline-danger.disabled.active,.btn-outline-danger:disabled,.btn-outline-danger:disabled:hover,.btn-outline-danger:disabled:focus,.btn-outline-danger:disabled.focus,.btn-outline-danger:disabled:active,.btn-outline-danger:disabled.active,.btn-outline-danger[disabled],.btn-outline-danger[disabled]:hover,.btn-outline-danger[disabled]:focus,.btn-outline-danger[disabled].focus,.btn-outline-danger[disabled]:active,.btn-outline-danger[disabled].active,fieldset[disabled] .btn-outline-danger,fieldset[disabled] .btn-outline-danger:hover,fieldset[disabled] .btn-outline-danger:focus,fieldset[disabled] .btn-outline-danger.focus,fieldset[disabled] .btn-outline-danger:active,fieldset[disabled] .btn-outline-danger.active{background-color:rgba(0,0,0,0);border-color:#f334be}.btn-outline-neutral{border-color:#fff;color:#fff;opacity:1;filter:alpha(opacity=100)}.btn-outline-neutral:hover,.btn-outline-neutral:focus,.btn-outline-neutral:active,.btn-outline-neutral.active,.btn-outline-neutral:active:focus,.btn-outline-neutral:active:hover,.btn-outline-neutral.active:focus,.show>.btn-outline-neutral.dropdown-toggle{background-color:#fff !important;color:rgba(255,255,255,.8);border-color:#fff !important}.btn-outline-neutral:hover .caret,.btn-outline-neutral:focus .caret,.btn-outline-neutral:active .caret,.btn-outline-neutral.active .caret,.btn-outline-neutral:active:focus .caret,.btn-outline-neutral:active:hover .caret,.btn-outline-neutral.active:focus .caret,.show>.btn-outline-neutral.dropdown-toggle .caret{border-top-color:rgba(255,255,255,.8)}.btn-outline-neutral .caret{border-top-color:#fff}.btn-outline-neutral.disabled,.btn-outline-neutral.disabled:hover,.btn-outline-neutral.disabled:focus,.btn-outline-neutral.disabled.focus,.btn-outline-neutral.disabled:active,.btn-outline-neutral.disabled.active,.btn-outline-neutral:disabled,.btn-outline-neutral:disabled:hover,.btn-outline-neutral:disabled:focus,.btn-outline-neutral:disabled.focus,.btn-outline-neutral:disabled:active,.btn-outline-neutral:disabled.active,.btn-outline-neutral[disabled],.btn-outline-neutral[disabled]:hover,.btn-outline-neutral[disabled]:focus,.btn-outline-neutral[disabled].focus,.btn-outline-neutral[disabled]:active,.btn-outline-neutral[disabled].active,fieldset[disabled] .btn-outline-neutral,fieldset[disabled] .btn-outline-neutral:hover,fieldset[disabled] .btn-outline-neutral:focus,fieldset[disabled] .btn-outline-neutral.focus,fieldset[disabled] .btn-outline-neutral:active,fieldset[disabled] .btn-outline-neutral.active{background-color:rgba(0,0,0,0);border-color:#fff}.btn-outline-neutral:hover,.btn-outline-neutral:focus,.btn-outline-neutral:active{color:#403d39 !important;background-color:#fff}.btn-neutral{background-color:#fff;border-color:#fff;color:#fff;opacity:1;filter:alpha(opacity=100);color:#66615b}.btn-neutral:hover,.btn-neutral:focus,.btn-neutral:active,.btn-neutral.active,.btn-neutral:active:focus,.btn-neutral:active:hover,.btn-neutral.active:focus,.btn-neutral:not(:disabled):not(.disabled):active:focus,.btn-neutral:not(:disabled):not(.disabled):active,.btn-neutral:not(:disabled):not(.disabled).active,.btn-neutral:not(:disabled):not(.disabled).active:focus,.show>.btn-neutral.dropdown-toggle{background-color:#fff;color:#fff;border-color:#fff;box-shadow:none}.btn-neutral .caret{border-top-color:#fff}.btn-neutral.disabled,.btn-neutral.disabled:hover,.btn-neutral.disabled:focus,.btn-neutral.disabled.focus,.btn-neutral.disabled:active,.btn-neutral.disabled.active,.btn-neutral:disabled,.btn-neutral:disabled:hover,.btn-neutral:disabled:focus,.btn-neutral:disabled.focus,.btn-neutral:disabled:active,.btn-neutral:disabled.active,.btn-neutral[disabled],.btn-neutral[disabled]:hover,.btn-neutral[disabled]:focus,.btn-neutral[disabled].focus,.btn-neutral[disabled]:active,.btn-neutral[disabled].active,fieldset[disabled] .btn-neutral,fieldset[disabled] .btn-neutral:hover,fieldset[disabled] .btn-neutral:focus,fieldset[disabled] .btn-neutral.focus,fieldset[disabled] .btn-neutral:active,fieldset[disabled] .btn-neutral.active{background-color:#fff;border-color:#fff}.btn-neutral.btn-link{color:#fff}.btn-neutral.btn-link:hover,.btn-neutral.btn-link:focus,.btn-neutral.btn-link:active,.btn-neutral.btn-link.active,.btn-neutral.btn-link:focus:active,.open>.btn-neutral.btn-link.dropdown-toggle{background-color:rgba(0,0,0,0) !important;color:#fff !important}.btn-neutral.btn-link .caret{border-top-color:#fff}.btn-neutral .caret{border-top-color:#fff}.btn-neutral:hover,.btn-neutral:focus,.btn-neutral:active{color:#403d39 !important}.btn-neutral.btn-border:hover,.btn-neutral.btn-border:focus{color:#66615b}.btn-neutral.btn-border:active,.btn-neutral.btn-border.active,.open>.btn-neutral.btn-border.dropdown-toggle{background-color:#fff;color:#66615b}.btn-neutral.btn-link:hover,.btn-neutral.btn-link:focus,.btn-neutral.btn-link:active{color:#fff !important}.btn-neutral.btn-link:focus:active{color:#403d39 !important}.btn-neutral.btn-link:active,.btn-neutral.btn-link.active{background-color:rgba(0,0,0,0)}.btn:disabled,.btn[disabled],.btn.disabled{opacity:.5;filter:alpha(opacity=50)}.btn-link{border-color:rgba(0,0,0,0) !important;padding:7px 18px}.btn-link:hover,.btn-link:focus,.btn-link:active{text-decoration:none;border-color:rgba(0,0,0,0)}.btn-link.btn-icon{padding:7px}.btn-lg{font-size:14px;padding:11px 30px}.btn-lg.btn-simple{padding:13px 30px}.btn-sm{font-size:12px;padding:4px 10px}.btn-sm.btn-simple{padding:6px 10px}.btn-wd{min-width:140px}.btn-group.select{width:100%}.btn-group.select .btn{text-align:left}.btn-group.select .caret{position:absolute;top:50%;margin-top:-1px;right:8px}.btn-just-icon.btn-sm{height:30px;width:30px;min-width:30px;padding:0}.btn-just-icon.btn-sm i{font-size:12px;top:1px !important}.btn-just-icon.btn-lg{height:50px;width:50px;min-width:50px;padding:13px}.btn-just-icon.btn-lg i{font-size:18px;padding:0}.btn-just-icon.btn-link{padding:8px !important}.btn-round{border-radius:30px}@media screen and (max-width: 768px){.btn-responsive{white-space:nowrap;font-size:7px}}.btn.btn-link:focus{box-shadow:none !important;text-decoration:none}.column .btn-link{padding:7px 0}.share-buttons .btn-outline-default{margin-top:24px}.btn-group.select{overflow:visible !important}.media .media-body .media-footer .btn-neutral{margin:15px 3px;font-size:14px}.media .media-body .media-footer .btn-neutral i{margin-right:0 !important}@media screen and (max-width: 768px){.media-footer{position:relative;left:-5%}}::-moz-placeholder{color:#9a9a9a}:-ms-input-placeholder{color:#9a9a9a}::-webkit-input-placeholder{color:#9a9a9a}.form-control:focus+.input-group-text{border:1px solid #000}.form-control{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#66615b;font-size:14px;transition:background-color .3s ease 0s;padding-right:0 !important;min-height:45px;padding:7px 12px;height:40px;box-shadow:none}.form-control:focus{background-color:#fff;border:1px solid #ccc;box-shadow:none;outline:0 !important}.form-control:focus+.input-group-prepend .input-group-text,.form-control:focus+.input-group-append .input-group-text{border:1px solid #ccc;border-left:none}.form-control.no-border{border:medium none !important}.form-control.no-border:focus+.input-group-prepend .input-group-text,.form-control.no-border:focus+.input-group-append .input-group-text{border:none}.has-success .form-control,.has-error .form-control,.has-success .form-control:focus,.has-error .form-control:focus{box-shadow:none}.has-success .form-control{border:1px solid #ccc;color:#66615b}.has-success .form-control.form-control-success{padding-right:2.5em !important}.has-success .form-control:focus{border:1px solid #6bd098;color:#6bd098}.has-danger .form-control{background-color:#ffc0a4;border:1px solid #f334be;color:#f334be}.has-danger .form-control.form-control-danger{padding-right:2.5em !important}.has-danger .form-control:focus{background-color:#fff;border:1px solid #f334be}.form-control+.form-control-feedback{border-radius:6px;font-size:14px;color:#f334be;font-size:.8rem;position:absolute;top:100%;padding-left:12px;vertical-align:middle}.open .form-control{border-radius:4px 4px 0 0;border-bottom-color:rgba(0,0,0,0)}.form-control.form-control-lg{height:55px;padding:11px 13px;font-size:1.25rem;line-height:1.5}.form-control.form-control-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;height:31px}.has-error .form-control-feedback,.has-error .control-label{color:#f334be}.has-success .form-control-feedback,.has-success .control-label{color:#6bd098}.input-group-prepend+.form-control{margin-left:-1px;border-left:none}.form-control+.input-group-append .input-group-text{border-right:1px solid #ddd}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-right:none}.input-group-text{border-radius:4px;border:1px solid #ddd;border-right:none}.has-success .input-group-text,.has-error .input-group-text{background-color:#fff}.has-error .form-control:focus+.input-group-text{color:#f334be}.has-success .form-control:focus+.input-group-text{color:#6bd098}.form-control:focus+.input-group-text,.form-control:focus~.input-group-text{background-color:#fff}.input-group.no-border .input-group-text{border:0}textarea.form-control{padding:10px 18px;height:auto}.form-group{position:relative}.register-form .form-control{border:1px solid rgba(0,0,0,0) !important}.register-form .input-group .form-control{margin-left:-1px}.register-form .input-group-prepend,.register-form .input-group-append{border:1px solid rgba(0,0,0,0) !important}#inputs .input-group{margin-bottom:1rem}.card-form-horizontal .card-body .form-group{margin-bottom:0}.from-check,.form-check-radio{margin-bottom:12px;position:relative}.form-check{padding-left:0;margin-bottom:.5rem}.form-check .form-check-label{display:inline-block;position:relative;cursor:pointer;padding-left:35px;line-height:26px;margin-bottom:0}.form-check .form-check-sign::before,.form-check .form-check-sign::after{content:" ";display:inline-block;position:absolute;width:24px;height:24px;left:0;cursor:pointer;border-radius:6px;top:0;background-color:#aaa7a4;transition:opacity .3s linear}.form-check .form-check-sign::after{font-family:"FontAwesome";content:"";top:-1px;text-align:center;font-size:15px;opacity:0;color:#fff;border:0;background-color:inherit}.form-check.disabled .form-check-label{color:#9a9a9a;opacity:.5;cursor:not-allowed}.form-check input[type=checkbox],.form-check-radio input[type=radio]{opacity:0;position:absolute;visibility:hidden}.form-check input[type=checkbox]:checked+.form-check-sign::after{opacity:1}.form-control input[type=checkbox]:disabled+.form-check-sign::before,.checkbox input[type=checkbox]:disabled+.form-check-sign::after{cursor:not-allowed}.form-check .form-check-label input[type=checkbox]:disabled+.form-check-sign,.form-check-radio input[type=radio]:disabled+.form-check-sign{pointer-events:none !important}.form-check-radio{margin-left:-3px}.form-check-radio .form-check-label{padding-left:2rem}.form-check-radio.disabled .form-check-label{color:#9a9a9a;opacity:.5;cursor:not-allowed}.form-check-radio .form-check-sign::before{font-family:"FontAwesome";content:"";font-size:22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;position:absolute;opacity:.5;left:5px;top:-5px}.form-check-label input[type=checkbox]:checked+.form-check-sign:before{background-color:#66615b}.form-check-radio input[type=radio]+.form-check-sign:after,.form-check-radio input[type=radio]{opacity:0;transition:opacity .3s linear;content:" ";display:block}.form-check-radio input[type=radio]:checked+.form-check-sign::after{font-family:"FontAwesome";content:"";top:-5px;position:absolute;left:5px;opacity:1;font-size:22px}.form-check-radio input[type=radio]:checked+.form-check-sign::after{opacity:1}.form-check-radio input[type=radio]:disabled+.form-check-sign::before,.form-check-radio input[type=radio]:disabled+.form-check-sign::after{color:#9a9a9a}.progress{background-color:#ddd;border-radius:3px;box-shadow:none;height:8px}.progress-thin{height:4px}.progress-bar{background-color:#51cbce}.progress-bar-primary{background-color:#51cbce}.progress-bar-info{background-color:#51bcda}.progress-bar-success{background-color:#6bd098}.progress-bar-warning{background-color:#fbc658}.progress-bar-danger{background-color:#f334be}.badge{padding:.4em .9em;color:#fff;font-weight:500;font-size:.75em;text-transform:uppercase;display:inline-block;margin-bottom:3px;padding-top:5px}.badge:focus{outline:none}.badge span[data-role=remove]:focus{outline:none}.badge-primary{background-color:#51cbce}.badge-info{background-color:#51bcda}.badge-success{background-color:#6bd098}.badge-warning{background-color:#fbc658}.badge-danger{background-color:#f334be}.badge-default{background-color:#66615b}.pagination>li>a,.pagination>li>span,.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{background-color:rgba(0,0,0,0);border:2px solid #f334be;border-radius:20px;color:#f334be;height:36px;margin:0 2px;min-width:36px;padding:8px 12px;font-weight:600}.nav-pills-default>li>a,.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>a:active,.pagination>li.active>a,.pagination>li.active>span,.pagination>li.active>a:hover,.pagination>li.active>span:hover,.pagination>li.active>a:focus,.pagination>li.active>span:focus{background-color:#66615b;border-color:#66615b;color:#fff}.nav-pills-primary>li>a,.pagination-primary>li>a,.pagination-primary>li>span,.pagination-primary>li:first-child>a,.pagination-primary>li:first-child>span,.pagination-primary>li:last-child>a,.pagination-primary>li:last-child>span{border:2px solid #51cbce;color:#51cbce}.nav-pills-primary>li.active>a,.nav-pills-primary>li.active>a:hover,.nav-pills-primary>li.active>a:focus,.pagination-primary>li>a:hover,.pagination-primary>li>a:focus,.pagination-primary>li>a:active,.pagination-primary>li.active>a,.pagination-primary>li.active>span,.pagination-primary>li.active>a:hover,.pagination-primary>li.active>span:hover,.pagination-primary>li.active>a:focus,.pagination-primary>li.active>span:focus{background-color:#51cbce !important;border-color:#51cbce !important;color:#fff}.nav-pills-info>li>a,.pagination-info>li>a,.pagination-info>li>span,.pagination-info>li:first-child>a,.pagination-info>li:first-child>span,.pagination-info>li:last-child>a,.pagination-info>li:last-child>span{border:2px solid #51bcda;color:#51bcda}.nav-pills-info>li.active>a,.nav-pills-info>li.active>a:hover,.nav-pills-info>li.active>a:focus,.pagination-info>li>a:hover,.pagination-info>li>a:focus,.pagination-info>li>a:active,.pagination-info>li.active>a,.pagination-info>li.active>span,.pagination-info>li.active>a:hover,.pagination-info>li.active>span:hover,.pagination-info>li.active>a:focus,.pagination-info>li.active>span:focus{background-color:#51bcda !important;border-color:#51bcda !important;color:#fff}.nav-pills-success>li>a,.pagination-success>li>a,.pagination-success>li>span,.pagination-success>li:first-child>a,.pagination-success>li:first-child>span,.pagination-success>li:last-child>a,.pagination-success>li:last-child>span{border:2px solid #6bd098;color:#6bd098}.nav-pills-success>li.active>a,.nav-pills-success>li.active>a:hover,.nav-pills-success>li.active>a:focus,.pagination-success>li>a:hover,.pagination-success>li>a:focus,.pagination-success>li>a:active,.pagination-success>li.active>a,.pagination-success>li.active>span,.pagination-success>li.active>a:hover,.pagination-success>li.active>span:hover,.pagination-success>li.active>a:focus,.pagination-success>li.active>span:focus{background-color:#6bd098 !important;border-color:#6bd098 !important;color:#fff}.nav-pills-warning>li>a,.pagination-warning>li>a,.pagination-warning>li>span,.pagination-warning>li:first-child>a,.pagination-warning>li:first-child>span,.pagination-warning>li:last-child>a,.pagination-warning>li:last-child>span{border:2px solid #fbc658;color:#fbc658}.nav-pills-warning>li.active>a,.nav-pills-warning>li.active>a:hover,.nav-pills-warning>li.active>a:focus,.pagination-warning>li>a:hover,.pagination-warning>li>a:focus,.pagination-warning>li>a:active,.pagination-warning>li.active>a,.pagination-warning>li.active>span,.pagination-warning>li.active>a:hover,.pagination-warning>li.active>span:hover,.pagination-warning>li.active>a:focus,.pagination-warning>li.active>span:focus{background-color:#fbc658 !important;border-color:#fbc658 !important;color:#fff}.nav-pills-danger>li>a,.pagination-danger>li>a,.pagination-danger>li>span,.pagination-danger>li:first-child>a,.pagination-danger>li:first-child>span,.pagination-danger>li:last-child>a,.pagination-danger>li:last-child>span{border:2px solid #f334be;color:#f334be}.nav-pills-danger>li.active>a,.nav-pills-danger>li.active>a:hover,.nav-pills-danger>li.active>a:focus,.pagination-danger>li>a:hover,.pagination-danger>li>a:focus,.pagination-danger>li>a:active,.pagination-danger>li.active>a,.pagination-danger>li.active>span,.pagination-danger>li.active>a:hover,.pagination-danger>li.active>span:hover,.pagination-danger>li.active>a:focus,.pagination-danger>li.active>span:focus{background-color:#f334be !important;border-color:#f334be !important;color:#fff}.nav-text,.nav-icons{margin:0 0 10px 0}.nav-text>li>a,.nav-icons>li>a{display:block;padding:0px 18px;color:#9a9a9a;text-align:center;opacity:.8;filter:alpha(opacity=80)}.nav-text>li>a:hover,.nav-text>li>a:focus,.nav-icons>li>a:hover,.nav-icons>li>a:focus{background-color:rgba(0,0,0,0);opacity:1;filter:alpha(opacity=100)}.nav-text>li:first-child a,.nav-icons>li:first-child a{padding-left:0}.nav-text>li.active a,.nav-icons>li.active a{color:#51bcda}.nav-icons>li{display:inline-block}.nav-icons>li>a{padding:0 10px;margin-bottom:10px}.nav-icons>li>a i{font-size:1.6em;margin-bottom:10px;width:1.6em}.nav-icons.nav-stacked>li{display:block}.nav-icons.nav-stacked>li>a{margin-bottom:20px}.nav-blue>li.active a{color:#51cbce}.nav-azure>li.active a{color:#51bcda}.nav-green>li.active a{color:#6bd098}.nav-orange>li.active a{color:#fbc658}.nav-red>li.active a{color:#f334be}.nav-text{margin:0 0 10px 0}.nav-text>li>a{font-size:.9em;text-transform:uppercase;padding:3px 0;text-align:left;font-weight:500}.nav-text>li:first-child>a{padding-top:0}.nav-text h4{margin-top:0}.nav-text:not(.nav-stacked)>li{display:inline-block}.nav-text:not(.nav-stacked)>li>a{margin-right:15px}.page-item:first-child .page-link,.page-item:last-child .page-link{border-bottom-left-radius:20px;border-top-left-radius:20px;border-bottom-right-radius:20px;border-top-right-radius:20px}.nav-pills-default .nav-item.show .nav-link,.nav-pills-default .nav-link.active{background-color:#66615b !important}.nav-pills-primary .nav-item.show .nav-link,.nav-pills-primary .nav-link.active{background-color:#51cbce !important}.nav-pills-info .nav-item.show .nav-link,.nav-pills-info .nav-link.active{background-color:#51bcda !important}.nav-pills-warning .nav-item.show .nav-link,.nav-pills-warning .nav-link.active{background-color:#fbc658 !important}.nav-pills-success .nav-item.show .nav-link,.nav-pills-success .nav-link.active{background-color:#6bd098 !important}.nav-pills-danger .nav-item.show .nav-link,.nav-pills-danger .nav-link.active{background-color:#f334be !important}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>li>a:active,.pagination>li.active>a,.pagination>li.active>span,.pagination>li.active>a:hover,.pagination>li.active>span:hover,.pagination>li.active>a:focus,.pagination>li.active>span:focus{background-color:#f334be;border-color:#f334be;color:#fff}.page-item.active .page-link{background-color:#f334be;color:#fff;border-color:#f334be}.nav-pills .nav-link{border-radius:0}.pagination .page-link{box-shadow:none}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p,.navbar,.brand,a,.td-name,td,button,input,select,textarea{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:300}h1,.h1{font-size:3.6em}h2,.h2{font-size:2.8em}h3,.h3{font-size:1.825em;line-height:1.4;margin:20px 0 0px}h4,.h4{font-size:1.6em;line-height:1.2em}h5,.h5{font-size:1.35em;line-height:1.4em}h6,.h6{font-size:.9em;font-weight:600;text-transform:uppercase;line-height:1.5em}p{font-size:15px;line-height:1.5em;margin-bottom:5px}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{color:#9a9a9a;line-height:1.5em}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:60%}.title,.card-title,.info-title,.footer-brand,.footer-big h5,.footer-big h4,.media .media-heading{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.title,.title a,.card-title,.card-title a,.info-title,.info-title a,.footer-brand,.footer-brand a,.footer-big h5,.footer-big h5 a,.footer-big h4,.footer-big h4 a,.media .media-heading,.media .media-heading a{color:#333;text-decoration:none}.title-uppercase{text-transform:uppercase}.description{color:#9a9a9a}blockquote small{font-style:normal}.text-muted{color:#ddd}.text-primary,.text-primary:hover{color:#51cbce !important}.text-info,.text-info:hover{color:#51bcda !important}.text-success,.text-success:hover{color:#6bd098 !important}.text-warning,.text-warning:hover{color:#fbc658 !important}.text-danger,.text-danger:hover{color:#f334be !important}.glyphicon{line-height:1}.heart{color:#eb5e28;animation:heathing 1s ease infinite}@keyframes heathing{0%{transform:scale(0.75)}20%{transform:scale(1)}40%{transform:scale(0.75)}60%{transform:scale(1)}80%{transform:scale(0.75)}100%{transform:scale(0.75)}}.footer .credits,.footer-nav{line-height:85px}.footer .btn{margin-bottom:0}.blockquote{border-left:0 none;border-bottom:1px solid #ccc5b9;border-top:1px solid #ccc5b9;font-weight:300;margin:15px 0 10px;text-align:center}.title{margin-top:30px;margin-bottom:25px;min-height:32px}.title.text-center{margin-bottom:50px}body{color:#66615b;font-size:14px;font-weight:300;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}a{color:#66615b}a:hover,a:focus{color:#2ba9cd;text-decoration:none}hr{border-color:#f1eae0}.icon{fill:#66615b}.fa-base{font-size:1.25em !important}a:focus,a:active,button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,select::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner{outline:0}.ui-slider-handle:focus,.navbar-toggle{outline:0 !important}.form-control,.input-group-addon,.tagsinput,.navbar,.navbar .alert,.carousel-control.right,.carousel-control.left{transition:all 300ms linear}.tagsinput .tag,.tagsinput-remove-link,.filter,.btn-hover,[data-toggle=collapse] i,.animation-transition-fast,.dropdown-menu .dropdown-item{transition:all 150ms linear}.btn-morphing .fa,.btn-morphing .circle,.gsdk-collapse{transition:all 300ms linear}.fa{width:18px;text-align:center}.margin-top{margin-top:50px}.iframe-container iframe{box-shadow:0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.ct-blue{color:#51cbce}.ct-azure{color:#51bcda}.ct-green{color:#6bd098}.ct-orange{color:#fbc658}.ct-red{color:#f334be}.pagination .page-item .page-link .fa{width:auto;font-weight:600}.bg-primary{background-color:#6dd3d6 !important}.bg-info{background-color:#6ec7e0 !important}.bg-success{background-color:#86d9ab !important}.bg-warning{background-color:#fcd27b !important}.bg-danger{background-color:#f556c9 !important}.wrapper{transition:all .5s cubic-bezier(0.685, 0.0473, 0.346, 1);left:0;background-color:#fff;position:relative;z-index:1}.heart{color:#eb5e28;animation:heathing 1s ease infinite}@keyframes heathing{0%{transform:scale(0.75)}20%{transform:scale(1)}40%{transform:scale(0.75)}60%{transform:scale(1)}80%{transform:scale(0.75)}100%{transform:scale(0.75)}}.bd-docs .page-header{min-height:50vh}.offline-doc .navbar.navbar-transparent{padding-top:25px;border-bottom:none}.offline-doc .navbar.navbar-transparent .navbar-minimize{display:none}.offline-doc .navbar.navbar-transparent .navbar-brand,.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link{color:#fff !important}.offline-doc .footer{position:absolute;width:100%;background:rgba(0,0,0,0);bottom:0;z-index:3}.offline-doc .footer nav>ul a:not(.btn),.offline-doc .footer .copyright{color:#fff !important}.offline-doc .page-header .page-header-image{position:absolute;background-size:cover;background-position:center center;width:100%;height:100%;z-index:-1}.offline-doc .page-header .container{z-index:3}.offline-doc .page-header:after{background-color:rgba(0,0,0,.5);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.main .section:first-of-type{position:relative;z-index:2}.label{padding:.2em .6em;border-radius:10px;color:#fff;font-weight:500;font-size:.75em;text-transform:uppercase;display:inline-block;margin-bottom:3px;line-height:17px}.label-primary{background-color:#51cbce}.label-info{background-color:#51bcda}.label-success{background-color:#6bd098}.label-warning{background-color:#fbc658}.label-danger{background-color:#f334be}.label-default{background-color:#66615b}@font-face{font-family:"nucleo-icons";src:url(/static/media/nucleo-icons.bd42d77b9672555647d1.eot);src:url(/static/media/nucleo-icons.bd42d77b9672555647d1.eot) format("embedded-opentype"),url(/static/media/nucleo-icons.ec16bc4cc4526801004d.woff2) format("woff2"),url(/static/media/nucleo-icons.8e954b749f951b654fc6.woff) format("woff"),url(/static/media/nucleo-icons.4466aeec3386b965a232.ttf) format("truetype");font-weight:normal;font-style:normal}.nc-icon{display:inline-block;font:normal normal normal 14px/1 "nucleo-icons";font-size:inherit;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nc-icon.lg{font-size:1.33333333em;vertical-align:-16%}.nc-icon.x2{font-size:2em}.nc-icon.x3{font-size:3em}.nc-icon.square,.nc-icon.circle{padding:.33333333em;vertical-align:-16%;background-color:#eee}.nc-icon.circle{border-radius:50%}.nc-icon-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.nc-icon-ul>li{position:relative}.nc-icon-ul>li>.nc-icon{position:absolute;left:-1.57142857em;top:.14285714em;text-align:center}.nc-icon-ul>li>.nc-icon.lg{top:0;left:-1.35714286em}.nc-icon-ul>li>.nc-icon.circle,.nc-icon-ul>li>.nc-icon.square{top:-0.19047619em;left:-1.9047619em}.nc-icon.spin{animation:nc-icon-spin 2s infinite linear}@keyframes nc-icon-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.nc-icon.rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);transform:rotate(90deg)}.nc-icon.rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}.nc-icon.rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);transform:rotate(270deg)}.nc-icon.flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);transform:scale(-1, 1)}.nc-icon.flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:scale(1, -1)}.nc-air-baloon::before{content:""}.nc-album-2::before{content:""}.nc-alert-circle-i::before{content:""}.nc-align-center::before{content:""}.nc-align-left-2::before{content:""}.nc-ambulance::before{content:""}.nc-app::before{content:""}.nc-atom::before{content:""}.nc-badge::before{content:""}.nc-bag-16::before{content:""}.nc-bank::before{content:""}.nc-basket::before{content:""}.nc-bell-55::before{content:""}.nc-bold::before{content:""}.nc-book-bookmark::before{content:""}.nc-bookmark-2::before{content:""}.nc-box-2::before{content:""}.nc-box::before{content:""}.nc-briefcase-24::before{content:""}.nc-bulb-63::before{content:""}.nc-bullet-list-67::before{content:""}.nc-bus-front-12::before{content:""}.nc-button-pause::before{content:""}.nc-button-play::before{content:""}.nc-button-power::before{content:""}.nc-calendar-60::before{content:""}.nc-camera-compact::before{content:""}.nc-caps-small::before{content:""}.nc-cart-simple::before{content:""}.nc-chart-bar-32::before{content:""}.nc-chart-pie-36::before{content:""}.nc-chat-33::before{content:""}.nc-check-2::before{content:""}.nc-circle-10::before{content:""}.nc-cloud-download-93::before{content:""}.nc-cloud-upload-94::before{content:""}.nc-compass-05::before{content:""}.nc-controller-modern::before{content:""}.nc-credit-card::before{content:""}.nc-delivery-fast::before{content:""}.nc-diamond::before{content:""}.nc-email-85::before{content:""}.nc-favourite-28::before{content:""}.nc-glasses-2::before{content:""}.nc-globe-2::before{content:""}.nc-globe::before{content:""}.nc-hat-3::before{content:""}.nc-headphones::before{content:""}.nc-html5::before{content:""}.nc-image::before{content:""}.nc-istanbul::before{content:""}.nc-key-25::before{content:""}.nc-laptop::before{content:""}.nc-layout-11::before{content:""}.nc-lock-circle-open::before{content:""}.nc-map-big::before{content:""}.nc-minimal-down::before{content:""}.nc-minimal-left::before{content:""}.nc-minimal-right::before{content:""}.nc-minimal-up::before{content:""}.nc-mobile::before{content:""}.nc-money-coins::before{content:""}.nc-note-03::before{content:""}.nc-palette::before{content:""}.nc-paper::before{content:""}.nc-pin-3::before{content:""}.nc-planet::before{content:""}.nc-refresh-69::before{content:""}.nc-ruler-pencil::before{content:""}.nc-satisfied::before{content:""}.nc-scissors::before{content:""}.nc-send::before{content:""}.nc-settings-gear-65::before{content:""}.nc-settings::before{content:""}.nc-share-66::before{content:""}.nc-shop::before{content:""}.nc-simple-add::before{content:""}.nc-simple-delete::before{content:""}.nc-simple-remove::before{content:""}.nc-single-02::before{content:""}.nc-single-copy-04::before{content:""}.nc-sound-wave::before{content:""}.nc-spaceship::before{content:""}.nc-sun-fog-29::before{content:""}.nc-support-17::before{content:""}.nc-tablet-2::before{content:""}.nc-tag-content::before{content:""}.nc-tap-01::before{content:""}.nc-tie-bow::before{content:""}.nc-tile-56::before{content:""}.nc-time-alarm::before{content:""}.nc-touch-id::before{content:""}.nc-trophy::before{content:""}.nc-tv-2::before{content:""}.nc-umbrella-13::before{content:""}.nc-user-run::before{content:""}.nc-vector::before{content:""}.nc-watch-time::before{content:""}.nc-world-2::before{content:""}.nc-zoom-split::before{content:""}.btn-twitter{color:#55acee !important}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active{color:#55acee !important}.btn-facebook{color:#3b5998 !important}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active{color:#3b5998 !important}.btn-google{color:#dd4b39 !important}.btn-google:hover,.btn-google:focus,.btn-google:active{color:#dd4b39 !important}.btn-linkedin{color:#0976b4 !important}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active{color:#0976b4 !important}.btn-twitter-bg{background-color:#55acee !important;border-color:#55acee !important}.btn-twitter-bg:hover{background-color:#3ea1ec !important;border-color:#3ea1ec !important}.btn-facebook-bg{background-color:#3b5998 !important;border-color:#3b5998 !important}.btn-facebook-bg:hover{background-color:#344e86 !important;border-color:#344e86 !important}.btn-google-bg{background-color:#dd4b39 !important;border-color:#dd4b39 !important}.btn-google-bg:hover{background-color:#d73925 !important;border-color:#d73925 !important}.btn-github-bg{background-color:#767676 !important;border-color:#767676 !important}.btn-github-bg:hover{background-color:dimgray !important;border-color:dimgray !important}.nav-tabs-navigation{text-align:center;margin-bottom:30px}.nav-tabs-navigation .nav>.nav-item>.nav-link{padding-bottom:20px}.nav-tabs-wrapper{display:inline-block;margin-bottom:-6px;margin-left:1.25%;margin-right:1.25%;position:relative;width:auto}.nav-tabs{border-bottom:0 none;font-size:16px;font-weight:600}.nav-tabs .nav-item .nav-link{border:0 none;color:#a49e93;background-color:rgba(0,0,0,0)}.nav-tabs .nav-item .nav-link:hover{color:#66615b}.nav-tabs .nav-item .nav-link.active{color:#66615b}.nav-tabs .nav-item{color:#66615b;position:relative}.nav-tabs .nav-item .nav-link.active,.nav-tabs .nav-item .nav-link.active:hover,.nav-tabs .nav-item .nav-link.active:focus{background-color:rgba(0,0,0,0);border:0 none}.nav-tabs .nav-item .nav-link.active:after,.nav-tabs .nav-item .nav-link.active:hover:after,.nav-tabs .nav-item .nav-link.active:focus:after{border-bottom:11px solid #fff;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:40%;bottom:5px}.nav-tabs .nav-item .nav-link.active:before,.nav-tabs .nav-item .nav-link.active:hover:before,.nav-tabs .nav-item .nav-link.active:focus:before{border-bottom:11px solid #f1eae0;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:40%;bottom:6px}.nav-tabs .nav-item.show .nav-link{background-color:rgba(0,0,0,0)}.nav-tabs .dropdown-menu{margin-top:-6px;margin-left:-46px;border-radius:8px}.nav-tabs .dropdown-menu .dropdown-item:hover,.nav-tabs .dropdown-menu .dropdown-item.active{color:#fff;background-color:#68b3c8}.nav-tabs .dropdown-menu :before{border-bottom:11px solid #f1eae0;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:12px;top:-11px}.nav-tabs .dropdown-menu :after{border-bottom:11px solid #fffcf5;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;right:12px;top:-10px}.profile-content .tab-content .tab-pane{min-height:200px}.profile-content .tab-content #tweets,.profile-content .tab-content #connections,.profile-content .tab-content #media{height:100%}.nav-pills .nav-item+.nav-link{margin-left:0}.nav-pills .nav-item .nav-link{border:1px solid #66615b;border-radius:0;color:#66615b;font-weight:600;margin-left:-1px;padding:10px 25px}.nav-pills .nav-item.active .nav-link,.nav-pills .nav-item.active .nav-link:hover,.nav-pills .nav-item.active .nav-link:focus{background-color:#66615b;color:#fff}.nav-pills .nav-item:first-child .nav-link{border-radius:30px 0 0 30px !important;margin:0}.nav-pills .nav-item:last-child .nav-link{border-radius:0 30px 30px 0 !important}.nav-pills .nav-item .nav-link.active{background-color:#66615b;color:#fff}.nav-pills-primary .nav-item .nav-link{border:1px solid #51cbce !important;color:#51cbce !important}.nav-pills-primary .nav-item .nav-link.active{border:1px solid #51cbce !important;color:#fff !important}.nav-pills-danger .nav-item .nav-link{border:1px solid #f334be !important;color:#f334be !important}.nav-pills-danger .nav-item .nav-link.active{border:1px solid #f334be !important;color:#fff !important}.nav-pills-info .nav-item .nav-link{border:1px solid #51bcda !important;color:#51bcda !important}.nav-pills-info .nav-item .nav-link.active{border:1px solid #51bcda !important;color:#fff !important}.nav-pills-success .nav-item .nav-link{border:1px solid #6bd098 !important;color:#6bd098 !important}.nav-pills-success .nav-item .nav-link.active{border:1px solid #6bd098 !important;color:#fff !important}.nav-pills-warning .nav-item .nav-link{border:1px solid #fbc658 !important;color:#fbc658 !important}.nav-pills-warning .nav-item .nav-link.active{border:1px solid #fbc658 !important;color:#fff !important}.nav .nav-item .nav-link:hover,.nav .nav-item .nav-link:focus{background-color:rgba(0,0,0,0)}.navbar{border:0;font-size:14px;transition:all .4s;-webkit-transition:all .4s;padding:0;box-shadow:0 6px 10px -4px rgba(0,0,0,.15)}.navbar .navbar-brand{font-weight:600;margin:5px 0px;padding:20px 15px;font-size:14px;color:#66615b;text-transform:uppercase}.navbar .navbar-toggler:focus{outline:none}.navbar .form-control-feedback{padding-left:0px}.navbar .navbar-nav .nav-item .nav-link{line-height:1.6;margin:6px 0px;padding:8px 15px;opacity:.8;font-size:12px;text-transform:uppercase;font-weight:600;color:#66615b}.navbar .navbar-nav .nav-item .nav-link p{margin:0px 0px;text-transform:uppercase;font-weight:600;font-size:12px;line-height:1.5em;padding:15px 0}.navbar .navbar-nav .nav-item .nav-link.side-nav__link{font-size:1.35em;opacity:1}.navbar .navbar-nav .nav-item .nav-link.side-nav__link:hover,.navbar .navbar-nav .nav-item .nav-link.side-nav__link.active{color:#fff}.navbar .navbar-nav .nav-item .nav-link.btn{margin:15px 3px;padding:9px}.navbar .navbar-nav .nav-item .nav-link [class^=fa]{font-size:17px;position:relative;right:5px}.navbar .navbar-nav .dropdown-menu{border-radius:12px;margin-top:1px}.navbar .navbar-nav .nav-item .btn i{color:#fff}.navbar .navbar-collapse .nav-item .nav-link p{display:inline}.navbar .navbar-collapse .nav-item .dropdown-item i{margin:0 10px;margin:0 10px 0px 5px;font-size:18px;position:relative;top:3px}.navbar .navbar-collapse.show .navbar-nav .nav-item{padding-right:10px}.navbar .navbar-collapse:after{background-color:#fffcf5}.navbar #navbarSupportedContent .nav-item{position:relative}.navbar .notification-bubble{padding:.4em .6em;position:absolute;top:10px;right:-2px}.navbar .btn{margin:14px 0px;font-size:12px}.navbar .btn i{font-size:14px;position:relative;top:2px}.navbar .btn-simple{font-size:16px}.navbar .caret{left:0;right:0;margin-right:auto;margin-left:auto;position:absolute}.navbar.navbar-transparent{box-shadow:none}.navbar.navbar-transparent .navbar-brand{color:#fff}.navbar.navbar-transparent .navbar-nav .nav-item .nav-link{color:#fff}.navbar.navbar-transparent .navbar-toggler:not(.toggled) .navbar-toggler-bar{background:#000}.navbar .logo-container{margin-top:5px}.navbar .logo-container .logo{overflow:hidden;border-radius:50%;border:1px solid #333;width:50px;float:left}.navbar .logo-container .logo img{width:100%}.navbar .logo-container .brand{font-size:18px;color:#fff;line-height:20px;float:left;margin-left:10px;margin-top:5px;width:75px;height:50px}.navbar .navbar-toggler .navbar-toggler-bar+.navbar-toggler-bar,.navbar .navbar-toggler .navbar-toggler-icon+.navbar-toggler-icon{margin-top:4px}.navbar .navbar-toggler .navbar-toggler-bar{background:#66615b !important;display:block;position:relative;width:24px;height:2px;border-radius:1px;margin:0 auto}.navbar .navbar-toggler.toggled .navbar-toggler-bar{background:#66615b !important}.light-theme .navbar .nav-item .nav-link.side-nav__link{font-size:1.35em;color:#fff;opacity:1}.navbar-transparent .navbar-brand,[class*=bg] .navbar-brand{color:#fff;opacity:.9;filter:alpha(opacity=90)}.navbar-transparent .navbar-brand:focus,.navbar-transparent .navbar-brand:hover,[class*=bg] .navbar-brand:focus,[class*=bg] .navbar-brand:hover{background-color:rgba(0,0,0,0);opacity:1;filter:alpha(opacity=100);color:#fff}.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn),[class*=bg] .navbar-nav .nav-item .nav-link:not(.btn){color:#fff;border-color:#fff}.navbar-transparent .navbar-nav .active .nav-link .active .nav-link:hover,.navbar-transparent .navbar-nav .active .nav-link:focus,.navbar-transparent .navbar-nav .nav-item .nav-link:hover,.navbar-transparent .navbar-nav .nav-item .nav-link:focus,[class*=bg] .navbar-nav .active .nav-link .active .nav-link:hover,[class*=bg] .navbar-nav .active .nav-link:focus,[class*=bg] .navbar-nav .nav-item .nav-link:hover,[class*=bg] .navbar-nav .nav-item .nav-link:focus{background-color:rgba(0,0,0,0);color:#fff;opacity:1;filter:alpha(opacity=100)}.navbar-transparent .navbar-nav .nav .nav-item a.btn:hover,[class*=bg] .navbar-nav .nav .nav-item a.btn:hover{background-color:rgba(0,0,0,0)}.navbar-transparent .navbar-nav .dropdown .nav-link .caret,.navbar-transparent .navbar-nav .dropdown .nav-link:hover .caret,.navbar-transparent .navbar-nav .dropdown .nav-link:focus .caret,[class*=bg] .navbar-nav .dropdown .nav-link .caret,[class*=bg] .navbar-nav .dropdown .nav-link:hover .caret,[class*=bg] .navbar-nav .dropdown .nav-link:focus .caret{border-bottom-color:#fff;border-top-color:#fff}.navbar-transparent .navbar-nav .open .nav-link,.navbar-transparent .navbar-nav .open .nav-link:hover,.navbar-transparent .navbar-nav .open .nav-link:focus,[class*=bg] .navbar-nav .open .nav-link,[class*=bg] .navbar-nav .open .nav-link:hover,[class*=bg] .navbar-nav .open .nav-link:focus{background-color:rgba(0,0,0,0);color:#66615b;opacity:1;filter:alpha(opacity=100)}.navbar-transparent .btn-default.btn-fill,[class*=bg] .btn-default.btn-fill{color:#9a9a9a;background-color:#fff;opacity:.9;filter:alpha(opacity=90)}.navbar-transparent .btn-default.btn-fill:hover,.navbar-transparent .btn-default.btn-fill:focus,.navbar-transparent .btn-default.btn-fill:active,.navbar-transparent .btn-default.btn-fill.active,.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default,[class*=bg] .btn-default.btn-fill:hover,[class*=bg] .btn-default.btn-fill:focus,[class*=bg] .btn-default.btn-fill:active,[class*=bg] .btn-default.btn-fill.active,[class*=bg] .open .dropdown-toggle.btn-fill.btn-default{border-color:#fff;opacity:1;filter:alpha(opacity=100)}.navbar-absolute{position:absolute;width:100%;padding-top:10px;z-index:1029}.bd-docs .navigation-example .navbar.navbar-transparent{padding-top:0;padding:20px 0;margin-top:20px}.dropdown>.dropdown-menu:first-of-type{display:block;transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,opacity .3s ease 0s,height 0s linear .35s}.dropdown .dropdown-menu{opacity:0;filter:alpha(opacity=0);box-shadow:0 2px rgba(17,16,15,.1),0 2px 10px rgba(17,16,15,.1);visibility:hidden;position:absolute}.dropdown .dropdown-menu[x-placement=top-start]{transform:translate3d(0, 0px, 0) !important}.dropdown .dropdown-menu[x-placement=bottom-start]{transform:translate3d(0, 0px, 0) !important}.dropdown.show .dropdown-menu{opacity:1;filter:alpha(opacity=100);visibility:visible}.dropdown.show .dropdown-menu[x-placement=top-start]{transform:translate3d(0, -50px, 0) !important;top:auto !important;bottom:0 !important}.dropdown.show .dropdown-menu[x-placement=bottom-start]{transform:translate3d(0, 40px, 0) !important;bottom:auto !important;top:0 !important}.dropdown-menu{background-color:#fff;border:0 none;border-radius:12px;margin-top:10px;padding:0px}.dropdown-menu .divider{background-color:#f1eae0;margin:0px}.dropdown-menu .dropdown-header{color:#9a9a9a;font-size:12px;padding:10px 15px}.dropdown-menu .no-notification{color:#9a9a9a;font-size:1.2em;padding:30px 30px;text-align:center}.dropdown-menu .dropdown-item{color:#66615b;font-size:14px;padding:10px 45px 10px 15px;clear:both;white-space:nowrap;width:100%;display:block}.dropdown-menu .dropdown-item img{margin-top:-3px}.dropdown-menu .dropdown-item:focus{outline:0 !important}.btn-group.select .dropdown-menu{min-width:100%}.dropdown-menu .dropdown-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.dropdown-menu .dropdown-item:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type+.dropdown-menu.show{left:100% !important}.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type+.dropdown-menu .dropdown-item.dropdown-toggle{border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown-menu .dropdown-item.dropdown-toggle:last-of-type+.dropdown-menu li .dropdown-item.dropdown-toggle{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.select .dropdown-menu .dropdown-item:first-child{border-radius:0;border-bottom:0 none}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{color:#fff !important;opacity:1;text-decoration:none}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{background-color:#66615b}.dropdown-menu.dropdown-primary .dropdown-item:hover,.dropdown-menu.dropdown-primary .dropdown-item:focus{background-color:#6dd3d6}.dropdown-menu.dropdown-info .dropdown-item:hover,.dropdown-menu.dropdown-info .dropdown-item:focus{background-color:#6ec7e0}.dropdown-menu.dropdown-success .dropdown-item:hover,.dropdown-menu.dropdown-success .dropdown-item:focus{background-color:#86d9ab}.dropdown-menu.dropdown-warning .dropdown-item:hover,.dropdown-menu.dropdown-warning .dropdown-item:focus{background-color:#fcd27b}.dropdown-menu.dropdown-danger .dropdown-item:hover,.dropdown-menu.dropdown-danger .dropdown-item:focus{background-color:#f556c9}.dropdown-divider{margin:0 !important}.btn-group.select.open{overflow:visible}.dropdown-menu-right{right:-2px;left:auto}.alert{border:0;border-radius:0;color:#fff;padding:10px 15px;font-size:14px}.alert .close{font-size:20px;color:#fff}.container .alert{border-radius:4px}.navbar .alert{border-radius:0;left:0;position:absolute;right:0;top:85px;width:100%;z-index:3}.navbar:not(.navbar-transparent) .alert{top:70px}.alert .alert-icon{display:block;font-size:30px;left:15px;position:absolute;top:50%;margin-top:-22px}.alert .alert-wrapper.message{padding-right:60px}.alert .alert-wrapper i{position:relative;font-size:20px;top:5px;margin-top:-5px;font-weight:600}.alert-info{background-color:#6ec7e0}.alert-success{background-color:#86d9ab}.alert-warning{background-color:#fcd27b}.alert-danger{background-color:#f556c9}.img-rounded{border-radius:12px;transition:opacity .5s ease 0s;max-width:100%}.img-details{min-height:50px;padding:0 4px .5em}.handle-feed{padding:0;position:relative;left:2%;width:100%}.img-details img{width:50px}.img-details .author{margin-left:10px;margin-top:-21px;width:40px}.img-circle{background-color:#fff;margin-bottom:10px;padding:4px;border-radius:50% !important;max-width:100%}.img-thumbnail{border:0 none;border-radius:12px;box-shadow:0 1px 2px rgba(164,158,147,.6);margin-bottom:10px}.img-no-padding{padding:0px}.example-page .img-rounded{margin:50px 0 20px}.img-shadow{box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)}.images-title{margin-bottom:20px;height:50px}.nav-link .profile-photo-small{width:40px;height:30px;margin:-10px 0 0 -15px}.profile-picture{margin:0 auto}.profile-picture .fileinput-new img{width:150px;height:150px;border-radius:50%;margin-bottom:10px}.profile-picture .fileinput-exists img{max-width:150px;max-height:150px;border-radius:50%;margin-bottom:10px}.tooltip{font-size:12px;font-weight:400}.tooltip-inner{background-color:#fff;border-radius:4px;box-shadow:0 1px 13px rgba(0,0,0,.14),0 0 0 1px rgba(115,71,38,.23);color:#66615b;max-width:200px;padding:10px 10px;text-align:center;text-decoration:none}.tooltip-inner:after{content:"";display:inline-block;position:absolute}.tooltip-inner:before{content:"";display:inline-block;position:absolute}.tooltip.fade.bs-tooltip-left,.tooltip.fade.bs-tooltip-left.show{left:-5px !important}.tooltip.fade.bs-tooltip-left .arrow,.tooltip.fade.bs-tooltip-left.show .arrow{border-left:11px solid rgba(0,0,0,.2);border-top:11px solid rgba(0,0,0,0);border-bottom:11px solid rgba(0,0,0,0);right:-6px;left:auto;margin-left:0;top:-8px}.tooltip.fade.bs-tooltip-left .arrow::before,.tooltip.fade.bs-tooltip-left.show .arrow::before{border-left:11px solid #fff;border-top:11px solid rgba(0,0,0,0);border-bottom:11px solid rgba(0,0,0,0);right:1px;left:auto;margin-left:0;top:-8px}.tooltip.fade.bs-tooltip-right,.tooltip.fade.bs-tooltip-right.show{left:6px !important}.tooltip.fade.bs-tooltip-right .arrow,.tooltip.fade.bs-tooltip-right.show .arrow{border-right:11px solid rgba(0,0,0,.2);border-top:11px solid rgba(0,0,0,0);border-bottom:11px solid rgba(0,0,0,0);left:-6px;right:auto;margin-right:0;top:-8px}.tooltip.fade.bs-tooltip-right .arrow::before,.tooltip.fade.bs-tooltip-right.show .arrow::before{border-right:11px solid #fff;border-top:11px solid rgba(0,0,0,0);border-bottom:11px solid rgba(0,0,0,0);left:1px;right:auto;margin-right:0;top:-8px}.tooltip.fade.bs-tooltip-top,.tooltip.fade.bs-tooltip-top.show{top:-6px !important}.tooltip.fade.bs-tooltip-top .arrow,.tooltip.fade.bs-tooltip-top.show .arrow{border-top:11px solid rgba(0,0,0,.2);border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);right:auto;margin-right:0;top:43px}.tooltip.fade.bs-tooltip-top .arrow::before,.tooltip.fade.bs-tooltip-top.show .arrow::before{border-top:11px solid #fff;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);left:-8px;right:auto;top:-12px}.tooltip.fade.bs-tooltip-bottom,.tooltip.fade.bs-tooltip-bottom.show{top:6px !important}.tooltip.fade.bs-tooltip-bottom .arrow,.tooltip.fade.bs-tooltip-bottom.show .arrow{border-bottom:11px solid rgba(0,0,0,.2);border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);right:auto;margin-right:0;top:-6px}.tooltip.fade.bs-tooltip-bottom .arrow::before,.tooltip.fade.bs-tooltip-bottom.show .arrow::before{border-bottom:11px solid #fff;border-left:11px solid rgba(0,0,0,0);border-right:11px solid rgba(0,0,0,0);left:-8px;right:auto;top:1px}.tooltip.show{opacity:1 !important}.popover{border:0;border-radius:4px;background-color:#fff;color:#66615b;font-weight:400;padding:0;z-index:1031;box-shadow:none;text-align:center}.popover-header{background-color:#fffcf5;border-bottom:0 none;font-size:15px;font-weight:normal;line-height:22px;padding:15px 15px 0px 15px;margin:0;color:#66615b;text-align:center;border-radius:4px 4px 0 0;margin-bottom:-10px}.popover-header{background-color:#fff !important;text-align:center}.popover-body{padding:15px;text-align:center}.popover .arrow{border:0}.popover.top .arrow{margin-left:0}.popover.bottom .arrow:after{border-bottom-color:#f556c9}.popover-filter{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000;opacity:0;filter:alpha(opacity=0);visibility:hidden;transition:visibility 0s linear .3s,opacity .3s linear}.popover-filter.in{visibility:visible;opacity:.2;filter:alpha(opacity=20);transition-delay:0s}.popover.left>.arrow::after{border-left-color:#f556c9;bottom:-20px}.popover.top>.arrow::after{border-top-color:#f556c9}.popover.right>.arrow::after{border-right-color:#f556c9}.popover.left::before{border-left-color:#f556c9;bottom:-20px}.popover-filter.in{visibility:visible;opacity:.2;filter:alpha(opacity=20);transition-delay:0s}.popover-primary{background-color:#6dd3d6;color:#fff}.popover-primary .popover-title{background-color:#6dd3d6;color:rgba(0,0,0,.56)}.popover-primary.bottom .arrow:after{border-bottom-color:#6dd3d6}.popover-primary.left>.arrow::after{border-left-color:#6dd3d6}.popover-primary.top>.arrow::after{border-top-color:#6dd3d6}.popover-primary.right>.arrow::after{border-right-color:#6dd3d6}.popover-info{background-color:#6ec7e0;color:#fff}.popover-info .popover-title{background-color:#6ec7e0;color:rgba(0,0,0,.56)}.popover-info.bottom .arrow:after{border-bottom-color:#6ec7e0}.popover-info.left>.arrow::after{border-left-color:#6ec7e0}.popover-info.top>.arrow::after{border-top-color:#6ec7e0}.popover-info.right>.arrow::after{border-right-color:#6ec7e0}.popover-success{background-color:#86d9ab;color:#fff}.popover-success .popover-title{background-color:#86d9ab;color:rgba(0,0,0,.56)}.popover-success.bottom .arrow:after{border-bottom-color:#86d9ab}.popover-success.left>.arrow::after{border-left-color:#86d9ab}.popover-success.top>.arrow::after{border-top-color:#86d9ab}.popover-success.right>.arrow::after{border-right-color:#86d9ab}.popover-warning{background-color:#fcd27b;color:#fff}.popover-warning .popover-title{background-color:#fcd27b;color:rgba(0,0,0,.56)}.popover-warning.bottom .arrow:after{border-bottom-color:#fcd27b}.popover-warning.left>.arrow::after{border-left-color:#fcd27b}.popover-warning.top>.arrow::after{border-top-color:#fcd27b}.popover-warning.right>.arrow::after{border-right-color:#fcd27b}.popover-danger{background-color:#f556c9;color:#fff}.popover-danger .popover-title{background-color:#f556c9;color:rgba(0,0,0,.56)}.popover-danger.bottom .arrow:after{border-bottom-color:#f556c9}.popover-danger.left>.arrow::after{border-left-color:#f556c9}.popover-danger.top>.arrow::after{border-top-color:#f556c9}.popover-danger.right>.arrow::after{border-right-color:#f556c9}.popover-primary.bs-tether-element-attached-bottom::after,.popover-primary.bs-tether-element-attached-bottom::before,.popover-primary.popover-top::after,.popover-primary.popover-top::before{border-top-color:#6dd3d6 !important}.popover.popover-info.bs-tether-element-attached-top::after,.popover.popover-info.popover-bottom::after,.popover.popover-info.bs-tether-element-attached-top::before,.popover.popover-info.popover-bottom::before{border-bottom-color:#6ec7e0 !important}.popover-success.bs-tether-element-attached-left::after,.popover-success.bs-tether-element-attached-left::before,.popover-success.popover-right::after,.popover-success.popover-right::before{border-right-color:#86d9ab !important}.popover.popover-warning.bs-tether-element-attached-right::after,.popover.popover-warning.bs-tether-element-attached-right::before,.popover.popover-warning.popover-left::after,.popover.popover-warning.popover-left::before{border-left-color:#fcd27b !important}.popover.popover-danger.bs-tether-element-attached-right::after,.popover.popover-danger.bs-tether-element-attached-right::before,.popover.popover-danger.popover-left::after,.popover.popover-danger.popover-left::before{border-left-color:#f556c9 !important}.popover.bs-tether-element-attached-top::after,.popover.popover-bottom::after,.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::before{border-bottom-color:#fff !important}.modal-header{border-bottom:1px solid #ddd;padding:20px;text-align:center;display:block !important}.modal-header.no-border-header{border-bottom:0 none !important}.modal-header.no-border-header .modal-title{margin-top:20px}.modal-header button.close:focus{outline:none}.profile-change{display:flex !important}.modal-dialog.modal-sm .modal-header button.close,.modal-dialog.modal-register .modal-header button.close{margin-top:0}.modal-content{border:0 none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.15),0 0 1px 1px rgba(0,0,0,.1)}.modal-content .modal-header h6{margin-top:10px}.modal-dialog{padding-top:60px}.modal-body{padding:20px 50px;color:#000}.modal-footer{border-top:1px solid #ddd;padding:0px}.modal-footer.no-border-footer{border-top:0 none}@media screen and (max-width: 480px){.footer-responsive{gap:55px !important}}.modal-footer .left-side,.modal-footer .right-side{display:inline-block;text-align:center;width:49%}.modal-footer .btn-link{padding:20px;width:100%}.modal-footer .divider{background-color:#ddd;display:inline-block;float:inherit;height:63px;margin:0px -3px;width:1px}.modal-register .modal-footer{text-align:center;margin-bottom:25px;padding:20px 0 15px}.modal-register .modal-footer span{width:100%}.modal-header:after{display:table;content:" "}.modal-header:before{display:table;content:" "}.section-nucleo-icons{padding:100px 0}.section-nucleo-icons .icons-container{position:relative;max-width:450px;height:300px;max-height:300px;margin:0 auto}.section-nucleo-icons .icons-container i{font-size:34px;position:absolute;top:0;left:0}.section-nucleo-icons .icons-container i:nth-child(1){top:5%;left:7%}.section-nucleo-icons .icons-container i:nth-child(2){top:28%;left:24%}.section-nucleo-icons .icons-container i:nth-child(3){top:40%}.section-nucleo-icons .icons-container i:nth-child(4){top:18%;left:62%}.section-nucleo-icons .icons-container i:nth-child(5){top:74%;left:3%}.section-nucleo-icons .icons-container i:nth-child(6){top:36%;left:44%;font-size:65px;color:#f334be;padding:1px}.section-nucleo-icons .icons-container i:nth-child(7){top:59%;left:26%}.section-nucleo-icons .icons-container i:nth-child(8){top:60%;left:69%}.section-nucleo-icons .icons-container i:nth-child(9){top:72%;left:47%}.section-nucleo-icons .icons-container i:nth-child(10){top:88%;left:27%}.section-nucleo-icons .icons-container i:nth-child(11){top:31%;left:80%}.section-nucleo-icons .icons-container i:nth-child(12){top:88%;left:68%}.section-nucleo-icons .icons-container i:nth-child(13){top:5%;left:81%}.section-nucleo-icons .icons-container i:nth-child(14){top:58%;left:90%}.section-nucleo-icons .icons-container i:nth-child(15){top:6%;left:40%}.section-dark .icons-container{color:#fff}.info .icon{margin-top:0;font-size:3.4em}.icon-primary{color:#51cbce}.icon-info{color:#51bcda}.icon-success{color:#6bd098}.icon-warning{color:#fbc658}.icon-danger{color:#f334be}.icon-neutral{color:#fff}.carousel-control{background-color:#f334be;border-radius:50%;opacity:1;text-shadow:none}.carousel-control:hover,.carousel-control:focus{opacity:1;background-color:#f00eb1}.carousel-control.left{height:30px;top:50%;width:30px;left:25px;opacity:0}.carousel-control.right{height:30px;right:25px;top:50%;width:30px;opacity:0}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .fa,.carousel-control .fa{display:inline-block;z-index:5}.carousel-control .fa{font-size:26px;margin:2px}.carousel-control.left,.carousel-control.right{background-image:none}.page-carousel{border-radius:12px !important;border:none !important;width:100%}.carousel-inner>.carousel-item>img,.carousel-inner>.carousel-item>a>img{border-radius:12px;box-shadow:0 2px 2px rgba(204,197,185,.5)}.carousel-inner .carousel-item img{width:100%}.carousel-indicators>li{background-color:rgba(204,204,204,.49);border:0 none}.carousel-indicators .active{background-color:#f334be}.page-carousel:hover .carousel-control.right,.page-carousel:hover .carousel-control.left{opacity:1;z-index:1}.card .carousel .carousel-indicators{bottom:0}.card .carousel a{position:absolute;color:#fff !important}.card .carousel a:hover{color:#fff !important}.card .carousel a .fa-angle-left:before{padding-right:3px}.card .carousel a .fa-angle-right:before{padding-left:3px}.footer{background-attachment:fixed;position:relative;line-height:20px}.footer .footer-nav ul{padding-left:0;margin-bottom:0}.footer nav>ul{list-style:none;font-weight:normal}.footer nav>ul>li{display:inline-block;padding:10px 15px;margin:15px 3px;line-height:20px;text-align:center}.footer nav>ul a:not(.btn){color:#777;display:block;margin-bottom:3px;line-height:1.6;opacity:.8;font-size:12px;text-transform:uppercase;font-weight:600}.footer nav>ul a:not(.btn):hover,.footer nav>ul a:not(.btn):focus{color:#777;opacity:1}.footer .copyright{color:#777;padding:10px 0px;font-size:14px;margin:15px 3px;line-height:20px;text-align:center}.footer .heart{color:#eb5e28}.footer{background-color:#fff;line-height:36px}.footer.footer-black h4{color:#fff}.footer .links{display:inline-block}.footer .links ul{list-style:none;margin:0;padding:0;font-weight:600}.footer .links ul>li{display:inline-block;padding-right:20px}.footer .links ul>li:last-child{padding-right:0px}.footer .links ul a:not(.btn){color:#66615b;display:block;font-size:.9em;margin-bottom:3px}.footer .links ul a:not(.btn):hover,.footer .links ul a:not(.btn):focus{color:#403d39}.footer .links ul.uppercase-links{text-transform:uppercase}.footer .links ul.stacked-links{margin-top:10px}.footer .links ul.stacked-links>li{display:block;line-height:26px}.footer .links ul.stacked-links h4{margin-top:0px}.footer .social-area{padding:15px 0}.footer .social-area .btn{margin-bottom:3px;padding:8px}.footer .social-area .btn i{margin-right:0 !important;color:#fff}.footer hr{border-color:#ddd;border-width:1px 0 0;margin-top:5px;margin-bottom:5px}.footer .copyright{color:#a49e9e;font-size:.9em}.footer .copyright ul>li{padding-right:0px}.footer .title{color:#403d39}.card{border-radius:12px;box-shadow:0 6px 10px -4px rgba(0,0,0,.15);background-color:#fff;color:#333;margin-bottom:10px;position:relative;z-index:1;border:0 none;transition:transform 300ms cubic-bezier(0.34, 2, 0.6, 1),box-shadow 200ms ease}.card:not(.card-plain):hover{box-shadow:0px 12px 19px -7px rgba(0,0,0,.3);transform:translateY(-10px);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);-moz-transform:translateY(-10px)}.card.no-transition:hover,.card.page-carousel:hover,.card.card-refine:hover,.card.card-register:hover{box-shadow:0 6px 10px -4px rgba(0,0,0,.15);transform:none;-webkit-transform:none;-ms-transform:none;-moz-transform:none}.card a:not(.btn){color:#444}.card a:not(.btn):hover,.card a:not(.btn):focus{color:#333}.card .card-description{color:#9a9a9a;margin-bottom:5px}.card img{max-width:100%;height:auto;border-radius:12px 12px 0 0}.card[data-radius=none]{border-radius:0px}.card[data-radius=none] .header{border-radius:0px 0px 0 0}.card[data-radius=none] .header img{border-radius:0px 0px 0 0}.card.card-plain{background-color:rgba(0,0,0,0);box-shadow:none;border-radius:0}.card.card-plain .card-body{padding-left:5px;padding-right:5px}.card.card-plain img{border-radius:12px}.card .card-link{color:#fff}.card .card-background-image ul li{color:#fff;border-color:rgba(255,255,255,.3)}.card.card-blog,.card.card-testimonial .card-description+.card-title{margin-top:30px}.card.card-blog .card-image .img,.card.card-testimonial .card-description+.card-title .card-image .img{border-radius:12px}.card.card-blog .card-image .card-title,.card.card-testimonial .card-description+.card-title .card-image .card-title{text-align:center}.card.card:not(.card-plain) .card-image .img{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.card.card-blog{margin-top:5px}.card.card-blog .btn{margin:0 auto}.card .author{display:inline-block}.card .author .avatar{width:30px;height:30px;overflow:hidden;border-radius:50%;margin-right:5px}.card .author .avatar-big{width:100px;height:100px;border-radius:50% !important;position:relative;margin-bottom:15px}.card .author .avatar-big.border-white{border:4px solid #fff}.card .author .avatar-big.border-gray{border:4px solid #ccc}.card .clearfix+.author{margin-top:15px}.card .stats{display:inline-block;float:right;color:#9a9a9a;font-size:12px;margin-top:6px}.card .stats i{font-size:16px;position:relative;text-align:center;top:1px;margin-left:5px;margin-top:-1px;opacity:.6}.card .card-category{color:#9a9a9a}.card .category-social .fa{font-size:24px;position:relative;margin-top:-4px;top:2px;margin-right:5px}.card .card-title-uppercase{text-transform:uppercase}.card .header{position:relative;border-radius:3px 3px 0 0;z-index:3}.card .header.header-with-icon{height:150px}.card .header img{width:100%}.card .header .card-category{padding:15px}.card .card-body .card-footer{padding:0}.card .card-body .card-description+.card-footer{padding-top:10px}.card .more{float:right;z-index:4;display:block;padding-top:10px;padding-right:10px;position:relative}.card .filter,.card .header .actions{position:absolute;z-index:2;background-color:rgba(0,0,0,.76);top:0;left:0;width:100%;height:100%;text-align:center;opacity:0}.card .header .actions{background-color:rgba(0,0,0,0);z-index:3}.card .header .actions .btn{position:relative;top:50%;transform:translateY(-50%)}.card:hover .filter{opacity:.7}.card:hover .header .social-line,.card:hover .header .actions{opacity:1}.card .card-category i,.card .label i{font-size:15px}.card>.card-title{margin:0;padding:30px 0 0}.card .card-body{padding:0}.card .card-body .card-title{margin:5px 0 0 0}.card .card-body .card-category~.card-title{margin-top:5px}.card .card-text{font-size:15px;color:#66615b;padding-bottom:15px}.card h6{font-size:12px;margin:0}.card .card-footer{padding:15px;background:rgba(0,0,0,0);border-top:0 none}.card .card-footer .social-line .btn:first-child{border-radius:0 0 0 6px}.card .card-footer .social-line .btn:last-child{border-radius:0 0 6px 0}.card.card-separator:after{height:100%;right:-15px;top:0;width:1px;background-color:#ddd;content:"";position:absolute}.card .card-icon{display:block;margin:0 auto;position:relative;text-align:center;padding:30px 0 10px}.card .card-icon i{font-size:40px;width:105px;border:2px solid #ccc;border-radius:50%;height:105px;line-height:105px}.col-lg-4 .card .card-icon i{font-size:80px;padding:22px}.card.card-with-border .card-body{padding:15px 15px 25px 15px}.card.card-with-border .card-footer{padding-bottom:25px}.card.card-with-border:after{position:absolute;display:block;width:calc(100% - 10px);height:calc(100% - 10px);content:"";top:5px;left:5px;border:1px solid rgba(0,0,0,.15);z-index:1;border-radius:5px}.card.card-just-text .card-body{padding:50px 65px;text-align:center}.card.card-just-text #dLabel{float:right}.card.card-just-text #dLabel i{font-size:20px}.card.card-just-text .dropdown-menu{margin-top:55px}.card[data-background=image]{background-position:center center;background-size:cover;text-align:center}.card[data-background=image] .card-body{position:relative;z-index:2;min-height:280px;padding-top:40px;padding-bottom:40px;max-width:440px;margin:0 auto;text-align:center}.card[data-background=image] .card-title{color:#fff;margin-top:10px}.card[data-background=image]:after{position:absolute;z-index:1;width:100%;height:100%;display:block;left:0;top:0;content:"";background-color:rgba(0,0,0,.56);border-radius:12px}.card[data-background=image] .card-category{color:#fff}.card[data-background=image] .image,.card[data-background=color] .image,.card[data-color] .image{border-radius:6px}.card[data-background=image] .filter,.card[data-background=color] .filter,.card[data-color] .filter{border-radius:6px}.card[data-background=image] .card-description,.card[data-background=color] .card-description,.card[data-color] .card-description{color:rgba(255,255,255,.8)}.card[data-background=image] .card-title,.card[data-background=image] .card-category,.card[data-background=image] .card-text,.card[data-background=image] .card-body,.card[data-background=image] .card-footer,.card[data-background=image] .stats,.card[data-background=image] small,.card[data-background=image] [class*=text-],.card[data-background=image] ul li b,.card[data-background=image] a:not(.btn),.card[data-background=color] .card-title,.card[data-background=color] .card-category,.card[data-background=color] .card-text,.card[data-background=color] .card-body,.card[data-background=color] .card-footer,.card[data-background=color] .stats,.card[data-background=color] small,.card[data-background=color] [class*=text-],.card[data-background=color] ul li b,.card[data-background=color] a:not(.btn),.card[data-color] .card-title,.card[data-color] .card-category,.card[data-color] .card-text,.card[data-color] .card-body,.card[data-color] .card-footer,.card[data-color] .stats,.card[data-color] small,.card[data-color] [class*=text-],.card[data-color] ul li b,.card[data-color] a:not(.btn){color:#fff !important}.card[data-background=image] a:not(.btn):hover,.card[data-background=image] a:not(.btn):focus,.card[data-background=color] a:not(.btn):hover,.card[data-background=color] a:not(.btn):focus,.card[data-color] a:not(.btn):hover,.card[data-color] a:not(.btn):focus{color:#fff}.card[data-background=image] .card-icon i,.card[data-background=color] .card-icon i,.card[data-color] .card-icon i{color:#fff;border:2px solid rgba(255,255,255,.3)}.card[data-background=image].card-with-border:after,.card[data-background=color].card-with-border:after,.card[data-color].card-with-border:after{border:1px solid rgba(255,255,255,.45)}.card[data-background=image] .filter{opacity:.55;filter:alpha(opacity=55)}.card[data-background=image]:hover .filter{opacity:.75;filter:alpha(opacity=75)}.card[data-color=blue]{background:#6ec7e0}.card[data-color=green]{background:#86d9ab}.card[data-color=yellow]{background:#fcd27b}.card[data-color=brown]{background:#e4c4a1}.card[data-color=purple]{background:#cc90cc}.card[data-color=orange]{background:#f556c9}.btn-center{text-align:center}.card-big-shadow{max-width:320px;position:relative}.card-big-shadow:before{background-image:url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");background-position:center bottom;background-repeat:no-repeat;background-size:100% 100%;bottom:-12%;content:"";display:block;left:-12%;position:absolute;right:0;top:0;z-index:0}.card-image.card-big-shadow{max-width:100%}.card-image .card{background-size:cover;min-height:430px;width:100%}.card-image .img-raised{margin-top:-20px}.page-header .card-pricing.card-plain .card-category,.page-header .card-pricing.card-plain .card-title{color:#fff}.card-plain .card-avatar{margin-top:0}.card-refine .panel-title{font-size:1em}.card-plain{background-color:rgba(0,0,0,0);box-shadow:none;border-radius:0}.card-plain .card-body{padding-left:5px;padding-right:5px}.card-plain img{border-radius:12px}.card-register{background-color:#ff8f5e;border-radius:8px;color:#fff;max-width:350px;margin:20px 0 70px;min-height:400px;padding:30px}.card-register label{margin-top:15px}.card-register .card-title{color:#b33c12;text-align:center}.card-register .btn{margin-top:30px}.card-register .forgot{text-align:center}.card-register .input-group-text{border:1px solid #fff}.card-profile{margin-top:30px;text-align:center}.card-profile .card-cover{height:130px;background-position:center center;background-size:cover;border-radius:12px 12px 0 0}.card-profile .card-body .card-title{margin-top:5px !important}.card-profile .card-body .card-category{margin-bottom:5px;margin-top:5px}.card-profile .card-avatar{max-width:120px;max-height:120px;margin:-60px auto 0;border-radius:50%;overflow:hidden}.card-profile .card-avatar.border-white{border:4px solid #fff}.card-profile .card-avatar.border-gray{border:4px solid #ccc}.section .card-profile{margin-top:100px}.landing-alert{margin-bottom:0}.page-header{background-color:#b2afab;background-position:center center;background-size:cover;min-height:100vh;max-height:999px;overflow:hidden;position:relative;width:100%;z-index:1;display:flex;align-items:center;justify-content:center}.page-header .filter::after{background-color:rgba(0,0,0,.5);content:"";display:block;height:100%;left:0;top:0;position:absolute;width:100%;z-index:1}.page-header.page-header-small{min-height:65vh !important;max-height:700px}.page-header.page-header-xs{min-height:40vh !important}.page-header.section-dark .content-center,.page-header.section-dark .category-absolute{z-index:1}.page-header .motto{text-align:left;z-index:3;color:#fff;position:relative}.landing-section{padding:100px 0;z-index:1}.section-buttons{z-index:1}.landing-section .btn-simple{padding:0}.landing-section .column{padding:0 75px 0 25px}.team-player .img-circle,.team-player .img-thumbnail{display:block;margin-top:50px;margin-left:auto;margin-right:auto;width:120px}.contact-form{margin-top:30px}.contact-form label{margin-top:15px}.contact-form .btn{margin-top:30px}.navbar-relative{position:relative;z-index:2}#register-navbar a{color:#fff}.register-background .container{margin-top:11%;position:relative;z-index:3}.register-footer{bottom:20px;position:absolute;z-index:1;width:100%;background:rgba(0,0,0,0);color:#fff}.register-footer .fa-heart{color:#eb5e28}.register-card label{margin-top:15px}.register-card .title{color:#b33c12;text-align:center}.register-card .btn{margin-top:30px}.register-card .forgot{text-align:center}.profile-content{position:relative}.owner{text-align:center}.owner .avatar{padding:15px;max-width:180px;margin:-85px auto 0;display:inline-block}.owner .name h4{margin-top:10px}.profile-tabs{margin:50px 0;min-height:300px}#following h3{margin:20px 0 40px 0}#follows .follows .unfollow .checkbox{margin-top:-15px}#follows .follows h6{margin-top:15px}.follows hr{margin-top:10px}.title-brand{max-width:730px;margin:0 auto;position:relative;text-align:center;color:#fff;display:block}.title-brand .type{position:absolute;font-size:20px;background:#132026;padding:6px 10px;border-radius:4px;top:0;font-weight:600;margin-top:10px;right:-15px}.presentation-title{font-size:8em;font-weight:700;margin:0;color:#fff;background:#fbf8ec;background:linear-gradient(to bottom, #FFFFFF 35%, #4e6773 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.presentation-subtitle{font-size:1.7em;color:#fff}.category-absolute{position:absolute;text-align:center;top:100vh;margin-top:-60px;padding:0 15px;width:100%;color:rgba(255,255,255,.5)}.category-absolute .creative-tim-logo{max-width:140px;top:-2px;left:3px;position:relative}.fog-low{position:absolute;left:0;bottom:0;margin-left:-35%;margin-bottom:-50px;width:110%;opacity:.85}.fog-low img{width:100%}.fog-low.right{margin-left:30%;opacity:1}.page-header .content-center{margin-top:85px}.moving-clouds{position:absolute;z-index:1;bottom:0;left:0;width:250.625em;height:43.75em;animation:cloudLoop 80s linear infinite}@keyframes cloudLoop{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-50%, 0, 0)}}.following img{max-width:70px}.profile-content .tab-content .tab-pane{min-height:200px}.profile-content .tab-content #tweets,.profile-content .tab-content #connections,.profile-content .tab-content #media{height:100%}.section{position:relative;background-color:#fff}.section-with-space{padding:60px 0}.section-gray{background-color:#eee}.section-nude{background-color:#fffcf5}.section-gold{background-color:#caac90;color:#fff}.section-brown{background-color:#a59e94;color:#fff}.section-light-blue{background-color:#51cbce;color:#fff}.section-dark-blue{background-color:#506367;color:#fff}.section-dark{background-color:#0b1011}.section-image,.section-gold,.section-dark{position:relative}.section-image .title,.section-image .info-title,.section-image .card-plain .card-title,.section-gold .title,.section-gold .info-title,.section-gold .card-plain .card-title,.section-dark .title,.section-dark .info-title,.section-dark .card-plain .card-title{color:#fff !important}.section-image .category,.section-image .description,.section-image .card-plain .card-description,.section-image .card-plain .card-category,.section-gold .category,.section-gold .description,.section-gold .card-plain .card-description,.section-gold .card-plain .card-category,.section-dark .category,.section-dark .description,.section-dark .card-plain .card-description,.section-dark .card-plain .card-category{color:rgba(255,255,255,.7)}.section-image hr,.section-gold hr,.section-dark hr{border-color:rgba(255,255,255,.19)}.page-header .title,.page-header .info-title,.carousel-caption .title,.carousel-caption .info-title{color:#fff}[class*=features-],[class*=team-],[class*=projects-],[class*=pricing-],[class*=testimonials-],[class*=contactus-]{padding:80px 0}.section-image{background-position:center center;background-size:cover}.section-image:before{background-color:rgba(0,0,0,.5);content:"";display:block;height:100%;left:0;top:0;position:absolute;width:100%;z-index:1}.section-image .container{background-color:blue;position:relative;z-index:2}.section-login{min-height:700px}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.page-header .content-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -75%)}.page-header .presentation-title{background:none !important}}[class*=features-],[class*=team-],[class*=projects-],[class*=pricing-],[class*=testimonials-],[class*=contactus-]{padding:80px 0}.section-image{background-position:center center;background-size:cover}.section-image:before{background-color:rgba(0,0,0,.5);content:"";display:block;height:100%;left:0;top:0;position:absolute;width:100%;z-index:1}.section-image .container{position:relative;z-index:2}@media(max-width: 767px){#cd-vertical-nav{display:none !important}.coloured-cards .card-big-shadow{margin:0 auto}.register-page .page-header{max-height:2000px}.section-testimonials .our-clients{margin-top:0 !important}.register .page-header{max-height:-webkit-fit-content;max-height:fit-content}.form-group.has-danger{margin-bottom:30px}body{position:relative;font-size:12px}}@media screen and (max-width: 767px)and (max-width: 768px){.statement-responsive{font-size:10px}}@media screen and (max-width: 767px)and (max-width: 480px){.statement-responsive{font-size:7px}}@media(max-width: 767px){h6{font-size:1em}}@media(max-width: 767px){.navbar .container{left:0;width:100%;transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1);position:relative}}@media(max-width: 767px){.navbar .navbar-nav .dropdown-menu{height:400px;overflow-y:scroll}}@media(max-width: 767px){.demo-header .motto{padding-top:30% !important}}@media(max-width: 767px){.navbar-toggle .icon-bar{display:block;position:relative;background:#fff;width:24px;height:2px;border-radius:1px;margin:0 auto}}@media(max-width: 767px){.navbar-header .navbar-toggle{margin-top:12px;width:40px;height:40px}}@media(max-width: 767px){}@media(max-width: 767px){}@media(max-width: 767px){@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}}@media(max-width: 767px){.navbar-nav{margin:1px -15px}.navbar-nav .open .dropdown-menu>li>a{padding:15px 15px 5px 50px}.navbar-nav .open .dropdown-menu>li:first-child>a{padding:5px 15px 5px 50px}.navbar-nav .open .dropdown-menu>li:last-child>a{padding:15px 15px 25px 50px}}@media(max-width: 767px){[class*=navbar-] .navbar-nav>li>a,[class*=navbar-] .navbar-nav>li>a:hover,[class*=navbar-] .navbar-nav>li>a:focus,[class*=navbar-] .navbar-nav .active>a,[class*=navbar-] .navbar-nav .active>a:hover,[class*=navbar-] .navbar-nav .active>a:focus,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:hover,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:focus,[class*=navbar-] .navbar-nav .navbar-nav .open .dropdown-menu>li>a:active{color:#fff}[class*=navbar-] .navbar-nav>li>a:not(.btn),[class*=navbar-] .navbar-nav>li>a:hover,[class*=navbar-] .navbar-nav>li>a:focus,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:not(.btn),[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:hover,[class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:focus{opacity:.7;background:rgba(0,0,0,0)}[class*=navbar-] .navbar-nav.navbar-nav .open .dropdown-menu>li>a:active{opacity:1}[class*=navbar-] .navbar-nav .dropdown>a:hover .caret{border-bottom-color:#777;border-top-color:#777}[class*=navbar-] .navbar-nav .dropdown>a:active .caret{border-bottom-color:#fff;border-top-color:#fff}}@media(max-width: 767px){.footer .footer-nav,.footer .credits{margin:0 auto}}@media(max-width: 767px){#typography .typography-line .note{margin-left:7px !important}}@media(max-width: 767px){.dropdown-menu{display:none}}@media(max-width: 767px){.navbar-fixed-top{-webkit-backface-visibility:hidden}}@media(max-width: 767px){.social-line .btn{margin:0 0 10px 0}}@media(max-width: 767px){.subscribe-line .form-control{margin:0 0 10px 0}}@media(max-width: 767px){.social-line.pull-right{float:none}}@media(max-width: 767px){.footer nav.pull-left{float:none !important}}@media(max-width: 767px){.footer:not(.footer-big) nav>ul li{float:none}}@media(max-width: 767px){.social-area.pull-right{float:none !important}}@media(max-width: 767px){.form-control+.form-control-feedback{margin-top:5px}}@media(max-width: 767px){.form-control.form-control-danger.no-border{margin-top:15px}}@media(max-width: 767px){.navbar-toggle:hover,.navbar-toggle:focus{background-color:rgba(0,0,0,0) !important}}@media(max-width: 767px){.btn.dropdown-toggle{margin-bottom:0}}@media(max-width: 767px){.media-post .author{width:25%;float:none !important;display:block;margin:0 auto 10px}}@media(max-width: 767px){.media-post .media-body{width:100%}}@media(max-width: 767px){.modal-footer .btn-simple{padding:15px}}@media(max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}}@media(max-width: 767px){.typography-line{padding-left:100px !important}}@media(max-width: 767px){.projects-1 .project-pills .nav.nav-pills{display:block !important}.projects-1 .project-pills .nav.nav-pills .nav-item:first-child .nav-link{border-radius:12px 12px 0 0 !important;margin-left:-1px}.projects-1 .project-pills .nav.nav-pills .nav-item.active:first-child .nav-link{border-radius:12px 12px 0 0 !important;margin-left:-1px}.projects-1 .project-pills .nav.nav-pills .nav-item:last-child .nav-link{border-radius:0 0 12px 12px !important;margin-left:-1px}}@media(max-width: 767px){.testimonials-2 .testimonials-people img,.section-testimonials .testimonials-people img{display:none !important}}@media(max-width: 767px){.presentation-page .components-container .card{margin-bottom:40px !important}}@media(max-width: 767px){.btn-wd{min-width:280px}}@media(max-width: 767px){.presentation-page .title-brand .type{font-size:16px;transform:translateY(-28px);-webkit-transform:translateY(-28px);-moz-transform:translateY(-28px);-o-transform:translateY(-28px)}}@media(max-width: 767px){.presentation-page .section-cards,.presentation-page .section-components{overflow:hidden}.presentation-page .section-cards .first-card,.presentation-page .section-components .first-card{top:750px !important}.presentation-page .section-cards .first-card .grid__link,.presentation-page .section-components .first-card .grid__link{max-width:200px !important}.presentation-page .section-cards .fourth-card,.presentation-page .section-components .fourth-card{top:940px !important}.presentation-page .section-cards .fourth-card .grid__link,.presentation-page .section-components .fourth-card .grid__link{max-width:200px !important}.presentation-page .section-cards .fifth-card,.presentation-page .section-components .fifth-card{top:950px !important;left:220px !important}.presentation-page .section-cards .fifth-card .grid__link,.presentation-page .section-components .fifth-card .grid__link{max-width:200px !important}.presentation-page .section-cards .sixth-card,.presentation-page .section-components .sixth-card{top:1335px !important;left:220px !important}.presentation-page .section-cards .sixth-card .grid__link,.presentation-page .section-components .sixth-card .grid__link{max-width:200px !important}.presentation-page .section-cards .seventh-card,.presentation-page .section-components .seventh-card{top:1155px !important}.presentation-page .section-cards .seventh-card .grid__link,.presentation-page .section-components .seventh-card .grid__link{max-width:200px !important}.presentation-page .section-content .image-container .add-animation{max-height:250px !important;max-width:180px !important}.presentation-page .section-components .image-container .components-macbook{max-width:580px !important;max-height:400px !important}.presentation-page .section-components .image-container .social-img,.presentation-page .section-components .image-container .share-btn-img{display:none}.presentation-page .section-components .title{margin-top:-100px !important}.presentation-page .section-examples{padding-top:0 !important;margin-top:10px !important}.presentation-page .section-icons .icons-nucleo .nc-icon:not(.ninth-left-icon):not(.seventh-left-icon):not(.third-left-icon){display:none !important}}@media(max-width: 767px){.bootstrap-datetimepicker-widget{visibility:visible !important}}@media(max-width: 767px){.presentation-page .fog-low{margin-bottom:-35px}.presentation-page .presentation-title{font-size:5em}.presentation-page .presentation-subtitle{margin-top:40px}.presentation-page .title-brand{max-width:450px}.presentation-page .title-brand .type{font-size:16px}}@media(max-width: 767px){.demo-icons ul li{width:20%;float:left}}@media(max-width: 767px){.info.info-separator:after{display:none}}@media(max-width: 767px){.pricing-5 .choose-plan{text-align:center}.pricing-5 .choose-plan .nav.nav-pills{display:inline-flex}.pricing-5 .description{text-align:center}}@media(max-width: 767px){.page-carousel .carousel-inner [class*=col-md]{margin-left:0 !important}.page-carousel .right.carousel-control{margin-right:0 !important}.page-carousel .left.carousel-control{margin-left:0 !important}}@media(max-width: 767px){.subscribe-line .form-control{border:1px solid #ddd;padding-left:10px}.subscribe-line .btn{margin:0 auto}}@media screen and (max-width: 991px){.bar1,.bar2,.bar3{outline:1px solid rgba(0,0,0,0)}.bar1{top:0px;animation:topbar-back 500ms 0s;animation-fill-mode:forwards}.bar2{opacity:1}.bar3{bottom:0px;animation:bottombar-back 500ms 0s;animation-fill-mode:forwards}.toggled .bar1{top:6px;animation:topbar-x 500ms 0s;animation-fill-mode:forwards}.toggled .bar2{opacity:0}.toggled .bar3{bottom:6px;animation:bottombar-x 500ms 0s;animation-fill-mode:forwards}@keyframes topbar-x{0%{top:0px;transform:rotate(0deg)}45%{top:6px;transform:rotate(145deg)}75%{transform:rotate(130deg)}100%{transform:rotate(135deg)}}@keyframes topbar-back{0%{top:6px;transform:rotate(135deg)}45%{transform:rotate(-10deg)}75%{transform:rotate(5deg)}100%{top:0px;transform:rotate(0)}}@keyframes bottombar-x{0%{bottom:0px;transform:rotate(0deg)}45%{bottom:6px;transform:rotate(-145deg)}75%{transform:rotate(-130deg)}100%{transform:rotate(-135deg)}}@keyframes bottombar-back{0%{bottom:6px;transform:rotate(-135deg)}45%{transform:rotate(10deg)}75%{transform:rotate(-5deg)}100%{bottom:0px;transform:rotate(0)}}.navbar-collapse{position:fixed;display:block !important;top:0;height:100%;width:230px;right:0;z-index:1032;visibility:visible;background-color:#999;overflow-y:visible;border-top:none;text-align:left;border-left:1px solid #ccc5b9;padding-right:0px;padding-left:40px;padding-top:15px;transform:translateX(230px);transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1)}.navbar-collapse ul{position:relative;z-index:3;height:95%}.navbar-collapse .navbar-nav>.nav-item:last-child{border-bottom:0}.navbar-collapse .navbar-nav>.nav-item>.nav-link{margin:0px 0px;color:#9a9a9a !important;text-transform:uppercase;font-weight:600;font-size:12px;line-height:1.5em;padding:15px 0}.navbar-collapse .navbar-nav>.nav-item>.nav-link:hover,.navbar-collapse .navbar-nav>.nav-item>.nav-link:active{color:#403d39 !important}.navbar-collapse::after{top:0;left:0;height:100%;width:100%;position:absolute;background-color:#fffcf5;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);display:block;content:"";z-index:1}.navbar-collapse.has-image::after{top:0;left:0;height:100%;width:100%;position:absolute;background-color:rgba(17,17,17,.8);display:block;content:"";z-index:1}.nav-open .navbar-collapse{transform:translateX(0px)}.nav-open .wrapper{left:0;transform:translateX(-230px)}.nav-open .navbar-translate{transform:translateX(-230px)}.wrapper .navbar-collapse{display:none}.register-page.full-screen .page-header .container{margin-top:30%}.dropdown.show .dropdown-menu,.dropdown .dropdown-menu{border:0;transition:none;box-shadow:none;width:auto;height:auto}.dropdown.show .dropdown-menu .dropdown-item:hover,.dropdown.show .dropdown-menu .dropdown-item:focus,.dropdown .dropdown-menu .dropdown-item:hover,.dropdown .dropdown-menu .dropdown-item:focus{background-color:rgba(0,0,0,0);border-radius:0}.dropdown.show .dropdown-menu .dropdown-item a:hover,.dropdown.show .dropdown-menu .dropdown-item a:focus,.dropdown .dropdown-menu .dropdown-item a:hover,.dropdown .dropdown-menu .dropdown-item a:focus{color:#403d39}.dropdown.show .dropdown-menu:before,.dropdown.show .dropdown-menu:after,.dropdown .dropdown-menu:before,.dropdown .dropdown-menu:after{display:none}.dropdown .dropdown-menu{display:none}.dropdown.show .dropdown-menu{display:block;position:static;float:none;background:rgba(0,0,0,0) !important;container:body}.navbar-translate{width:100%;position:relative;display:flex;justify-content:space-between !important;align-items:center;transform:translateX(0);transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1)}#bodyClick{height:100%;width:100%;position:fixed;opacity:0;top:0;left:auto;right:230px;content:"";z-index:1029;overflow-x:hidden}.wrapper{transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1);left:0;background-color:#fff}.container-cards [class*=col-md-]{padding-left:5px;padding-right:5px}.container-cards .social-buttons{z-index:1}.full-screen.login .page-header{display:grid}.comments.media-area .media{display:block}.comments.media-area .media .media-body{margin-left:2em}.comments.media-area .media .media-body p{margin-top:15px}.section-navbars .navbar-collapse,.section-navigation .navbar-collapse,#navbar-dropdown .navbar-collapse{display:none !important}.header-4 video{width:auto;height:100vh}.subscribe-line .btn.btn-block{width:auto}.form-control+.form-control-feedback{padding-left:0 !important}}@media screen and (min-width: 991px){.burger-menu .navbar-collapse{position:fixed;display:block;top:0;height:100%;width:230px;right:0px;z-index:1032;visibility:visible;background-color:#999;overflow-y:visible;border-top:none;text-align:left;border-left:1px solid #ccc5b9;padding-right:0px;padding-left:40px;padding-top:15px;transform:translateX(230px);transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1)}.burger-menu .navbar-collapse .navbar-nav .nav-item:last-child{border-bottom:0}.burger-menu .navbar-collapse .navbar-nav{height:100%;z-index:2;position:relative;display:flex;flex-direction:column}.burger-menu .navbar-collapse::after{top:0;left:0;height:100%;width:100%;position:absolute;background-color:#fffcf5;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);display:block;content:"";z-index:1}.burger-menu .navbar-collapse.has-image::after{top:0;left:0;height:100%;width:100%;position:absolute;background-color:rgba(17,17,17,.8);display:block;content:"";z-index:1}.burger-menu .navbar .container .navbar-toggler{display:block;margin-top:20px}.burger-menu .navbar-translate{width:100%;position:relative;transform:translateX(0);transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1)}.burger-menu .wrapper{transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1);left:0;background-color:#fff}.burger-menu .body .navbar-collapse.collapse{height:100vh !important}.burger-menu .navbar-collapse:before,.burger-menu .navbar-collapse:after,.burger-menu .navbar-nav:before,.burger-menu .navbar-nav:after{display:table;content:" "}.nav-open .burger-menu .navbar-collapse.collapse{transform:translateX(0px)}.nav-open .burger-menu .wrapper{left:0;transform:translateX(-230px)}.nav-open .burger-menu .navbar-translate{transform:translateX(-230px)}.burger-menu .dropdown.show .dropdown-menu,.burger-menu .dropdown .dropdown-menu{border:0;transition:none;box-shadow:none;width:auto}.burger-menu .dropdown.show .dropdown-menu .dropdown-item:hover,.burger-menu .dropdown.show .dropdown-menu .dropdown-item:focus,.burger-menu .dropdown .dropdown-menu .dropdown-item:hover,.burger-menu .dropdown .dropdown-menu .dropdown-item:focus{background-color:rgba(0,0,0,0);border-radius:0}.burger-menu .dropdown.show .dropdown-menu .dropdown-item a:hover,.burger-menu .dropdown.show .dropdown-menu .dropdown-item a:focus,.burger-menu .dropdown .dropdown-menu .dropdown-item a:hover,.burger-menu .dropdown .dropdown-menu .dropdown-item a:focus{color:#403d39}.burger-menu .dropdown.show .dropdown-menu:before,.burger-menu .dropdown.show .dropdown-menu:after,.burger-menu .dropdown .dropdown-menu:before,.burger-menu .dropdown .dropdown-menu:after{display:none}.burger-menu .dropdown .dropdown-menu{display:none}.burger-menu .dropdown.show .dropdown-menu{display:block}.lightbox .modal-dialog{width:960px}}@media screen and (min-width: 767px){.section-sections .section-cols{position:relative;z-index:1}.register-page .page-header .container{margin-top:150px}}@media(max-width: 1023px)and (min-width: 767px){.presentation-page .section-content .image-container .area-img{max-width:190px;max-height:270px}.presentation-page .section-content .image-container .info-img{max-width:190px;max-height:270px;left:-20%}.presentation-page .section-content .section-description{margin-top:0 !important}.presentation-page .section-components .components-macbook{left:-75px !important}.presentation-page .section-cards .codrops-header{margin-top:10px !important}}@media(max-width: 1367px)and (min-width: 1024px){.presentation-page .section-components .basic-container{margin-left:5em}}@media(max-width: 500px){.presentation-page .section-header .card{min-height:230px}#cards .card-profile{margin-top:50px}.pricing-5 .title{text-align:center}.presentation-page .presentation-title{font-size:4em}.presentation-page .title-brand .type{font-size:12px;padding:4px 7px;border-radius:4px;top:0;font-weight:600;margin-top:20px;right:2px}.presentation-page .section-cards .codrops-header .description{max-width:220px}.register-page .page-header .container .info:first-of-type{margin-top:50px}}@media screen and (max-width: 1367px){.presentation-page .section-cards,.presentation-page .section-components{overflow:hidden}}@media screen and (min-width: 1025){.section-sections .section-cols{position:relative;z-index:1}.section-sections .section-cols .row:first-of-type{margin-top:50px;margin-right:-120px;margin-left:-15px;transform:translateX(-80px)}.section-sections .section-cols .row:nth-of-type(2){margin-left:-100px;margin-right:-15px;transform:translateX(80px)}.section-sections .section-cols .row:nth-of-type(3){margin-right:-120px;margin-left:0px;transform:translateX(-120px)}.section-sections .section-cols .row:nth-of-type(4){margin-right:-100px;margin-left:-15px;transform:translateX(-50px)}}@media only screen and (min-width: 1024px){.demo-icons ul li{width:12.5%;float:left;padding:32px 0}}@media(max-width: 1200px){.presentation-page .presentation-title{font-size:7em}.presentation-page .title-brand{max-width:650px}}@media(max-width: 1200px){.presentation .section-images .image img{width:100%}}@media screen and (max-width: 374px){.footer.footer-big .copyright .pull-left,.footer.footer-big .copyright .pull-right{float:none !important}.full-screen.login .card.card-register{margin-bottom:20px}.full-screen.login .demo-footer{margin-left:-15px}.about-us .header-wrapper{height:auto !important}.presentation-page .section-content .image-container .area-img{max-width:170px !important}}/*! nouislider - 14.0.2 - 6/28/2019 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;outline:none}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit !important}.noUi-horizontal{height:1px}.noUi-horizontal .noUi-handle{width:15px;height:15px;left:-7px;top:-6px;border-radius:50%}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:15px;height:15px;left:0px;top:-7px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-7px;left:auto}.noUi-target{background-color:rgba(182,182,182,.3);border-radius:3px}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%, 50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%, 50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translate(0, -50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translate(0, 50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%, 0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translate(0, -50%);top:50%;right:120%}/*!
* https://github.com/YouCanBookMe/react-datetime
*/.rdt{position:relative}.rdt .rdtPicker{transition:all 150ms linear;margin-top:-20px;visibility:hidden;display:block;opacity:0}.rdt.rdtOpen .rdtPicker{opacity:1;visibility:visible;margin-top:0}.rdtPicker{display:none;position:absolute;width:260px;padding:4px;margin-top:1px;z-index:99999 !important;background:#fff;border-radius:.125rem;box-shadow:0px 10px 50px 0px rgba(0,0,0,.2);-webkit-background-clip:padding-box;background-clip:padding-box;min-width:160px}.rdtPicker:before{display:inline-block;position:absolute;width:0;height:0;vertical-align:middle;content:"";top:-5px;left:10px;right:auto;color:#fff;border-bottom:.4em solid;border-right:.4em solid rgba(0,0,0,0);border-left:.4em solid rgba(0,0,0,0)}.rdtPicker:after{border-bottom:.4em solid #fff;border-right:.4em solid rgba(0,0,0,0);border-left:.4em solid rgba(0,0,0,0);content:"";display:inline-block;position:absolute;top:-5px;left:10px}.rdtPicker{display:block;top:40px}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center;padding:5px;border-radius:4px}.rdtPicker table{width:100%;margin:0;border-color:#fff !important}.rdtPicker td,.rdtPicker th{text-align:center;padding:1px}.rdtPicker td{cursor:pointer}.rdtDay{height:30px;line-height:33px;width:30px;text-align:center;padding:0px;border-radius:50%}.rdtDay.rdtToday.rdtActive,.rdtDay.rdtActive,.rdtDay.rdtActive:hover{background-color:#51cbce !important;color:#fff}.rdtDays tr .dow{text-align:center;border-bottom:1px solid #e3e3e3;font-size:12px;text-transform:uppercase;font-weight:inherit;padding-bottom:5px;padding-top:10px}.rdtDays tr .rdtOld,.rdtDays tr .rdtNew{color:#ddd}.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover,.rdtPicker .rdtTimeToggle:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker .dow{width:14.2857%;border-bottom:none}.rdtPicker th.rdtSwitch{width:50px;padding:5px;border-radius:4px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top;border-radius:50%;line-height:33px}.rdtPicker .dow,.rdtPicker th.rdtSwitch,.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev,.rdtPicker .rdtTimeToggle{color:#51cbce}.rdtPrev span,.rdtNext span{display:block;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-child th{cursor:pointer}.rdtPicker thead tr:first-child th:hover{background:#eee}.rdtPicker button{border:none;background:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{width:100%;height:100%}td.rdtMonth,td.rdtYear{height:50px;width:25%;cursor:pointer}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left;width:40px;font-weight:inherit;margin:3px;border-radius:50%}.rdtCounters .rdtCounterSeparator{width:0;border:1px solid rgba(0,0,0,0)}.rdtCounter{height:100px}.rdtCounter{width:40px}.rdtCounter .rdtCount{padding:7px;height:40px;border:1px solid rgba(0,0,0,0)}.rdtCounters .rdtCounter:last-child .rdtCount{color:#51cbce;border-radius:50%;border:1px solid #51cbce}.rdtCounterSeparator{padding:7px;line-height:100px}.rdtCounter .rdtBtn{line-height:40px;cursor:pointer;display:block;border-radius:50%;color:#ddd;transition:all 60ms ease-in;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee;color:#797979}.rdtCounter .rdtCount{font-size:inherit;line-height:25px}.rdtMilli{vertical-align:middle;padding-left:8px;width:48px}.rdtMilli input{width:100%;font-size:inherit;margin-top:37px}.rdtMonths,.rdtYears{padding-bottom:10px}.rdtMonths .rdtMonth,.rdtMonths .rdtYear,.rdtYears .rdtMonth,.rdtYears .rdtYear{display:inline-block;width:56px;height:56px;line-height:56px;margin:3px 3px;cursor:pointer;border-radius:50%;text-align:center}.rdtMonths .rdtMonth.rdtActive,.rdtMonths .rdtYear.rdtActive,.rdtYears .rdtMonth.rdtActive,.rdtYears .rdtYear.rdtActive{background-color:#51cbce !important;color:#fff}.form-group .rdt{margin-bottom:0;flex:1 1 auto;width:1%}.input-group .input-group-prepend+.rdt .form-control{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;padding-left:0;border-right:1px solid #ddd}.input-group>.rdt:not(:last-child) .form-control{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;padding-right:0;border-left:1px solid #ddd;padding-left:.75rem}.dropdown .dropdown-menu[x-placement=top-start]{transform:translate3d(0, 0px, 0) !important}.dropdown .dropdown-menu[x-placement=bottom-start]{transform:translate3d(0, 0px, 0) !important}.dropdown.show .dropdown-menu[x-placement=top-start]{transform:translate3d(0, -50px, 0) !important;top:auto !important;bottom:0 !important}.dropdown.show .dropdown-menu[x-placement=bottom-start]{transform:translate3d(0, 40px, 0) !important;bottom:auto !important;top:0 !important}.input-group .input-group-append .input-group-text{border-right:1px solid #ddd}@media screen and (max-width: 991px){.navbar-collapse{height:100% !important}}@media screen and (max-width: 320px){.index .presentation-subtitle{margin-bottom:100px}.index .category.category-absolute{margin-top:20px}}@media screen and (max-width: 374px){.index .presentation-subtitle{margin-bottom:100px}nav[aria-label=pagination]{justify-content:center;text-align:center}nav[aria-label=pagination] .pagination{display:inline-block}nav[aria-label=pagination] .pagination .page-item{margin-bottom:5px}.register-page .page-header .container{margin-top:7rem !important}}.custom-switch{padding-left:3.25rem;min-height:2rem;display:flex}.custom-switch .custom-control-label{display:inline-flex;align-items:center}.custom-switch .custom-control-label::after{height:calc(1.625rem - 4px);width:calc(1.625rem - 4px);left:calc(-3.25rem + 2px);border-radius:2.5rem;background-color:#fff}.custom-switch .custom-control-label::before{height:1.625rem;width:3rem;left:-3.25rem;border-radius:2.5rem;background-color:#adb5bd}.custom-switch .custom-control-input:checked~.custom-control-label::after{transform:translateX(1.35rem)}.custom-switch .custom-control-input:checked~.custom-control-label::before{background-color:#51bcda;border-color:#51bcda}.popover{box-shadow:0 10px 50px 0 rgba(0,0,0,.2);z-index:1050}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{border-left-color:rgba(0,0,0,.25)}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{border-top-color:rgba(0,0,0,.25)}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{border-right-color:rgba(0,0,0,.25)}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{border-bottom-color:rgba(0,0,0,.25)}.bs-tooltip-auto[x-placement^=top] .arrow::after,.bs-tooltip-top .arrow::after,.bs-tooltip-auto[x-placement^=left] .arrow::after,.bs-tooltip-left .arrow::after,.bs-tooltip-auto[x-placement^=right] .arrow::after,.bs-tooltip-right .arrow::after,.bs-tooltip-auto[x-placement^=bottom] .arrow::after,.bs-tooltip-bottom .arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-auto[x-placement^=left] .arrow::after,.bs-tooltip-left .arrow::after{right:1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#fff}.bs-tooltip-auto[x-placement^=top] .arrow::after,.bs-tooltip-top .arrow::after{bottom:1px;border-width:.4rem .4rem 0;border-top-color:#fff}.bs-tooltip-auto[x-placement^=right] .arrow::after,.bs-tooltip-right .arrow::after{left:1px;border-width:.4rem .4rem .4rem 0;border-right-color:#fff}.bs-tooltip-auto[x-placement^=bottom] .arrow::after,.bs-tooltip-bottom .arrow::after{top:1px;border-width:0 .4rem .4rem .4rem;border-bottom-color:#fff}
h1,
div,
label,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
a,
.td-name,
td,
button,
input,
select,
textarea,
.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
  font-family: "Manrope", sans-serif;
  font-weight: inherit;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

#menu-dropdown .navbar {
  border-radius: 3px;
}

#pagination-row .pagination-container {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}

/* Nucelo Icons */

#icons-row i.nc-icons {
  font-size: 30px;
}

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608cee;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em 0.2em;
  margin-bottom: 1em;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: 0.25em;
  transition: background 0.2s;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608cee;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: "[";
}

.demo-icons ul em::after {
  content: "]";
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  height: 100%;
}

#notifications {
  background-color: #ffffff;
  display: block;
  width: 100%;
  position: relative;
}

.tim-note {
  text-transform: capitalize;
}

.download-area {
  margin-top: 30px;
}

.sharing-area {
  margin-top: 50px;
}

.sharing-area .btn {
  margin-top: 14px;
}

.upgrade-pro .btn {
  margin-top: 30px;
}

#buttons .btn,
#javascriptComponents .btn {
  margin: 0 0px 10px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #ffffff;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.profile-content {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 300px) and (max-width: 340px) {
  .profile-content-res {
    position: relative;
    left: -16px;
  }
}



.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 70px;
  height: 40px;
  text-align: left;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 80vh;
  overflow: scroll;
  position: -webkit-sticky;
  position: sticky;
}

.fixed-section ul {
  padding: 0;
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
  margin-right: 5px;
  margin-bottom: 7px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }
  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  transition: all 0.2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #ffffff;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
  padding: 0;
}

.section-navbars {
  padding-top: 0;
}

.section-tabs {
  background: #eeeeee;
}

.section-pagination {
  padding-bottom: 0;
}

.section-download {
  padding-top: 130px;
}

.section-download .description {
  margin-bottom: 60px;
}

.section-download h4 {
  margin-bottom: 25px;
}

.section-examples a {
  text-decoration: none;
}

.section-examples a + a {
  margin-top: 30px;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper > .header,
.tutorial-page .wrapper > .header {
  height: 500px;
  padding-top: 128px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #ffffff;
}

.brand .h1-seo {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
}

.brand .n-logo {
  max-width: 100px;
  margin-bottom: 40px;
}

.invision-logo {
  max-width: 70px;
  top: -2px;
  position: relative;
}

.-logo {
  max-width: 140px;
  top: -2px;
  position: relative;
}

.section-javascript .title {
  margin-bottom: 0;
}

.navbar .switch-background {
  display: block;
}

.navbar-transparent .switch-background {
  display: none;
}

.section-signup .col .btn {
  margin-top: 30px;
}

#buttons-row .btn {
  margin-bottom: 10px;
}

.section-basic {
  padding-top: 0;
}

.section-images {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-navbars .navbar-collapse {
    display: none !important;
  }
}

.page-header .filter::after {
  /* background-color: rgba(0, 0, 0, 0.3); */
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.page-header-new .filter::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.page-header .filter2::after {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0.5%,
    rgba(0, 0, 0, 0.3) 99.5%
  );
  content: "";
  display: block;
  height: 30%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.btn.btn-link.active,
.btn.btn-link:focus:active,
.open > .btn.btn-link.dropdown-toggle {
  background-color: inherit !important;
  color: inherit !important;
}

.btn-danger {
  background-color: #f334be;
  border-color: #f334be;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-danger:hover {
  background-color: #cf209e;
  border-color: #cf209e;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.swal2-styled.swal2-confirm {
  background-color: #f334be !important;
  border-radius: 12px !important;
}

.swal2-styled.swal2-cancel {
  border-radius: 12px !important;
  background-color: #bababa !important;
}

/* Global Font Family - Inter */
* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
  font-family: var(--font-family) !important;
}

html, body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
  font-family: var(--font-family) !important;
}

/* Preserve Font Awesome icons */
.fa, .fas, .far, .fal, .fab, .svg-inline--fa {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* Dark Mode CSS Variables */
:root {
  /* Font Family */
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  
  /* Light Mode Colors */
  --bg-primary: #ffffff;
  --bg-secondary: #f9f9f9;
  --bg-tertiary: #f5f5f5;
  --text-primary: #333333;
  --text-secondary: #66615b;
  --text-muted: #a49e93;
  --border-color: #e3e3e3;
  --border-light: #f1eae0;
  --card-bg: #ffffff;
  --navbar-bg: #ffffff;
  --sidebar-bg: #ffffff;
  --input-bg: #ffffff;
  --input-border: #dddddd;
  --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-light: 0 2px 12px rgba(0, 0, 0, 0.06);
  --hover-bg: #f8f9fa;
  --table-header-bg: #f8f9fa;
  --table-row-bg: #ffffff;
  --table-row-hover: #f6f6fb;
  --modal-bg: #ffffff;
  --dropdown-bg: #ffffff;
  --tooltip-bg: #333333;
  --tooltip-text: #ffffff;
  --image-bg: #f5f5f5;
  --skeleton-bg: #e5e5e5;
  --skeleton-shimmer: #f0f0f0;
  --overlay-bg: rgba(0, 0, 0, 0.8);
  --shadow-hover: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Dark Mode Colors - Aggressive Approach */
.dark-mode {
  --bg-primary: #171717;
  --bg-secondary: #1e1e1e;
  --bg-tertiary: #2d2d2d;
  --text-primary: #ffffff;
  --text-secondary: #e0e0e0;
  --text-muted: #b0b0b0;
  --border-color: #404040;
  --border-light: #505050;
  --card-bg: #171717;
  --navbar-bg: #1e1e1e  ;
  --sidebar-bg: #1e1e1e;
  --input-bg: #2d2d2d;
  --input-border: #505050;
  --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
  --shadow-light: 0 2px 12px rgba(0, 0, 0, 0.4);
  --hover-bg: #2d2d2d;
  --table-header-bg: #2d2d2d;
  --table-row-bg: #1e1e1e;
  --table-row-hover: #2d2d2d;
  --modal-bg: #171717;
  --dropdown-bg: #1e1e1e;
  --tooltip-bg: #ffffff;
  --tooltip-text: #333333;
  --image-bg: #2d2d2d;
  --skeleton-bg: #404040;
  --skeleton-shimmer: #505050;
  --overlay-bg: rgba(0, 0, 0, 0.8);
  --shadow-hover: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Dark Mode Toggle Styles */
.dark-mode-toggle {
  transition: all 0.3s ease;
  border-radius: 50%;
  font-size: 16px;
  font-weight: normal;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.dark-mode-toggle:hover {
  transform: scale(1.1);
}

.dark-mode-toggle i {
  transition: transform 0.3s ease;
}

.dark-mode-toggle:hover i {
  transform: rotate(15deg);
}

/* Sidebar specific dark mode toggle styles */
.side-nav .dark-mode-toggle {
  margin: 0;
  border: none !important;
}

/* Mobile menu specific dark mode toggle styles */
.menu-nav-items .dark-mode-toggle {
  margin: 0;
  border: none !important;
}

.dark-mode .menu-nav-items .dark-mode-toggle {
  border: none !important;
}

/* Hamburger Menu Button Colors */
.navbar-toggler .navbar-toggler-bar {
  background-color: #66615b !important;
  transition: background-color 0.3s ease;
}

.navbar-toggler.toggled .navbar-toggler-bar {
  background-color: #66615b !important;
}

.dark-mode .navbar-toggler .navbar-toggler-bar {
  background-color: #ffffff !important;
}

.dark-mode .navbar-toggler.toggled .navbar-toggler-bar {
  background-color: #ffffff !important;
}

/* Additional specificity for all navbar-toggler states */
.navbar-toggler .bar1,
.navbar-toggler .bar2,
.navbar-toggler .bar3 {
  background-color: #66615b !important;
}

.dark-mode .navbar-toggler .bar1,
.dark-mode .navbar-toggler .bar2,
.dark-mode .navbar-toggler .bar3 {
  background-color: #ffffff !important;
}

/* Comprehensive Dark Mode Overrides */
/* .dark-mode * {
  color: var(--text-primary) !important;
} */

.dark-mode body {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
  font-family: var(--font-family) !important;
}

.dark-mode html {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
  font-family: var(--font-family) !important;
}

/* Light mode for root element */
.light-mode #root {
  background-color: #ffffff !important;
}

/* Navigation */
/* .dark-mode .navbar {
  background-color: var(--navbar-bg) !important;
} */

.dark-mode .navbar-brand,
.dark-mode .navbar-nav .nav-link {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .navbar-nav .nav-link:hover {
  color: #66615b !important;
  color: var(--text-secondary) !important;
}

/* Sidebar */
.dark-mode .side-navbar {
  background-color: #ffffff !important;
  background-color: var(--sidebar-bg) !important;
}

.dark-mode .side-navbar .nav-link {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .side-navbar .nav-link:hover,
.dark-mode .side-navbar .nav-link.active {
  color: #f334be !important;
}

/* Mobile Navigation Dropdown */
@media screen and (max-width: 991px) {
  .dark-mode .navbar-collapse::after {
    background-image: none !important;
    background-color: #ffffff !important;
    background-color: var(--sidebar-bg) !important;
  }
  
  .dark-mode .navbar-collapse {
    background-color: #ffffff !important;
    background-color: var(--sidebar-bg) !important;
    border-left: 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3) !important;
  }
  
  .dark-mode .nav-dropdown {
    background-color: #ffffff !important;
    background-color: var(--sidebar-bg) !important;
  }
}

/* Cards and Containers */
.dark-mode .card {
  /* background-color: var(--card-bg) !important; */
    background-color: #1e1e1e !important;
}

.dark-mode .settings-content-box,
.dark-mode .settings-nav-box {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* Tables */
.dark-mode .table {
  color: #333333 !important;
  color: var(--text-primary) !important;
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .table thead th {
  background-color: #f8f9fa !important;
  background-color: var(--table-header-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .table tbody tr {
  background-color: #ffffff !important;
  background-color: var(--table-row-bg) !important;
}

.dark-mode .table tbody tr:hover {
  background-color: #f6f6fb !important;
  background-color: var(--table-row-hover) !important;
}

.dark-mode .table td,
.dark-mode .table th {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Forms */
.dark-mode .form-control {
  /* background-color: var(--input-bg) !important; */
  color: #333333 !important;
  color: var(--text-primary) !important;
      /* background-color: rgba(255, 255, 255, 0.3) !important; */
          background-color: rgba(255, 255, 255, 0.3) !important;

}

/* .dark-mode .form-control:focus {
  background-color: var(--input-bg) !important;
  color: var(--text-primary) !important;
} */

.dark-mode .form-control::placeholder {
  /* color: var(--text-muted) !important; */
     color: rgba(255, 255, 255, 0.6) !important; /* thoda halka white */
  opacity: 1;
  
}

/* Modals */
.dark-mode .modal-content {
  background-color: #2d2d2d !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}
.dark-mode .res-upload-content{
  background-color: black !important;
}

.dark-mode .modal-title {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Dropdowns */
.dark-mode .dropdown-menu {
  background-color: #ffffff !important;
  background-color: var(--dropdown-bg) !important;
}

.dark-mode .dropdown-item {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Tooltips */
.dark-mode .tooltip-inner {
  background-color: #333333 !important;
  background-color: var(--tooltip-bg) !important;
  color: #ffffff !important;
  color: var(--tooltip-text) !important;
}

/* Text Colors */
.dark-mode .text-muted {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

.dark-mode .text-secondary {
  color: #66615b !important;
  color: var(--text-secondary) !important;
}

/* Background Colors */
.dark-mode .bg-light {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

.dark-mode .bg-white {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* Aggressive Overrides */
.dark-mode [style*="background-color: white"],
.dark-mode [style*="background-color: #fff"],
.dark-mode [style*="background-color: #ffffff"] {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode [style*="background-color: #f9f9f9"],
.dark-mode [style*="background-color: #f5f5f5"],
.dark-mode [style*="background-color: #f3f3f3"] {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

.dark-mode [style*="color: black"],
.dark-mode [style*="color: #000"],
.dark-mode [style*="color: #000000"] {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode [style*="color: #333"],
.dark-mode [style*="color: #666"] {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Specific Components
.section {
  background-color: var(--bg-primary);
} */

.profile-content {
  background-color: #f9f9f9;
  background-color: var(--bg-secondary);
}

.settings-content-tab {
  background-color: #ffffff;
  background-color: var(--card-bg);
}

/* Player Wrapper */
.player-wrapper {
  background-color: #ffffff;
  background-color: var(--card-bg);
  border-color: #e3e3e3;
  border-color: var(--border-color);
}

/* React Player */
.react-player {
  background-color: #ffffff;
  background-color: var(--card-bg);
}

/* Additional Components - Only in dark mode */
.dark-mode .container {
  background-color: #ffffff;
  background-color: var(--bg-primary);
}

.dark-mode .row {
  background-color: transparent;
}

.dark-mode .col, .dark-mode .col-md, .dark-mode .col-lg, .dark-mode .col-sm, .dark-mode .col-xs {
  background-color: transparent;
}

/* Page Headers - Only in dark mode */
.dark-mode .page-header {
  background-color: #ffffff;
  background-color: var(--bg-primary);
}

/* Main Content Areas - Only in dark mode */
.dark-mode .main-content {
  background-color: #ffffff;
  background-color: var(--bg-primary);
}

/* Flex Containers - Only in dark mode
.dark-mode .flex {
  background-color: var(--bg-primary);
} */


.dark-mode .settings-nav-box {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .settings-content-tab {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* Profile Pages - Only in dark mode */
.dark-mode .profile-page {
  background-color: #ffffff;
  background-color: var(--bg-primary);
}

.dark-mode .profile-content {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

/* Home Screen - Only in dark mode */
.dark-mode .home-screen {
  background-color: #ffffff;
  background-color: var(--bg-primary);
}

/* Subscription Pages - Only in dark mode */
.dark-mode .subscription-page {
  background-color: #ffffff;
  background-color: var(--bg-primary);
}

/* Modal Overlays - Only in dark mode */
.dark-mode .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Prevent body scrolling when modals are open */
body.modal-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

/* Modal content styling for dark mode */
.dark-mode .modal-content {
  background-color: #2d2d2d !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

/* Modal header styling for dark mode */
.dark-mode .modal-header {
  background-color: #171117 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid var(--border-color) !important;
}
.dark-mode .res-modal-header{
  background-color: #171717 !important;
}
/* Modal body styling for dark mode */
/* .dark-mode .modal-body {
  background-color: #2d2d2d !important;
} */

/* Modal footer styling for dark mode */
.dark-mode .modal-footer {
  background-color: #2d2d2d !important;
  border-top: 1px solid #e3e3e3 !important;
  border-top: 1px solid var(--border-color) !important;
}
.dark-mode .footer-responsive{
  background-color: #171717 !important;
}
/* Modal close button styling for dark mode */
.dark-mode .modal .close {
  color: #333333 !important;
  color: var(--text-primary) !important;
  opacity: 0.7 !important;
}

.dark-mode .modal .close:hover {
  opacity: 1 !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Form Groups - Only in dark mode */
.dark-mode .form-group {
  background-color: transparent;
}

/* Labels - Only in dark mode */
.dark-mode label {
  color: #333333;
  color: var(--text-primary);
}

/* Headers - Only in dark mode */
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6 {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Paragraphs - Only in dark mode */
.dark-mode p {
  color: #333333;
  color: var(--text-primary);
}

/* Links - Only in dark mode */
.dark-mode a {
  color: #333333;
  color: var(--text-primary);
}

.dark-mode a:hover {
  color: #66615b;
  color: var(--text-secondary);
}

/* Lists - Only in dark mode */
.dark-mode ul, .dark-mode ol {
  color: #333333;
  color: var(--text-primary);
}

.dark-mode li {
  color: #333333;
  color: var(--text-primary);
}

/* Divs with white backgrounds */
div[style*="background-color: white"],
div[style*="background-color: #fff"],
div[style*="background-color: #ffffff"] {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* Override any remaining white backgrounds */
[style*="background-color: white"],
[style*="background-color: #fff"],
[style*="background-color: #ffffff"] {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* Force dark mode on specific problematic elements */
.dark-mode .container,
.dark-mode .row,
.dark-mode .col,
.dark-mode .col-md,
.dark-mode .col-lg,
.dark-mode .col-sm,
.dark-mode .col-xs {
  background-color: transparent !important;
}

.dark-mode .section {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

.dark-mode .profile-content {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

.dark-mode .settings-content-box {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .settings-nav-box {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}
/* 
.dark-mode .card {
  background-color: var(--card-bg) !important;
} */

.dark-mode .modal-content {
  background-color: #ffffff !important;
  background-color: var(--modal-bg) !important;
}

/* .dark-mode .navbar {
  background-color: var(--navbar-bg) !important;
} */

.dark-mode .side-navbar {
  background-color: #ffffff !important;
  background-color: var(--sidebar-bg) !important;
}

/* Override inline styles in dark mode */
.dark-mode [style*="background-color: #f9f9f9"] {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

.dark-mode [style*="background-color: #ffffff"] {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode [style*="background-color: white"] {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode [style*="background-color: #fff"] {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* Specific page overrides */
.dark-mode .home-screen {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

.dark-mode .profile-page {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

.dark-mode .subscription-page {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

/* Override any remaining Bootstrap classes */
.dark-mode .bg-white {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .bg-light {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

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

/* Additional specific overrides */
.dark-mode .white-trans {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .text-dark {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .text-white {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Override any remaining white backgrounds with higher specificity */
/* .dark-mode div, */
.dark-mode section,
.dark-mode article,
.dark-mode aside,
.dark-mode header,
.dark-mode footer,
.dark-mode main {
  background-color: #ffffff;
  background-color: var(--bg-primary);
}

/* Ensure all text is visible in dark mode */
/* .dark-mode * {
  color: var(--text-primary);
} */

.dark-mode .text-muted {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

.dark-mode .text-secondary {
  color: #66615b !important;
  color: var(--text-secondary) !important;
}

/* Comprehensive dark mode overrides */
.dark-mode {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

.dark-mode html {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

.dark-mode body {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

/* Override any element with white background */
.dark-mode *[style*="background-color: white"],
.dark-mode *[style*="background-color: #fff"],
.dark-mode *[style*="background-color: #ffffff"],
.dark-mode *[style*="background-color: rgb(255, 255, 255)"],
.dark-mode *[style*="background-color: rgba(255, 255, 255"] {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* Override any element with light gray background */
.dark-mode *[style*="background-color: #f9f9f9"],
.dark-mode *[style*="background-color: #f5f5f5"],
.dark-mode *[style*="background-color: #f8f9fa"] {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

/* Force dark mode on all containers */
.dark-mode .container,
.dark-mode .container-fluid,
.dark-mode .row,
.dark-mode .col,
.dark-mode .col-md,
.dark-mode .col-lg,
.dark-mode .col-sm,
.dark-mode .col-xs {
  background-color: transparent !important;
}

/* Override any remaining problematic elements */
/* .dark-mode div:not(.card):not(.modal-content):not(.navbar):not(.side-navbar) {
  background-color: var(--bg-primary);
} */

/* Messaging Section Dark Mode Fixes */
.dark-mode .conversation-list__header-title h2 {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .conversation-list__filterbar-btns button {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .conversation-list__filterbar-btns button.active {
  color: white !important;
}

.dark-mode .conversation-panel__header h2 {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Message Styling - Incoming Messages */
.dark-mode .message-item__container .message-item__text p {
  color: #333333 !important;
  color: var(--text-primary) !important;
  background-color: #bc8bd226 !important;
}

.dark-mode .message-item__container .message-text {
  color: #333333 !important;
  color: var(--text-primary) !important;
  background-color: #bc8bd226 !important;
}

/* Message Styling - Outgoing Messages (current-user) */
.dark-mode .message-item__container.current-user .message-item__text p {
  color: #333333 !important;
  color: var(--text-primary) !important;
  background-color: #bc8bd226 !important;
}

.dark-mode .message-item__container.current-user .message-text {
  color: #333333 !important;
  color: var(--text-primary) !important;
  background-color: #bc8bd226 !important;
}

.dark-mode .message-item__time span {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

.dark-mode .conversation-panel__empty p {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Feed Section Dark Mode Fixes */
.dark-mode .section-gray {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

/* .dark-mode .article {
  background-color: var(--card-bg) !important;
} */

/* .dark-mode .img-details {
  background-color: var(--card-bg) !important;
}  */

.dark-mode .img-details p {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .img-details span {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .card-body {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .card-body p {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .card-body h4 {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .card-body h5 {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .card-body h6 {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .card-description {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* .dark-mode .media-footer {
  background-color: var(--card-bg) !important;
} */

.dark-mode .btn-link {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Subscription Section Dark Mode Fixes */
/* .dark-mode .nav-tabs-navigation {
  background-color: var(--card-bg) !important;
} */

.dark-mode .nav-tabs .nav-link {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .nav-tabs .nav-link.active {
  color: #f334be !important;
}

/* .dark-mode .nav-tabs .nav-link:hover {
  color: var(--text-secondary) !important;
} */

.dark-mode .profile-card__title {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .profile-card__subtitle {
  color: #66615b !important;
  color: var(--text-secondary) !important;
}

.dark-mode .profile-card__description {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Container and Layout Fixes */
.dark-mode .container {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

.dark-mode .row {
  background-color: transparent !important;
}

.dark-mode .col,
.dark-mode .col-md,
.dark-mode .col-lg,
.dark-mode .col-sm,
.dark-mode .col-xs {
  background-color: transparent !important;
}

.dark-mode .main {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

.dark-mode .section {
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}

/* Text Color Fixes - Only Colors */
.dark-mode .text-center {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .text-left {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .text-right {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .font-weight-light {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .font-weight-normal {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .font-weight-bold {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Button Text Colors Only */
.dark-mode .btn-outline {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Input Text Colors Only */
.dark-mode input {
  color: #333333;
  color: var(--text-primary) ;
}

.dark-mode input::placeholder {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

.dark-mode textarea {
  color: #333333;
  color: var(--text-primary) ;
}

.dark-mode textarea::placeholder {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

/* Dropdown Text Colors Only */
.dark-mode .dropdown-item {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .dropdown-header {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

/* Specific Text Color Fixes */
.dark-mode .conversation-list__badge {
  color: white !important;
}

.dark-mode .submit-drawer__replies__header {
  color: #66615b !important;
  color: var(--text-secondary) !important;
}

.dark-mode .submit-drawer__replies__content {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .submit-drawer__replies__footer {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

/* Minimal Background Overrides - Only for essential visibility */
.dark-mode [style*="background-color: #F3F3F3"] {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

.dark-mode [style*="background-color: #f3f3f3"] {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
}

/* HR Element Dark Mode Fix */
.dark-mode hr {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #ffffff !important;
}

.dark-mode hr[style*="border-color"] {
  border-color: #ffffff !important;
}

.dark-mode hr[style*="background-color"] {
  background-color: #ffffff !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
  background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  background: var(--border-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a49e93;
  background: var(--text-muted);
}

/* Transitions */
* {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
} 
.dark-mode .conversation-panel__submit-box__icons svg {
  cursor: pointer;
  width: 24px;
  fill: white !important;
  stroke: white; /* for outline icons */
}

.dark-mode .handle-transparency{
  background-color: transparent !important;
}
.dark-mode .card-welcome-back{
      background-color: rgba(255, 255, 255, 0.3) !important;
}

/* Help Page Dropdown Dark Mode */
.dark-mode .help-dropdown {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border-color: #dddddd !important;
  border-color: var(--input-border) !important;
}

.dark-mode .help-dropdown option {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Navbar Toggler (Hamburger Menu) Dark Mode */
.dark-mode .navbar-toggler:not(.toggled) {
  .navbar-toggler-bar {
    background: white !important;
  }
}


/* .dark-mode .menu-nav-items .nav-item,
.menu-nav-items button {
  padding: 10px 15px;
  border-bottom: 1px solid #585757;
} */

/* Upload content and logout buttons - override inline styles */
.menu-nav-items .nav-item button[style*="color: rgb(102, 97, 91)"] {
    color: rgb(102, 97, 91) !important;
}

.dark-mode .menu-nav-items .nav-item button[style*="color: rgb(102, 97, 91)"] {
    color: white !important;
}

/* Target buttons with specific classes */
.menu-nav-items .nav-item .btn-secondary {
    color: rgb(102, 97, 91) !important;
}

.dark-mode .menu-nav-items .nav-item .btn-secondary {
    color: white !important;
}

/* Target logout button specifically */
.menu-nav-items .nav-item button:last-child {
    color: rgb(102, 97, 91) !important;
}

.dark-mode .menu-nav-items .nav-item button:last-child {
    color: white !important;
}

.dark-mode .side-nav{
  background-color: #ffffff !important;
  background-color: var(--bg-primary) !important;
}


/* Settings Specific - Only in dark mode */
.dark-mode .settings-content-box {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

/* SweetAlert Bright Mode Styles */
.swal2-container {
  background-color: rgba(0, 0, 0, 0.4) !important;
  z-index: 10003 !important; /* Ensure SweetAlert is above all other modals */
}

.swal2-popup {
  background-color: #ffffff !important;
  color: #333 !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
  max-width: 350px !important; /* Desktop max-width constraint */
  width: 90% !important; /* Mobile responsive */
}

.swal2-title {
  color: #333 !important;
}

.swal2-html-container {
  color: #666 !important;
}

.swal2-confirm {
  background-color: #f334be !important;
  border: none !important;
  color: white !important;
}

.swal2-confirm:hover {
  background-color: #e02dab !important;
}

/* SweetAlert Dark Mode Styles */
.dark-mode .swal2-container {
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 10003 !important; /* Ensure SweetAlert is above all other modals */
}

/* Hide success icon and all its components for profile upload success */
.swal2-icon.swal2-success {
  display: none !important;
}

.swal2-success-ring {
  display: none !important;
}

.swal2-success-circular-line-left,
.swal2-success-circular-line-right {
  display: none !important;
}

.swal2-success-line-tip,
.swal2-success-line-long {
  display: none !important;
}

.swal2-success-fix {
  display: none !important;
}

/* Prevent body scrolling when SweetAlert is open */
.dark-mode .swal2-container.swal2-backdrop-show {
  overflow: hidden !important;
}

/* Ensure SweetAlert popup has proper styling */
.dark-mode .swal2-popup {
  background-color: #2d2d2d !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.dark-mode .swal2-popup {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
  max-width: 350px !important; /* Desktop max-width constraint */
  width: 90% !important; /* Mobile responsive */
}

.dark-mode .swal2-header {
  background-color: transparent !important;
}

.dark-mode .swal2-title {
  color: #333333 !important;
  color: var(--text-primary) !important;
  font-weight: 600 !important;
}

.dark-mode .swal2-content {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-html-container {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-actions {
  background-color: transparent !important;
}

/* SweetAlert Buttons */
.dark-mode .swal2-styled {
  border-radius: 8px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

.dark-mode .swal2-confirm {
  background-color: #f334be !important;
  color: white !important;
  border: none !important;
}

.dark-mode .swal2-confirm:hover {
  background-color: #cf209e !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(243, 52, 190, 0.3) !important;
}

.dark-mode .swal2-cancel {
  background-color: #6c757d !important;
  color: white !important;
  border: none !important;
}

.dark-mode .swal2-cancel:hover {
  background-color: #5a6268 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3) !important;
}

.dark-mode .swal2-deny {
  background-color: #dc3545 !important;
  color: white !important;
  border: none !important;
}

.dark-mode .swal2-deny:hover {
  background-color: #c82333 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3) !important;
}

/* SweetAlert Input Fields */
.dark-mode .swal2-input {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #dddddd !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 6px !important;
}

.dark-mode .swal2-input:focus {
  border-color: #f334be !important;
  box-shadow: 0 0 0 0.2rem rgba(243, 52, 190, 0.25) !important;
}

.dark-mode .swal2-input::placeholder {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

/* SweetAlert File Input */
.dark-mode .swal2-file {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #dddddd !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 6px !important;
}

/* SweetAlert Textarea */
.dark-mode .swal2-textarea {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #dddddd !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 6px !important;
}

.dark-mode .swal2-textarea:focus {
  border-color: #f334be !important;
  box-shadow: 0 0 0 0.2rem rgba(243, 52, 190, 0.25) !important;
}

/* SweetAlert Select */
.dark-mode .swal2-select {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #dddddd !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 6px !important;
}

.dark-mode .swal2-select option {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* SweetAlert Range Input */
.dark-mode .swal2-range {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
}

.dark-mode .swal2-range input[type="range"] {
  background-color: #e3e3e3 !important;
  background-color: var(--border-color) !important;
}

.dark-mode .swal2-range input[type="range"]::-webkit-slider-thumb {
  background-color: #f334be !important;
}

.dark-mode .swal2-range input[type="range"]::-moz-range-thumb {
  background-color: #f334be !important;
}

.dark-mode .swal2-range output {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* SweetAlert Checkbox */
.dark-mode .swal2-checkbox {
  background-color: transparent !important;
}

.dark-mode .swal2-checkbox input[type="checkbox"] {
  accent-color: #f334be !important;
}

.dark-mode .swal2-checkbox .swal2-label {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* SweetAlert Radio */
.dark-mode .swal2-radio {
  background-color: transparent !important;
}

.dark-mode .swal2-radio input[type="radio"] {
  accent-color: #f334be !important;
}

.dark-mode .swal2-radio label {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* SweetAlert Progress Bar */
.dark-mode .swal2-timer-progress-bar-container {
  background-color: #e3e3e3 !important;
  background-color: var(--border-color) !important;
}

.dark-mode .swal2-timer-progress-bar {
  background-color: #f334be !important;
}

/* SweetAlert Icons */
.dark-mode .swal2-icon {
  border-color: #e3e3e3 !important;
  border-color: var(--border-color) !important;
}

.dark-mode .swal2-icon.swal2-success {
  border-color: #28a745 !important;
}

.dark-mode .swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #28a745 !important;
}

.dark-mode .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #28a745 !important;
}

.dark-mode .swal2-icon.swal2-error {
  border-color: #dc3545 !important;
}

.dark-mode .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  background-color: #dc3545 !important;
}

.dark-mode .swal2-icon.swal2-warning {
  border-color: #ffc107 !important;
  color: #ffc107 !important;
}

.dark-mode .swal2-icon.swal2-info {
  border-color: #17a2b8 !important;
  color: #17a2b8 !important;
}

.dark-mode .swal2-icon.swal2-question {
  border-color: #6c757d !important;
  color: #6c757d !important;
}

/* SweetAlert Image */
.dark-mode .swal2-image {
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 6px !important;
}

/* SweetAlert Footer */
.dark-mode .swal2-footer {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border-top: 1px solid #e3e3e3 !important;
  border-top: 1px solid var(--border-color) !important;
}

/* SweetAlert Close Button */
.dark-mode .swal2-close {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
  background-color: transparent !important;
}

.dark-mode .swal2-close:hover {
  color: #333333 !important;
  color: var(--text-primary) !important;
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

/* SweetAlert Validation Message */
.dark-mode .swal2-validation-message {
  background-color: rgba(220, 53, 69, 0.1) !important;
  color: #dc3545 !important;
  border: 1px solid rgba(220, 53, 69, 0.2) !important;
}

/* SweetAlert Custom Classes */
.dark-mode .swal-unsub-title {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal-unsub-body {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Bright mode SweetAlert Custom Classes */
.swal-unsub-title {
  color: #333 !important;
}

.swal-unsub-body {
  color: #666 !important;
}

/* SweetAlert Loading Animation */
.dark-mode .swal2-loader {
  border-color: #e3e3e3 !important;
  border-color: var(--border-color) !important;
  border-top-color: #f334be !important;
}

/* SweetAlert Backdrop */
.dark-mode .swal2-backdrop-show {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* SweetAlert Responsive Design */
@media (max-width: 576px) {
  .dark-mode .swal2-popup {
    margin: 10px !important;
    width: calc(100% - 20px) !important;
  }
  
  .dark-mode .swal2-title {
    font-size: 1.1em !important;
  }
  
  .dark-mode .swal2-content {
    font-size: 0.9em !important;
  }
  
  .dark-mode .swal2-styled {
    font-size: 0.9em !important;
    padding: 8px 16px !important;
  }
}

/* SweetAlert Animation Overrides */
.dark-mode .swal2-show {
  animation: swal2-show 0.3s ease-out !important;
}

.dark-mode .swal2-hide {
  animation: swal2-hide 0.15s ease-out forwards !important;
}

/* Custom SweetAlert Styles for Specific Use Cases */
.dark-mode .swal2-popup.swal2-modal {
  border-radius: 12px !important;
}

.dark-mode .swal2-popup.swal2-toast {
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* SweetAlert with Custom HTML Content */
.dark-mode .swal2-popup .custom-html-content {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-popup .custom-html-content p {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-popup .custom-html-content h1,
.dark-mode .swal2-popup .custom-html-content h2,
.dark-mode .swal2-popup .custom-html-content h3,
.dark-mode .swal2-popup .custom-html-content h4,
.dark-mode .swal2-popup .custom-html-content h5,
.dark-mode .swal2-popup .custom-html-content h6 {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* SweetAlert Progress Bar Custom Styling */
.dark-mode .swal2-popup #upload-progress-bar {
  background-color: #f334be !important;
}

.dark-mode .swal2-popup #upload-progress-text {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

/* Bright mode Progress Bar Styling */
.swal2-popup #upload-progress-bar {
  background-color: #f334be !important;
}

.swal2-popup #upload-progress-text {
  color: #666 !important;
}

/* SweetAlert with Form Elements */
.dark-mode .swal2-popup form {
  background-color: transparent !important;
}

.dark-mode .swal2-popup form label {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-popup form .form-group {
  background-color: transparent !important;
}

/* SweetAlert with Tables */
.dark-mode .swal2-popup table {
  background-color: transparent !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-popup table th {
  background-color: #f8f9fa !important;
  background-color: var(--table-header-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-popup table td {
  background-color: transparent !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* SweetAlert with Lists */
.dark-mode .swal2-popup ul,
.dark-mode .swal2-popup ol {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .swal2-popup li {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* SweetAlert with Links */
.dark-mode .swal2-popup a {
  color: #f334be !important;
}

.dark-mode .swal2-popup a:hover {
  color: #cf209e !important;
  text-decoration: underline !important;
}

/* Referral Bonus Circle Dark Mode */
.dark-mode .current-bonus-circle {
  background: conic-gradient(var(--clr-primary) 0deg, #404040 0deg) !important;
}

.dark-mode .current-bonus-circle[style*="lightgrey"] {
  background: conic-gradient(var(--clr-primary) 0deg, #404040 0deg) !important;
}

.dark-mode .inner-circle {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .current-bonus-circle__amount {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .current-bonus-circle__text {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .current-bonus-circle__text span {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Override inline styles for bonus circle */
.dark-mode .current-bonus-circle[style*="conic-gradient"] {
  background: conic-gradient(var(--clr-primary) 0deg, #404040 0deg) !important;
}

/* Specific override for dynamic conic gradient */
.dark-mode .current-bonus-circle[style*="lightgrey"] {
  background: conic-gradient(var(--clr-primary) 0deg, #404040 0deg) !important;
}

/* React DatePicker Dark Mode */
.dark-mode .react-datepicker {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  font-family: inherit !important;
}

.dark-mode .react-datepicker__header {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
  border-bottom: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.dark-mode .react-datepicker__current-month {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__day-name {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__day {
  color: #333333 !important;
  color: var(--text-primary) !important;
  background-color: transparent !important;
}

.dark-mode .react-datepicker__day:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__day--selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__day--selected:hover {
  background-color: #cf209e !important;
  color: white !important;
}

.dark-mode .react-datepicker__day--keyboard-selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__day--keyboard-selected:hover {
  background-color: #cf209e !important;
  color: white !important;
}

.dark-mode .react-datepicker__day--disabled {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
  background-color: transparent !important;
}

.dark-mode .react-datepicker__day--outside-month {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

.dark-mode .react-datepicker__day--today {
  background-color: rgba(243, 52, 190, 0.1) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  font-weight: bold !important;
}

.dark-mode .react-datepicker__navigation {
  background-color: transparent !important;
}

.dark-mode .react-datepicker__navigation-icon::before {
  border-color: #333333 !important;
  border-color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__navigation:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__month-container {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .react-datepicker__month {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .react-datepicker__month-text {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__month-text:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__month-text--selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__month-text--keyboard-selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__quarter-text {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__quarter-text:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__quarter-text--selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__quarter-text--keyboard-selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__year-text {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__year-text:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__year-text--selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__year-text--keyboard-selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__year-dropdown {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
}

.dark-mode .react-datepicker__year-option {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__year-option:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__year-option--selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__month-dropdown {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
}

.dark-mode .react-datepicker__month-option {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__month-option:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__month-option--selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__time-container {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
  border-left: 1px solid #e3e3e3 !important;
  border-left: 1px solid var(--border-color) !important;
}

.dark-mode .react-datepicker__time {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .react-datepicker__time-box {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .react-datepicker__time-list {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .react-datepicker__time-list-item {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__time-list-item:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__time-list-item--selected {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__time-list-item--disabled {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

.dark-mode .react-datepicker__today-button {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
  border-top: 1px solid #e3e3e3 !important;
  border-top: 1px solid var(--border-color) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__today-button:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .react-datepicker__close-icon {
  background-color: transparent !important;
}

.dark-mode .react-datepicker__close-icon::after {
  background-color: #333333 !important;
  background-color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__close-icon:hover::after {
  background-color: #f334be !important;
}

.dark-mode .react-datepicker__input-container input {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #dddddd !important;
  border: 1px solid var(--input-border) !important;
}

.dark-mode .react-datepicker__input-container input:focus {
  border-color: #f334be !important;
  box-shadow: 0 0 0 0.2rem rgba(243, 52, 190, 0.25) !important;
}

.dark-mode .react-datepicker__input-container input::placeholder {
  color: #a49e93 !important;
  color: var(--text-muted) !important;
}

/* DatePicker Popper/Portal */
.dark-mode .react-datepicker-popper {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.dark-mode .react-datepicker__triangle {
  border-bottom-color: #ffffff !important;
  border-bottom-color: var(--card-bg) !important;
}

.dark-mode .react-datepicker__triangle::before {
  border-bottom-color: #e3e3e3 !important;
  border-bottom-color: var(--border-color) !important;
}

/* DatePicker Range Styles */
.dark-mode .react-datepicker__day--in-range {
  background-color: rgba(243, 52, 190, 0.3) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__day--in-selecting-range {
  background-color: rgba(243, 52, 190, 0.2) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__day--range-start {
  background-color: #f334be !important;
  color: white !important;
}

.dark-mode .react-datepicker__day--range-end {
  background-color: #f334be !important;
  color: white !important;
}

/* DatePicker Week Numbers */
.dark-mode .react-datepicker__week-number {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .react-datepicker__week-number:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

/* DatePicker Footer */
.dark-mode .react-datepicker__footer {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
  border-top: 1px solid #e3e3e3 !important;
  border-top: 1px solid var(--border-color) !important;
}

/* DatePicker Time Input */
.dark-mode .react-datepicker__time-container .react-datepicker__time input {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #dddddd !important;
  border: 1px solid var(--input-border) !important;
}

/* DatePicker Header Navigation */
.dark-mode .react-datepicker__header__dropdown {
  background-color: #ffffff !important;
  background-color: var(--card-bg) !important;
}

.dark-mode .react-datepicker__header__dropdown select {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
  border: 1px solid #dddddd !important;
  border: 1px solid var(--input-border) !important;
}

.dark-mode .react-datepicker__header__dropdown select option {
  background-color: #ffffff !important;
  background-color: var(--input-bg) !important;
  color: #333333 !important;
  color: var(--text-primary) !important;
}

/* Statistics Item Transaction Details Dark Mode */
.dark-mode .transaction-details {
  background-color: #f9f9f9 !important;
  background-color: var(--bg-secondary) !important;
  border: 1px solid #e3e3e3 !important;
  border: 1px solid var(--border-color) !important;
}

.dark-mode .earnings-accordion-item .entry {
  transition: background-color 0.2s ease !important;
}

.dark-mode .earnings-accordion-item .entry:hover {
  background-color: #f8f9fa !important;
  background-color: var(--hover-bg) !important;
}

.dark-mode .earnings-accordion-item .entry .fa-chevron-down,
.dark-mode .earnings-accordion-item .entry .fa-chevron-up {
  color: #333333 !important;
  color: var(--text-primary) !important;
}

.dark-mode .earnings-accordion-item .entry:hover .fa-chevron-down,
.dark-mode .earnings-accordion-item .entry:hover .fa-chevron-up {
  color: #f334be !important;
}
.dark-mode .divider-dark{
  background-color: rgb(30, 30, 30) !important;  /* soft black */

}
.dark-mode .conversation-item__time{
      color: var(--clr-primary) !important;
} 
.dark-mode .dot-dark{
    color: var(--clr-primary) !important;
}


@media(max-width:768px){
.dark-mode .conversation-panel__header{
background-color: #121212 !important;

}
.dark-mode .conversation-panel__footer{
background-color: #121212 !important;
}
}
.dark-mode .message-dropdown__items{
      background-color: #2a2a2a
}
.dark-mode .container.no-dark-bg {
  background-color: transparent !important; /* ya jo bhi chahiye */
}
.dark-mode .swal2-popup{
      background-color: #2d2d2d
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #2c2c2c inset !important; /* Set to your desired background color */
    -webkit-text-fill-color: #fff !important; /* Set text color for better contrast */
}

/* Message Button Styles */
.message-btn-modern {
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #404040;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
  margin-left: 16px;
}

.message-btn-modern:hover {
  transform: scale(1.05);
  background-color: rgba(0, 0, 0, 0.9);
}

.message-btn-modern i {
  font-size: 18px;
  color: white;
  transition: color 0.2s ease;
}

.message-btn-modern.group:hover i {
  color: #f334be;
}

/* Group hover styles for primary pink */
.group:hover .group-hover\:text-primary-pink {
  color: #f334be !important;
}

/* Dark mode specific styles */
.dark-mode .message-btn-modern {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: #404040;
}

.dark-mode .message-btn-modern:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.dark-mode .message-btn-modern i {
  color: white;
}

.dark-mode .message-btn-modern.group:hover i {
  color: #f334be;
}

.dark-mode .group:hover .group-hover\:text-primary-pink {
  color: #f334be !important;
}

/* Profile Stats Styles */
.hover-scale {
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover-scale i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hover-scale span {
  display: flex;
  align-items: center;
  line-height: 1;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.hover-scale:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.hover-scale:disabled:hover {
  transform: none;
}

/* Dark mode for profile stats */
.dark-mode .text-neutral-400 {
  color: #a3a3a3 !important;
}

.dark-mode .hover-scale:hover {
  transform: scale(1.05);
}

.dark-mode .hover-scale:disabled:hover {
  transform: none;
}
.dark-mode .creator-card{
  background: #1a1a1a !important;
}
/* .dark-mode .upload-container{
    background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6)) !important;
} */
.dark-mode .file-preview{
   background: rgba(41, 41, 41, 0.8) !important;
}

/* Dark mode gradient for profile gallery */
.dark-mode .jh-modern-profile-gallery-gradient {
  background: linear-gradient(to bottom, 
    transparent 0%, 
    transparent 70%, 
    rgba(23, 23, 23, 0.3) 85%, 
    rgba(23, 23, 23, 0.7) 95%, 
    rgba(23, 23, 23, 1) 100%) !important;
}

/* Navbar Background and Positioning Fixes */

/* Ensure navbar has proper background in both light and dark modes */
.navbar {
  background-color: #ffffff !important;
  background-color: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

.top-nav {
  background-color: #ffffff !important;
  background-color: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

/* Guest navbar should be transparent */
/* .top-nav.handle-transparency {
  background-color: transparent !important;
}

.top-nav.handle-transparency.navbar-transparent {
  background-color: transparent !important;
} */

/* Other navbars (Creator, Users) should have proper backgrounds */
.navbar-transparent:not(.handle-transparency) {
  background-color: #ffffff !important;
  background-color: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

/* Ensure navbar doesn't overlap content */
.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



/* Dark mode specific overrides */
.dark-mode .navbar,
.dark-mode .top-nav,
.dark-mode .navbar-transparent {
  background-color: var(--navbar-bg) !important;
  /* box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.3); */
}

/* Override any inline styles that might interfere */
.dark-mode .navbar[style*="background-color"] {
  background-color: var(--navbar-bg) !important;
}

.dark-mode .top-nav[style*="background-color"] {
  background-color: var(--navbar-bg) !important;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
  body {
    padding-top: 54px !important;
  }
  
  /* .main-content,
  .page-content,
  .section-container,
  .flex,
  .section-dark,
  .messaging-area,
  .legal-page {
    padding-top: 54px !important;
  } */
  
  /* Add margin-top to flex containers on mobile */
  /* .flex {
    margin-top: 54px !important;
  } */
  
  /* Specific styling for the main flex container */
  .flex[style*="margin-top"] {
    margin-top: 54px !important;
  }
}

/* Desktop navigation menu items - white mode */
@media screen and (min-width: 991px) {
  .menu-nav-items .nav-item a,
  .menu-nav-items .nav-item button {
    color: var(--sidebar-bg) !important;
  }
}

/* Ensure navbar collapse menu has proper background */
@media screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #ffffff !important;
    background-color: var(--navbar-bg, #ffffff) !important;
  }
  
  .dark-mode .navbar-collapse {
    background-color: var(--navbar-bg) !important;
  }
  
  /* Guest navbar collapse should be transparent */
  .top-nav.handle-transparency .navbar-collapse {
    background-color: transparent !important;
  }
  
  .dark-mode .top-nav.handle-transparency .navbar-collapse {
    background-color: transparent !important;
  }
} 
/* Force 380px viewport for desktop and tablet */
/* This ensures the portal opens in mobile-like view regardless of screen size */

/* Root container - force 380px max width */
#root {
  max-width: 380px !important;
  margin: 0 auto !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
  min-height: 100vh !important;
  background-color: #171717 !important;
  position: relative !important;
}

/* Body styling for centered layout */
body {
  background-color: #f0f0f0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* Ensure all main containers respect the 380px limit */
.main-content,
.app-container,
.page-container {
  max-width: 380px !important;
  margin: 0 auto !important;
}

/* Modern components should respect the viewport */
.modern-container,
.jh-modern-profile-page,
.jh-modern-search-screen,
.modern-home-screen {
  max-width: 380px !important;
  margin: 0 auto !important;
}

/* Header components */
.modern-header,
.jh-search-header {
  max-width: 380px !important;
  margin: 0 auto !important;
}

/* Footer components */
.modern-footer {
  max-width: 380px !important;
  margin: 0 auto !important;
}

/* Side menu should be positioned relative to the 380px container */
.modern-side-menu-container {
  max-width: 380px !important;
}

/* Modal overlays should cover the full screen but content should be 380px */
.modal-content,
.modal-dialog {
  max-width: 380px !important;
  margin: 0 auto !important;
}

/* Ensure all pages respect the viewport */
.discover-screen,
.profile-page,
.home-screen {
  max-width: 380px !important;
  margin: 0 auto !important;
}

/* Grid layouts should work within 380px */
.creators-row,
.jh-modern-media-grid,
.jh-modern-profile-content-tabs {
  max-width: 380px !important;
}

/* Responsive adjustments for the forced viewport */
@media (min-width: 381px) {
  /* Add some padding on larger screens to center the 380px container */
  body {
    padding: 20px 0 !important;
  }
  
  #root {
    /* border-radius: 12px !important; */
    overflow: hidden !important;
  }
}

/* Ensure text and elements scale properly within 380px */
@media (max-width: 380px) {
  /* On actual mobile devices, remove the forced width */
  #root {
    max-width: 100vw !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  
  body {
    /* background-color: #171717 !important; */
    padding: 0 !important;
  }
}

/* Tablet specific adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    padding: 40px 0 !important;
  }
  
  #root {
    border-radius: 16px !important;
  }
}

/* Desktop specific adjustments */
@media (min-width: 1025px) {
  body {
    padding: 60px 0 !important;
  }
  
  /* #root {
    border-radius: 20px !important;
  } */
}

/* Ensure all modals and overlays work within the viewport */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Fix any potential overflow issues */
* {
  box-sizing: border-box !important;
}

/* Ensure images and media scale properly */
img, video {
  max-width: 100% !important;
  /* height: auto !important; */
}

/* Fix any absolute positioned elements */
.absolute,
.fixed {
  max-width: 380px !important;
}

/* Ensure the viewport meta tag works correctly */
html {
  overflow-x: hidden !important;
}

/* Global Image Protection CSS */

/* Disable image selection and interactions */
img {
  -webkit-user-select: none !important;
  user-select: none !important;
  
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
  
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
  
  /* pointer-events: none !important; - Removed to allow JavaScript event handlers */
  
  /* Prevent image saving via CSS */
  -webkit-user-modify: read-only !important;
  -moz-user-modify: read-only !important;
  user-modify: read-only !important;
}

/* Disable right-click context menu globally */
* {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

/* Allow text selection in input fields and text areas */
input, textarea, [contenteditable] {
  -webkit-user-select: text !important;
  user-select: text !important;
}

/* Disable image dragging */
img[data-protected="true"] {
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
  
  /* Additional protection */
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
  
  /* Prevent image context menu */
  -webkit-context-menu: none !important;
  context-menu: none !important;
}

/* Disable long press on images */
img[data-protected="true"]:active {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

/* Prevent image saving via browser developer tools */
img[data-protected="true"] {
  /* Make it harder to inspect */
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Disable image copying */
img[data-protected="true"] {
  -webkit-user-modify: read-only !important;
  -moz-user-modify: read-only !important;
  user-modify: read-only !important;
}

/* Additional protection for specific image containers */
.image-protected,
.file-preview-image,
.uploaded-file img,
.file-preview img {
  -webkit-user-select: none !important;
  user-select: none !important;
  
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
  
  -webkit-touch-callout: none !important;
  -webkit-tap-highlight-color: transparent !important;
  
  /* pointer-events: none !important; - Removed to allow JavaScript event handlers */
}

/* Disable image context menu globally */
img {
  -webkit-context-menu: none !important;
  context-menu: none !important;
}

/* Prevent image saving via keyboard shortcuts */
body {
  -webkit-user-select: none !important;
  user-select: none !important;
}

/* Allow text selection in specific areas */
input, textarea, [contenteditable], .text-selectable {
  -webkit-user-select: text !important;
  user-select: text !important;
}

img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */    /* Konqueror HTML */      /* Old Firefox */       /* IE/Edge */
  user-select: none;           /* Standard */
  pointer-events: auto;        /* Ensure image is clickable */
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  -webkit-clip-path: circle(0);
          clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--dark {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark {
  background: #bb86fc;
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}


.warning .icon-peach {
  width: 24px;
  height: 25px;
  max-width: 24px;
  max-height: 25px;
}

.warning-sub-text {
  font-size: 1.2em;
}

.warning p {
  font-weight: 400;
}

.warning-list-box {
  border: 1px solid white;
  flex-wrap: wrap;
  border-radius: 5px;
}

.warning-single {
  display: flex;

  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  min-height: 70px;
  padding-right: 30px;
  padding-left: 30px;
}

.warning-single > div:first-child {
  display: grid;
  margin-right: 10px;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  min-width: 30px;
  height: 100%;
}

.warning .btn-round {
  margin-left: auto;
  margin-right: auto;
}

.warningbg {
  background-color: #0b1011;
  opacity: 1 !important;
}

.welcome-back .welcome-left img {
  width: auto;
  max-height: 600px;
}

.welcome-back .card-register {
  border-radius: 8px;
  color: #fff;
  max-width: 400px;
  margin: 20px 0 70px;
  min-height: 400px;
  padding: 30px;
}
.welcome-back .card-register.card-welcome-back {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #fff;
  width: 400px;
  max-width: auto;
  margin: 0;
  min-height: 400px;
  padding-top: 0px;
}

.welcome-back .register-form input[type="text"],
.welcome-back .register-form input[type="password"] {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white;
  border-bottom: 1px solid white;
}

.choose-profile .card-register label {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .choose-profile .card-register {
    max-width: 500px;
  }
}

.white-trans {
  background-color: rgba(255, 255, 255, 0.8);
}

.white-trans2 {
  background-color: rgba(255, 255, 255, 0.7);
}

.black-trans {
  background-color: rgba(0, 0, 0, 0.3);
}

.choose-profile .card-register .btn-link {
  margin-top: 0px;
}

.choose-profile .card .card-footer {
  padding: 0 15px;
}

.personal-info {
  border-radius: 10px;
}

.personal-info label {
  font-weight: 400;
}

.personal-info .title {
  margin-bottom: 0;
}
.personal-info p {
  text-align: center;

  font-weight: 500;
  margin-bottom: 50px;
}

.payout .fa-star {
  color: #f2f258;
}

.choose-profile.register .form-check .form-check-sign::before,
.form-check .form-check-sign::after {
  background-color: transparent;

  border: 1px solid #aaa7a4;
}
.choose-profile.register .form-check .form-check-sign::before,
.form-check .form-check-sign::after {
  background-color: transparent;
  border: 1px solid #aaa7a4;
}

.choose-profile.register .card-register {
  max-width: 500px;
    max-height: 820px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.card-register::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .warning-single {
    color: #777;
  }
}

.logo-color-btn {
  background-color: #f334be;
  border-color: #f334be;
}

.logo-color-btn:hover {
  background-color: #000;
  border-color: #000;
}

.logo-color-text {
  color: #f334be !important;
}

.logo-color-text:hover {
  color: #f334be;
}

/* .ls-1 {
  letter-spacing: 1px;
} */

.text-white {
  color: #fff;
}

.text-white:hover {
  color: #fff;
}

.fw-l {
  font-weight: 200;
}

.fw-2 {
  font-weight: 400;
}

.forgot .btn-link {
  margin-top: 5px;

  margin-bottom: 20px;
}

.transparent-btn {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
}
.transparent-btn:hover {
  background-color: #000;
  border: none;
}

.red-input .form-check .form-check-sign::before {
  background-color: transparent;
  border: 1px solid #66615b;
}

.red-input .form-check .form-check-sign::before {
  background-color: transparent;
  border: 1px solid #66615b;
}

.br-10 {
  border-radius: 10px;
}

.img-circle {
  border: 2px solid #fff;
}
.transparent-btn-gray {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
}

.settings-nav-box {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
}

.settings-nav-box ul li:not(:first-child) {
  border-top: 1px solid #efefef;
}

.settings-nav-box ul li {
  padding: 10px 0px;
}

.settings-content-box {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px 20px 50px 20px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .sec-profile-tabs-container {
    width: 70%;
  }
}

.sec-profile-tabs-container .active.nav-link {
  color: #f334be !important;
}

.nav-tabs .nav-item .nav-link.active {
  color: #f334be;
}

@media screen and (max-width: 991px) {
  .settings-nav-box ul li {
    font-size: 14px;
  }

  .warning-single {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.payout .settings-tabs .nav-tabs-wrapper {
  width: 100%;
}

@media screen and (max-width: 868px) {
  .page-header.welcome-back-page-header.firstonly {
    background-position: 75% 50%;
  }

  .welcome-back.container .row {
    margin-top: 115px;
  }

  .welcome-back.container .row {
    margin-top: 80px;
  }

  .welcome-back .welcome-left {
    display: none !important;
  }

  .welcome-back.container .row .card-register {
    margin-bottom: 50px;
    width: 100%;
    max-width: none;
    max-width: initial;
  }

  .welcome-back .welcome-left img {
    max-width: 300px;
  }

  .welcome-back-page-header {
    max-height: none;
    max-height: initial;
  }
  .welcome-back-page-header .welcome-left img {
    object-fit: contain;
  }
}

@media screen and (max-width: 786px) {
  .choose-profile .card-register {
    max-width: none;
    max-width: initial;
  }
}

.register-page-main {
  max-height: none;
  max-height: initial;
}

@media screen and (max-width: 786px) {
  .choose-profile .card-register {
    max-width: none;
    max-width: initial;
  }

  .subs-price-title {
    font-size: 25px;
  }

  .subs-price-sub-title {
    font-size: 13px;
  }
}

.phonenumber-veri {
  font-size: 10px;
}

.verification-screen-header {
  max-height: none;
  max-height: initial;
}

@media screen and (max-width: 786px) {
  .warning-sub-text {
    padding: 20px;
    color: #777;
  }
  .section.section-dark.warning {
    padding-top: 20px;
  }

  .warning-logo {
    max-height: 80px;
  }
  .warning-sub-text {
    text-align: justify !important;
  }

  .warning-list-box {
    border: none;
  }
}

.warning .title.text-center {
  margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
  .section.section-dark.warning {
    padding-top: 10px;
  }

  .warning-logo {
    max-height: 80px;
  }

  .warning-title-2 {
    font-size: 16px;
  }
  .warning-single p {
    font-size: 12px;
  }
}

.infernoname {
  color: #f334be;
}

.arrow-back:hover {
  color: #a9a9a9 !important;
}

#datetimepicker tfoot {
  display: none;
}

.welcome-back.login-screen {
  margin-top: 100px;
}

@media screen and (max-width: 1440px) {
  .welcome-back.login-screen {
    margin-top: 130px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 868px) {
  .welcome-back.login-screen {
    margin-top: 70px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 576px) {
  .welcome-back.login-screen {
    margin-top: 30px;
    margin-bottom: 120px;
  }
}


.modal-dialog {
  padding-top: 0px;
  margin: 0 auto;
}

.personal-info .rdtPicker {
  top: -282px;
}

.personal-info .rdtPicker:before,
.rdtPicker:after {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-dialog.profile-page-modal .close,
.edit-capture-modal .close {
  font-size: 3.5rem;
  z-index: 200;
}

@media screen and (max-width: 1320px) {
  .profile-page-pictures.all-videos-box,
  .profile-page-pictures.video-sec.all-videos-box {
    padding-left: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .profile-page-pictures.all-videos-box,
  .video-sec.all-videos-box {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .profile-page-pictures.all-videos-box,
  .profile-page-pictures.video-sec.all-videos-box {
    justify-content: center !important;
    padding-left: 0 !important;
  }
}
.choose-profile {
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .choose-profile .card-register {
    padding: 30px 0;
  }
  .choose-profile .card-register.subscr {
    margin-top: 0px;
    padding: 30px 0;
  }
  .choose-profile.register.container.subscr {
    padding: 20px 0;
  }
  .personal-info {
    margin-top: 120px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1440px) {
  .verification-screen {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .settings-tabs .nav-tabs-wrapper {
    width: 98%;
  }
}

.monthly-subscription {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 576px) {
  .monthly-subscription {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.dashboard-search.input-group input ::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .page-header.sign-up-process {
    align-items: flex-start;
  }

  /* .signup-process-card {
    margin-top: 100px;
  } */

  .signup-process-card-extra {
    margin-top: 120px;
  }
}

.guest-signup {
  background-color: transparent;
}

.promo-campaign .bootstrap-switch {
  margin-bottom: 0 !important;
}
.promo-campaign {
  margin-bottom: 0 !important;
}

.sidebar-collapse.modal-open {
  padding-right: 0 !important;
}
.sidebar-collapse {
  padding-right: 0 !important;
}

.sign-up-process .main-boxx {
  margin-top: 120px;
  max-height: 820px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.main-boxx::-webkit-scrollbar {
  display: none;
}


@media screen and (max-width: 768px) {
  .signup-process-card .row .white-trans {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .signup-process-card .card-register {
    max-width: 50vw;
  }
}

@media screen and (max-width: 576px) {
  .register-form .form-control {
    font-size: 16px !important;
  }
}

.sweet_loader {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: ro;
  transform-origin: 50% 50%;
  transform: rotate(0) translate(0, 0);
}
@keyframes ro {
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}

body.modal-open {
  overflow: hidden;
}

.container-max {
  max-width: 540px;
  width: 90%;
  margin: 0 auto;
}

.container-max-lg {
  max-width: 730px;
  width: 90%;
  margin: 0 auto;
}

.container-max-xl {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.p-section {
  padding-top: 70px;
  padding-bottom: 40px;
}

select:invalid {
  color: #dddddd;
}

/* Payment iFrame */
.paymentIFrameWrap {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 15px;
  height: 650px;
}

.paymentIFrame {
  width: 100%;
  border: none;
  padding: 0;
  box-shadow: none;
  background-color: #fff;
  width: 100%;
}

.paymentIFrame .body {
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-top: 7px !important;
  padding: 0 !important;
}

.paymentIFrame .flexforms_wrapper {
  max-width: 98% !important;
}

@media screen and (max-width: 768px) {
  .paymentIFrame {
    /*min-height: 550px !important;*/
    height: 100vh;
  }
  .paymentIFrameWrap {
    margin: 5px !important;
    margin-top: -10px !important;
    overflow-y: scroll !important;
  }
  .payment-bundles-screen .cancel-btn,
  .payment-bundles-screen .title {
    display: none !important;
  }
  .payment-bundles-screen .container {
    min-height: initial;
    height: 100%;
    min-height: 100% !important;
  }
}

*:focus {
  outline: none !important;
}

/* FAQ Section styles */
.accordion-section {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 5px 10px 15px;
  border-radius: 3px;
}
.accordion-section__label {
  cursor: pointer;
  padding: 25px 10px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.accordion-section__content {
  /* background: #f7f7f7; */
  border: 1px solid #ebebeb;
  margin-top: 10;
  padding: 20px;
  width: 100%;
  border-radius: 7px;
}
.accordion-section__content strong {
  font-weight: 500;
}
.accordion-section__content *:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-section__content ul {
  margin-bottom: 0px;
}
.accordion-section__content li:not(:last-child) {
  margin-bottom: 10px;
}

/* Helper styles */
.jh-button:disabled {
  pointer-events: none;
}

.btn.btn-link {
  color: #f334be !important;
}

.btn.btn-link:hover {
  color: #f334be !important;
}

.btn.btn-link:active {
  color: #f334be !important;
}


.cookies-banner .modal-content {
  background: #1e1e1e;
  border-radius: 10px;
  border: none;
  max-width: 380px !important;
  margin: 0 auto !important;
}

.cookies-banner-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}


@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .mobile-only {
    display: block;
    width: 100%;
  }
  .mobile-transaction-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .mobile-transaction-row {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  .mobile-transaction-row:last-child {
    border-bottom: none;
  }
  .pagination-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
.no-transactions {
  margin-top: 110px;
  padding: 20px;
}
.billing-info {
  padding: 10px 0;
  font-size: 0.9rem;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
    background-color: #f334be !important;
    border-radius: .3rem;
    color: #fff;
}
.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
    background-color: #f334be !important;
}
 .react-datepicker__day--selected{
      background-color: #f334be !important;
 }
 .react-datepicker__close-icon:after {
    background-color: #f334be !important;
}

/* Highlight selected year with pink background */
.react-datepicker__year-dropdown .react-datepicker__year-option--selected_year {
  background-color: #f334be !important;
  color: #fff !important;
  border-radius: 0.25rem;
}

/* Hover color on year options */
.react-datepicker__year-dropdown .react-datepicker__year-option:hover {
  background-color: #f334be !important;
  color: #fff !important;
  border-radius: 0.25rem;
}

.edit-capture-modal .close, .modal-dialog.profile-page-modal .close {
    font-size: 2rem;
    z-index: 200;
}

/* .nav-tabs-navigation{
  display: flex;
  justify-content: center;
} */

/* Custom Swal styles for unsubscribe modal */
.swal-unsub-title {
  font-weight: normal !important;
  font-size: 1em !important;
  white-space: normal !important;
  word-break: break-word !important;
}

/* Responsive font-size for profile page content tabs */
.profile-page-content .content-tab .nav-link {
  font-size: 1rem;
  transition: font-size 0.3s ease;
}

/* Tablet and smaller screens */
@media (max-width: 768px) {
  .profile-page-content .content-tab .nav-link {
    font-size: 0.9rem;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .profile-page-content .content-tab .nav-link {
    font-size: 0.8rem;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .profile-page-content .content-tab .nav-link {
    font-size: 0.75rem;
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  .profile-page-content .content-tab .nav-link {
    font-size: 0.7rem;
  }
}

/* Hide scrollbar for recommended creators */
.recommended-creators-container::-webkit-scrollbar {
  display: none;
}

.recommended-creators-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Mobile view max-width for profile-content section - hard styled, not overridable */
@media (max-width: 768px) {
  .profile-content {
    max-width: 340px !important;
  }
}

/* Ensure horizontal layout and proper spacing for profile tabs */
.profile-page-content {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  /* Hide scrollbar for webkit browsers */
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* Internet Explorer 10+ */
}

/* Hide scrollbar for webkit browsers (Chrome, Safari, Edge) */
.profile-page-content::-webkit-scrollbar {
  display: none !important;
}

.profile-page-content .content-tab {
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

/* Remove before and after effects from active tabs */
.content-tab .nav-link.active::before,
.content-tab .nav-link.active::after,
.content-tab .nav-link.active:before,
.content-tab .nav-link.active:after {
  display: none !important;
  content: none !important;
}

/* Also remove from hover and focus states */
.content-tab .nav-link.active:hover::before,
.content-tab .nav-link.active:hover::after,
.content-tab .nav-link.active:focus::before,
.content-tab .nav-link.active:focus::after,
.content-tab .nav-link.active:hover:before,
.content-tab .nav-link.active:hover:after,
.content-tab .nav-link.active:focus:before,
.content-tab .nav-link.active:focus:after {
  display: none !important;
  content: none !important;
}

/* Responsive padding adjustments */
@media (max-width: 768px) {
  .profile-page-content .content-tab .nav-link {
    padding: 0.5rem 0.75rem !important;
  }
}

@media (max-width: 576px) {
  .profile-page-content .content-tab .nav-link {
    padding: 0.4rem 0.6rem !important;
  }
}

@media (max-width: 480px) {
  .profile-page-content .content-tab .nav-link {
    padding: 0.3rem 0.5rem !important;
  }
}
.swal-unsub-body {
  white-space: pre-line !important;
  word-break: break-word !important;
}
@media (max-width: 600px) {
  .swal-unsub-title {
    font-size: 1em !important;
  }
  .swal-unsub-body {
    font-size: 0.70em !important;
    line-height: 1.3 !important;
    max-width: 90vw;
    white-space: pre-line !important;
  }
}
/* 
.handle-transparency{
  background-color: transparent !important;
} */ 
 
.register-identity-section {
  margin-top: 40px;
}
.register-identity-section > * {
  margin-bottom: 50px;
}
.register-identity-section label {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .register-identity-section {
    padding-top: 20px;
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
  }
}

/* DatePicker Styles */
.datepicker-wrapper {
  position: relative;
  z-index: 1000;
}

.custom-datepicker {
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.custom-day {
  cursor: pointer;
  padding: 8px;
  text-align: center;
}

.custom-day:hover {
  background-color: #f0f0f0;
}

.custom-day.selected {
  background-color: #007bff;
  color: white;
}

.custom-day.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .nav-open .navbar-translate {
    transform: translateX(-300px);
  }
  .navbar-collapse {
    width: 300px;
    transform: translateX(300px);
    background-color: #fff !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .dropdown.show.nav-item {
    text-align: center;
  }
  .dropdown-menu .dropdown-item:hover {
    color: #f334be !important;
  }
}

@media screen and (max-width: 1360px) {
  .dropdown-danger.dropdown-menu.dropdown-menu-right.show {
    /* height: 500px; */
    overflow-y: scroll;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse::after {
    background-image: linear-gradient(to bottom, white, white);
  }
  .navbar-collapse {
    border-left: 0px;
    box-shadow: 0px 5px 5px rgba(131, 131, 131, 0.137);
  }
  .nav-dropdown {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .nav-item-left {
    /* width: 100%;
        padding-left: 18px; */
    display: none;
  }
}

.navbar .navbar-brand {
  font-weight: 600;
  margin: 5px 0px;
  padding: 0;
  font-size: 14px;
  color: #66615b;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navbar-translate {
    padding: 0 10px;
  }
}
.dropdown-menu .drop-no-show.dropdown-divider {
  display: block;
}
@media screen and (min-width: 991px) {
  .dropdown-menu .drop-no-show.dropdown-item,
  .dropdown-menu .drop-no-show.dropdown-divider {
    display: none;
  }
}

.nav-drop-header p,
.nav-drop-header h5 {
  color: #66615b;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    padding: 0;
    color: #66615b !important;
    font-size: 14px;
    font-weight: 500;
  }
  .nav-drop-button .img-circle {
    margin-bottom: 0px;
  }
  .dropdown-menu .dropdown-header {
    padding: 7px 15px 5px;
  }
  .navbar .navbar-collapse.show .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .nav-guest.nav-link {
    color: #66615b !important;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-toggle::after {
    display: none;
  }

  .shareUrl {
    font-size: 0.5rem;
  }
}

/* Navbar Background and Positioning Fixes */
.navbar {
  background-color: #ffffff !important;
  background-color: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

.top-nav {
  background-color: #ffffff !important;
  background-color: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

.navbar-transparent {
  background-color: #ffffff !important;
  background-color: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

/* Ensure navbar doesn't overlap content */
.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}


/* New side nav bar */
.side-nav {
  position: relative;
  width: 100%;
  background-color: white;
  z-index: 10;
  display: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.144);
  min-height: 100vh;
  flex-shrink: 0;
}
.side-nav.light-theme {
  background-color: transparent;
  box-shadow: none;
}
.side-nav .navbar {
  flex-direction: column;
  flex-grow: 1;
  box-shadow: none;
}
.side-nav__container {
  padding: 50px 0 80px 0px;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 300px;
  overflow-y: auto;
  height: 100%;
  justify-content: flex-start !important;
}

.side-nav .navbar-nav {
  width: 100%;
}
.side-nav__container .navbar-nav {
  display: flex;
  flex-direction: column;
}
.side-nav__link {
  width: 100%;
  /* border-radius: 40px; */
  transition: background-color 300ms ease-in;
}
.side-nav__link:hover,
.side-nav__link.active {
  background-color: #f334bd88;
}
.side-nav__header {
  padding-left: 50px;
  width: 100%;
  align-self: flex-start;
}
.light-theme .side-nav__header {
  color: white;
}

.side-nav .juicy-logo {
  display: none;
}

.side-nav .side-nav__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 50px;
  padding-top: 20px;
}
/* Chrome, Edge, and Safari */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #b5b5b6;
  border-radius: 14px;
  /* border: 3px solid var(--primary); */
}

@media screen and (min-width: 991px) {
  .hide-top-nav .top-nav__collapse.navbar-collapse {
    display: none !important;
  }
  .top-nav .container {
    padding-left: 300px;
    margin-right: 50px;
  }
  /* .top-nav .navbar-collapse {
    padding-top: 20px;
  } */

  .side-nav .juicy-logo {
    display: block;
  }

  .top-nav .juicy-logo {
    display: none !important;
  }

  .side-nav {
    display: block;
    max-width: 300px;
  }
}

@media screen and (min-width: 1400px) {
  .side-nav {
    display: block;
    max-width: 340px;
  }
  .top-nav .container {
    padding-left: 340px;
    margin-right: 50px;
    background: transparent !important;
  }
  .side-nav__container {
    width: 340px;
  }
}

.section-container {
  padding-top: 70px;
  margin-top: 0;
}

/* Ensure main content areas have proper spacing */
.main-content {
  padding-top: 70px;
}

/* Fix for pages that might have their own padding */
.page-content {
  padding-top: 70px;
}

/* Mobile menu Nav */
.menu-nav-items i,
.menu-nav-items .nav-item button i {
  font-size: 1.25rem;
}

.menu-nav-items .nav-item button {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
.menu-nav-items .nav-item,
.menu-nav-items button {
  padding: 10px 15px;
  border-bottom: 1px solid #5d5c5c;
}
/* .menu-nav-items .nav-item a, */
/* .menu-nav-items .nav-item button {
  color: #66615b;
} */
.menu-nav-items .nav-item a:hover,
.menu-nav-items .nav-item button:hover {
  color: #f334be;
  cursor: pointer;
}

@media screen and (min-width: 991px) {
  .menu-nav-items i,
  .menu-nav-items .nav-item button i {
    display: none;
  }

  .menu-nav-items {
    display: flex;
    align-items: center;
  }

  .menu-nav-items .nav-item button {
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
  }
  .menu-nav-items .nav-item,
  .menu-nav-items button {
    border-bottom: 0;
  }
  .menu-nav-items .nav-item a,
  .menu-nav-items .nav-item button {
    color: rgb(102, 97, 91) !important;
  }
  .menu-nav-items .nav-item a:hover,
  .menu-nav-items .nav-item button:hover {
    color: #fff;
  }
}

.responsive-gap {
  gap: 93px;
}

@media (max-width: 600px) {
  .responsive-gap {
    gap: 60px;
  }
}

.view-uploaded .modal-body {
  padding: 20px 50px;
  color: #000;
  height: 80%;
  max-height: 500px;
  overflow: auto;
}

.upload .form-control {
  border-radius: 7px;
  font-size: 12px;
}

.upload img {
  width: 300px;
  height: 300px;
  margin: 0;
  object-fit: cover;
  max-width: 400%
}

.upload-card-caption {
  /* position: absolute; */
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  position: relative;
}

/* Custom Video Player Styles */
.custom-video-player {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.custom-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-video-player .controls-overlay {
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  transition: opacity 0.3s ease;
}

.custom-video-player .progress-bar {
  background: rgba(255,255,255,0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.custom-video-player .progress-bar:hover {
  background: rgba(255,255,255,0.5);
}

.custom-video-player .progress-fill {
  background: #F334BE;
  border-radius: 2px;
  transition: width 0.1s ease;
}

.custom-video-player .control-button {
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-video-player .control-button:hover {
  background: rgba(0,0,0,0.7);
}

.custom-video-player .volume-slider {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255,255,255,0.3);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.custom-video-player .volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}

.custom-video-player .volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.custom-video-player .play-overlay {
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.custom-video-player .play-overlay:hover {
  background: rgba(0,0,0,0.8);
}

@media (max-width: 1536px) {
  .view-uploaded .modal-body {
    max-height: 380px;
  }
}

@media (max-width: 991px) {
  .upload img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .upload img {
    width: 250px;
    height: 250px;
    max-width: 200% !important;
  }
}

@media (max-width: 576px) {
  .upload {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* .upload img {
    width: 220px;
    height: 220px;
  } */
  .view-uploaded .modal-body {
    max-height: 330px;
  }
}
@media (max-width:768px){
  .handle-upload-res{
    padding:0 !important;
      display: flex !important;
  flex-wrap: wrap;
  gap: 0 !important; 
  }
}
@media (min-width: 576px) {
  .modal-dialog.view-uploaded {
    width: 90%;
    max-width: 1600px;
    margin: 0rem auto;
  }
}

/* Feed Responsive Styling */

/* Desktop styles (>768px) */
@media screen and (min-width: 769px) {
  .feed-container {
    display: flex;
    justify-content: center;
  }
  
  .feed-section {
    width: 60%;
  }
}

/* Mobile styles (≤768px) */
@media screen and (max-width: 768px) {
  .feed-container {
    display: block;
  }
  
  .feed-section {
    width: 100%;
  }
} 


.mysub-feed-background{
  background: white;
}

.modal-body-upload {
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center children horizontally */
}

.dropzone-upload {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: nowrap;
  justify-content: center; /* Center the boxes horizontally as a group */
  align-items: center;
  width: 520px; /* Explicit width for desktop: 2 * 250px (boxes) + 20px (gap) */
  max-width: 520px; /* Ensure max-width is also fixed */
  margin: 0 auto; /* Center the dropzone itself */
}

.upload-box {
  flex: 0 0 250px; /* Explicit flex-basis for fixed width */
  width: 250px; /* Consistent width for both camera and library boxes on desktop */
  max-width: 250px;
  min-width: 0;
  min-width: initial;
  height: 200px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #555;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  /* background-color: #2d2d2d !important; */
  overflow: hidden;
    background-color: #171717 !important;
}

.upload-box video,
.upload-box img {
  width: 100%;
  border-radius: 8px;
  max-height: 100%;
  object-fit: contain;
}

.upload-box-controls {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.upload-tip-block,
.selected-files-container,
.caption-section {
  width: 520px; /* Adjust width to align with other blocks */
  max-width: 520px; /* Match other content blocks max width */
  margin: 8px auto 0; /* Center the block and adjust top margin */
}

.upload-tip-block {
  padding: 12px;
  border: 2px solid #555;
  border-radius: 12px;
  /* background-color: black; */
    background-color: #171717;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px; /* Add gap between icon and text */
  min-height: 140px; /* Reduced height to better fit the section */
  overflow: hidden; /* Prevent content overflow */
  box-sizing: border-box; /* Include padding in width calculation */
}

.upload-tip-block h4 {
  margin-bottom: 6px;
  font-size: 16px;
  color: rgb(243, 52, 190);
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  white-space: normal;
  line-height: 1.2;
}

.upload-tip-block p {
  margin: 2px 0;
  font-size: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  white-space: normal;
  line-height: 1.2;
}

.selected-files-container {
  margin-top: 15px;
  width: calc(100% - 40px);
  margin: 15px auto 0;
}

.file-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.file-preview-item {
  border: none;
  border-radius: 12px;
  padding: 5px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  /* width: calc(20% - 8px); 
  height: 120px;  */
}

.file-preview-item img,
.file-preview-item video {
  width: 100%;
  height: 80px; /* Reduced height */
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 5px;
}

.file-preview-item .file-placeholder {
  width: 100%;
  height: 80px; /* Reduced height */
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 5px;
}

.file-preview-item .file-name {
  font-size: 9px; /* Smaller font size */
  color: #666;
  word-break: break-word;
}

.remove-file-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.load-more-files-button {
  border: 2px dashed #ccc;
  border-radius: 12px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px; /* Reduced height */
  background-color: #222;
  color: white;
  width: calc(20% - 8px); /* Match width of other items */
  font-size: 10px;
}

.caption-section {
  margin-top: 15px;
  width: calc(100% - 40px);
  margin: 15px auto 0;
}

.caption-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.caption-item {
  border: 2px solid rgb(85, 85, 85);
  border-radius: 12px;
  padding: 8px;
  text-align: center;
  position: relative;
  /* height: 180px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.caption-item img,
.caption-item video {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}

.caption-item .file-name {
  font-size: 10px;
  color: #666;
  word-break: break-word;
}

.caption-remove-button {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caption-input {
  background: #333;
  color: white;
  border: 1px solid #555;
  border-radius: 4px;
  resize: none;
  font-size: 12px;
}

.content-type-radio-group {
  display: flex;
  flex-direction: row !important;
  gap: 20px;
  width: 100%;
  max-width: 520px; /* Match dropzone-upload max-width for consistent alignment */
  margin: 0 auto; /* Center the radio group */
}

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

@media (max-width: 480px) {
    .radio-container-res{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 87%;
        max-width: none;
        max-width: initial;
    }
}
/* Selected state for content type options */
.content-type-radio-group label.selected {
  border-color: rgb(243, 52, 190) !important;
  border-width: 3px !important;
  box-shadow: 0 0 10px rgba(243, 52, 190, 0.3);
}

@media (max-width: 768px) {
  .dropzone-upload {
    flex-direction: row; /* Keep in a row for smaller screens too */
    flex-wrap: wrap; /* Allow wrapping if space is constrained */
    justify-content: space-around; /* Distribute space evenly */
    width: 100%; /* Take full width on mobile */
    max-width: none;
    max-width: initial; /* Remove max-width for mobile */
  }

  .upload-box {
    flex: 0 0 45%; /* Adjust width for two boxes in a row */
    max-width: 45%; /* Ensure max-width is also fixed */
    min-width: 0;
    min-width: initial; /* Remove min-width for mobile */
    height: 150px;
    margin-bottom: 15px; /* Add margin for wrapped items */
    width: 100%; /* Take full available width of parent flex item */
  }

  .content-type-radio-group {
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: space-around; /* Distribute space evenly */
    flex-direction: row; /* Ensure horizontal for this breakpoint */
  }

  /* Adjust individual radio labels within the group to behave like upload-box */
  .content-type-radio-group label {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 15px; /* Add margin for wrapped items */
    height: 150px; /* Match upload-box height */
    /* Inherit other styles from .upload-box or define specifically if needed */
  }

  .upload-tip-block {
    flex-direction: row; /* Keep horizontal layout on mobile */
    width: calc(100% - 30px); /* Adjust width for better spacing */
    max-width: 400px; /* Reduce max width on mobile */
    margin: 15px auto 0; /* Center the block */
    padding: 8px; /* Reduce padding on mobile */
    gap: 15px; /* Add gap between icon and text */
    min-height: 120px; /* Reduced height on mobile to better fit the section */
    overflow: hidden; /* Prevent content overflow */
    box-sizing: border-box; /* Include padding in width calculation */
  }

  .upload-tip-block div {
    margin-bottom: 10px; /* Space between icon and text */
  }

  .upload-box i,
  .content-type-radio-group label i,
  .upload-tip-block i {
    font-size: 20px !important;
  }

  .upload-box svg,
  .content-type-radio-group label svg,
  .upload-tip-block svg {
    width: 20px !important;
    height: 20px !important;
  }

  .upload-tip-block h4 {
    font-size: 16px;
  }

  .upload-tip-block p {
    font-size: 12px;
  }

  .file-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* Adjust for smaller screens */
  }

  .file-preview-item,
  .load-more-files-button {
    width: calc(33.33% - 7px); /* 3 items in a row with gap */
  }

  .modal-header p {
    font-size: 18px !important;
  }

  .modal-body-upload > p:first-of-type, /* "Select files and set content types" */
  .radiocontainer > p[style*="left:3%"] { /* Targeting the 'Content Type' paragraph specifically */
    font-size: 14px !important;
  }

  /* .modal-body p {
    font-size: 10px !important;
  } */

  .selected-files-container h6,
  .caption-section h6 {
    font-size: 14px;
  }

  .caption-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }

  .caption-item {
    height: 180px;
  }

  .caption-item img,
  .caption-item video {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .dropzone-upload {
    flex-direction: row; /* Keep in a row for very small screens too */
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: space-around; /* Distribute space evenly */
    align-items: center;
    width: 100%; /* Take full width on mobile */
    max-width: none;
    max-width: initial; /* Remove max-width for mobile */
  }

  .upload-box {
    flex: 0 0 45%; /* Adjust width for two boxes in a row */
    max-width: 45%; /* Ensure max-width is also fixed */
    width: 100%;
    height: 150px; /* Adjust height to match content-type boxes */
    margin-bottom: 15px; /* Add margin for wrapped items */
  }

  .content-type-radio-group {
    flex-direction: row; /* Ensure horizontal for this breakpoint */
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: space-around; /* Distribute space evenly */
    align-items: center;
  }

  /* Adjust individual radio labels within the group to behave like upload-box */
  .content-type-radio-group label {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 15px; /* Add margin for wrapped items */
    height: 150px; /* Match upload-box height */
    /* Inherit other styles from .upload-box or define specifically if needed */
  }

  .file-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* Adjust for even smaller screens */
  }

  .file-preview-item,
  .load-more-files-button {
    width: calc(50% - 5px); /* 2 items in a row with gap */
  }

  .caption-grid {
    grid-template-columns: 1fr;
  }

  .caption-item {
    height: 180px;
  }

  .caption-item img,
  .caption-item video {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .content-type-radio-group {
    flex-direction: row !important; /* Force horizontal layout */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: space-around; /* Distribute space evenly */
  }
}

@media (max-width: 480px) {
  .content-type-radio-group {
    /* Force horizontal layout on very small screens */
    flex-direction: row !important;
    align-items: center;
  }
}
/* Responsive for mobile */
@media (max-width: 768px) {
  .thumbnail {
    width: 50px !important;
    height: 50px !important;
  }
}


/* Upload Content Modal Raw CSS - Converted from Tailwind */

/* Base styles */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif !important;
  margin: 0;
  padding: 0;
}

/* Preserve Font Awesome icons */
.fa, .fas, .far, .fal, .fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* Hide scrollbars */
::-webkit-scrollbar {
  display: none;
}

html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Upload Modal Styles */
.upload-modal-container {
  background-color: #171717;
  min-height: 100vh;
  position: relative;
}

.upload-modal-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #171717;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.upload-modal-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.upload-modal-header h1,
.upload-modal-header-title {
  font-size: 20px;
  letter-spacing: 0.025em;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.upload-modal-main {
  background-color: #171717;
  padding: 16px;
  padding-bottom: 96px;
}

/* Content Type Section */
.content-type-section {
  margin-bottom: 32px;
  padding-top: 64px;
}

.content-type-title {
  color: white;
  font-size: 18px;
  margin-bottom: 16px;
  margin: 0;
}

.content-type-title-role1 {
  margin-bottom: 20px !important;
}

.content-type-subtitle {
  color: #737373 !important;
  font-size: 14px !important;
  margin-bottom: 16px;
  text-align: center;
    font-weight: 400; 
}

.content-type-buttons {
  display: flex;
  gap: 12px;
}

.content-type-button {
  flex: 1 1;
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  transition: background-color 0.2s;
  cursor: pointer;
}

.content-type-button:hover {
  background-color: #404040;
}

.content-type-button:focus {
  border-color: #f534bf;
  outline: none;
}

.content-type-button.active {
  border-color: #f534bf;
}

.content-type-icon {
  width: 40px;
  height: 40px;
  background-color: #2a2a2a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.content-type-icon i {
  color: white;
  font-size: 16px;
}

.content-type-label {
  color: white;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}

.content-type-description {
  color: #737373;
  font-size: 12px;
  margin: 0;
}

/* Upload Options Section */
.upload-options-section {
  margin-bottom: 24px;
}

.upload-options-title {
  color: white;
  font-size: 18px;
  margin-bottom: 16px;
  margin: 0;
}

.upload-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 16px;
}

.upload-option-button {
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  cursor: pointer;
}

.upload-option-button:hover {
  background-color: #404040;
}

.upload-option-button:focus {
  border-color: #f534bf;
  outline: none;
}

.upload-option-content {
  text-align: center;
}

.upload-option-icon {
  width: 48px;
  height: 48px;
  background-color: #2a2a2a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.upload-option-icon i {
  color: white;
  font-size: 18px;
}

.upload-option-label {
  color: white;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}

.upload-option-description {
  color: #737373;
  font-size: 12px;
  margin: 0;
}

.upload-option-full {
  width: 100%;
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  cursor: pointer;
}

.upload-option-full:hover {
  background-color: #404040;
}

.upload-option-full:focus {
  border-color: #f534bf;
  outline: none;
}

/* Upload Tips Section */
.upload-tips-section {
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

.upload-tips-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.upload-tips-icon {
  width: 48px;
  height: 48px;
  background-color: #2a2a2a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-tips-icon i {
  color: white;
  font-size: 18px;
}

.upload-tips-text {
  flex: 1 1;
}

.upload-tips-title {
  color: white;
  font-size: 14px;
  margin-bottom: 4px;
  margin: 0;
}

.upload-tips-text p {
  color: #737373;
  font-size: 12px;
  margin-bottom: 4px;
  margin: 0;
}

.upload-tips-text p:last-child {
  margin-bottom: 0;
}

/* Selected Files Section */
.selected-files-section {
  margin-bottom: 24px;
}

.selected-files-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.selected-files-title {
  color: white;
  font-size: 18px;
  margin: 0;
}

.clear-all-button {
  color: #d4d4d8;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.clear-all-button:hover {
  color: white;
}

.selected-files-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  gap: 12px;
}

.file-preview-item {
  aspect-ratio: 1;
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.file-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-preview-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-preview-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-preview-play {
  color: white;
  font-size: 20px;
}

.file-preview-duration {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

.file-preview-type-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: rgba(245, 52, 191, 0.5);
  padding: 2px 6px;
  border-radius: 6px;
  color: white;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-preview-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.file-preview-remove:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.file-preview-remove i {
  font-size: 12px;
}

.add-more-button {
  aspect-ratio: 1;
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  overflow: hidden;
  border: 2px dashed #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
  cursor: pointer;
}

.add-more-button:hover {
  border-color: #f534bf;
}

.add-more-button:focus {
  border-color: #f534bf;
  outline: none;
}

.add-more-button i {
  color: #a3a3a3;
  font-size: 18px;
}

/* Add Captions Section */
.add-captions-section {
  margin-bottom: 80px;
}

.add-captions-title {
  color: white;
  font-size: 18px;
  margin-bottom: 16px;
  margin: 0;
}

.add-captions-subtitle {
  color: #737373;
  font-size: 14px;
  margin-bottom: 16px;
  margin: 0;
}

.caption-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.caption-item {
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 16px;
}

.caption-item-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: center;
}

.caption-item-thumbnail {
  width: 48px;
  height: 48px;
  background-color: #2a2a2a;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.caption-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption-item-thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption-item-thumbnail-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.caption-item-thumbnail-play {
  color: white;
  font-size: 14px;
}

.caption-item-thumbnail-duration {
  position: absolute;
  bottom: -4px;
  right: -4px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

.caption-item-details {
  flex: 1 1;
}

.caption-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.caption-item-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.caption-item-icon {
  color: #737373;
  font-size: 12px;
}

.caption-item-name {
  color: #737373;
  font-size: 12px;
}

.caption-item-type-badge {
  background-color: #f534bf;
  background-opacity: 0.5;
  padding: 2px 6px;
  border-radius: 6px;
  color: white;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caption-item-remove {
  color: #a3a3a3;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.caption-item-remove:hover {
  color: white;
}

.caption-item-remove:focus {
  color: #f534bf;
  outline: none;
}

.caption-item-remove i {
  font-size: 12px;
}

.caption-textarea {
  width: 100%;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  padding: 8px 12px;
  color: #737373;
  font-size: 12px;
  resize: none;
  margin-bottom: 12px;
  outline: none;
}

.caption-textarea:focus {
  border-color: #f534bf;
}

.caption-textarea::placeholder {
  color: #737373;
}

.caption-price-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.caption-price-input {
  flex: 1 1;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  padding: 8px 12px;
  color: #737373;
  font-size: 12px;
  outline: none;
}

.caption-price-input:focus {
  border-color: #f534bf;
}

.caption-price-input::placeholder {
  color: #737373;
}

.caption-set-button {
  background-color: #f534bf;
  color: white;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.caption-tag-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.caption-tag-button {
  background-color: #f534bf;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.caption-tag-button:hover {
  background-color: #e02ba8;
}

.caption-tag-button:focus {
  background-color: #e02ba8;
  outline: none;
}

.caption-tag-input {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 9999px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caption-tag-input span {
  color: #60a5fa;
  font-size: 12px;
}

.caption-add-tag-button {
  width: 32px;
  height: 32px;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3a3a3;
  cursor: pointer;
  transition: all 0.2s;
}

.caption-add-tag-button:hover {
  color: white;
  border-color: #f534bf;
}

.caption-add-tag-button i {
  font-size: 12px;
}

/* Bottom Action Bar */
.bottom-action-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #171717;
  border-top: 1px solid #404040;
  padding: 16px;
  z-index: 50;
  border-radius: 0 0 12px 12px;
}

/* Progress Bar Styles */
.flex {
  display: flex;
}

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

.mb-4 {
  margin-bottom: 16px;
}

.w-full {
  width: 100%;
}

.bg-neutral-800 {
  background-color: #262626;
}

.rounded-full {
  border-radius: 9999px;
}

.h-1\.5 {
  height: 6px;
  min-height: 6px;
}

.mr-3 {
  margin-right: 12px;
}

.relative {
  position: relative;
}

.bg-\[#f534bf\] {
  background-color: #f534bf !important;
  opacity: 1 !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-white {
  color: white;
}

.text-xs {
  font-size: 12px;
  line-height: 16px;
}

.whitespace-nowrap {
  white-space: nowrap;
}

/* Progress Bar Specific Styles */
.flex .bg-\[#f534bf\] {
  background-color: #f534bf !important;
  opacity: 1 !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  transition: width 0.3s ease-out !important;
}

/* Upload Button Loading State */
.flex-1 {
  flex: 1 1;
}

.bg-neutral-600 {
  background-color: #525252;
}

.text-neutral-300 {
  color: #d4d4d8;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.rounded-xl {
  border-radius: 12px;
}

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

.cursor-not-allowed {
  cursor: not-allowed;
}

.progress-section {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.progress-bar-container {
  width: 100%;
  background-color: #404040;
  border-radius: 9999px;
  height: 6px;
  margin-right: 12px;
  position: relative;
}

.progress-bar-fill {
  background-color: #f534bf;
  height: 6px;
  border-radius: 9999px;
  transition: width 0.3s ease-out;
}

.progress-percentage {
  color: white;
  font-size: 12px;
  white-space: nowrap;
}

.action-buttons {
  display: flex;
  gap: 12px;
}

.action-button {
  flex: 1 1;
  padding: 12px 16px;
  border-radius: 12px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.action-button-cancel {
  background-color: #404040;
  color: white;
  border: 1px solid #525252;
}

.action-button-cancel:focus {
  border-color: #f534bf;
  outline: none;
}

.action-button-upload {
  background-color: #f534bf;    
  color: #ffffff;  
  cursor: not-allowed;
}

.action-button-upload:disabled {
  opacity: 0.6;
}

/* Mobile Full Width Modal */
@media (max-width: 768px) {
  .modal-content {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  
  .upload-content .modal-content {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  
  .modal-dialog {
    margin: 0 !important;
    max-width: 100vw !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  
  .modal {
    padding: 0 !important;
  }
  
  /* Ensure no gaps or margins anywhere */
  body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
  }
  
  .modal-backdrop {
    display: none !important;
  }
  
  .upload-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .upload-content .modal {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .upload-modal-main {
    padding: 12px;
  }
  
  .modal-content {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  
  .upload-content .modal-content {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  
  .content-type-buttons {
    flex-direction: column;
  }
  
  .upload-options-grid {
    grid-template-columns: 1fr;
  }
  
  .selected-files-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Dark mode support */
.dark-mode-upload-modal .modal-content {
  background-color: black !important;
}

/* Utility classes */
.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

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

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

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

.space-x-2 > * + * {
  margin-left: 8px;
}

.space-x-3 > * + * {
  margin-left: 12px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-20 {
  margin-bottom: 80px;
}

.pb-24 {
  padding-bottom: 96px;
}

.pt-16 {
  padding-top: 64px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.w-10 {
  width: 40px;
}

.h-10 {
  height: 40px;
}

.w-12 {
  width: 48px;
}

.h-12 {
  height: 48px;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.flex-1 {
  flex: 1 1;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-50 {
  z-index: 50;
}

.bg-\[#171717\] {
  background-color: #171717;
}

.bg-\[#2a2a2a\] {
  background-color: #2a2a2a;
}

.bg-\[#404040\] {
  background-color: #404040;
}

.bg-\[#525252\] {
  background-color: #525252;
}

.bg-\[#f534bf\] {
  background-color: #f534bf !important;
  opacity: 1 !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
}

.bg-neutral-800 {
  background-color: #404040;
}

.bg-neutral-600 {
  background-color: #525252;
}

.bg-black {
  background-color: black;
}

.bg-opacity-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-opacity-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-opacity-50 {
  background-color: rgba(245, 52, 191, 0.5);
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[#2a2a2a\] {
  border-color: #2a2a2a;
}

.border-\[#3a3a3a\] {
  border-color: #3a3a3a;
}

.border-\[#f534bf\] {
  border-color: #f534bf;
}

.border-neutral-700 {
  border-color: #525252;
}

.border-neutral-800 {
  border-color: #404040;
}

.border-dashed {
  border-style: dashed;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 6px;
}

.rounded {
  border-radius: 4px;
}

.text-white {
  color: white;
}

.text-\[#737373\] {
  color: #737373;
}

.text-\[#a3a3a3\] {
  color: #a3a3a3;
}

.text-\[#d4d4d8\] {
  color: #d4d4d8;
}

.text-\[#60a5fa\] {
  color: #60a5fa;
}

.text-neutral-300 {
  color: #d4d4d8;
}

.text-neutral-400 {
  color: #a3a3a3;
}

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

.text-sm {
  font-size: 14px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.outline-none {
  outline: none;
}

.resize-none {
  resize: none;
}

.object-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.aspect-square {
  aspect-ratio: 1;
}

.transition-colors {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.transition-all {
  transition: all 0.2s;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: ease-out;
}

.hover\:bg-neutral-700:hover {
  background-color: #404040;
}

.hover\:text-white:hover {
  color: white;
}

.hover\:border-\[#f534bf\]:hover {
  border-color: #f534bf;
}

.hover\:bg-opacity-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.hover\:bg-\[#e02ba8\]:hover {
  background-color: #e02ba8;
}

.focus\:border-\[#f534bf\]:focus {
  border-color: #f534bf;
}

.focus\:outline-none:focus {
  outline: none;
}

.focus\:text-\[#f534bf\]:focus {
  color: #f534bf;
}

.focus\:bg-\[#e02ba8\]:focus {
  background-color: #e02ba8;
}

.active\:border-\[#f534bf\]:active {
  border-color: #f534bf;
}

.active\:text-\[#f534bf\]:active {
  color: #f534bf;
}

.placeholder-\[#737373\]::placeholder {
  color: #737373;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

/* Responsive Set Button Styles */
.bundle-set-button {
  background-color: #f534bf;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  border: none;
  min-width: 60px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Mobile responsive styles for Set button */
@media (max-width: 768px) {
  .bundle-set-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    min-width: 50px;
  }
}

/* Responsive Tag Button Styles */
.bundle-tag-button {
  background-color: #f534bf;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  border: none;
  min-width: 60px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Mobile responsive styles for Tag button */
@media (max-width: 768px) {
  .bundle-tag-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    min-width: 50px;
  }
}

/* Bundle Caption Textarea Styles */
.bundle-caption-textarea {
  width: 100%;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #737373;
  font-size: 0.875rem;
  resize: none;
  outline: none;
  margin-bottom: 0.75rem;
}

.bundle-caption-textarea::placeholder {
  color: #737373;
}

.bundle-caption-textarea:focus {
  outline: none;
  border-color: #f534bf;
}

/* Bundle Price Input Styles */
.bundle-price-input {
  flex: 1 1;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #737373;
  font-size: 0.875rem;
  outline: none;
}

.bundle-price-input::placeholder {
  color: #737373;
}

.bundle-price-input:focus {
  outline: none;
  border-color: #f534bf;
}

/* Bundle Pricing Container Styles */
.bundle-pricing-container {
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.camera-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* Align content to the top */
  width: 100%;
  max-width: 700px; /* Increased max-width for a larger camera view */
  border-radius: 12px; /* Slightly more rounded corners */
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); /* Stronger shadow */
  color: #e0e0e0; /* Lighter text color */
  font-family: 'Roboto', sans-serif; /* Modern font */
  /* Reverted to allowing content to define height */
}

.camera-mode-selector {
  padding: 24px;
  width: 100%;
  border-bottom: 1px solid #2a2a2a;
}

.camera-mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .camera-container {
    max-width: 100%; 
    border-radius: 0;  
    box-shadow: none; 
  }

  .video-stream-wrapper {
    height: 250px;     
  }

  .camera-mode-selector {
    padding: 12px;
  }

  .camera-mode-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .camera-mode-button {
    padding: 16px;
    min-height: 80px;
  }

  .camera-mode-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .camera-mode-icon i {
    font-size: 16px;
  }

  .camera-mode-label {
    font-size: 13px;
  }

  .camera-mode-description {
    font-size: 11px;
  }

  .camera-controls-overlay {
    padding: 10px;
    gap: 12px;
  }

  .control-button {
    font-size: 12px !important;
    padding: 8px 16px;
    border-radius: 12px;
  }
  
  .retake-button,
  .save-button {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 12px;
  }
  .recording-indicator {
    top: 10px;
    left: 10px;
    font-size: 0.75rem;
    padding: 4px 8px;
  }
  .camera-controls{
    flex-direction: column;
    display: flex;
  }
}

.camera-mode-button {
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  cursor: pointer;
  width: 100%;
}

.camera-mode-button:hover {
  background-color: #404040;
}

.camera-mode-button:focus {
  border-color: #f534bf;
  outline: none;
}

.camera-mode-button.active {
  background-color: #404040;
  border-color: #f534bf;
}

.camera-mode-content {
  text-align: center;
}

.camera-mode-icon {
  width: 48px;
  height: 48px;
  background-color: #2a2a2a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.camera-mode-icon i {
  color: white;
  font-size: 18px;
}

.camera-mode-label {
  color: white;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}

.camera-mode-description {
  color: #737373;
  font-size: 12px;
  margin: 0;
}

.video-stream-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000; /* Ensure black background for video */
  height: 100%; /* Make it fill the parent container height */
  justify-content: center; /* Center content vertically */
}

.video-stream-wrapper {
  position: relative;
  width: 100%;
  height: 400px; /* Fixed height instead of flex-grow */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}

.camera-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: white;
}

.hidden {
  display: none !important;
}

.video-feed,
.photo-canvas,
.preview-image,
.preview-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure full coverage */
  background-color: black;
  z-index: 0; /* Base z-index for video feed */
}

.photo-canvas {
  z-index: 1;
}

.preview-image,
.preview-video {
  z-index: 2; /* Ensure preview images/videos are above the canvas and video feed */
}

/* .photo-canvas.hasPhoto {
  display: block;
} */

.recording-indicator {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 0, 0, 0.9);
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 0.85rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  animation: blink 1s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}
.camera-controls{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  margin-top: 10px;
}
.camera-controls-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  gap: 20px;
  z-index: 4;
}

.control-button {
  border: 2px solid #f534bf;
  padding: 12px 24px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f534bf 0%, #9333ea 100%);
  color: white;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(245, 52, 191, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.control-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.control-button:hover::before {
  left: 100%;
}

.control-button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(245, 52, 191, 0.4);
  border-color: #e11d48;
}

.control-button:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 4px 15px rgba(245, 52, 191, 0.3);
}

/* Photo capture button - Blue gradient */
.capture-button {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-color: #3b82f6;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.capture-button:hover {
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  border-color: #1e40af;
}

/* Video record button - Red gradient */
.record-button {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  border-color: #ef4444;
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
  animation: pulse-red 2s infinite;
}

.record-button:hover {
  box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
  border-color: #b91c1c;
}

/* Stop recording button - Orange gradient */
.stop-recording-button {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  border-color: #f97316;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

.stop-recording-button:hover {
  box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
  border-color: #c2410c;
}

/* Retake button - Gray gradient */
.retake-button {
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  border-color: #6b7280;
  box-shadow: 0 4px 15px rgba(107, 114, 128, 0.3);
}

.retake-button:hover {
  box-shadow: 0 8px 25px rgba(107, 114, 128, 0.4);
  border-color: #374151;
}

/* Save button - Green gradient */
.save-button {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #10b981;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.save-button:hover {
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
  border-color: #047857;
}

/* Pulse animation for record button */
@keyframes pulse-red {
  0% {
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.5);
  }
  100% {
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
  }
}

.report-modal .modal-body {
  padding: 20px 0;
}

.report-modal .modal-body .col-4 {
  display: flex;
  align-items: center;
}

.report-modal .modal-body .row {
  margin-left: -7px;
}

.report-why-modal .modal-body {
  padding: 20px 0;
}

.show {
  display: block;
}

.no-show {
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog.report-modal,
  .modal-dialog.report-why-modal,
  .modal-dialog.report-why-modal.modal-dialog-centered {
    margin: 0 auto;
  }
}

.report-buttons {
  cursor: pointer;
}

.report-why-modal,
.report-modal,
.delete-pic-modal,
.view-uploaded,
.edit-profile-picure-modal {
  justify-content: center;
}

.report-why-modal .modal-content,
.report-modal .modal-content,
.delete-pic-modal .modal-content,
.view-uploaded .modal-content,
.edit-profile-picure-modal .modal-content {
  width: 90%;
  align-self: center;
}

@media (max-width: 768px) {
  .report-why-modal .follows .btn {
    margin-bottom: 0px;
  }
}

@media (max-width: 411px) {
  .report-modal .img-circle {
    max-width: 100%;
    min-height: auto;
  }
}

.report-profile-button {
  font-size: 10px;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  right: 6px;
  text-transform: none;
  font-weight: 400;
  border-width: 1px;
  padding: 0.1rem 0.4rem;
}
@media screen and (min-width: 768px) {
  .report-profile-button {
    bottom: 20px;
    right: 10px;
  }
}

/* Modern Search Screen Styles - Unique classes to avoid conflicts */

/* Main container */
.jh-modern-search-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.jh-modern-search-screen.light-mode {
  background-color: #ffffff;
  color: #000000;
}

/* Header */
.jh-search-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  border-bottom: 1px solid #404040;
  z-index: 1000;
  padding: 0;
}

.jh-modern-search-screen.light-mode .jh-search-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.jh-search-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  gap: 12px;
}

/* Back button */
.jh-search-back-btn {
  background: none;
  border: none;
  color: #ffffff;
  padding: 8px;
  margin: -8px -8px -8px -8px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.jh-modern-search-screen.light-mode .jh-search-back-btn {
  color: #000000;
}

.jh-search-back-btn:hover {
  color: #f534bf;
}

/* Search input container */
.jh-search-input-container {
  position: relative;
  flex: 1 1;
  max-width: none;
}

.jh-search-input {
  width: 100%;
  background-color: #404040;
  border: 1px solid #525252;
  border-radius: 50px;
  padding: 8px 40px 8px 16px;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease;
}

.jh-modern-search-screen.light-mode .jh-search-input {
  background-color: #f5f5f5;
  border: 1px solid #d4d4d4;
  color: #000000;
}

.jh-search-input::placeholder {
  color: #737373;
}

.jh-search-input:focus {
  border-color: #f534bf;
  background-color: #525252;
}

.jh-modern-search-screen.light-mode .jh-search-input:focus {
  background-color: #ffffff;
}

.jh-search-input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
  font-size: 14px;
  pointer-events: none;
}

/* Main content */
.jh-search-main {
  padding-top: 60px;
  padding-bottom: 16px;
  height: 100vh;
  overflow-y: auto;
}

.jh-search-content {
  padding: 24px 20px;
}

/* Search results section */
.jh-search-results-section {
  margin-bottom: 32px;
}

.jh-search-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
  margin-top: 0px;
}

.jh-modern-search-screen.light-mode .jh-search-section-title {
  color: #000000;
}

/* Loading state */
.jh-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
  color: #a3a3a3;
}

.jh-search-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #404040;
  border-top: 2px solid #f534bf;
  border-radius: 50%;
  animation: jh-search-spin 1s linear infinite;
  margin-bottom: 12px;
}

@keyframes jh-search-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* No results */
.jh-search-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.jh-search-no-results-icon {
  font-size: 48px;
  color: #404040;
  margin-bottom: 16px;
}

.jh-search-no-results-text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}

.jh-modern-search-screen.light-mode .jh-search-no-results-text {
  color: #000000;
}

.jh-search-no-results-subtitle {
  font-size: 14px;
  color: #737373;
  margin: 0;
}

/* Placeholder messages */
.jh-search-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.jh-search-placeholder-text {
  font-size: 14px;
  color: #737373;
  margin: 0;
}

/* Default content sections */
.jh-search-default-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.jh-search-section {
  display: flex;
  flex-direction: column;
}

.jh-search-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 16px; */
}

.jh-search-section-title-row {
  display: flex;
  /* align-items: center; */
  gap: 8px;
}

.jh-search-section-icon {
  font-size: 12px;
  color: #a3a3a3;
}

.jh-search-section-icon.jh-featured-icon {
  color: #fbbf24;
}

.jh-search-section-icon.jh-trending-icon {
  color: #f97316;
}

.jh-search-section-icon.jh-category-icon {
  color: #a3a3a3;
}

.jh-search-clear-btn {
  background: none;
  border: none;
  color: #737373;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s ease;
}

.jh-search-clear-btn:hover {
  color: #a3a3a3;
}

/* Results list */
.jh-search-results-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.jh-search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 8px 5px 0px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.jh-search-result-item:hover {
  background-color: rgba(64, 64, 64, 0.5);
}

.jh-modern-search-screen.light-mode .jh-search-result-item:hover {
  background-color: rgba(245, 245, 245, 0.8);
}

/* Result avatar */
.jh-search-result-avatar {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.jh-search-result-avatar.jh-featured-avatar {
  border: 1px solid rgba(251, 191, 36, 0.5);
}

.jh-search-result-avatar.jh-trending-avatar {
  border: 1px solid rgba(249, 115, 22, 0.5);
}

/* Result info */
.jh-search-result-info {
  flex: 1 1;
  min-width: 0;
}

.jh-search-result-username {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.jh-modern-search-screen.light-mode .jh-search-result-username {
  color: #000000;
}

.jh-search-result-price {
  font-size: 12px;
  color: #a3a3a3;
  margin: 0;
  line-height: 1.2;
}

/* Result meta */
.jh-search-result-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #a3a3a3;
  flex-shrink: 0;
}

.jh-search-result-icon {
  font-size: 10px;
}

.jh-search-result-followers {
  font-size: 10px;
  white-space: nowrap;
}

/* Scrollbar styling */
.jh-search-main::-webkit-scrollbar {
  width: 4px;
}

.jh-search-main::-webkit-scrollbar-track {
  background: transparent;
}

.jh-search-main::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 2px;
}

.jh-search-main::-webkit-scrollbar-thumb:hover {
  background: #525252;
}

.jh-modern-search-screen.light-mode .jh-search-main::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}

.jh-modern-search-screen.light-mode .jh-search-main::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}

/* Mobile optimizations */
@media (max-width: 480px) {
  .jh-search-header-content {
    padding: 10px 12px;
  }
  
  .jh-search-content {
    padding: 20px 16px;
  }
  
  .jh-search-input {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  .jh-search-result-item {
    padding: 10px 4px;
  }
  
  .jh-search-result-avatar {
    width: 36px;
    height: 36px;
  }
}

/* Accessibility */
.jh-search-back-btn:focus,
.jh-search-input:focus,
.jh-search-result-item:focus,
.jh-search-clear-btn:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .jh-search-input {
    border-width: 2px;
  }
  
  .jh-search-result-item:hover {
    background-color: rgba(245, 52, 191, 0.2);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .jh-search-spinner {
    animation: none;
  }
  
  .jh-search-result-item {
    transition: none;
  }
  
  .jh-search-back-btn {
    transition: none;
  }
  
  .jh-search-input {
    transition: none;
  }
}

/* Categories section */
.jh-search-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jh-search-category-tag {
  background: #404040;
  color: #ffffff;
  border: 1px solid rgba(115, 115, 115, 0.5);
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.jh-modern-search-screen.light-mode .jh-search-category-tag {
  background: #f5f5f5;
  color: #000000;
  border-color: #d4d4d4;
}

.jh-search-category-tag:hover {
  background: #f534bf;
  color: #ffffff;
  border-color: #f534bf;
  transform: translateY(-1px);
}

.jh-search-category-tag:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* Modern Header Styles */

.modern-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: var(--modern-bg-primary);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  z-index: 50;
  padding: 1rem 1.25rem 1rem 0rem;
  color: var(--modern-text-primary);
  transition: all 0.3s ease;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 0.75rem; */
}

.header-left {
  display: flex;
  align-items: center;
}

.header-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  color: var(--text-primary);
}

.header-logo {
  height: 1.7rem !important;
  width: 80%;
}

.gradient-text {
  background: linear-gradient(to right, #f534bf, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.discover-active{
          padding: 0.5rem 0rem !important;
        height: 60px !important;

}
.header-right {
    display: flex;
    align-items: center;
}

/* Search Styles */
.search-container {
  position: relative;
}

.search-btn {
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background: rgba(245, 52, 191, 0.2);
  color: #f534bf;
  transform: scale(1.1);
}

.search-btn i {
  font-size: 1.125rem;
}

.search-dropdown {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 20rem;
  background: var(--modal-bg);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow);
  z-index: 1000;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.search-dropdown-content {
  padding: 1rem;
}

.search-input-container {
  position: relative;
  margin-bottom: 1rem;
}

.search-input {
  width: 100%;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--text-primary);
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.1);
}

.search-input::placeholder {
  color: var(--text-muted);
}

.search-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.875rem;
}

.search-sections {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search-section {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.75rem;
}

.search-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.search-section-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #f534bf;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.search-section-title i {
  font-size: 0.75rem;
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.search-result-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-result-item:hover {
  background: var(--hover-bg);
}

.search-result-item img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(245, 52, 191, 0.5);
  object-fit: cover;
  margin-right: 0.75rem;
}

.search-result-item span {
  font-size: 0.875rem;
  color: var(--text-primary);
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.search-tag {
  padding: 0.25rem 0.75rem;
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 1rem;
  font-size: 0.75rem;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-tag:hover {
  border-color: #f534bf;
}

/* User Avatar */
.user-avatar-btn {
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.user-avatar {
  width: 2.0rem !important;
  height: 2.0rem !important;
  border-radius: 50%;
  border: 2px solid rgba(245, 52, 191, 0.5);
  object-fit: cover;
  transition: all 0.3s ease;
  display: block;
  flex-shrink: 0;
}

.user-avatar-btn:hover .user-avatar {
  border-color: #f534bf;
  transform: scale(1.05);
}

/* Navigation Tabs */
.nav-tabs {
  display: flex;
  overflow-x: auto;
  gap: 0.25rem;
  padding: 0.75rem 0;
  scrollbar-width: none;
  border-bottom: 2px solid #292929;
  -ms-overflow-style: none;
  background-color: var(--bg-primary);
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tab {
  background: none;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
  color: #ffffff; /* Default text color is white */
}

.nav-tab:hover {
  color: #ffffff; /* Text remains white on hover */
  background-color: rgba(245, 52, 191, 0.1); /* Light pink background on hover */
  border-radius: 1rem;
  border: none;
}

.nav-tab.active {
  color: #ffffff; /* Active tab text color is white */
  background-color: transparent; /* No background when active */
  border: none;
}

.nav-tab:focus,
.nav-tab:active {
  outline: none;
  background-color: transparent;
  border: none;
}

.active-indicator {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0rem);
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: #f534bf; /* The indicator bar is pink */
}
/* Responsive styles */
@media (max-width: 768px) {
  .modern-header {
    padding: 0.5rem 0.2rem;
  }
/*   
  .header-content {
    margin-bottom: 0.5rem;
  } */
  

/*   
  .search-dropdown {
    width: calc(100vw - 2rem);
    right: -1rem;
  }
   */
  .nav-tabs {
    padding: 0.5rem 0;
    width: 100vw;
    /* margin-left: -1rem; Adjust to offset the header's padding */
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .nav-tab {
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .modern-header {
    padding: 0.5rem 0.2rem;
    height: 60px;
  }
  
  /* .header-content {
    margin-bottom: 0.5rem;
  } */
  
  /* .search-dropdown {
    width: calc(100vw - 1.5rem);
    right: 0;
    left: -14rem;
  } */
  
  .nav-tabs {
    padding: 0.5rem 0;
    width: 100vw;
    /* margin-left: -0.75rem; Adjust to offset the header's padding */
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .nav-tab {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
  }
  

} 
@media screen and (max-width:400px) {
    .search-dropdown {
    right: -57px;
  }
}

/* Theme-aware text colors for all elements */
.modern-header * {
  color: inherit;
}

/* Light mode specific text colors */
.light-mode .modern-header {
  color: var(--text-primary);
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.light-mode .search-dropdown {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.light-mode .header-title {
  color: var(--text-primary) !important;
}

.light-mode .search-btn {
  color: var(--text-primary) !important;
}

.light-mode .search-btn i {
  color: var(--text-primary) !important;
}

.light-mode .search-input {
  color: var(--text-primary) !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.light-mode .search-input::placeholder {
  color: var(--text-muted) !important;
}

.light-mode .search-icon {
  color: var(--text-muted) !important;
}

.light-mode .search-result-item span {
  color: var(--text-primary) !important;
}

.light-mode .search-tag {
  color: var(--text-primary) !important;
}

.light-mode .nav-tab {
  color: var(--text-primary) !important;
}

/* Dark mode specific text colors */
.dark-mode .modern-header {
  color: var(--text-primary);
}

.dark-mode .header-title {
  color: var(--text-primary) !important;
}

.dark-mode .search-btn {
  color: var(--text-primary) !important;
}

.dark-mode .search-btn i {
  color: var(--text-primary) !important;
}

.dark-mode .search-input {
  color: var(--text-primary) !important;
}

.dark-mode .search-input::placeholder {
  color: var(--text-muted) !important;
}

.dark-mode .search-icon {
  color: var(--text-muted) !important;
}

.dark-mode .search-result-item span {
  color: var(--text-primary) !important;
}

.dark-mode .search-tag {
  color: var(--text-primary) !important;
}

.dark-mode .nav-tab {
  color: var(--text-primary) !important;
}

.svg-inline--fa {
  display: inline-block;
  display: var(--fa-display, inline-block);
  height: 1rem;
  overflow: visible;
  vertical-align: -.125em;
}

.header-content{
  margin: 0rem 0.5rem;
}
/* Modern Side Menu Styles - Unique classes to avoid conflicts */

/* Backdrop */
.modern-side-menu-backdrop.modern-side-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9999;
  animation: modern-side-menu-fade-in 0.3s ease-out;
}

@keyframes modern-side-menu-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Main Container */
.modern-side-menu-container.modern-side-menu-container {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background: linear-gradient(to bottom, #171717, #171717);
  color: #a3a3a3;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  animation: modern-side-menu-slide-in 0.3s ease-out;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modern-side-menu-container.modern-side-menu-container::-webkit-scrollbar {
  display: none;
}

@keyframes modern-side-menu-slide-in {
  from { transform: translateX(-50%) translateX(-100%); }
  to { transform: translateX(-50%); }
}

/* Header */
.modern-side-menu-header.modern-side-menu-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(23, 23, 23, 0.8);
}

.modern-side-menu-user-info.modern-side-menu-user-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.modern-side-menu-avatar-container.modern-side-menu-avatar-container {
  position: relative;
}

.modern-side-menu-avatar-wrapper.modern-side-menu-avatar-wrapper {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(245, 52, 191, 0.3);
  padding: 2px;
}

.modern-side-menu-avatar-inner.modern-side-menu-avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(to bottom right, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
}

.modern-side-menu-avatar-img.modern-side-menu-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-side-menu-edit-badge.modern-side-menu-edit-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 1.5rem;
  height: 1.5rem;
  background: #262626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modern-side-menu-edit-badge.modern-side-menu-edit-badge:hover {
  background: #333333;
  transform: scale(1.1);
}

.modern-side-menu-edit-badge.modern-side-menu-edit-badge i,
.modern-side-menu-edit-badge.modern-side-menu-edit-badge svg {
  color: #a3a3a3;
  fill: #a3a3a3;
  font-size: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
}

.modern-side-menu-edit-badge.modern-side-menu-edit-badge:hover i,
.modern-side-menu-edit-badge.modern-side-menu-edit-badge:hover svg {
  color: #f334be;
  fill: #f334be;
}

.modern-side-menu-username.modern-side-menu-username {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0;
  transition: color 0.3s ease;
}

.modern-side-menu-close-btn.modern-side-menu-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
}

.modern-side-menu-close-btn.modern-side-menu-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modern-side-menu-close-btn.modern-side-menu-close-btn i {
  font-size: 1.75rem;
  color: #ffffff;
}

.modern-side-menu-close-btn.modern-side-menu-close-btn svg {
  width: 28px;
  height: 28px;
  color: #ffffff;
  fill: #ffffff;
}

/* Main Menu */
.modern-side-menu-main.modern-side-menu-main {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Sections */
.modern-side-menu-section.modern-side-menu-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2rem;
}

.modern-side-menu-last-section.modern-side-menu-last-section {
  border-bottom: none;
  padding-bottom: 0;
}

.modern-side-menu-section-header.modern-side-menu-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.modern-side-menu-section-title-wrapper.modern-side-menu-section-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.modern-side-menu-section-icon.modern-side-menu-section-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom right, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-side-menu-section-icon.modern-side-menu-section-icon i,
.modern-side-menu-section-icon.modern-side-menu-section-icon svg {
  color: #f334be;
  fill: #f334be;
  font-size: 0.875rem;
}

.modern-side-menu-section-title.modern-side-menu-section-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

/* Theme Toggle Button */
.modern-side-menu-theme-toggle {
  background: transparent;
  border: none;
  color: #fbbf24;
  font-size: 1.125rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.modern-side-menu-theme-toggle:hover {
  background: rgba(251, 191, 36, 0.1);
  transform: scale(1.1);
  color: #f59e0b;
}

.modern-side-menu-theme-toggle:active {
  transform: scale(0.95);
}

.modern-side-menu-theme-toggle i {
  transition: transform 0.3s ease;
}

.modern-side-menu-theme-toggle:hover i {
  transform: rotate(15deg);
}

/* Menu Items */
.modern-side-menu-items.modern-side-menu-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-side-menu-item.modern-side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #171717;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.modern-side-menu-item.modern-side-menu-item:hover {
  background: #1a1a1a;
  transform: translateY(-1px);
}

.modern-side-menu-item.modern-side-menu-item.active {
  border: 2px solid #f534bf;
  background: rgba(245, 52, 191, 0.1);
}

.modern-side-menu-item-content.modern-side-menu-item-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.modern-side-menu-item-icon.modern-side-menu-item-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom right, rgba(115, 115, 115, 0.2), transparent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-side-menu-item-icon.modern-side-menu-item-icon i {
  color: #a3a3a3;
  font-size: 0.875rem;
}

.modern-side-menu-item-text.modern-side-menu-item-text {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
}

.modern-side-menu-small-text.modern-side-menu-small-text {
  font-size: 0.875rem;
}

.modern-side-menu-tiny-text.modern-side-menu-tiny-text {
  font-size: 0.75rem;
  line-height: 1.2;
}

.modern-side-menu-item-arrow.modern-side-menu-item-arrow {
  color: #a3a3a3;
  font-size: 0.875rem;
}

/* Footer */
.modern-side-menu-footer.modern-side-menu-footer {
  padding: 1.25rem;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(to top, #171717, transparent);
}

.modern-side-menu-logout-btn.modern-side-menu-logout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(to right, rgba(220, 38, 38, 0.2), rgba(239, 68, 68, 0.1));
  border-radius: 0.75rem;
  border: 1px solid rgba(239, 68, 68, 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
}

.modern-side-menu-logout-btn.modern-side-menu-logout-btn:hover {
  background: linear-gradient(to right, rgba(220, 38, 38, 0.3), rgba(239, 68, 68, 0.2));
  transform: translateY(-1px);
}

.modern-side-menu-logout-icon.modern-side-menu-logout-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom right, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-side-menu-logout-icon.modern-side-menu-logout-icon i,
.modern-side-menu-logout-icon.modern-side-menu-logout-icon svg {
  color: #f87171;;
  fill: #f334be;
}

.modern-side-menu-logout-text.modern-side-menu-logout-text {
  color: #f87171;;
  font-weight: 500;
}

.modern-side-menu-app-info.modern-side-menu-app-info {
  margin-top: 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modern-side-menu-version-info.modern-side-menu-version-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.modern-side-menu-status-dot.modern-side-menu-status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
}

.modern-side-menu-version-text.modern-side-menu-version-text {
  font-size: 0.75rem;
  color: #737373;
  font-weight: 300;
  margin: 0;
}

.modern-side-menu-copyright.modern-side-menu-copyright {
  font-size: 0.75rem;
  color: #737373;
  font-weight: 300;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .modern-side-menu-container.modern-side-menu-container {
    width: 100vw;
  }
  
  .modern-side-menu-main.modern-side-menu-main {
    padding: 1rem;
    gap: 1.5rem;
  }
  
  .modern-side-menu-section.modern-side-menu-section {
    padding-bottom: 1.5rem;
  }
  
  .modern-side-menu-section-header.modern-side-menu-section-header {
    margin-bottom: 1rem;
  }
  
  .modern-side-menu-item.modern-side-menu-item {
    padding: 0.75rem;
  }
  
  .modern-side-menu-item-text.modern-side-menu-item-text {
    font-size: 1rem;
  }
  
  .modern-side-menu-small-text.modern-side-menu-small-text {
    font-size: 0.75rem;
  }
  
  .modern-side-menu-tiny-text.modern-side-menu-tiny-text {
    font-size: 0.625rem;
  }
  
  .modern-side-menu-close-btn.modern-side-menu-close-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
  
  .modern-side-menu-close-btn.modern-side-menu-close-btn i {
    font-size: 1.375rem;
  }
  
  .modern-side-menu-close-btn.modern-side-menu-close-btn svg {
    width: 22px;
    height: 22px;
  }
}

/* Tablet Responsive */
@media (max-width: 768px) and (min-width: 481px) {
  .modern-side-menu-container.modern-side-menu-container {
    width: 320px;
  }
  
  .modern-side-menu-close-btn.modern-side-menu-close-btn {
    width: 2.75rem;
    height: 2.75rem;
  }
  
  .modern-side-menu-close-btn.modern-side-menu-close-btn i {
    font-size: 1.625rem;
  }
  
  .modern-side-menu-close-btn.modern-side-menu-close-btn svg {
    width: 26px;
    height: 26px;
  }
}

/* Creator-specific styles */
.modern-side-menu-share-container {
  padding: 1rem;
  background: rgba(55, 65, 81, 0.3);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.5rem;
}

.modern-side-menu-share-text {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.modern-side-menu-copied-text {
  color: #f534bf;
  font-weight: 500;
}

.modern-side-menu-share-url {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 0.75rem;
  color: #ffffff;
  font-size: 0.75rem;
  word-break: break-all;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.modern-side-menu-share-url:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(245, 52, 190, 0.3);
}

.modern-side-menu-stats-container {
  padding: 1rem;
  background: rgba(55, 65, 81, 0.3);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.5rem;
}

.modern-side-menu-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.modern-side-menu-stat-number {
  color: #f534bf;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modern-side-menu-stat-label {
  color: #a3a3a3;
  font-size: 0.875rem;
  font-weight: 500;
}

.dark-mode section{
    background-color: #171717;
}

/* Light Mode Styles */
.light-mode .modern-side-menu-container {
  background: linear-gradient(to bottom, #ffffff, #f9f9f9);
  color: #374151;
}

.light-mode .modern-side-menu-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
}

.light-mode .modern-side-menu-avatar-wrapper {
  border: 2px solid rgba(245, 52, 191, 0.2) !important;
}

.light-mode .modern-side-menu-avatar-inner {
  background: linear-gradient(to bottom right, rgba(245, 52, 191, 0.1), rgba(245, 52, 191, 0.02)) !important;
}

.light-mode .modern-side-menu-edit-badge {
  background: #f3f4f6 !important;
  border: 2px solid #ffffff !important;
}

.light-mode .modern-side-menu-edit-badge:hover {
  background: #e5e7eb !important;
}

.light-mode .modern-side-menu-edit-badge i,
.light-mode .modern-side-menu-edit-badge svg {
  color: #6b7280 !important;
  fill: #6b7280 !important;
}

.light-mode .modern-side-menu-edit-badge:hover i,
.light-mode .modern-side-menu-edit-badge:hover svg {
  color: #f334be !important;
  fill: #f334be !important;
}

.light-mode .modern-side-menu-username {
  color: #1f2937 !important;
}

.light-mode .modern-side-menu-close-btn {
  color: #374151 !important;
}

.light-mode .modern-side-menu-close-btn:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.light-mode .modern-side-menu-close-btn i {
  color: #374151 !important;
}

.light-mode .modern-side-menu-close-btn svg {
  color: #374151 !important;
  fill: #374151 !important;
}

.light-mode .modern-side-menu-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.light-mode .modern-side-menu-item:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.light-mode .modern-side-menu-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.light-mode .modern-side-menu-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.light-mode .modern-side-menu-logout-btn {
  background: #ef4444;
  color: #ffffff;
}

.light-mode .modern-side-menu-logout-btn:hover {
  background: #dc2626;
}

.light-mode .modern-side-menu-theme-toggle {
  color: #f59e0b;
}

.light-mode .modern-side-menu-theme-toggle:hover {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}

.light-mode .modern-side-menu-share-url {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #374151;
}

.light-mode .modern-side-menu-share-url:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(245, 52, 190, 0.3);
}

.light-mode .modern-side-menu-stats-container {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.light-mode .modern-side-menu-stat-label {
  color: #6b7280;
}

/* Additional Light Mode Text Colors */
.light-mode .modern-side-menu-username {
  color: var(--text-primary) !important;
}

.light-mode .modern-side-menu-section-title {
  color: #374151 !important;
}

.light-mode .modern-side-menu-item-text {
  color: #374151 !important;
}

.light-mode .modern-side-menu-item-icon i {
  color: #6b7280 !important;
}

.light-mode .modern-side-menu-item-arrow {
  color: #6b7280 !important;
}

.light-mode .modern-side-menu-share-text {
  color: #6b7280 !important;
}

.light-mode .modern-side-menu-version-text {
  color: #6b7280 !important;
}

.light-mode .modern-side-menu-copyright {
  color: #6b7280 !important;
}

/* Dark Mode Text Colors (ensure they're properly set) */
.dark-mode .modern-side-menu-username {
  color: var(--text-primary) !important;
}

.dark-mode .modern-side-menu-section-title {
  color: #ffffff !important;
}

.dark-mode .modern-side-menu-item-text {
  color: #ffffff !important;
}

.dark-mode .modern-side-menu-item-icon i {
  color: #a3a3a3 !important;
}

.dark-mode .modern-side-menu-item-arrow {
  color: #a3a3a3 !important;
}

.dark-mode .modern-side-menu-share-text {
  color: #a3a3a3 !important;
}

.dark-mode .modern-side-menu-version-text {
  color: #a3a3a3 !important;
}

.dark-mode .modern-side-menu-copyright {
  color: #a3a3a3 !important;
}

/* Light Mode Styles for ModernSideMenu */
.light-mode .modern-side-menu-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.light-mode .modern-side-menu-container {
  background: linear-gradient(to bottom, #ffffff, #f9fafb);
  color: #374151;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.light-mode .modern-side-menu-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.light-mode .modern-side-menu-username {
  color: #1f2937 !important;
}

.light-mode .modern-side-menu-user-role {
  color: #6b7280 !important;
}

.light-mode .modern-side-menu-avatar-wrapper {
  border: 2px solid rgba(245, 52, 191, 0.3);
}

.light-mode .modern-side-menu-avatar-inner {
  background: linear-gradient(to bottom right, rgba(245, 52, 191, 0.1), rgba(245, 52, 191, 0.05));
}

.light-mode .modern-side-menu-edit-badge {
  background: linear-gradient(135deg, #f534bf, #ec4899);
  color: #ffffff;
}

.light-mode .modern-side-menu-close-btn {
  color: #6b7280;
  background: rgba(107, 114, 128, 0.1);
}

.light-mode .modern-side-menu-close-btn:hover {
  background: rgba(107, 114, 128, 0.2);
  color: #374151;
}

.light-mode .modern-side-menu-content {
  background: #ffffff;
}

.light-mode .modern-side-menu-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.light-mode .modern-side-menu-section-title {
  color: #1f2937 !important;
}

.light-mode .modern-side-menu-item {
  color: #374151;
  background: transparent;
}

.light-mode .modern-side-menu-item:hover {
  background: rgba(245, 52, 191, 0.05);
  color: #f534bf;
}

.light-mode .modern-side-menu-item.active {
  background: rgba(245, 52, 191, 0.1);
  color: #f534bf;
}

.light-mode .modern-side-menu-item-icon {
  background: rgba(245, 52, 191, 0.1);
  color: #f534bf;
}

.light-mode .modern-side-menu-item-icon i {
  color: #f534bf !important;
}

.light-mode .modern-side-menu-item-text {
  color: #374151 !important;
}

.light-mode .modern-side-menu-item-arrow {
  color: #9ca3af !important;
}

.light-mode .modern-side-menu-divider {
  background: rgba(0, 0, 0, 0.1);
}

.light-mode .modern-side-menu-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(to top, #f9fafb, transparent);
}

.light-mode .modern-side-menu-share-text {
  color: #6b7280 !important;
}

.light-mode .modern-side-menu-version-text {
  color: #9ca3af !important;
}

.light-mode .modern-side-menu-copyright {
  color: #6b7280 !important;
}

.light-mode .modern-side-menu-logout-btn {
  background: linear-gradient(to right, rgba(239, 68, 68, 0.1), rgba(220, 38, 38, 0.05));
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #dc2626;
}

.light-mode .modern-side-menu-logout-btn:hover {
  background: linear-gradient(to right, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.1));
  color: #b91c1c;
}

.light-mode .modern-side-menu-logout-icon {
  background: linear-gradient(to bottom right, rgba(239, 68, 68, 0.1), rgba(220, 38, 38, 0.05));
}

.light-mode .modern-side-menu-logout-icon i,
.light-mode .modern-side-menu-logout-icon svg {
  color: #dc2626;
  fill: #dc2626;
}

.light-mode .modern-side-menu-logout-text {
  color: #dc2626;
}

.light-mode .modern-side-menu-theme-toggle {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
}

.light-mode .modern-side-menu-theme-toggle:hover {
  background: rgba(245, 158, 11, 0.2);
  color: #d97706;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001; /* Ensure this is above ModernSideMenu's backdrop */
}

.modal-content {
  background: var(--card-bg);
  /* padding: 2.5rem; */
  border-radius: 1.25rem; /* More rounded corners */
  min-width: 380px;
  max-width: 600px;
  width: 90%;
  box-shadow: var(--shadow); /* Use theme shadow */
  position: relative;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease; /* Smooth transitions for theme changes */
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.75rem;
  color: var(--text-primary);
  font-weight: 600;
}

.modal-close-button {
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text-muted);
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modal-close-button:hover {
  color: var(--text-primary);
  background-color: var(--hover-bg);
  transform: rotate(90deg);
}

.modal-body p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.modal-body p strong {
  color: var(--text-primary);
  font-weight: 500;
}

.delete-account-button {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem; /* Consistent border-radius */
  cursor: pointer;
  font-size: 1rem;
  margin-top: 2.5rem;
  transition: all 0.3s ease;
  display: flex;
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.25);
}

.delete-account-button:hover {
  background-color: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
}

/* Profile picture and upload button */
.profile-picture-container {
  text-align: center;
  margin-bottom: 2.5rem;
}

.profile-picture-preview {
  width: 130px; /* Slightly larger */
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f334be;
  margin-bottom: 1rem;
  box-shadow: 0 6px 20px rgba(243, 52, 190, 0.4);
  transition: all 0.3s ease;
}

.upload-more-button {
  background-color: #f334be;
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.75rem; /* Consistent border-radius */
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(243, 52, 190, 0.25);
}

.upload-more-button:hover {
  background-color: #e02fb0;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(243, 52, 190, 0.4);
}

.dark-mode-text {
  color: var(--text-primary) !important;
  text-align: left;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .modal-content {
    padding: 1.5rem;
    min-width: 0;
    min-width: initial;
    max-width: 95%;
    width: calc(100% - 30px);
    margin: 15px;
    text-align: center; /* Center align content */
  }

  .modal-header {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }

  .modal-header h2 {
    font-size: 1.5rem;
  }

  .modal-close-button {
    font-size: 1.75rem;
    padding: 0.3rem;
  }

  .modal-body p {
    font-size: 1rem; /* Increased from 0.95rem */
    margin-bottom: 0.8rem;
  }

  .profile-picture-container {
    margin-bottom: 2rem;
  }

  .profile-picture-preview {
    width: 100px;
    height: 100px;
    border: 3px solid #f334be;
    box-shadow: 0 4px 15px rgba(243, 52, 190, 0.3);
  }

  .upload-more-button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .delete-account-button {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    margin-top: 2rem;
    display: flex;

  }
}

@media (max-width: 480px) {
  .modal-content {
    padding: 1rem;
    width: calc(100% - 20px);
    margin: 10px;
    text-align: center; /* Center align content */
  }

  .modal-header h2 {
    font-size: 1.3rem;
  }

  .modal-close-button {
    font-size: 1.5rem;
  }

  .modal-body p {
    font-size: -0.05rem !important; /* Increased from 0.9rem */
  }

  .profile-picture-preview {
    width: 80px;
    height: 80px;
  }

  .upload-more-button {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }

  .delete-account-button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    display: flex;

    margin-top: 1.5rem;
  }
}

.confirmation-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10002; /* Higher than AccountInfoModal */
}

.confirmation-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  min-width: 350px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.confirmation-modal-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  font-size: 1.8em;
}

.confirmation-preview-container {
  margin-bottom: 20px;
}

.confirmation-preview-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f334be;
}

.confirmation-modal-content p {
  margin-bottom: 25px;
  color: #555;
  font-size: 1.1em;
  line-height: 1.5;
}

.confirmation-modal-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.confirm-upload-button,
.cancel-upload-button {
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.confirm-upload-button {
  background-color: #f334be;
  color: white;
}

.confirm-upload-button:hover {
  background-color: #e02fb0;
  transform: translateY(-1px);
}

.cancel-upload-button {
  background-color: #e0e0e0;
  color: #333;
}

.cancel-upload-button:hover {
  background-color: #cdcdcd;
  transform: translateY(-1px);
}

/* Dark mode styles */
.dark-mode .confirmation-modal-content {
  background: var(--modal-bg);
}

.dark-mode .confirmation-modal-content h2 {
  color: var(--text-primary);
}

.dark-mode .confirmation-modal-content p {
  color: var(--text-secondary);
}

.dark-mode .cancel-upload-button {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
}

.dark-mode .cancel-upload-button:hover {
  background-color: var(--hover-bg);
}

/* Modern Footer Menu Styles */

.modern-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-top: 1px solid rgba(55, 65, 81, 0.5);
  z-index: 50;
  padding: 0.5rem 0.25rem;
}

.footer-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  padding: 0 0.5rem;
}

.footer-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.375rem 0.25rem;
  min-width: 3rem;
}

.footer-nav-item:hover {
  color: #f534bf;
}

.footer-nav-item.active {
  color: #f534bf;
  transform: scale(1.05);
}

.footer-nav-item i,
.footer-nav-item svg {
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.125rem;
  display: block;
  flex-shrink: 0;
}

.footer-nav-item svg {
  fill: currentColor;
}

.footer-nav-item span {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
}

.footer-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid rgba(245, 52, 191, 0.5);
  object-fit: cover;
  margin-bottom: 0.125rem;
}

.notification-badge {
  position: absolute;
  top: 0.125rem;
  right: 0.25rem;
  width: 1rem;
  height: 1rem;
  background: #ef4444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #000;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .footer-nav-item {
    gap: 0.3125rem;
  }
  
  .modern-footer {
    padding: 0.5rem 0.25rem;
  }
  
  .footer-nav {
    padding: 0 0.25rem;
  }
}

/* Upload Button Styles */
.footer-upload-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-upload-button .upload-content-button {
  width: 2.5rem;
  height: 3rem;
  background: #f534bf;
  border-radius: 2rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(245, 52, 191, 0.3);
  position: relative;
  z-index: 10;
}

.footer-upload-button .upload-content-button:hover {
  background: #e91e63;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(245, 52, 191, 0.4);
}

.footer-upload-button .upload-content-button i {
  color: white !important;
  font-size: 1.25rem;
  font-weight: bold;
}

/* Ensure the upload button is centered and doesn't interfere with other elements */
.footer-nav {
  position: relative;
}

@media (max-width: 480px) {
  .footer-nav {
    gap: 0.5rem;
  }
  
  .footer-upload-button .upload-content-button {
    width: 2rem;
    height: 2.5rem;
  }
  
  .footer-upload-button .upload-content-button i {
    color: white !important;
    font-size: 1rem;
  }
  .footer-nav-item {
    gap: 0.25rem;
    padding: 0.25rem 0.125rem;
    min-width: 2.5rem;
  }
  
  .footer-nav-item i,
  .footer-nav-item svg {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  
  .footer-nav-item span {
    font-size: 0.5625rem;
  }
} 
/* Login button specific styling */
/* .footer-nav-item.login-btn:hover {
  color: #f534bf;
  transform: translateY(-1px);
} */

/* Light Mode Styles for Footer */
.light-mode .modern-footer {
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-backdrop-filter: blur(50px) !important;
          backdrop-filter: blur(50px) !important;
  border-top: 1px solid rgba(209, 213, 219, 0.5) !important;
}

.light-mode .footer-nav-item {
  color: #6b7280 !important;
}

.light-mode .footer-nav-item:hover {
  color: #f534bf !important;
}

.light-mode .footer-nav-item.active {
  color: #f534bf !important;
}

.light-mode .footer-avatar {
  border: 1px solid rgba(245, 52, 191, 0.3) !important;
}

.light-mode .notification-badge {
  border: 1px solid #ffffff !important;
}

/* Dark Mode Styles for Upload Button */
.dark-mode .footer-upload-button .upload-content-button i {
  color: white !important;
}

.dark-mode .footer-upload-button .upload-content-button .fa {
  color: white !important;
}

.dark-mode .footer-upload-button .upload-content-button .fa-plus {
  color: white !important;
}

/* Light Mode Styles for Upload Button */
.light-mode .footer-upload-button .upload-content-button i {
  color: white !important;
}

.light-mode .footer-upload-button .upload-content-button .fa {
  color: white !important;
}

.light-mode .footer-upload-button .upload-content-button .fa-plus {
  color: white !important;
}

/* Mobile Dark Mode Styles for Upload Button */
@media (max-width: 480px) {
  .dark-mode .footer-upload-button .upload-content-button i {
    color: white !important;
  }
  
  .dark-mode .footer-upload-button .upload-content-button .fa {
    color: white !important;
  }
  
  .dark-mode .footer-upload-button .upload-content-button .fa-plus {
    color: white !important;
  }
  
  .light-mode .footer-upload-button .upload-content-button i {
    color: white !important;
  }
  
  .light-mode .footer-upload-button .upload-content-button .fa {
    color: white !important;
  }
  
  .light-mode .footer-upload-button .upload-content-button .fa-plus {
    color: white !important;
  }
}

.register-form.subscribe-form input[type="text"],
.register-form.subscribe-form input[type="password"] {
  border-bottom: 1px solid rgb(126, 126, 126) !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
  color: #000 !important;
}

.subscribe-modal .modal-body {
  padding: 20px;
}
.subscribe-modal .modal-header {
  border-bottom: transparent;
}

.subscribe-modal .form-check .form-check-sign::after {
  top: -4px;
  font-size: 14px;
}

.subscribe-modal .profile-back {
  object-fit: cover;
}

.subscribe-modal .avatar {
  margin-top: -200px;
}

.subscribe-modal .owner {
  padding-top: 0;
}
.subscribe-modal-left-side .modal-body {
  padding-top: 31px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .modal-dialog.subscribe-modal {
    width: 75%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .modal-dialog.subscribe-modal {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .modal-dialog.subscribe-modal {
    margin: 30px auto;
  }
}

.owner .avatar {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.subs-modal .form-check input[type="checkbox"],
.subs-modal .form-check-radio input[type="radio"] {
  opacity: 1;
  position: absolute;
  visibility: visible;
}

.subs-modal input,
.subs-modal .form-control:focus {
  background-color: transparent;
}

.subs-modal .modal-content {
  overflow: hidden;
}

.subscribe-btn {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .subscribe-btn {
    font-size: 0.8rem;
  }
}

.modal-dialog.subscribe-modal .modal-title img {
  width: 150px;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .modal-dialog.subscribe-modal .modal-title img {
    width: 110px;
  }
  .modal-dialog.subscribe-modal .modal-header h5 {
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog.subscribe-modal .modal-title img {
    width: 115px;
    margin-left: 15px;
  }
  .modal-dialog.subscribe-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog.subscribe-modal .modal-title img {
    width: 115px;
  }
  .modal-dialog.subscribe-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.subscribe-modal-left-side .close {
  margin-bottom: 2px;
  display: none;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .close {
  margin-bottom: 2px;
  display: block;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .modal-header .close {
  padding: 0;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .modal-header .close span {
    right: 25px;
    top: 5px;
    position: absolute;
    color: black;
    z-index: 10;
    -webkit-text-stroke: 1px #000;
}

.subscribe-modal-right-side .close {
  display: block;
}

@media only screen and (max-width: 991px) {
  .subscribe-modal-left-side .close {
    margin-bottom: 2px;
    display: block;
  }
  .subscribe-modal-right-side .close {
    display: none;
  }
}

.subscribe-modal.subs-modal.logged-in .modal-body {
  padding: 25px 20px 6px;
}

.modal-dialog.subs-modal.logged-in .close {
  font-size: 3.5rem;
}

.modal-dialog.subscribe-modal.subs-modal.logged-in .title {
  min-height: 22px;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .modal-header {
  padding-bottom: 10px;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .avatar img {
  width: 88px;
  margin: 150px 0 0px 5px;
  object-fit: cover;
}

@media only screen and (max-width: 575px) {
  .modal-dialog.subscribe-modal.subs-modal.logged-in .avatar {
    margin-top: 0;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in .avatar img {
    width: 88px;
    margin: -75px 0 0px 5px;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in .benefits {
    margin-bottom: 0.2rem !important;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in {
    margin: 0 auto;
  }
}

.subscribe-modal .owner h6 {
  color: #333333;
}
.pvpnameandfollower{
  color: white !important;
}
.btn.btn-link{
  color: #f334be !important
}

.btn.btn-link:hover{
  color: #f334be !important
}

.btn.btn-link:active{
  color: #f334be !important
}

/* Subscribe Modal Styles */
.subscribe-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Bright mode overlay */
.light-mode .subscribe-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.subscribe-modal-show {
  display: flex;
}

.subscribe-modal-hide {
  display: none;
}

/* Ensure body doesn't scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Mobile responsive adjustments for scrollable modal */
@media (max-width: 768px) {
  .subscribe-modal-overlay {
    padding: 0.5rem;
    align-items: flex-start;
    padding-top: 2rem;
  }
  
  .subscribe-modal-container {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.subscribe-modal-container {
  background-color: #171717;
  border-radius: 1rem;
  width: 100%;
  max-width: 24rem;
  margin: auto;
  border: 1px solid #404040;
  overflow: hidden;
  position: relative;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}

/* Bright mode container */
.light-mode .subscribe-modal-container {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.subscribe-modal-header {
  height: 8rem;
  background-color: #262626;
  position: relative;
  overflow: hidden;
}

/* Bright mode header */
.light-mode .subscribe-modal-header {
  background-color: #f8f9fa;
}

.subscribe-modal-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscribe-modal-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(23, 23, 23, 0.6), transparent);
}

/* Bright mode header overlay */
.light-mode .subscribe-modal-header-overlay {
  background: linear-gradient(to top, rgba(248, 249, 250, 0.8), transparent);
}

.subscribe-modal-close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}

.subscribe-modal-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.subscribe-modal-close-btn i {
  color: white;
  font-size: 0.875rem;
}
.light-mode .close-bright{
  background-color: rgba(0, 0, 0, 0.1) !important;
  border:none !important;
}
/* Bright mode close button */
.light-mode .subscribe-modal-close-btn {
  background-color: rgba(255, 255, 255, 0.8);
}

.light-mode .subscribe-modal-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.light-mode .subscribe-modal-close-btn i {
  color: #333333;
}

.subscribe-modal-content {
  padding: 1.5rem;
}

.subscribe-modal-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.subscribe-modal-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid #f534bf;
}

.subscribe-modal-username {
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
}

/* Bright mode username */
.light-mode .subscribe-modal-username {
  color: #333333;
}

.subscribe-modal-pinned-message {
  background-color: rgba(23, 23, 23, 0.8);
  border-radius: 0.75rem;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #404040;
  margin-bottom: 1.5rem;
}

/* Bright mode pinned message */
.light-mode .subscribe-modal-pinned-message {
  background-color: rgba(248, 249, 250, 0.8);
  border: 1px solid #e5e5e5;
}

.subscribe-modal-pinned-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.subscribe-modal-pinned-content {
  flex: 1 1;
}

.subscribe-modal-pinned-text {
  color: #d4d4d8;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.subscribe-modal-pinned-label {
  color: #737373;
  font-size: 0.75rem;
  margin: 0.25rem 0 0 0;
}

/* Bright mode pinned text */
.light-mode .subscribe-modal-pinned-text {
  color: #4a4a4a;
}

.light-mode .subscribe-modal-pinned-label {
  color: #666666;
}

.subscribe-modal-benefits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.subscribe-modal-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.subscribe-modal-benefit-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-color: rgba(245, 52, 191, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.subscribe-modal-benefit-icon i {
  color: white;
  font-size: 0.75rem;
}

.subscribe-modal-benefit-title {
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}

.subscribe-modal-benefit-desc {
  color: #a3a3a3;
  font-size: 0.75rem;
  margin: 0;
}

/* Bright mode benefit text */
.light-mode .subscribe-modal-benefit-title {
  color: #333333;
}

.light-mode .subscribe-modal-benefit-desc {
  color: #666666;
}

.subscribe-modal-btn {
  width: 100%;
  background-color: #f534bf;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.subscribe-modal-btn:hover {
  box-shadow: 0 10px 25px rgba(245, 52, 191, 0.25);
  transform: scale(1.05);
}

.subscribe-modal-renewal-info {
  margin-bottom: 1rem;
}

.subscribe-modal-renewal-title {
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5rem 0;
}

.subscribe-modal-renewal-text {
  color: #d4d4d8;
  font-size: 0.875rem;
  text-align: center;
  margin: 0;
}

/* Bright mode renewal text */
.light-mode .subscribe-modal-renewal-title {
  color: #333333;
}

.light-mode .subscribe-modal-renewal-text {
  color: #4a4a4a;
}

.subscribe-modal-vat-text {
  font-size: 0.75rem;
  text-align: center;
  margin: 0 0 1rem 0;
  color: #737373;
}

.subscribe-modal-security-text {
  font-size: 0.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #737373;
}

/* Bright mode footer text */
.light-mode .subscribe-modal-vat-text {
  color: #666666;
}

.light-mode .subscribe-modal-security-text {
  color: #666666;
}

.subscribe-modal-security-text i {
  margin-right: 0.25rem;
}

/* Billing Modal Styles */
.billing-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: 'Inter', sans-serif;
}

.billing-modal-container {
  background-color: #1C1C1E;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
}

/* Bright mode billing container */
.light-mode .billing-modal-container {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.billing-modal-content {
  flex: 1 1;
  overflow-y: auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.billing-subscription-summary {
  background-color: rgba(38, 38, 38, 0.5);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #404040;
}

/* Bright mode subscription summary */
.light-mode .billing-subscription-summary {
  background-color: rgba(248, 249, 250, 0.8);
  border: 1px solid #e5e5e5;
}

.billing-subscription-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.billing-subscription-creator {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.billing-subscription-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

.billing-subscription-username {
  color: white;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

.billing-subscription-label {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin: 0;
}

/* Bright mode subscription text */
.light-mode .billing-subscription-username {
  color: #333333;
}

.light-mode .billing-subscription-label {
  color: #666666;
}

.billing-subscription-price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.billing-subscription-amount {
  color: white;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

/* Bright mode subscription amount */
.light-mode .billing-subscription-amount {
  color: #333333;
}

.billing-subscription-toggle {
  transform: transition-transform 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
}

.billing-subscription-toggle i {
  color: #a3a3a3;
  font-size: 0.875rem;
}

/* Bright mode toggle icon */
.light-mode .billing-subscription-toggle i {
  color: #666666;
}

.billing-subscription-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.billing-subscription-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.billing-subscription-detail-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #f534bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.billing-subscription-detail-icon i {
  color: white;
  font-size: 0.75rem;
}

.billing-subscription-detail-title {
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}

.billing-subscription-detail-desc {
  color: #a3a3a3;
  font-size: 0.75rem;
  margin: 0;
}

/* Bright mode detail text */
.light-mode .billing-subscription-detail-title {
  color: #333333;
}

.light-mode .billing-subscription-detail-desc {
  color: #666666;
}

.billing-address-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.billing-address-intro {
  font-size: 0.75rem;
  margin: 0 0 1rem 0;
  text-align: center;
  color: #737373;
}

.billing-form-title {
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}

.billing-form-label {
  color: #d4d4d8;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  display: block;
}

/* Bright mode form text */
.light-mode .billing-address-intro {
  color: #666666;
}

.light-mode .billing-form-title {
  color: #333333;
}

.light-mode .billing-form-label {
  color: #4a4a4a;
}

.billing-form-input {
  width: 100%;
  background-color: #2C2C2E;
  border: 1px solid #3A3A3C;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  color: white;
  font-size: 1rem;
  outline: none;
  transition: all 0.2s ease;
}

.billing-form-input:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.5);
}

.billing-form-input::placeholder {
  color: #737373;
}

/* Bright mode form inputs */
.light-mode .billing-form-input {
  background-color: #f8f9fa;
  border: 1px solid #e5e5e5;
  color: #333333;
}

.light-mode .billing-form-input:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.3);
  border-color: #f534bf;
}

.light-mode .billing-form-input::placeholder {
  color: #999999;
}

.billing-form-select {
  width: 100%;
  background-color: #2C2C2E;
  border: 1px solid #3A3A3C;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  color: white;
  font-size: 1rem;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\"><path stroke=\"%239ca3af\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m6 8 4 4 4-4\"/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 1.25em 1.25em;
  padding-right: 2rem;
  transition: all 0.2s ease;
}

.billing-form-select:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.5);
}

/* Bright mode form select */
.light-mode .billing-form-select {
  background-color: #f8f9fa;
  border: 1px solid #e5e5e5;
  color: #333333;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\"><path stroke=\"%23666666\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m6 8 4 4 4-4\"/></svg>");
}

.light-mode .billing-form-select:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.3);
  border-color: #f534bf;
}

.billing-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

.billing-card-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.billing-payment-actions {
  padding: 0.5rem 0;
}

.billing-payment-btn {
  width: 100%;
  background-color: #f534bf;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  font-size: 1rem;
}

.billing-payment-btn:hover {
  box-shadow: 0 10px 25px rgba(245, 52, 191, 0.25);
  transform: scale(1.05) translateY(-1px);
}

.billing-back-btn {
  width: 100%;
  margin-top: 0.75rem;
  background: transparent;
  border: 1px solid #404040;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.billing-back-btn:hover {
  background-color: rgba(38, 38, 38, 0.5);
  transform: translateY(-1px);
}

/* Bright mode back button */
.light-mode .billing-back-btn {
  border: 1px solid #e5e5e5;
  color: #333333;
}

.light-mode .billing-back-btn:hover {
  background-color: rgba(248, 249, 250, 0.8);
}

.billing-payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.billing-payment-logo {
  background-color: #404040;
  border-radius: 0.375rem;
  width: 3rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.billing-payment-logo:hover {
  background-color: #525252;
  transform: scale(1.05);
}

.billing-payment-logo i {
  font-size: 1.25rem;
  color: #a3a3a3;
}

/* Bright mode payment logos */
.light-mode .billing-payment-logo {
  background-color: #f0f0f0;
}

.light-mode .billing-payment-logo:hover {
  background-color: #e0e0e0;
}

.light-mode .billing-payment-logo i {
  color: #666666;
}

.billing-payment-logo-maestro {
  padding: 0.25rem;
}

.billing-payment-logo-maestro svg {
  width: 100%;
  height: 100%;
}

.billing-payment-footer {
  text-align: center;
  padding: 0.5rem 0;
}

.billing-security-text {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #737373;
}

/* Bright mode security text */
.light-mode .billing-security-text {
  color: #666666;
}

.billing-security-text i {
  margin-right: 0.375rem;
}

/* Custom scrollbar for billing modal */
.billing-modal-content::-webkit-scrollbar {
  width: 4px;
}

.billing-modal-content::-webkit-scrollbar-track {
  background: #2C2C2E;
  border-radius: 2px;
}

.billing-modal-content::-webkit-scrollbar-thumb {
  background: #4A4A4A;
  border-radius: 2px;
}

.billing-modal-content::-webkit-scrollbar-thumb:hover {
  background: #6A6A6A;
}

/* Bright mode scrollbar */
.light-mode .billing-modal-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.light-mode .billing-modal-content::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}

.light-mode .billing-modal-content::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/* Hover effects */
.hover-scale {
  transition: transform 0.2s ease;
}

.hover-scale:hover {
  transform: scale(1.02);
}

/* Custom color classes for consistency */
.text-primary-pink {
  color: #f534bf;
}

.bg-primary-pink {
  background-color: #f534bf;
}

.border-primary-pink {
  border-color: #f534bf;
}

.bg-accent-black {
  background-color: #171717;
}

.text-accent-black {
  color: #171717;
}

.border-accent-black {
  border-color: #171717;
}
/* CCBill Modal Custom CSS - Replacing Tailwind Classes */

/* Modal Backdrop Blur Effect */
.modal-backdrop {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* Modal Container */
.ccbill-modal-container {
  background-color: #2d2d2d !important;
  border-radius: 24px;
  width: 100%;
  max-width: 400px; /* max-w-sm */
  margin: 0 auto;
  max-height: 80vh !important;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Light mode modal container */
.light-mode .ccbill-modal-container {
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb;
}

/* Modal Content Background */
.ccbill-modal-content {
  background-color: #2d2d2d !important;
  flex: 1 1;
  overflow-y: auto;
  padding: 20px; /* p-5 */
  display: flex;
  flex-direction: column;
  gap: 24px; /* space-y-6 */
  max-height: 70vh;
  border-radius: 27px;
  position: relative;
}

/* Light mode modal content */
.light-mode .ccbill-modal-content {
  background-color: #ffffff !important;
}

/* Close Button */
.ccbill-close-btn {
  position: absolute;
  top: 12px; /* top-3 */
  right: 12px; /* right-3 */
  width: 32px; /* w-8 */
  height: 32px; /* h-8 */
  background-color: rgba(0, 0, 0, 0.5); /* bg-black/50 */
  border-radius: 50%; /* rounded-full */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease; /* transition-colors */
  z-index: 10;
  border: none;
  cursor: pointer;
}

.ccbill-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.7); /* hover:bg-black/70 */
}

.ccbill-close-btn i {
  color: white;
  font-size: 14px; /* text-sm */
}

/* Light mode close button */
.light-mode .ccbill-close-btn {
  background-color: rgba(0, 0, 0, 0.1);
}

.light-mode .ccbill-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.light-mode .ccbill-close-btn i {
  color: #374151;
}

/* Subscription Summary */
.subscription-summary {
  background-color: rgba(64, 64, 64, 0.5); /* bg-neutral-800/50 */
  border-radius: 12px; /* rounded-xl */
  padding: 16px; /* p-4 */
  border: 1px solid #404040; /* border-neutral-700 */
  margin-bottom: 24px; /* mb-6 */
}

/* Light mode subscription summary */
.light-mode .subscription-summary {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
}

.subscription-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscription-creator-info {
  display: flex;
  align-items: center;
  gap: 12px; /* space-x-3 */
}

.subscription-creator-avatar {
  width: 40px; /* w-10 */
  height: 40px; /* h-10 */
  border-radius: 50%; /* rounded-full */
  object-fit: cover;
}

.subscription-avatar {
  width: 40px; /* w-10 */
  height: 40px; /* h-10 */
  background-color: #f534bf; /* bg-primary-pink */
  border-radius: 50%; /* rounded-full */
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscription-avatar i {
  color: white;
  font-size: 14px; /* text-sm */
}

.subscription-creator-details p:first-child {
  color: white;
  font-weight: bold;
  font-size: 16px; /* text-base */
  margin: 0;
}

.subscription-creator-details p:last-child {
  color: #a3a3a3; /* text-neutral-400 */
  font-size: 14px; /* text-sm */
  margin: 0;
}

/* Light mode subscription creator details */
.light-mode .subscription-creator-details p:first-child {
  color: #111827;
}

.light-mode .subscription-creator-details p:last-child {
  color: #6b7280;
}

.subscription-price {
  display: flex;
  align-items: center;
  gap: 12px; /* space-x-3 */
}

.subscription-price p {
  color: white;
  font-weight: bold;
  font-size: 16px; /* text-base */
  margin: 0;
}

/* Light mode subscription price */
.light-mode .subscription-price p {
  color: #111827;
}

.subscription-toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscription-toggle-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.subscription-toggle-btn i {
  color: #a3a3a3; /* text-neutral-400 */
  font-size: 12px; /* text-sm */
}

/* Light mode subscription toggle button */
.light-mode .subscription-toggle-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.light-mode .subscription-toggle-btn i {
  color: #6b7280;
}

.subscription-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px; /* space-y-3 */
  margin-top: 16px; /* mt-4 */
}

.subscription-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px; /* space-x-3 */
}

.subscription-benefit-icon {
  width: 20px; /* w-5 */
  height: 20px; /* h-5 */
  background-color: #f534bf; /* bg-primary-pink */
  border-radius: 50%; /* rounded-full */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px; /* mt-0.5 */
}

.subscription-benefit-icon i {
  color: white;
  font-size: 12px; /* text-xs */
}

.subscription-benefit-text p:first-child {
  color: white;
  font-size: 14px; /* text-sm */
  font-weight: 500; /* font-medium */
  margin: 0;
  text-align: left;
}

.subscription-benefit-text p:last-child {
  color: #a3a3a3; /* text-neutral-400 */
  font-size: 12px; /* text-xs */
  margin: 0;
}

/* Light mode subscription benefit text */
.light-mode .subscription-benefit-text p:first-child {
  color: #111827;
}

.light-mode .subscription-benefit-text p:last-child {
  color: #6b7280;
}

/* Payment Info Message */
.payment-info-text {
  font-size: 12px; /* text-xs */
  margin-bottom: 16px; /* mb-4 */
  text-align: center;
  color: #737373;
}

/* Light mode payment info text */
.light-mode .payment-info-text {
  color: #6b7280;
}

/* Form Sections */
.form-section {
  display: flex;
  flex-direction: column;
  gap: 5px; /* space-y-4 */
  margin-bottom: 24px; /* mb-6 */
}

.form-section h3 {
  color: white;
  font-weight: bold;
  font-size: 20px; /* text-xl */
  margin: 0;
  text-align: left;
}

/* Light mode form section headers */
.light-mode .form-section h3 {
  color: #111827;
}

/* Form Fields */
.form-field {
  display: flex;
  flex-direction: column;
}

.form-label {
  color: #d4d4d8; /* text-neutral-300 */
  font-size: 14px; /* text-sm */
  font-weight: 500; /* font-medium */
  margin-bottom: 8px; /* mb-2 */
  display: block;
  text-align: left;
}

/* Light mode form labels */
.light-mode .form-label {
  color: #374151;
}

.form-input {
  width: 100%; /* w-full */
  background-color: #2C2C2E; /* bg-[#2C2C2E] */
  border: 1px solid #3A3A3C; /* border-[#3A3A3C] */
  border-radius: 12px; /* rounded-xl */
  padding: 12px 16px; /* px-4 py-3 */
  color: white;
  font-size: 16px; /* text-base */
  outline: none;
  transition: all 0.2s ease;
}

.form-input::placeholder {
  color: #737373; /* placeholder-neutral-500 */
}

.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.5); /* focus:ring-2 focus:ring-primary-pink/50 */
}

.form-input.error {
  border-color: #ef4444; /* border-red-500 */
}

/* Light mode form inputs */
.light-mode .form-input {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}

.light-mode .form-input::placeholder {
  color: #9ca3af;
}

.light-mode .form-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.form-select {
  width: 100%; /* w-full */
  background-color: #2C2C2E; /* bg-[#2C2C2E] */
  border: 1px solid #3A3A3C; /* border-[#3A3A3C] */
  border-radius: 12px; /* rounded-xl */
  padding: 12px 16px; /* px-4 py-3 */
  color: white;
  font-size: 16px; /* text-base */
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 1.25em 1.25em;
  padding-right: 32px; /* pr-8 */
  transition: all 0.2s ease;
}

.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.5); /* focus:ring-2 focus:ring-primary-pink/50 */
}

.form-select.error {
  border-color: #ef4444; /* border-red-500 */
}

/* Light mode form selects */
.light-mode .form-select {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}

.light-mode .form-select:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

/* Grid Layouts */
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr; /* grid-cols-2 */
  grid-gap: 16px;
  gap: 16px; /* gap-4 */
}

/* Card Input with Icon */
.card-input-container {
  position: relative;
}

.card-input-container .form-input {
  font-family: monospace; /* font-mono */
  letter-spacing: 0.1em; /* tracking-wider */
  padding-right: 40px;
}

.card-icon-wrapper {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon {
  font-size: 20px;
  border-radius: 4px;
  width: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
}

/* Error Messages */
.error-message {
  color: #ef4444; /* text-red-500 */
  font-size: 12px; /* text-xs */
  margin-top: 4px; /* mt-1 */
}

/* Action Buttons */
.payment-actions {
  padding-top: 8px; /* pt-2 */
  padding-bottom: 8px; /* pb-2 */
}

.message {
  text-align: center;
  margin-bottom: 16px; /* mb-4 */
}

.message.success {
  color: #4ade80; /* text-green-400 */
}

.message.error {
  color: #f87171; /* text-red-400 */
}

.submit-button {
  width: 100%; /* w-full */
  background-color: #f534bf; /* bg-primary-pink */
  color: white;
  font-weight: 600; /* font-semibold */
  padding: 12px 24px; /* py-3 px-6 */
  border-radius: 50px; /* rounded-full */
  border: none;
  font-size: 16px; /* text-base */
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.submit-button:hover {
  box-shadow: 0 10px 25px rgba(245, 52, 191, 0.25); /* hover:shadow-lg hover:shadow-primary-pink/25 */
  transform: scale(1.05); /* hover:scale-105 */
}

.submit-button:disabled {
  opacity: 0.5; /* disabled:opacity-50 */
  cursor: not-allowed; /* disabled:cursor-not-allowed */
  transform: none; /* disabled:transform-none */
}

/* Payment Logos */
.payment-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* space-x-2 */
  margin-top: 16px; /* mt-4 */
}

.payment-logo {
  background-color: #404040; /* bg-neutral-700 */
  border-radius: 6px; /* rounded-md */
  width: 48px; /* w-12 */
  height: 32px; /* h-8 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-logo i {
  font-size: 20px; /* text-xl */
  color: #a3a3a3; /* text-neutral-400 */
}

/* Light mode payment logos */
.light-mode .payment-logo {
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.light-mode .payment-logo i {
  color: #6b7280;
}

.payment-logo.maestro {
  padding: 4px; /* p-1 */
}

.payment-logo.maestro svg {
  width: 100%;
  height: 100%;
}

/* Footer */
.payment-footer {
  text-align: center;
  padding-top: 8px; /* pt-2 */
  padding-bottom: 8px; /* pb-2 */
}

.payment-footer p {
  font-size: 12px; /* text-xs */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  gap: 10px;
  margin: 0;
}

.payment-footer i {
  margin-right: 6px; /* mr-1.5 */
}

/* Light mode payment footer */
.light-mode .payment-footer p {
  color: #6b7280;
}

/* Card Brand Icons */
.card-icon-visa {
  color: #1A1F71;
}

.card-icon-mastercard {
  color: #EB001B;
}

.card-icon-jcb {
  color: #0B4EA2;
}

.card-icon-discover {
  color: #FF6000;
}

.card-icon-diners-club {
  color: #0079BE;
}

/* Responsive Design */


/* Custom Scrollbar */
.ccbill-modal-content::-webkit-scrollbar {
  width: 4px;
}

.ccbill-modal-content::-webkit-scrollbar-track {
  background: transparent;
}

.ccbill-modal-content::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 2px;
}

.ccbill-modal-content::-webkit-scrollbar-thumb:hover {
  background: #525252;
}

/* Light mode scrollbar */
.light-mode .ccbill-modal-content::-webkit-scrollbar-thumb {
  background: #d1d5db;
}

.light-mode .ccbill-modal-content::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

/* Modern Tip Modal Styles - Unique classes to avoid conflicts */

/* Overlay */
.jh-modern-tip-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: jh-modern-tip-fade-in 0.3s ease-out;
}

@keyframes jh-modern-tip-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Popup container */
.jh-modern-tip-popup {
  background: #030404;
  border-radius: 24px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border: 2px solid #4c153d;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: jh-modern-tip-slide-up 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

@keyframes jh-modern-tip-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Main container */
.jh-modern-tip-container {
  padding: 16px;
}

/* Header section */
.jh-modern-tip-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.jh-modern-tip-avatar-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  position: relative;
  border: 2px solid rgba(245, 52, 191, 0.3);
}

.jh-modern-tip-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jh-modern-tip-avatar-gradient {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.1) 0%, transparent 100%);
}

.jh-modern-tip-creator-info {
  flex: 1 1;
}

.jh-modern-tip-username {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.jh-modern-tip-support-text {
  color: #a3a3a3;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.jh-modern-tip-star-icon {
  color: #f534bf;
  margin-right: 4px;
  font-size: 12px;
}

/* Amount section */
.jh-modern-tip-amount-section {
  margin-bottom: 20px;
}

.jh-modern-tip-amount-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.jh-modern-tip-amount-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.jh-modern-tip-amount-display {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

/* Slider container */
.jh-modern-tip-slider-container {
  margin-bottom: 12px;
}

/* Custom slider */
.jh-modern-tip-slider {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #f534bf 0%, #f534bf 0%, #404040 0%, #404040 100%);
  background: linear-gradient(to right, #f534bf 0%, #f534bf var(--jh-tip-slider-value, 0%), #404040 var(--jh-tip-slider-value, 0%), #404040 100%);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 12px;
}

.jh-modern-tip-slider::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #f534bf;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(245, 52, 191, 0.3);
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jh-modern-tip-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(245, 52, 191, 0.4);
}

.jh-modern-tip-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f534bf;
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 12px rgba(245, 52, 191, 0.3);
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jh-modern-tip-slider::-moz-range-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(245, 52, 191, 0.4);
}

/* Slider labels */
.jh-modern-tip-slider-labels {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  margin-top: 12px;
}

.jh-modern-tip-slider-label {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 500;
}

/* Preset buttons */
.jh-modern-tip-preset-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 12px;
}

.jh-modern-tip-preset-btn {
  background: #404040;
  color: #ffffff;
  border: 1px solid rgba(115, 115, 115, 0.5);
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.jh-modern-tip-preset-btn:hover {
  background: #525252;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.jh-modern-tip-preset-btn:active,
.jh-modern-tip-preset-btn.jh-modern-tip-active {
  background: #f534bf;
  color: #ffffff;
  border-color: #f534bf;
}

/* Action buttons */
.jh-modern-tip-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}

.jh-modern-tip-send-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.jh-modern-tip-send-btn:hover {
  background: rgba(245, 52, 191, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(245, 52, 191, 0.3);
}

.jh-modern-tip-heart-icon {
  margin-right: 8px;
  font-size: 12px;
}

.jh-modern-tip-cancel-btn {
  width: 100%;
  background: transparent;
  color: #d4d4d4;
  border: 1px solid #525252;
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.jh-modern-tip-cancel-btn:hover {
  border-color: #737373;
  color: #ffffff;
  background: rgba(115, 115, 115, 0.1);
}

/* Footer */
.jh-modern-tip-footer {
  padding-top: 8px;
  border-top: 1px solid rgba(115, 115, 115, 0.5);
}

.jh-modern-tip-security-text {
  color: #737373;
  font-size: 12px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jh-modern-tip-shield-icon {
  margin-right: 4px;
  font-size: 12px;
}

/* Responsive design */
@media (max-width: 480px) {
  .jh-modern-tip-overlay {
    padding: 16px;
  }
  
  .jh-modern-tip-popup {
    max-width: 100%;
  }
}

/* Accessibility */
.jh-modern-tip-send-btn:focus,
.jh-modern-tip-cancel-btn:focus,
.jh-modern-tip-preset-btn:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* Animation for glow effect */
.jh-modern-tip-popup:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 20px rgba(245, 52, 191, 0.1);
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: visible;
}

/* Legacy styles for compatibility */
.tip-slider,
.tip-slider:focus {
  border: none;
  -webkit-appearance: none;
          appearance: none;
  overflow: hidden;
}

.tip-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #f334be;
}

.tip-slider:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f334bd1f;
}

.tip-slider::-webkit-slider-thumb:active {
  background-color: #f564cc;
}

/* Payment iFrame - keeping for CCBill modal compatibility */
.paymentIFrameWrap {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 15px;
}

.paymentIFrame {
  width: 100%;
  min-height: 650px;
  border: none;
  padding: 0;  
  box-shadow: none;
  background-color: #fff;
  width: 100%;
}

.paymentIFrame .body {
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-top: 7px !important;
}

.paymentIFrame .flexforms_wrapper {
  max-width: 98% !important;
}

.payment-info-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .payment-info-text {
    font-size: 10px;
  }
}
.player-wrapper {
  position: relative;
  padding-top: 56.25%; /* 720 / 1280 = 0.5625 */
  border: 1px solid #a49e93;
  /* border-radius: 12px; */
  background: url(/static/media/1.57df676657d6d1c6daf2.png) center center / cover no-repeat;
}

.react-player {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px !important;
}

.cover video {
  object-fit: cover;
}

.cm-post-height {
  height: 100% !important;
}
.owner.creator button {
  bottom: 12% !important;
  left: 50% !important;
  transform: translate(-50%, -90%);
}

/* Loading State */
.creator-feed-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
  min-height: 200px;
}

.creator-feed-loading h5 {
  margin-top: 1rem;
  color: #a1a1aa;
  font-size: 1rem;
  font-weight: 500;
}

.profile-page-content .content-tab {
  cursor: pointer;
}

.owner {
  padding-top: 15px;
  text-align: left;
}

.owner .name h4 {
  margin-top: 0px;
}
.owner h6 {
  font-weight: 500;
  text-transform: none;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.owner button {
  padding: 0.2rem 18px;
}

.profile-page-pictures .shade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  z-index: 1;
  border-radius: 12px;
}

.owner .creator .avatar .img {
  max-height: 100%;
  object-fit: cover;
}

.edit-capture-modal .modal-body {
  padding: 0;
}

.edit-capture-modal .carousel-inner {
  height: 75vh;
}

.edit-capture-modal .modal-content {
  background-color: transparent;
}

.edit-capture-modal .modal-content {
  height: 100%;
}

.edit-capture-modal .modal-body {
  height: 100%;
}

.edit-capture-modal .edit-cap-left-side img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
  background-color: #000000;
}

.carousel-control,
.carousel-control:hover,
.carousel-control:focus {
  background-color: transparent;
}

.carousel-control .fa {
  font-size: 55px;
}

.creator-caption .form-control {
  border: none;
  border-radius: 0;

  border-bottom: 1px solid #dddddd;
}

.lock {
  width: 40px;
  transition: display 0.5s ease;
}

.lock-on {
  display: block;
  opacity: 0.8;
}
.lock-off {
  display: block;
  opacity: 0.2;
}

.sub-content-buttons {
  padding: 20px 0px 10px 0px;
}

.sub-content-buttons .btn {
  background: transparent;
  color: #f334be;
  border: none;
  text-underline-offset: 5px;
}

.sub-content-buttons .btn.selected {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .modal-dialog.edit-capture-modal {
    max-width: 60%;
    margin: auto;
  }
  .modal-dialog.edit-capture-modal.video-caption {
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
  }
  .modal-dialog.common-edit-modal {
    max-width: 30%;
    margin: auto;
  }
  .modal-dialog.common-edit-modal .modal-content {
    border-radius: 12px;
  }
}

.creator-pics {
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .creator-pics {
    margin: 10px auto;
  }
}

@media screen and (max-width: 844px) {
  .owner {
    text-align: center;
  }
}

.creator-pics.video-box .transparent-btn {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
}
.creator-pics.video-box .transparent-btn-gray {
  padding: 6px 12px;
}
.creator-pics.video-box {
  width: 45%;
  margin: 50px 25px;
}
@media screen and (max-width: 1090px) {
  .creator-pics.video-box {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .creator-pics.video-box {
    margin: 0 15px 100px 15px;
  }
}

@media screen and (max-width: 769px) {
  .creator-pics.video-box {
    margin: 25px 0;
  }
}

.bio-input .btn.disabled:hover,
.bio-input .btn[disabled]:hover,
.bio-input .btn:disabled:hover {
  background-color: white !important;
  color: #f334be !important;
}

@media screen and (max-width: 1090px) {
  .modal-dialog.edit-capture-modal .page-carousel {
    height: auto !important;
  }
  .modal-dialog.edit-capture-modal .edit-cap-left-side {
    height: auto !important;
  }
  .modal-dialog.edit-capture-modal .edit-cap-right-side {
    padding: 30px;
  }
  .edit-capture-modal .edit-cap-left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
/* At bootstrap large size */
@media screen and (max-width: 990px) {
  .edit-capture-modal .edit-cap-left-side img {
    max-height: 360px;
  }
}
@media screen and (max-width: 1090px) {
  .content-creator-dash .name {
    font-size: 12px;
  }
}

@media screen and (max-width: 1320px) {
  .creator-pics .transparent-btn,
  .creator-pics .video-box .transparent-btn {
    padding: 0.3rem 9px;
    font-size: 10px;
  }
  .creator-pics.video-box .transparent-btn-gray,
  .creator-pics .transparent-btn-gray {
    font-size: 10px;
    padding: 0.3rem 9px;
  }
}

.page-carousel-video .video-edit-box {
  display: flex;
  flex-direction: column;
}
.video-edit-left,
.video-edit-right {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1460px) {
  .page-carousel-video .video-edit-box {
    flex-direction: row;
  }

  .video-edit-left {
    width: 60% !important;
  }

  .video-edit-right {
    width: 37% !important;
  }

  .modal-dialog.edit-capture-modal.video-caption {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* @media screen and (min-width: 1350px) {
  .edit-video-modal .modal-content {
    height: 705px;
  }
} */

.edit-capture-modal .close,
.modal-dialog.profile-page-modal .close {
  -webkit-text-stroke: 1px black;
}
@media screen and (max-width: 768px) {
  .bio-data-form {
    flex-direction: column;
  }

  .bio-bt {
    margin-top: 20px;
    width: 70%;
    align-self: center;
  }

  .logo-and-tag {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .edit-capture-modal .edit-cap-left-side img {
    height: 270px;
  }
}

.nav-tabs .nav-item .nav-link.active:after,
.nav-tabs .nav-item .nav-link.active:hover:after,
.nav-tabs .nav-item .nav-link.active:focus:after {
  border-bottom: 11px solid #eee;
}

/* Remove before and after effects from content-tab active tabs */
.content-tab .nav-link.active::before,
.content-tab .nav-link.active::after,
.content-tab .nav-link.active:before,
.content-tab .nav-link.active:after {
  display: none !important;
  content: none !important;
}

/* Also remove from hover and focus states */
.content-tab .nav-link.active:hover::before,
.content-tab .nav-link.active:hover::after,
.content-tab .nav-link.active:focus::before,
.content-tab .nav-link.active:focus::after,
.content-tab .nav-link.active:hover:before,
.content-tab .nav-link.active:hover:after,
.content-tab .nav-link.active:focus:before,
.content-tab .nav-link.active:focus:after {
  display: none !important;
  content: none !important;
}

.profile-page-subs .nav-tabs .nav-item .nav-link.active:after,
.profile-page-subs .nav-tabs .nav-item .nav-link.active:hover:after,
.profile-page-subs .nav-tabs .nav-item .nav-link.active:focus:after {
  border-bottom: 11px solid #fff;
}

/* Updated profile info grid styles */

.profile-description {
  position: relative;
}
.profile-description .profile-img-container {
  position: absolute;
  border: "2px solid #fff";
  width: 160px;
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.profile-img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.edit-profile-img-btn {
  font-size: 10px;
  z-index: 2;
  position: absolute;
  text-transform: none;
  bottom: 6px;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1rem 0.4rem;
}

.profile-description .profile-details-container {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  margin: 0 auto;
  padding: 80px 0px 10px 0px;
  text-align: center;
}

/* .profile-details-container .details-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  height: 44.5px;
} */

.profile-page-header {
  min-height: 34vh !important;
}

.profile-description .bio-input {
  grid-column: span 2 / span 2;
  margin-top: 40px;
}
.profile-details p {
  font-size: 1.125rem;
  flex-shrink: 0;
}
.profile-buttons {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 32px auto 20px auto;
  font-size: 14px !important;
}
.profile-buttons .subscribe-btn {
  min-height: 44.5px;
  font-size: 0.800rem !important;
}

@media screen and (min-width: 767px) {
  .edit-profile-img-btn {
    bottom: 35px;
  }
  .profile-page-header {
    min-height: 40vh !important;
  }
  .profile-description .profile-img-container {
    left: 0;
    width: 200px;
    height: 200px;
    transform: translateX(0);
  }
  .profile-description .profile-details-container {
    padding: 10px 0px 0px 220px;
    max-width: none;
    text-align: start;
  }

  .profile-details-container .details-group {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 12px;
    max-width: 300px;
  }

  .profile-description .bio-input {
    grid-column: span 3 / span 3;
  }
  .profile-buttons {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 10px auto 20px auto;
  }
}

@media screen and (min-width: 1220px) {
  .profile-details {
    display: flex;
    justify-content: space-between;
  }
  .profile-buttons {
    margin: 0px 0px 0px 30px;
  }
}

.biography-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 520px;
}
.biography-form textarea {
  border: 0;
  resize: none;
  background-color: #efefef4d;
  font-size: 0.875rem;
  padding: 20px;
  border-radius: 10px;
  min-height: 160px;
  flex-grow: 1;
}

/* Responsive classes for tab count badges */
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: inline;
  }
  
  .sec-profile-tabs-container {
    overflow-y: hidden;
  }
  
  /* .nav-tabs-navigation {
    overflow-y: hidden;
  } */
  
  /* .profile-page-content.nav-tabs {
    overflow-y: hidden;
  } */
}

@media screen and (min-width: 769px) {
  .desktop-only {
    display: inline;
  }
  
  .mobile-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .creator-pics.shade {
    width: 100%;
    height: 200px;     
    overflow: hidden;  
    position: relative;
  }

  .creator-pics.shade img {
    width: 100%;
    height: 100%;      
    object-fit: cover; 
    display: block;
  }
 .creator-picture-buttons {
  display: flex;
  justify-content: center;
  align-items: center;       
  gap: 10px;                 
  position: absolute;
  /* bottom: 10px !important;              */
  left: 50%;
  transform: translateX(-50%); 
  width: auto;          
  height: auto;  
flex-direction: column !important; 

  box-shadow: none !important;
  border: none !important;
  z-index: 10 !important;
}
}

.profile-main-content{
  margin-top: 0.75rem;
}
@media screen and (min-width: 480px) {
  .profile-main-content{
    margin-top: 5rem;
  }
}


/* Creator Feed Cards Styles */
.creator-feed {
    padding: 1.25rem; /* p-5 */
  }
  
  .creator-feed.light-mode {
    background-color: #f3f4f6; /* bg-gray-100 */
  }
  
  .creator-feed.dark-mode {
    background-color: #111827; /* bg-gray-900 */
  }
  
  .creator-feed-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 4rem; /* pt-16 */
    padding-bottom: 6rem; /* pb-24 */
  }
  
  .cards-container {
    position: relative;
    width: 100%;
    height: 16rem; /* h-64 */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .feed-card {
    position: absolute;
    background-color: #222222;
    border-radius: 1rem; /* rounded-2xl */
    width: 20rem; /* w-80 */
    padding: 1rem; /* p-4 */
    display: flex;
    align-items: center;
    gap: 1rem; /* space-x-4 */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
  }
  
  /* Light mode feed cards */
  .light-mode .feed-card {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  }
  
  /* Purple Card (Bottom) */
  .feed-card-purple {
    border: 2px solid #a855f7; /* border-purple-500 */
    transform: rotate(-6deg) translateY(3rem); /* -rotate-6 translate-y-12 */
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
  }
  
  /* Green Card (Middle) */
  .feed-card-green {
    border: 2px solid #84cc16; /* border-lime-400 */
    transform: rotate(3deg); /* rotate-3 */
    z-index: 10;
    box-shadow: 0 0 15px rgba(163, 230, 53, 0.3);
  }
  
  /* Pink Card (Top) */
  .feed-card-pink {
    border: 2px solid #f334be; /* border-primary-pink */
    transform: rotate(-2deg) translateY(-3rem); /* -rotate-2 -translate-y-12 */
    z-index: 20;
    box-shadow: 0 0 15px rgba(245, 52, 191, 0.4);
  }
  
  .card-avatar {
    width: 3rem; /* w-12 */
    height: 3rem; /* h-12 */
    border-radius: 50%;
    border: 2px solid;
    flex-shrink: 0;
  }
  
  .feed-card-purple .card-avatar {
    border-color: #a855f7; /* border-purple-500 */
  }
  
  .feed-card-green .card-avatar {
    border-color: #84cc16; /* border-lime-400 */
  }
  
  .feed-card-pink .card-avatar {
    border-color: #f334be; /* border-primary-pink */
  }
  
  .card-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* space-y-2 */
    flex: 1 1;
  }
  
  .card-text {
    color: #a3a3a3;
    font-size: 1.125rem; /* text-lg */
    font-weight: bold;
    margin-bottom: 0.75rem; /* mb-3 */
    margin: 0;
  }
  
  /* Light mode card text */
  .light-mode .card-text {
    color: #6b7280;
  }
  
  .skeleton-line {
    height: 0.75rem; /* h-3 */
    background-color: #404040; /* bg-neutral-700 */
    border-radius: 9999px; /* rounded-full */
  }
  
  /* Light mode skeleton lines */
  .light-mode .skeleton-line {
    background-color: #e5e7eb;
  }
  
  .skeleton-w-3-4 {
    width: 75%; /* w-3/4 */
  }
  
  .skeleton-w-1-2 {
    width: 50%; /* w-1/2 */
  }
  
  .skeleton-w-5-6 {
    width: 83.333333%; /* w-5/6 */
  }
  
  .skeleton-w-2-3 {
    width: 66.666667%; /* w-2/3 */
  }
  
  .skeleton-w-full {
    width: 100%;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .feed-card {
      width: 18rem; /* Adjust for mobile */
    }
    
    .cards-container {
      height: 14rem; /* Adjust height for mobile */
    }
  }
  
  @media (max-width: 480px) {
    .feed-card {
      width: 16rem; /* Further adjust for small mobile */
    }
    
    .creator-feed-container {
      padding-top: 2rem;
      padding-bottom: 4rem;
    }
  }
  
.profile-page-content .content-tab {
  cursor: pointer;
}

.owner {
  padding-top: 15px;
  text-align: left;
}

.owner .name h4 {
  margin-top: 0px;
}
.owner h6 {
  font-weight: 500;
  text-transform: none;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.owner button {
  padding: 0.2rem 18px;
}
.profile-page-pictures img,
.profile-page-pictures .blurred button {
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.profile-page-pictures a {
  margin: 0 20px 20px 0;
}

.profile-page-modal .modal-body {
  padding: 0;
}

.profile-page-modal .carousel-inner {
  height: 700px;
}

.profile-page-modal .carousel-control.left {
  left: -10%;
}
.profile-page-modal .carousel-control.right {
  right: -10%;
}

.profile-page-pictures .shade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  z-index: 1;
  border-radius: 12px;
}

.owner .creator .avatar .img {
  max-height: 100%;
  object-fit: cover;
}

.carousel-item {
  height: 100%;
}

.carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-control,
.carousel-control:hover,
.carousel-control:focus {
  background-color: transparent;
}

.carousel-control .fa {
  font-size: 55px;
}

.subscribed {
  display: block;
}

.not-subscribed {
  display: none;
}

.blurred button {
  width: 350px;
  height: 350px;
  margin: 0 20px 20px 0;
  border-radius: 12px;
  border: 0;
  color: white;
  padding-top: 160px;
}

@media (min-width: 576px) {
  .modal-dialog.profile-page-modal {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 844px) {
  .owner {
    text-align: center;
  }
}

.outlinegreybutton {
  color: #6c757d;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #6c757d;
}

.outlinegreybutton:hover {
  color: #fff;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}

@media screen and (max-width: 1090px) {
  .profile-page-modal .carousel-inner {
    height: auto;
  }
}

@media (min-width: 1090px) {
  .modal-dialog.profile-page-modal.video-content {
    max-width: 650px;
    margin: 0.5rem auto;
  }

  .modal-dialog.profile-page-modal.video-content .carousel-inner {
    height: auto;
  }
}
@media (min-width: 576px) {
  .modal-dialog.profile-page-modal.video-content {
    max-width: 600px;
    margin: 0 auto;
  }
}

.profile-video-box {
  width: 45%;
  margin: 50px 25px;
}
@media screen and (max-width: 1090px) {
  .profile-video-box {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .profile-video-box {
    margin: 50px 15px;
  }
}

.blurred button {
  width: 350px;
  height: 350px;
  margin: 0 20px 20px 0;
  border-radius: 12px;
  border: 0;
  color: white;
  padding-top: 160px;
  max-width: 100%;
}

.blurred-video button {
  width: 350px;
  height: 350px;
  margin: 0 20px 20px 0;
  border-radius: 12px;
  border: 0;
  color: white;
  padding-top: 160px;
  max-width: 100%;
}

.carousel-control.left .carousel-control .fa {
  padding: 40px 40px 40px 20px;
}
.carousel-control.right .carousel-control .fa {
  padding: 40px 20px 40px 40px;
}
.profile-page-pictures {
  justify-content: flex-start !important;
  flex-wrap: wrap;
}
.content-part{
      padding-top: 20px;
    /* display: grid !important
; */
    gap: 20px !important;
    /* grid-template-columns: repeat(3, 1fr); */
    padding-bottom: 20px;
}

@media screen and (max-width: 1320px) {
  .profile-page-pictures img,
  .profile-page-pictures .blurred button {
    width: 290px;
    height: 290px;
  }
  .blurred button {
    width: 290px;
    height: 290px;
  }

  .profile-page-pictures img,
  .profile-page-pictures .blurred-video button {
    width: 290px;
    height: 290px;
  }
  .blurred-video button {
    width: 290px;
    height: 290px;
  }
}
@media screen and (max-width: 1200px) {
  .profile-page-pictures img,
  .profile-page-pictures .blurred button {
    width: 290px;
    height: 290px;
  }
  .blurred button {
    width: 290px;
    height: 290px;
  }

  .profile-page-pictures img,
  .profile-page-pictures .blurred-video button {
    width: 290px;
    height: 290px;
  }
  .blurred-video button {
    width: 290px;
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  .profile-page-pictures {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1090px) {
  .page-carousel .carousel-control.right,
  .page-carousel .carousel-control.left {
    opacity: 1;
  }
  .profile-page-subs .name {
    font-size: 12px;
  }
}
@media screen and (max-width: 633px) {
  .profile-page-modal .carousel-control.left {
    left: 5%;
  }
  .profile-page-modal .carousel-control.right {
    right: 5%;
  }
  .carousel-control .fa {
    color: rgb(179, 179, 179);
    font-size: 38px;
  }
}
@media screen and (max-width: 433px) {
  .blurred button {
    margin-right: 0;
  }

  .blurred-video button {
    margin-right: 0;
  }
}

.full-size-image img {
  width: 100%;
  max-height: 90vh;
  object-fit: cover;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .modal-dialog.full-size-image {
    max-width: 90%;
    height: 90vh;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .profile-page-pictures img,
  .profile-page-pictures .blurred button {
    width: 290px;
    height: 290px;
    justify-content: space-between;
  }

  .profile-page-pictures img,
  .profile-page-pictures .blurred-video button {
    width: 290px;
    height: 290px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .profile-page-pictures img,
  .profile-page-pictures .blurred button {
    width: 210px;
    height: 210px;
    justify-content: space-between;
  }

  .profile-page-pictures img,
  .profile-page-pictures .blurred-video button {
    width: 210px;
    height: 210px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .profile-page-pictures img,
  .profile-page-pictures .blurred button,
  .profile-page-pictures .blurred-video button {
    justify-content: space-between;
  }
}

.inner-car-col {
  min-height: 500px;
}

.inner-car-coll-a {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .inner-car-col {
    min-height: 255px;
  }
  .inner-car-coll-a {
    height: 350px;
  }

  .profile-page-modal .carousel-control.left,
  .profile-page-modal .carousel-control.right {
    top: 20%;
  }
}

.modal-close-btn {
  font-size: 3.5em;
}

@media screen and (max-width: 991px) {
  .carousel-inner .carousel-item img {
    width: 97.6%;
  }
}



@media screen and (max-width: 768px) {
  .carousel-inner .carousel-item img {
    width: 97.4%;
  }
}
@media screen and (max-width: 767px) {
  .carousel-inner .carousel-item img {
    height: 75%;
  }
}

@media screen and (max-width: 650px) {
  .carousel-inner .carousel-item img {
    width: 96.8%;
  }
}

@media screen and (max-width: 575px) {
  .carousel-inner .carousel-item img {
    width: 97.3%;
  }
  .profile-page-modal {
    margin-top: 12px;
  }
  .profile-page-modal.video-content {
    margin-top: 12px;
  }
}

@media screen and (max-width: 430px) {
  .carousel-inner .carousel-item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hide-title {
    display: none;
  }
  
  .tab-count-badge {
    font-size: 0.8em;
  }
  
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .desktop-only {
    display: inline;
  }
  
  .mobile-only {
    display: none;
  }
}

.profile-page-pictures img,
.profile-page-pictures .blurred button {
  justify-content: center;
}
.blurred .btn {
  line-height: 1.4;
  font-weight: 500;
}
.blurred button {
  padding-top: 160px;
}

.blurred-video .btn {
  line-height: 1.4;
  font-weight: 500;
}
.blurred-video button {
  padding-top: 160px;
}
.profile-page-pictures .blurred button {
  margin: 0 auto;
}
.profile-page-pictures .blurred-video button {
  margin: 0 auto;
}
.profile-page-pictures {
  justify-content: flex-start !important;
  margin: 0 auto;
}
.profile-page-pictures .blurred {
  width: 33.33%;
  padding: 10px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.profile-page-pictures .blurred-video {
  width: 33.33%;
  padding: 10px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.blurred .btn-round .subscribe-btn {
  margin-bottom: 0 !important;
}

.blurred-video .btn-round .subscribe-btn {
  margin-bottom: 0 !important;
}

.profile-page-pictures a {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .blurred button,
  .blurred-video button {
    padding-top: 60px;
    width: 150px !important;
  }
  .profile-page-pictures .blurred {
    padding: 5px;
  }
  .blurred .btn-round.subscribe-btn.btn.btn-outline-danger {
    margin-bottom: 0 !important;
  }
  .blurred button {
    padding-top: 110px;
  }

  .profile-page-pictures .blurred-video {
    padding: 5px;
  }
  .blurred-video .btn-round.subscribe-btn.btn.btn-outline-danger {
    margin-bottom: 0 !important;
  }
  .blurred-video button {
    padding-top: 110px;
  }
}

@media screen and (max-width: 359px) {
  .profile-page-pictures img,
  .profile-page-pictures .blurred button,
  .profile-page-pictures .blurred-video button {
    width: 100%;
    justify-content: center;
  }
  .blurred button,
  .blurred-video button {
    padding-top: 100px;
  }

  .profile-page-pictures .blurred,
  .profile-page-pictures .blurred-video,
  .profile-page-pictures a {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .profile-page-modal .modal-content {
    height: 100%;
    display: block;
  }
}

/* New Image grid for Profile media*/
/* Videos */
.profile-page-video-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 16px;
  grid-gap: 6px;
  gap: 6px;
  width: 100%;
}
.profile-page-video-grid img {
  max-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile-page-video-grid .blurred-video button {
  margin: 0;
  max-height: 266px;
  width: 100% !important;
}

/* Images */
.profile-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 16px;
  grid-gap: 6px;
  gap: 6px;
}

.profile-page-grid img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
.profile-page-grid .blurred,
.profile-page-grid .blurred button {
  width: 100% !important;
  height: 160px;
}
.profile-page-grid .blurred button {
  margin: 0;
}
@media screen and (min-width: 480px) {
  .profile-page-grid {
    gap: 10px;
  }
  .profile-page-grid img,
  .profile-page-grid .blurred,
  .profile-page-grid .blurred button {
    height: 200px;
  }
}

@media screen and (min-width: 768px) {
  .profile-page-video-grid {
    grid-template-columns: 1fr 1fr;
  }
  .profile-page-grid img,
  .profile-page-grid .blurred,
  .profile-page-grid .blurred button {
    height: 280px;
  }
}

@media screen and (min-width: 1024px) {
  .profile-page-video-grid {
    grid-template-columns: 1fr 1fr;
  }
  .profile-page-grid img,
  .profile-page-grid .blurred,
  .profile-page-grid .blurred button {
    height: 360px;
  }
}

/* Content creator */
.cc-profile.profile-page-pictures {
  /* justify-content: center !important;
  display: flex;
  margin: 0 auto; */
  padding-top: 20px;
    display: grid !important;
  grid-gap: 20px !important;
  gap: 20px !important;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
}
@media screen and (max-width:768px){
.cc-profile.profile-page-pictures {

  gap: 15px !important;

}
}


.biography-text {
  border: 0;
  resize: none;
  font-size: 1rem;
  padding: 10px 0px 20px 0px;
  text-align: start;
  border-radius: 10px;
  /* min-height: 160px; */
  flex-grow: 1;
  word-break: break-word;
  background-color: transparent;
  color: var(--text-primary);
  transition: color 0.3s ease;
}
.bio-collapse {
  font-size: 1rem;
  text-align: start;
  display: flex;
  align-items: center;
}
.bio-about-text {
  margin-right: 16px;
  color: var(--clr-primary);
  font-weight: 400;
  transition: color 0.3s ease;
}
.down-arrow {
  width: 14px;
  height: 14px;
  color: var(--clr-primary);
  transform: rotate(180deg);
}
.down-arrow.show {
  transform: rotate(0deg);
}

/* Mobile responsive styles for profile details */
@media screen and (max-width: 768px) {
  .details-group {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  
  .profile-description .profile-img-container {
    position: absolute;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    top: -40px;
    left: 15%;
    transform: translateX(-50%);
  }
  
  /* Mobile-specific details-group styling */
  .details-group:first-child {
    margin-bottom: 5px;
  }
  
  .details-group:last-child p:first-child {
    margin-left: 90px;
  }
  
  /* Mobile-specific profile-details-container styling */
  .profile-description .profile-details-container {
    display: flex;
    flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    text-align: center;
  }
  
  /* Mobile-specific profile-buttons styling */
  .profile-buttons {
    margin: 10px auto auto 85px !important;
    gap: 10px;
  }
  
  /* Mobile-specific button styling */
  .profile-buttons .btn-round.subscribe-btn.ml-4 {
    margin: 0px !important;
  }
  
  /* Mobile-specific views paragraph styling */
  .profile-details > p {
    font-size: 0.8rem;
    margin-top: 10px;
  }
  
  /* Mobile-specific edit button styling */
  .transparent-btn-gray {
    bottom: -10px !important;
  }
}

/* Desktop edit button styling */
@media screen and (min-width: 769px) {
  .transparent-btn-gray {
    bottom: 0 !important;
  }
}

/* Details group styling for numbers and text */
.details-group p {
  font-size: 0.875rem;
  margin: 0;
  
}

.details-group p strong {
  font-weight: 700;
  font-size: 1rem;
  word-break: break-all;
}

.details-group span {
  font-weight: 700;
  font-size: 1rem;
}

/* Profile username truncation and tooltip styles */
.profile-username-container {
  position: relative;
  display: inline-block;
  /* Increase touch target for mobile */
  padding: 4px 8px;
  margin: -4px -8px;
  border-radius: 4px;
}

/* Mobile-only cursor pointer */
@media screen and (max-width: 768px) {
  .profile-username-container {
    cursor: pointer;
  }
}

.profile-username {
  display: inline-block;
}

/* Mobile-specific username truncation */
@media screen and (max-width: 768px) {
  .profile-username[data-truncate="true"] {
    max-width: 8ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
  }
}

/* Tooltip styles */
.profile-username-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 5px;
}

.profile-username-tooltip.show {
  opacity: 1;
}

/* Hover effect only for mobile */
@media screen and (max-width: 768px) {
  .profile-username-container:hover .profile-username-tooltip {
    opacity: 1;
  }
}

/* Mobile-only active state for touch feedback */
@media screen and (max-width: 768px) {
  .profile-username-container:active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

/* Focus state for accessibility */
.profile-username-container:focus {
  outline: 2px solid #F334BE;
  outline-offset: 2px;
}

/* Tooltip arrow */
.profile-username-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}



/* Modern Profile Page Styles */
.jh-modern-profile-page {
  background-color: #171717 !important;
  color: #ffffff !important;
  min-height: 100vh;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
}

/* Promotion Banner Styles */
.jh-modern-profile-promotion-banner {
  background-color: #4a1d3d;
  color: #F334BE;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 8px;
  margin: 0px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.jh-modern-profile-promotion-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.jh-modern-profile-promotion-discount {
  font-size: 14px;
  font-weight: 600;
  color: #F334BE;
}

.jh-modern-profile-promotion-slots {
  font-size: 12px;
  font-weight: 500;
  color: #F334BE;
  opacity: 0.9;
}

.jh-modern-profile-container {
  margin-top: 1.2rem;
  background-color: #171717 !important;
  position: relative;
}

.jh-modern-profile-main {
  position: relative;
}

/* Header Gallery Section */
.jh-modern-profile-header-gallery {
  position: relative;
  overflow: hidden;
}

.jh-modern-profile-gallery-container {
  height: 200px;
  background-color: #404040 !important;
  position: relative;
}

.jh-modern-profile-single-image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.jh-modern-profile-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jh-modern-profile-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}

.jh-modern-profile-gallery-hover {
  position: absolute;
  inset: 0;
  background-color: rgba(245, 52, 191, 0.1) !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.jh-modern-profile-single-image:hover .jh-modern-profile-gallery-hover {
  opacity: 1;
}

.jh-modern-profile-gallery-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, 
    transparent 0%, 
    transparent 70%, 
    rgba(23, 23, 23, 0.3) 85%, 
    rgba(23, 23, 23, 0.7) 95%, 
    rgba(23, 23, 23, 1) 100%);
}

/* Profile Details Section */
.jh-modern-profile-details {
  position: relative;
  padding: 0 20px 24px;
  background-color: #171717 !important;
}

/* Light mode for profile details */
.light-mode .jh-modern-profile-details {
  background-color: #ffffff !important;
}

.jh-modern-profile-details-container {
  padding-top: 12px;
}

/* Light mode for details container */
.light-mode .jh-modern-profile-details-container {
  background-color: #ffffff !important;
}

.jh-modern-profile-details-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jh-modern-profile-avatar-container {
  position: relative;
  margin-top: -48px;
}

.jh-modern-profile-avatar {
  width: 112px;
  height: 112px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #171717;
}

/* Light mode for avatar */
.light-mode .jh-modern-profile-avatar {
  border: 3px solid #ffffff !important;
}

.jh-modern-profile-action-buttons {
  display: flex;
  align-items: initial;
  gap: 12px;
  flex-direction: column;
  /* margin-top: 32px; */
  
}

.jh-modern-profile-message-btn {
  height: 40px;
  width: 40px;
  background-color: rgba(23, 23, 23, 0.8) !important;
  border: 1px solid #737373;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

/* Light mode for message button */
.light-mode .jh-modern-profile-message-btn {
  background-color: #f8fafc !important;
  border-color: #e5e7eb !important;
  color: #374151 !important;
}

.jh-modern-profile-message-btn:hover {
  color: #f534bf;
  transform: scale(1.02);
}

.jh-modern-profile-subscribe-container {
  display: flex;
  align-items: center;
}

.jh-modern-profile-follow-btn,
.jh-modern-profile-following-btn {
  padding: 8px 20px;
  background-color: transparent;
  border: 1px solid #f534bf;
  border-radius: 9999px;
  font-size: 14px;
  color: #f534bf;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  outline: none;
}

/* Light mode for follow buttons */
.light-mode .jh-modern-profile-follow-btn {
  background-color: #f534bf !important;
  color: #ffffff !important;
  border-color: #f534bf !important;
}

.light-mode .jh-modern-profile-following-btn {
  background-color: #10b981 !important;
  color: #ffffff !important;
  border-color: #10b981 !important;
}

.jh-modern-profile-follow-btn:hover {
  background-color: #f534bf !important;
  color: #ffffff !important;
  transform: scale(1.02);
}

.jh-modern-profile-following-btn {
  background-color: transparent;
  color: #f534bf !important;
}

.jh-modern-profile-following-btn:hover {
  background-color: #f534bf !important;
  color: #ffffff !important;
  transform: scale(1.02);
}

.jh-modern-profile-loading {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

/* Creator Info */
.jh-modern-profile-creator-info {
  margin-top: 16px;
}

/* Light mode for creator info */
.light-mode .jh-modern-profile-creator-info {
  background-color: #ffffff !important;
}

.jh-modern-profile-username-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.jh-modern-profile-username {
  font-size: 24px;
  color: #ffffff !important;
  font-weight: 700;
  margin: 0;
}

/* Light mode for username */
.light-mode .jh-modern-profile-username {
  color: #1f2937 !important;
}

.jh-modern-profile-country-flag {
  width: 24px;
  height: 18px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
}

.jh-modern-profile-subscription-text {
  color: #737373 !important;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

/* Light mode for subscription text */
.light-mode .jh-modern-profile-subscription-text {
  color: #6b7280 !important;
}

.jh-modern-profile-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #737373 !important;
  font-size: 14px;
  margin-top: 16px;
}

/* Light mode for stats */
.light-mode .jh-modern-profile-stats {
  color: #6b7280 !important;
}

.jh-modern-profile-stat-item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Light mode for stat items
.light-mode .jh-modern-profile-stat-item {
  color: #6b7280 !important;
} */

.light-mode .jh-modern-profile-stat-item i {
  color: #6b7280 !important;
}

.jh-modern-profile-stat-item:hover {
  transform: scale(1.02);
}

.jh-modern-profile-stat-value {
  font-size: 14px;
  font-weight: 500;
}

/* Light mode for stat values */
/* .light-mode .jh-modern-profile-stat-value {
  color: #374151 !important;
} */

/* Bio Section */
.jh-modern-profile-bio-section {
  margin-top: 20px;
  font-size: 14px;
}

/* Light mode for bio section */
.light-mode .jh-modern-profile-bio-section {
  background-color: #ffffff !important;
}

.jh-modern-profile-bio-text {
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

/* Light mode for bio text */
.light-mode .jh-modern-profile-bio-text {
  color: #374151 !important;
}

.light-mode .jh-modern-profile-bio-text p {
  color: #374151 !important;
}

.jh-modern-profile-bio-text p {
  margin: 0 0 8px 0;
}

.jh-modern-profile-edit-bio-btn {
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  color: #666 !important;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 8px;
  outline: none;
}

/* Light mode for edit bio button */
.light-mode .jh-modern-profile-edit-bio-btn {
  background: #f8fafc !important;
  border: 1px solid #e5e7eb !important;
  color: #6b7280 !important;
}

.jh-modern-profile-show-more-btn {
  background: none;
  border: none;
  color: #f534bf !important;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.2s ease;
  outline: none;
  padding: 0;
  font-size: 14px;
}

/* Light mode for show more button */
.light-mode .jh-modern-profile-show-more-btn {
  color: #f534bf !important;
  background: transparent !important;
  border: none !important;
}

.jh-modern-profile-show-more-btn:hover {
  color: #f534bf !important;
}

/* DM Prompt Section */
.jh-modern-profile-dm-prompt {
  padding: 0 20px 0px;
  background-color: #171717 !important;
}

/* Light mode for DM prompt section */
.light-mode .jh-modern-profile-dm-prompt {
  background-color: #ffffff !important;
}

.jh-modern-profile-dm-container {
  background-color: rgba(23, 23, 23, 0.8) !important;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #737373 !important;
  transition: all 0.2s ease;
  /* margin-bottom: 16px; */
}

/* Light mode for DM container */
.light-mode .jh-modern-profile-dm-container {
  background-color: #f8fafc !important;
  border-color: #e5e7eb !important;
}

.jh-modern-profile-dm-container:hover {
  transform: scale(1.02);
}

/* Light mode hover effect for DM container */
.light-mode .jh-modern-profile-dm-container:hover {
  background-color: #f1f5f9 !important;
  border-color: #d1d5db !important;
}

/* Wishlist Section */
.jh-modern-profile-wishlist {
  padding: 0 16px 24px;
  background-color: #171717 !important;
}

/* Light mode for wishlist section */
.light-mode .jh-modern-profile-wishlist {
  background-color: #ffffff !important;
}

.jh-modern-profile-wishlist-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.jh-modern-profile-wishlist-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px 12px;
  border-radius: 8px;
}

.jh-modern-profile-wishlist-item:hover {
  transform: scale(1.02);
  background-color: rgba(255, 153, 0, 0.1);
}

.jh-modern-profile-wishlist-icon {
  width: 32px;
  height: 32px;
  background-color: rgba(23, 23, 23, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.jh-modern-profile-wishlist-item:hover .jh-modern-profile-wishlist-icon {
  background-color: rgba(255, 153, 0, 0.2);
}

.jh-modern-profile-wishlist-icon i {
  color: #ffffff;
  font-size: 16px;
}

.jh-modern-profile-wishlist-item:hover .jh-modern-profile-wishlist-icon i {
  color: #FF9900;
}

.jh-modern-profile-wishlist-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

/* Light mode for wishlist */
.light-mode .jh-modern-profile-wishlist-item:hover {
  background-color: rgba(255, 153, 0, 0.1);
}

.light-mode .jh-modern-profile-wishlist-icon {
  background-color: #f1f5f9;
}

.light-mode .jh-modern-profile-wishlist-item:hover .jh-modern-profile-wishlist-icon {
  background-color: rgba(255, 153, 0, 0.2);
}

.light-mode .jh-modern-profile-wishlist-icon i {
  color: #374151;
}

.light-mode .jh-modern-profile-wishlist-item:hover .jh-modern-profile-wishlist-icon i {
  color: #FF9900;
}

.light-mode .jh-modern-profile-wishlist-text {
  color: #374151;
}

.jh-modern-profile-dm-avatar {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
}

.jh-modern-profile-dm-content {
  flex: 1 1;
}

.jh-modern-profile-dm-text {
  color: #d4d4d4 !important;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px 0;
}

/* Light mode for DM text */
.light-mode .jh-modern-profile-dm-text {
  color: #374151 !important;
}

.jh-modern-profile-dm-label {
  color: #737373 !important;
  font-size: 12px;
  margin: 0;
}

/* Light mode for DM label */
.light-mode .jh-modern-profile-dm-label {
  color: #6b7280 !important;
}

/* Loading More */
.jh-modern-profile-loading-more {
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}

.jh-modern-profile-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Responsive adjustments */
@media (max-width: 420px) {
  .jh-modern-profile-page {
    max-width: 100%;
  }
  
  .jh-modern-profile-details {
    padding: 0 16px 20px;
  }
  
  .jh-modern-profile-dm-prompt {
    padding: 0 16px 0px;
  }
  
  .jh-modern-profile-loading-more {
    padding: 0 16px;
  }
}

/* Ensure subscription modal buttons work with the new design */
.jh-modern-profile-subscribe-container .btn-round {
  padding: 8px 20px !important;
  border-radius: 9999px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  transition: all 0.2s ease !important;
}

.jh-modern-profile-subscribe-container .btn-round:hover {
  transform: scale(1.02) !important;
}

.jh-modern-profile-subscribe-container .btn-danger {
  border-color: #f534bf !important;
  color: #f534bf !important;
}

.jh-modern-profile-subscribe-container .btn-danger:hover {
  background-color: #f534bf !important;
  color: #ffffff !important;
}

/* Modern Content Tabs */
.jh-modern-profile-content-tabs {
  border-top: 1px solid #404040;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #171717 !important;
  z-index: 10;
}

/* Light mode for content tabs */
.light-mode .jh-modern-profile-content-tabs {
  background-color: #ffffff !important;
  border-top-color: #e5e7eb !important;
}

.jh-modern-profile-tabs-container {
  padding: 0;
}

.jh-modern-profile-tabs-nav {
  display: flex;
}

.jh-modern-profile-tab {
  flex: 1 1;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  border: none;
  background: none;
  color: #737373 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  outline: none;
}

/* Light mode for tabs */
.light-mode .jh-modern-profile-tab {
  color: #6b7280 !important;
}

.jh-modern-profile-tab-active {
  color: #ffffff !important;
  border-bottom-color: #f534bf !important;
}

/* Light mode for active tab */
.light-mode .jh-modern-profile-tab-active {
  color: #1f2937 !important;
  border-bottom-color: #f534bf !important;
}

.jh-modern-profile-tab:hover {
  color: #ffffff !important;
}

/* Light mode for tab hover */
.light-mode .jh-modern-profile-tab:hover {
  color: #1f2937 !important;
}

.jh-modern-profile-tab-icon {
  display: block;
  margin-bottom: 4px;
}

.jh-modern-profile-tab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  gap: 1px;
  width: 16px;
  height: 16px;
  margin: 0 auto 4px;
}

.jh-modern-profile-tab-dot {
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
}

.jh-modern-profile-tab-icon-fa {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.jh-modern-profile-tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.jh-modern-profile-tab-label {
  font-weight: 500;
}

.jh-modern-profile-tab-count {
  font-size: 12px;
  background-color: rgba(245, 52, 191, 0.2) !important;
  color: #f534bf;
  padding: 2px 6px;
  border-radius: 9999px;
  font-weight: 500;
  min-width: 20px;
  text-align: center;
}

/* Light mode for tab counts */
.light-mode .jh-modern-profile-tab-count {
  background-color: rgba(245, 52, 191, 0.2) !important;
  color: #f534bf !important;
}

.jh-modern-profile-tab-active .jh-modern-profile-tab-count {
  background-color: rgba(245, 52, 191, 0.2) !important;
  color: #f534bf;
}

/* Light mode for active tab count */
.light-mode .jh-modern-profile-tab-active .jh-modern-profile-tab-count {
  background-color: rgba(245, 52, 191, 0.2) !important;
  color: #f534bf !important;
}

.jh-modern-profile-tab:not(.jh-modern-profile-tab-active) .jh-modern-profile-tab-count {
  background-color: rgba(115, 115, 115, 0.5) !important;
  color: #737373;
}

/* Light mode for inactive tab counts */
.light-mode .jh-modern-profile-tab:not(.jh-modern-profile-tab-active) .jh-modern-profile-tab-count {
  background-color: #f1f5f9 !important;
  color: #6b7280 !important;
}

/* Modern Creator Feed */
.jh-modern-profile-creator-feed {
  padding: 12px;
  background-color: #171717 !important;
}

/* Light mode for creator feed */
.light-mode .jh-modern-profile-creator-feed {
  background-color: #ffffff !important;
}

/* Feed content will inherit styles from existing Feed component */

/* Modern Media Grid Styles */
.jh-modern-media-grid-container {
  padding: 12px;
  background-color: #171717 !important;
}

/* Light mode for media grid container */
.light-mode .jh-modern-media-grid-container {
  background-color: #ffffff !important;
}

.jh-modern-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
  gap: 4px;
}

.jh-modern-media-item {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Light mode for media items */
.light-mode .jh-modern-media-item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

.jh-modern-media-item:hover {
  opacity: 0.8;
}

/* Light mode for media item hover */
.light-mode .jh-modern-media-item:hover {
  border-color: rgba(245, 52, 191, 0.3) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.jh-modern-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.jh-modern-media-blurred {
  filter: blur(8px);
}

.jh-modern-media-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404040 !important;
  z-index: 5;
}

/* Light mode for media loading */
.light-mode .jh-modern-media-loading {
  background-color: #f8fafc !important;
}

.jh-modern-media-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #F334BE !important;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.jh-modern-media-lock-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.jh-modern-media-lock-content {
  background: rgba(0, 0, 0, 0.7) !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 8px 12px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jh-modern-media-lock-icon {
  color: #f534bf !important;
  font-size: 14px;
}

.jh-modern-media-price {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
}

.jh-modern-media-content-info {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 5;
}

.jh-modern-media-count {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #ffffff !important;
}

.jh-modern-media-hover-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(245, 52, 191, 0.2) !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.jh-modern-media-item:hover .jh-modern-media-hover-overlay {
  opacity: 1;
}

.jh-modern-media-purchased-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #10b981 !important;
  color: white;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 600;
  z-index: 10;
}

.jh-modern-media-empty {
  text-align: center;
  padding: 40px 20px;
  color: #737373 !important;
  font-size: 14px;
}

/* Light mode for media empty state */
.light-mode .jh-modern-media-empty {
  color: #6b7280 !important;
  background: #f8fafc !important;
}

/* Video specific styles */
.jh-modern-media-play-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.jh-modern-media-play-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7) !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 18px;
  transition: all 0.2s ease;
}

.jh-modern-media-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 420px) {
  .jh-modern-profile-container{
    margin-top: 3.7rem;
  }
}
@media (max-width: 780px) {
    .jh-modern-profile-container{
      margin-top: 3.7rem;
    }
}

/* Light Mode Styles for Profile Page */
.light-mode .jh-modern-profile-page {
  background-color: #ffffff;
  color: #1f2937;
}

.light-mode .jh-modern-profile-container {
  background-color: #ffffff;
}

.light-mode .jh-modern-profile-gallery-container {
  background-color: #f3f4f6;
}

.light-mode .jh-modern-profile-details-container {
  background-color: #ffffff;
}

.light-mode .jh-modern-profile-username {
  color: #1f2937;
}

.light-mode .jh-modern-profile-subscription-text {
  color: #6b7280;
}

/* .light-mode .jh-modern-profile-stat-value {
  color: #374151;
} */

.light-mode .jh-modern-profile-bio-text {
  color: #374151;
}

.light-mode .jh-modern-profile-bio-text p {
  color: #374151;
}

.light-mode .jh-modern-profile-show-more-btn {
  color: #6b7280;
  background: transparent;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.light-mode .jh-modern-profile-show-more-btn:hover {
  color: #374151;
}

.light-mode .jh-modern-profile-dm-text {
  color: #374151;
}

.light-mode .jh-modern-profile-dm-label {
  color: #6b7280;
}

.light-mode .jh-modern-profile-message-btn {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
}

.light-mode .jh-modern-profile-message-btn:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
}

.light-mode .jh-modern-profile-follow-btn {
  background: #f534bf;
  color: #ffffff;
  border: 1px solid #f534bf;
}

.light-mode .jh-modern-profile-follow-btn:hover {
  background: #e91e63;
  border-color: #e91e63;
}

.light-mode .jh-modern-profile-following-btn {
  background: #10b981;
  color: #ffffff;
  border: 1px solid #10b981;
}

.light-mode .jh-modern-profile-following-btn:hover {
  background: #059669;
  border-color: #059669;
}

.light-mode .jh-modern-profile-loading {
  color: #6b7280;
}

.light-mode .jh-modern-profile-loader {
  color: #6b7280;
}

.light-mode .jh-modern-profile-loading-more {
  background: #ffffff;
}

.light-mode .jh-modern-profile-edit-bio-btn {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #6b7280;
}

.light-mode .jh-modern-profile-edit-bio-btn:hover {
  background: #e5e7eb;
  color: #374151;
}

/* Light mode for media items */
.light-mode .jh-modern-media-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.light-mode .jh-modern-media-item:hover {
  border-color: rgba(245, 52, 191, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.light-mode .jh-modern-media-empty {
  color: #6b7280;
  background: #f8fafc;
}

/* Light mode for subscription modals and buttons */
.light-mode .jh-modern-profile-subscribe-container button {
  background: #f534bf;
  color: #ffffff;
  border: 1px solid #f534bf;
  
}

.light-mode .jh-modern-profile-subscribe-container button:hover {
  background: #e91e63;
  border-color: #e91e63;
}

/* Light mode for stats icons */
.light-mode .jh-modern-profile-stat-item i {
  color: #6b7280;
}

/* Light mode for country flag */
.light-mode .jh-modern-profile-country-flag {
  filter: none;
}

/* Light mode for gallery overlay */
.light-mode .jh-modern-profile-gallery-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent, transparent);
}

.light-mode .jh-modern-profile-gallery-hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent, transparent);
}

.light-mode .jh-modern-profile-gallery-gradient {
  background: linear-gradient(to bottom, 
    transparent 0%, 
    transparent 70%, 
    rgba(255, 255, 255, 0.3) 85%, 
    rgba(255, 255, 255, 0.7) 95%, 
    rgba(255, 255, 255, 1) 100%);
}
.button-msg{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.ppv-follow-modal {
  max-width: 900px;
  margin: 0 auto;
}

.ppv-follow-modal .modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
}

.ppv-follow-modal-left-side {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 0;
  position: relative;
}

.ppv-follow-modal-left-side .modal-header {
  padding: 0;
  border: none;
  position: relative;
}
#pvpnameandfollower{
  color: white !important;
}
.ppv-follow-modal-left-side .profile-back {
  object-fit: cover;
  border-radius: 0;
}

.ppv-follow-modal-left-side .owner {
  padding: 20px 10px;
}

.ppv-follow-modal-left-side .avatar {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ppv-follow-modal-left-side .name h6 {
  color: white;
  margin: 0;
  font-weight: 600;
}

.ppv-follow-modal-left-side .name .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.ppv-follow-modal-left-side .name .text-small {
  font-size: 12px;
  opacity: 0.9;
}

.ppv-follow-modal-left-side .modal-body {
  padding: 30px 20px;
  text-align: center;
}

.ppv-follow-modal-left-side .modal-body h4 {
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
}

.ppv-follow-modal-left-side .modal-body p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.ppv-follow-modal-left-side .d-flex.align-items-start {
  margin-bottom: 15px;
}

.ppv-follow-modal-left-side .d-flex.align-items-start p {
  margin: 0;
  line-height: 1.4;
}

.ppv-follow-modal-left-side .btn-round {
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.ppv-follow-modal-left-side .btn-round:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.ppv-follow-modal-right-side {
  padding: 0;
}

.ppv-follow-modal-right-side .modal-header {
  padding: 30px 30px 20px;
  border: none;
  text-align: center;
}

.ppv-follow-modal-right-side .modal-header h5 {
  margin: 0;
  color: #333;
  font-weight: 600;
}

.ppv-follow-modal-right-side .modal-header p {
  margin: 10px 0 0 0;
  color: #666;
}

.ppv-follow-modal-right-side .modal-body {
  padding: 0 30px 30px;
}

.ppv-follow-modal-right-side .ppv-info h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

.ppv-follow-modal-right-side .d-flex.align-items-start {
  margin-bottom: 15px;
}

.ppv-follow-modal-right-side .d-flex.align-items-start p {
  margin: 0;
  line-height: 1.4;
  color: #555;
}

.ppv-follow-modal .close {
  background: none;
  border: none;
  font-size: 24px;
  font-weight: 300;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.ppv-follow-modal .close:hover {
  opacity: 1;
}

.ppv-follow-modal .close span {
  color: inherit;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ppv-follow-modal {
    margin: 10px;
  }
  
  .ppv-follow-modal .modal-content {
    border-radius: 10px;
  }
  
  .ppv-follow-modal-left-side .modal-body {
    padding: 20px 15px;
  }
  
  .ppv-follow-modal-right-side .modal-header {
    padding: 20px 20px 15px;
  }
  
  .ppv-follow-modal-right-side .modal-body {
    padding: 0 20px 20px;
  }
}

/* Animation for modal appearance */
.ppv-follow-modal .modal-content {
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
} 
.dash-page-header {
  min-height: 50vh;
}

.dashboard-search input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.dashboard-search-input[autocomplete="off"]::-webkit-contacts-auto-fill-button,
.dashboard-search-input[autocomplete="off"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

@media (max-width: 576px) {
  .content-heading {
    font-size : 1.35em !important;
  }
}



/* Modern Profile Card Styles - High Specificity */
.modern-creator-card.modern-creator-card {
  background: var(--card-bg) !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  border: 1px solid var(--border-color) !important;
  box-shadow: var(--shadow) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  transform: scale(1) !important;
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 1rem !important;
  min-height: 230px !important;}

.modern-creator-card.modern-creator-card:hover {
  box-shadow: var(--shadow-hover) !important;
  transform: scale(1.05) !important;
}

/* Subscribed card with yellow border */
.modern-creator-card--subscribed.modern-creator-card--subscribed {
  /* border: 2px solid rgba(251, 191, 36, 0.6) !important; */
}

/* Subscription indicators for subscribed cards */
/* .modern-subscription-indicator.modern-subscription-indicator {
  position: absolute !important;
  top: 0.5rem !important;
  left: 0.5rem !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  background-color: rgb(251, 191, 36) !important;
  border-radius: 9999px !important;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  z-index: 10 !important;
}

.modern-subscription-indicator-small.modern-subscription-indicator-small {
  position: absolute !important;
  top: 0.75rem !important;
  left: 1rem !important;
  width: 0.25rem !important;
  height: 0.25rem !important;
  background-color: rgb(253, 224, 71) !important;
  border-radius: 9999px !important;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  animation-delay: 0.3s !important;
  z-index: 10 !important;
}

.modern-subscription-indicator-tiny.modern-subscription-indicator-tiny {
  position: absolute !important;
  top: 1rem !important;
  left: 0.75rem !important;
  width: 0.375rem !important;
  height: 0.375rem !important;
  background-color: rgb(234, 179, 8) !important;
  border-radius: 9999px !important;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  animation-delay: 0.6s !important;
  z-index: 10 !important;
} */

/* Card image container */
.modern-card-image-container.modern-card-image-container {
  position: relative !important;
}

.modern-card-image-bg.modern-card-image-bg {
    height: 7rem !important;
    width: 100% !important;  
    background: var(--image-bg) !important;
  position: relative !important;
  /* aspect-ratio: 1 !important; */
  transition: background 0.3s ease;
}

.modern-creator-avatar.modern-creator-avatar {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Creator badge */
.modern-creator-badge.modern-creator-badge {
  position: absolute !important;
  /* bottom: -1rem !important; */
  /* left: 0.75rem !important; */
  /* width: 2rem !important; */
  /* height: 2rem !important; */
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid rgb(0, 0, 0) !important;
  z-index: 5 !important;
  width: 2.00rem !important;
  height: 2.00rem !important;
  bottom: -1.25rem !important;
  left: 0.5rem !important;
}

.modern-creator-badge--subscription.modern-creator-badge--subscription {
  background: linear-gradient(to right, #f534bf, rgb(236, 72, 153)) !important;
}

.modern-creator-badge--follow.modern-creator-badge--follow {
  background: linear-gradient(to right, rgb(34, 197, 94), rgb(16, 185, 129)) !important;
}

.modern-badge-icon.modern-badge-icon {
  color: white !important;
  font-size: 0.75rem !important;
}

/* Card content */
.modern-card-content.modern-card-content {
  /* padding: 0.75rem !important; */
  /* padding-top: 1.5rem !important; */
  display: flex !important;
  flex-direction: column !important;
  height: calc(100% - 7rem) !important;
  padding: 13px !important;
    padding-top: 1rem !important;

}

.modern-card-content--centered.modern-card-content--centered {
  align-items: center !important;
}

.modern-card-info.modern-card-info {
  flex: 1 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: inherit !important;
  text-align: center;
  margin-top: 7px;
}

.modern-creator-name.modern-creator-name {
  color: var(--text-primary) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
  margin-bottom: 0.25rem !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  transition: color 0.3s ease;
}

.modern-renewal-info.modern-renewal-info {
  font-size: 0.625rem !important;
  color: #f534bf !important;
  font-weight: 500 !important;
  margin-top: 0.25rem !important;
}

.modern-price-info.modern-price-info {
  font-size: 0.65rem !important;
  color: var(--text-muted) !important;
  font-weight: 600 !important;
  margin-top: 0.25rem !important;
  transition: color 0.3s ease;
}

/* Buttons */
.modern-follow-btn.modern-follow-btn {
  margin-top: 0.75rem !important;
  margin-bottom: 0.5rem !important;
  padding: 0.5rem 1.5rem !important;
  background: #f534bf !important;
  border-radius: 0.5rem !important;
  font-size: 0.675rem !important;
  color: white !important;
  font-weight: 500 !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  /* width: 100% !important; */
}

.modern-follow-btn.modern-follow-btn:hover {
  background: rgb(219, 39, 119) !important;
}

/* Following Status */
.modern-following-status.modern-following-status {
  margin-top: 0.75rem !important;
  margin-bottom: 0.5rem !important;
  padding: 0.5rem 1.5rem !important;
  background: #f334be !important;
  border-radius: 0.5rem !important;
  font-size: 0.875rem !important;
  color: white !important;
  font-weight: 500 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.modern-following-text.modern-following-text {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  font-size: 0.675rem !important;
}

/* .modern-following-text.modern-following-text::before {
  content: "✓" !important;
  font-weight: bold !important;
} */

.modern-view-profile-btn.modern-view-profile-btn {
  margin-top: auto !important;
  width: 100% !important;
  padding: 0.5rem !important;
  background: transparent !important;
  border-radius: 0.5rem !important;
  font-size: 0.675rem !important;
  color: #f334be !important;
  font-weight: 500 !important;
  border: 1px solid #f334be !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.modern-view-profile-btn.modern-view-profile-btn:hover {
  background: linear-gradient(to right, #f534bf, rgb(236, 72, 153)) !important;
  color: white !important;
}

/* Animations */
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  /* .modern-creator-card.modern-creator-card {
    margin-bottom: 1rem !important;
    min-height: 230px !important;
  } */
  
  /* .modern-card-image-bg.modern-card-image-bg {
    height: 7rem !important;
    width: 100% !important;
  } */
  
  /* .modern-creator-badge.modern-creator-badge {
        width: 2.25rem !important;
        height: 2.25rem !important;
        bottom: -1.25rem !important;
        left: 0.5rem !important;
  } */
  
  .modern-badge-icon.modern-badge-icon {
    font-size: 0.9rem !important;
  }
  
  .modern-card-content.modern-card-content {
    /* padding: 0.5rem !important; */
    padding-top: 1rem !important;
    height: calc(100% - 7rem) !important;
  }
  
  .modern-creator-name.modern-creator-name {
    font-size: 0.875rem !important;
  }
  

/*   
  .modern-follow-btn.modern-follow-btn {
    padding: 0.375rem !important; */
    /* font-size: 0.625rem !important; */
    /* margin-top: 0.5rem !important;
    margin-bottom: 0.375rem !important;
  } */
  /* .modern-view-profile-btn.modern-view-profile-btn {
    padding: 0.375rem !important;
    font-size: 0.875rem !important;
  } */
} 
@media screen and (max-width: 480px) {
  /* .modern-following-text.modern-following-text {
  
    font-size: 0.675rem !important;
  } */
  /* .modern-view-profile-btn.modern-view-profile-btn {
    padding: 0.375rem !important;
    font-size: 0.675rem !important;
  } */
}
/* All Creators Page Styles */

.all-creators-page {
  background: linear-gradient(to bottom, var(--bg-primary), var(--bg-secondary), var(--bg-primary));
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  color: var(--text-primary);
  transition: all 0.3s ease;
}

/* Main Content */
.all-creators-main {
  padding-top: 1rem;
  padding-bottom: 6rem;
  /* background: linear-gradient(to bottom, #000000, #171717, #000000); */
}

/* Filters Section */
.all-creators-filters {
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-color);
  background: var(--bg-secondary);
  transition: all 0.3s ease;
}

.filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.page-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--text-primary);
  margin: 0 0 0.25rem 0;
  transition: color 0.3s ease;
}

.page-subtitle {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
  transition: color 0.3s ease;
}

.sort-btn {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: var(--card-bg);
  border-radius: 0.75rem;
  color: var(--text-primary);
  font-size: 0.875rem;
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: all 0.3s ease;
  gap:3px;
}

.sort-btn:hover {
  background: var(--hover-bg);
}

.sort-btn i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

/* Sort Container and Dropdown */
.sort-container {
  position: relative;
}

.sort-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 12rem;
  background: var(--card-bg);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 0.75rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow);
  z-index: 1000;
  margin-top: 0.25rem;
  animation: slideDown 0.2s ease;
  transition: all 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sort-options {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sort-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  color: var(--text-primary);
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.sort-option:hover {
  background: var(--hover-bg);
}

.sort-option.active {
  background: rgba(245, 52, 191, 0.2);
  color: #f534bf;
}

.sort-option i {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

/* Loading Section */
.loading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  color: var(--text-primary);
  transition: color 0.3s ease;
  width: 100%;
  position: relative;
}

.loading-section h5 {
  margin-top: 1rem;
  color: var(--text-muted);
  transition: color 0.3s ease;
}

/* Creators Grid */
.all-creators-grid {
  padding: 1.5rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.375rem;
  gap: 0.375rem;

  background-color: var(--bg-secondary);
  overflow-x: auto;
  transition: background-color 0.3s ease;
}

/* Creator Card */
.all-creator-card {
  background: var(--card-bg);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  position: relative;
}
  
/* FORCE WHITE BACKGROUND IN LIGHT MODE - Override the base class */
.light-mode .all-creator-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.all-creator-card:hover {
  box-shadow: var(--shadow-hover);
  transform: scale(1.05);
}

/* Subscription indicators for subscribed creators */
.all-creator-card.subscribed {
  border: 2px solid rgba(234, 179, 8, 0.6);
}

.subscription-indicator {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #eab308;
  border-radius: 50%;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 10;
}

.subscription-indicator-small {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 0.25rem;
  height: 0.25rem;
  background: #fde047;
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation-delay: 0.3s;
  z-index: 10;
}

.subscription-indicator-tiny {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  background: #ca8a04;
  border-radius: 50%;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation-delay: 0.6s;
  z-index: 10;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

/* Card Image Section */
.card-image-section {
  position: relative;
  height: 8rem;
}

.creator-image {
  width: 100%;
  height: 100%;
  background: var(--image-bg);
  overflow: hidden;
  transition: background 0.3s ease;
}

.creator-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-status-badge {
  position: absolute;
  bottom: -1rem;
  left: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  z-index: 10;
}

.creator-status-badge.subscription {
  background: linear-gradient(to right, #f534bf, #ec4899);
}

.creator-status-badge.follow {
  background: linear-gradient(to right, #10b981, #059669);
}

.creator-status-badge i {
  color: #ffffff;
  font-size: 0.75rem;
}

/* Card Info */
.card-info {
  padding: 0.75rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.creator-name {
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.renewal-info {
  font-size: 0.625rem;
  color: var(--clr-primary);
  font-weight: 500;
  transition: color 0.3s ease;
}

.price-info {
  font-size: 0.75rem;
  color: var(--clr-primary);
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Action Buttons */
.creator-actions-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.follow-btn {
  padding: 0.5rem 1.5rem;
  background: var(--clr-primary);
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  cursor: pointer;
}

.follow-btn:hover {
  background: var(--clr-primary-hover);
  box-shadow: var(--shadow-hover);
}

.view-profile-btn {
  width: 100%;
  padding: 0.5rem;
  background: var(--secondary-bg);
  border: none;
  border-radius: 0.5rem;
  color: var(--text-primary);
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.view-profile-btn:hover {
  background: var(--clr-primary);
}

/* Pagination */
.all-creators-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.25rem;
  gap: 0.75rem;
  background-color: var(--bg-secondary);
  transition: background-color 0.3s ease;
}

.pagination-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  background: var(--card-bg);
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
}

.pagination-btn:hover:not(:disabled) {
  background: var(--hover-bg);
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-btn.active {
  background: var(--clr-primary);
  color: #ffffff;
  box-shadow: var(--shadow);
}

/* Categories Section */
.all-creators-categories {
  padding: 1.5rem 1.25rem;
  background-color: var(--bg-secondary);
  transition: background-color 0.3s ease;
}

.categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.categories-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--text-primary);
  margin: 0;
  transition: color 0.3s ease;
}

.see-all-categories {
  color: var(--clr-primary);
  font-size: 0.875rem;
  font-weight: 500;
  background: none;
  border: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.see-all-categories:hover {
  color: var(--clr-primary-hover);
}

.categories-scroll {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.categories-scroll::-webkit-scrollbar {
  display: none;
}

.category-tag {
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--card-bg);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
}

.category-tag.category-0 {
  background: linear-gradient(to right, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.2));
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.category-tag.category-1 {
  background: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(37, 99, 235, 0.2));
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.category-tag.category-2 {
  background: linear-gradient(to right, rgba(34, 197, 94, 0.2), rgba(22, 163, 74, 0.2));
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.category-tag.category-3 {
  background: linear-gradient(to right, rgba(147, 51, 234, 0.2), rgba(126, 34, 206, 0.2));
  border: 1px solid rgba(147, 51, 234, 0.3);
}

.category-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  transition: color 0.3s ease;
}

.category-count {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0.25rem 0 0 0;
  transition: color 0.3s ease;
}

/* CTA Section */
.all-creators-cta {
  padding: 2rem 1.25rem;
  text-align: center;
}

.cta-card {
  background: var(--card-bg);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.cta-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--text-primary);
  margin: 0 0 0.5rem 0;
  transition: color 0.3s ease;
}

.cta-description {
  font-size: 0.875rem;
  color: var(--text-muted) !important;
  margin: 0 0 1rem 0;
  transition: color 0.3s ease;
}

.cta-btn {
  padding: 0.75rem 1.5rem;
  background: var(--clr-primary);
  border: none;
  border-radius: 0.75rem;
  color: #ffffff;
  font-weight: 600;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  cursor: pointer;
}

.cta-btn:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-1px);
}

/* No Creators */
.no-creators {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.125rem;
  padding: 3rem 1.25rem;
  transition: color 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .all-creators-main {
    padding-top: 4rem;
    padding-bottom: 6rem;
    /* background: linear-gradient(to bottom, #000000, #171717, #000000); */
  }
  
  /* .all-creators-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
    gap: 0.75rem;
  } */
  
  
  .all-creators-filters {
    padding: 1rem;
  }
  
  .filters-header {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 1rem;
  }
  
  .sort-btn {
    align-self: flex-end;
  }
}

@media (max-width: 480px) {
  /* .all-creators-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0.75rem;
    gap: 0.5rem;
  }
   */
  .all-creator-card {
    border-radius: 0.75rem;
  }
  
  .card-image-section {
    height: 6rem;
  }
  
  .creator-status-badge {
    width: 1.5rem;
    height: 1.5rem;
    bottom: -0.75rem;
    left: 0.5rem;
  }
  
  .creator-status-badge i {
    font-size: 0.625rem;
  }
  
  .card-info {
    padding: 0.5rem;
    padding-top: 1rem;
    gap: 0.5rem;
  }
  
  .creator-name {
    font-size: 0.75rem;
  }
  
  .price-info,
  .renewal-info {
    font-size: 0.625rem;
  }
  
  .follow-btn {
    padding: 0.375rem 1rem;
    font-size: 0.625rem;
  }
  
  .view-profile-btn {
    padding: 0.375rem;
    font-size: 0.625rem;
  }
  
  
  .page-subtitle {
    font-size: 0.75rem;
  }
  
  .all-creators-filters {
    padding: 0.75rem;
  }
  
  .all-creators-categories {
    padding: 1rem;
  }
  
  .all-creators-cta {
    padding: 1.5rem 1rem;
  }
  
  .all-creators-pagination {
    padding: 1.5rem 1rem;
  }
  
  .pagination-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

/* Very small screens */
@media (max-width: 360px) {
  /* .all-creators-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
    padding: 0.5rem;
  } */
  
  .card-image-section {
    height: 5rem;
  }
  
  .creator-name {
    font-size: 0.6875rem;
  }
} 

/* Featured Section */

#featured-section{
  padding: 0 20px;
}
#CategoriesHeadline{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.featured-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem; /* mb-4 */
}

.featured-section-title {
  font-size: 1.125rem; /* text-lg */
  font-weight: bold; /* font-bold */
  color: var(--text-primary); /* text-white */
  transition: color 0.3s ease;
}

.featured-section-button {
  color: var(--clr-primary); /* text-primary */
  font-size: 0.875rem; /* text-sm */
  font-weight: 500; /* font-medium */
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; /* transition-colors */
  background: none;
  border: none;
  cursor: pointer;
}

.featured-section-button:hover {
  color: var(--clr-primary-hover); /* hover:text-pink-400 */
}

.categories-scroll-new {
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem; /* pb-2 */
  margin-left: -0.5rem; /* -mx-2 */
  margin-right: -0.5rem; /* -mx-2 */
  -ms-overflow-style: none; /* hide-scrollbar */
  scrollbar-width: none; /* hide-scrollbar */
  gap: 0.75rem; /* space-x-3 */
  padding: 0px 10px;
}

.categories-scroll-new::-webkit-scrollbar {
  display: none; /* hide-scrollbar */
}

.category-card {
  flex-shrink: 0;
  padding: 0.75rem 1rem; /* px-4 py-3 */
  border-radius: 0.75rem; /* rounded-xl */
  min-width: 100px; /* min-w-[100px] */
  display: flex;
  justify-content: center;
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; /* transition-colors */
  cursor: pointer;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
}

.category-card:hover {
  border-color: var(--clr-primary); /* hover:border-[#f534bf] */
}

.category-card:active {
  border-color: var(--clr-primary); /* active:border-[#f534bf] */
}

.category-card-name {
  font-size: 0.75rem; /* text-xs */
  color: var(--text-primary); /* text-white */
  transition: color 0.3s ease;
}

/* Light Mode Specific Styles */
.light-mode .all-creators-page {
  background: linear-gradient(to bottom, #ffffff, #f8fafc, #ffffff);
}

.light-mode .all-creators-filters {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.light-mode .all-creators-grid {
  background-color: #f8fafc;
}

.light-mode .all-creators-pagination {
  background-color: #f8fafc;
}

.light-mode .all-creators-categories {
  background-color: #f8fafc;
}

.light-mode .all-creator-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

/* More specific selectors to override any conflicting styles */
.light-mode .all-creators-page .all-creator-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
}

.light-mode .all-creators-grid .all-creator-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
}

/* Override any gradient backgrounds */
.light-mode .all-creator-card[style*="background"] {
  background: #ffffff !important;
}

.light-mode .all-creator-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-color: var(--clr-primary);
}

.light-mode .sort-btn {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: var(--text-primary);
}

.light-mode .sort-btn:hover {
  background: #f3f4f6;
}

.light-mode .sort-dropdown {
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.light-mode .sort-option:hover {
  background: #f3f4f6;
}

.light-mode .pagination-btn {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: var(--text-muted);
}

.light-mode .pagination-btn:hover:not(:disabled) {
  background: #f3f4f6;
}

.light-mode .category-tag {
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
}

.light-mode .category-name {
  color: #374151 !important;
  font-weight: 600;
}

.light-mode .category-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
}

.light-mode .category-card-name {
  /* color: #ffffff; */
  font-weight: 600;
}

.light-mode .cta-card {
  /* background: #ffffff; */
  border: 1px solid #d1d5db;
  background: linear-gradient(to right, rgba(245, 52, 191, 0.1), rgba(236, 72, 153, 0.1))
}

.light-mode .creator-image {
  background: #f3f4f6 !important;
}

.light-mode .creator-img {
  background: #f3f4f6 !important;
}

.light-mode .card-image-section {
  background: #f3f4f6 !important;
}

.light-mode .card-info {
  background: transparent !important;
}

/* Force white background for all card elements */
.light-mode .all-creator-card * {
  background-color: transparent !important;
}

.light-mode .all-creator-card {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Override any CSS variables or gradients */
.light-mode .all-creator-card,
.light-mode .all-creator-card:before,
.light-mode .all-creator-card:after {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Override any inline styles */
.light-mode .all-creator-card[style] {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Additional overrides for maximum specificity */
.light-mode .all-creators-page .all-creators-grid .all-creator-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Override any CSS variable usage */
.light-mode .all-creator-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Ensure the card content is also properly styled */
.light-mode .all-creator-card .card-info {
  background: transparent !important;
  background-color: transparent !important;
}

/* ULTRA AGGRESSIVE OVERRIDES - Force white background no matter what */
.light-mode .all-creator-card,
.light-mode .all-creator-card *,
.light-mode .all-creator-card::before,
.light-mode .all-creator-card::after,
.light-mode .all-creator-card:hover,
.light-mode .all-creator-card:focus,
.light-mode .all-creator-card:active,
.light-mode .all-creator-card:visited {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  background-attachment: scroll !important;
  background-attachment: initial !important;
  background-clip: border-box !important;
  background-clip: initial !important;
  background-origin: padding-box !important;
  background-origin: initial !important;
  background-position: 0 0 !important;
  background-position: initial !important;
  background-repeat: repeat !important;
  background-repeat: initial !important;
  background-size: auto auto !important;
  background-size: initial !important;
}

/* Override any CSS custom properties */
.light-mode .all-creator-card {
  --card-bg: #ffffff !important;
  --bg-primary: #ffffff !important;
  --bg-secondary: #ffffff !important;
  --bg-tertiary: #ffffff !important;
}

/* Force white background on all possible selectors */
.light-mode .all-creators-page .all-creators-grid .all-creator-card,
.light-mode .all-creators-page .all-creator-card,
.light-mode .all-creators-grid .all-creator-card,
.light-mode .all-creator-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Override any potential dark mode inheritance */
.light-mode .all-creator-card.dark-mode,
.light-mode .all-creator-card[class*="dark"],
.light-mode .all-creator-card[class*="black"] {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* NUCLEAR OPTION - Override everything with maximum specificity */
.light-mode .all-creators-page .all-creators-grid .all-creator-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  background-attachment: scroll !important;
  background-attachment: initial !important;
  background-clip: border-box !important;
  background-clip: initial !important;
  background-origin: padding-box !important;
  background-origin: initial !important;
  background-position: 0 0 !important;
  background-position: initial !important;
  background-repeat: repeat !important;
  background-repeat: initial !important;
  background-size: auto auto !important;
  background-size: initial !important;
}

/* Force override any CSS variables that might be causing issues */
.light-mode .all-creator-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

/* Override any potential inheritance from parent elements */
.light-mode .all-creators-page .all-creator-card,
.light-mode .all-creators-grid .all-creator-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.light-mode .creator-status-badge {
  border: 2px solid #ffffff;
}

.light-mode .view-profile-btn {
  background: #f3f4f6;
  color: var(--text-primary);
}

.light-mode .view-profile-btn:hover {
  background: var(--clr-primary);
  color: #ffffff;
}

.light-mode .follow-btn {
  background: var(--clr-primary);
  color: #ffffff;
}

.light-mode .follow-btn:hover {
  background: var(--clr-primary-hover);
}

.light-mode .pagination-btn.active {
  background: var(--clr-primary);
  color: #ffffff;
  border-color: var(--clr-primary);
}

.light-mode .sort-option.active {
  background: rgba(245, 52, 191, 0.1);
  color: var(--clr-primary);
}

.light-mode .featured-section-button {
  color: var(--clr-primary);
}

.light-mode .featured-section-button:hover {
  color: var(--clr-primary-hover);
}

.light-mode .see-all-categories {
  color: var(--clr-primary);
}

.light-mode .see-all-categories:hover {
  color: var(--clr-primary-hover);
}

.light-mode .creator-name {
  color: #1f2937 !important;
}

.light-mode .page-title {
  color: #1f2937 !important;
}

.light-mode .page-subtitle {
  color: #6b7280 !important;
}

.light-mode .categories-title {
  color: #1f2937 !important;
}

.light-mode .featured-section-title {
  color: #1f2937 !important;
}

.light-mode .card-info {
  background: transparent;
}

.light-mode .price-info {
  color: var(--clr-primary) !important;
}

.light-mode .renewal-info {
  color: var(--clr-primary) !important;
}

.light-mode .category-count {
  color: #6b7280 !important;
}

.light-mode .cta-title {
  color: #1f2937 !important;
}

.light-mode .cta-description {
  color: #6b7280 !important;
}

.light-mode .no-creators {
  color: #6b7280 !important;
}

/* Dark Mode Specific Styles */
.dark-mode .all-creators-page {
  background: linear-gradient(to bottom, #000000, #171717, #000000);
}

.dark-mode .all-creators-filters {
  background: #171717;
  border-bottom: 1px solid #404040;
}

.dark-mode .all-creators-grid {
  background-color: #171717;
}

.dark-mode .all-creators-pagination {
  background-color: #171717;
}

.dark-mode .all-creators-categories {
  background-color: #171717;
}

.dark-mode .all-creator-card {
  background: #262626;
  border: 1px solid #404040;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dark-mode .all-creator-card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  border-color: var(--clr-primary);
}

.dark-mode .sort-btn {
  background: #404040;
  border: 1px solid #525252;
  color: #ffffff;
}

.dark-mode .sort-btn:hover {
  background: #525252;
}

.dark-mode .sort-dropdown {
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid #404040;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.dark-mode .sort-option:hover {
  background: rgba(64, 64, 64, 0.5);
}

.dark-mode .pagination-btn {
  background: #262626;
  border: 1px solid #525252;
  color: #a3a3a3;
}

.dark-mode .pagination-btn:hover:not(:disabled) {
  background: #404040;
}

.dark-mode .category-tag {
  background: rgba(64, 64, 64, 0.3);
  border: 1px solid #404040;
}

.dark-mode .category-card {
  background: #262626;
  border: 1px solid #404040;
}

.dark-mode .cta-card {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.1), rgba(236, 72, 153, 0.1));
  border: 1px solid rgba(245, 52, 191, 0.2);
}

/* Specific category styles */
.category-card.red {
  background: linear-gradient(to right, rgba(239, 68, 68, 0.2), rgba(236, 72, 153, 0.2)); /* bg-gradient-to-r from-red-500/20 to-pink-500/20 */
  border: 1px solid rgba(239, 68, 68, 0.3); /* border border-red-500/30 */
}

.category-card.blue {
  background: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.2)); /* bg-gradient-to-r from-blue-500/20 to-cyan-500/20 */
  border: 1px solid rgba(59, 130, 246, 0.3); /* border border-blue-500/30 */
}

.category-card.green {
  background: linear-gradient(to right, rgba(34, 197, 94, 0.2), rgba(16, 185, 129, 0.2)); /* bg-gradient-to-r from-green-500/20 to-emerald-500/20 */
  border: 1px solid rgba(34, 197, 94, 0.3); /* border border-green-500/30 */
}

.category-card.purple {
  background: rgba(147, 51, 234, 0.2); /* bg-purple-500/20 */
  border: 1px solid rgba(147, 51, 234, 0.3); /* border border-purple-500/30 */
}

/* Light mode specific category styles - ensure colorful gradients show */
.light-mode .category-card.red {
  background: linear-gradient(to right, rgba(239, 68, 68, 0.2), rgba(236, 72, 153, 0.2)) !important;
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
}

.light-mode .category-card.blue {
  background: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(6, 182, 212, 0.2)) !important;
  border: 1px solid rgba(59, 130, 246, 0.3) !important;
}

.light-mode .category-card.green {
  background: linear-gradient(to right, rgba(34, 197, 94, 0.2), rgba(16, 185, 129, 0.2)) !important;
  border: 1px solid rgba(34, 197, 94, 0.3) !important;
}

.light-mode .category-card.purple {
  background: rgba(147, 51, 234, 0.2) !important;
  border: 1px solid rgba(147, 51, 234, 0.3) !important;
}

/* Connect with Creators CTA Styles */
.connect-creators-cta {
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.connect-creators-card {
  background: linear-gradient(to right, rgba(38, 38, 38, 0.5), rgba(23, 23, 23, 0.5));
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgba(250, 204, 21, 0.2);
  position: relative;
  overflow: hidden;
}

.connect-creators-border {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  border: 2px solid rgba(250, 204, 21, 0.15);
  animation: pulse 2s infinite;
}

.connect-creators-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(250, 204, 21, 0.05), rgba(234, 179, 8, 0.05));
  border-radius: 1rem;
  animation: pulse 2s infinite;
  animation-duration: 2s;
}

.connect-creators-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.connect-creators-text {
  flex: 1 1;
}

.connect-creators-title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
}

.connect-creators-avatars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.avatars-group {
  display: flex;
  margin-right: 0.25rem;
}

.avatars-group .avatar-item:not(:first-child) {
  margin-left: -0.5rem;
}

.avatar-item {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  /* border: 2px solid #262626; */
  overflow: hidden;
}

.avatar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connect-creators-count {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
}

/* Dark mode specific styles */
.dark-mode .connect-creators-card {
  background: linear-gradient(to right, rgba(38, 38, 38, 0.5), rgba(23, 23, 23, 0.5));
  border: 1px solid rgba(250, 204, 21, 0.2);
}

.dark-mode .connect-creators-border {
  border: 2px solid rgba(250, 204, 21, 0.15);
}

.dark-mode .connect-creators-bg {
  background: linear-gradient(to right, rgba(250, 204, 21, 0.05), rgba(234, 179, 8, 0.05));
}

.dark-mode .avatar-item {
  /* border: 2px solid #262626; */
}

/* Light mode specific styles */
.light-mode .connect-creators-card {
  background: linear-gradient(to right, rgba(245, 245, 245, 0.8), rgba(229, 229, 229, 0.8));
  border: 1px solid rgba(250, 204, 21, 0.3);
}

.light-mode .connect-creators-border {
  border: 2px solid rgba(250, 204, 21, 0.25);
}

.light-mode .connect-creators-bg {
  background: linear-gradient(to right, rgba(250, 204, 21, 0.1), rgba(234, 179, 8, 0.1));
}

.light-mode .connect-creators-title {
  color: #1f2937;
}

.light-mode .connect-creators-count {
  color: #1f2937;
}

.light-mode .avatar-item {
  border: 2px solid #e5e7eb;
}

/* Animation keyframes */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
} 
/* Modern Feed Styles */
.modern-feed {
  padding: 20px;
  background-color: #171717;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .modern-feed {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  position: relative;
}

.light-mode .modern-feed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
}

.light-mode .modern-feed::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
}

.feed-container {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
}

.light-mode .feed-container {
  background: transparent;
  position: relative;
  z-index: 1;
}

/* Feed Post Styling for Light Mode */
.light-mode .modern-feed [data-content-id] {
  position: relative;
  z-index: 1;
}

.modern-feed-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  color: #ffffff;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 90px;
  position: relative;
}

.light-mode .modern-feed-loading {
  color: #1f2937;
}

.light-mode .modern-feed-loading h5 {
  color: #6b7280;
}

.loading-more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.light-mode .loading-more {
  color: #6b7280;
}

.light-mode .loading-more p {
  color: #6b7280;
}

.no-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #a1a1aa;
  text-align: center;
  transition: all 0.3s ease;
}

.no-content p {
  font-size: 16px;
  margin: 0;
}

.light-mode .no-content {
  color: #6b7280;
}

.light-mode .no-content p {
  color: #6b7280;
}

.no-more-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #a1a1aa;
  text-align: center;
  transition: all 0.3s ease;
}

.no-more-content p {
  font-size: 14px;
  margin: 0;
  font-style: italic;
}

.light-mode .no-more-content {
  color: #6b7280;
}

.light-mode .no-more-content p {
  color: #6b7280;
}

/* Prevent footer overlap for each post card */
.tab-content {
  margin-bottom: 72px; /* space for sticky/footer components */
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-feed {
    padding: 16px;
  }
  
  .feed-container {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .modern-feed {
    padding: 24px;
  }
  
  .feed-container {
    max-width: 700px;
  }
} 
/* Modern Subscriptions Styles */
.modern-subscriptions {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .modern-subscriptions {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
}

/* Filter Controls */
.filter-controls {
  background-color: #18181b;
  padding: 20px;
  border-bottom: 1px solid #292929;
  transition: all 0.3s ease;
}

.light-mode .filter-controls {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stats-container {
  margin-bottom: 20px;
}

.stats-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.stat-indicator.active {
  background-color: #66BB6A;
}

.stat-indicator.expiring {
  background-color: #FFEE58;
}

.stat-indicator.expired {
  background-color: rgb(161 161 170);
}

.stat-text {
  font-size: 10px;
  color: #a3a3a3;
  transition: all 0.3s ease;
}

.light-mode .stat-text {
  color: #6b7280;
}

.filter-header {
  margin-bottom: 16px;
  text-align: left;
display: flex;
justify-content: center;
align-items: center;
}

.filter-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  width: 489px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.light-mode .filter-title {
  color: #1f2937;
}

.filter-buttons {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;

}


.filter-btn {
  padding: 8px 16px;
  border: 1px solid #3f3f46;
  background: transparent;
  color: #a1a1aa;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 0 0 auto;
  white-space: nowrap;
  min-width: -webkit-max-content;
  min-width: max-content;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.filter-btn:hover {
  background-color: #f534bf;
  color: #ffffff;
}

.filter-btn.active {
  background-color: #f534bf;
  color: #ffffff;
}

.light-mode .filter-btn {
  border: 1px solid #d1d5db;
  color: #6b7280;
  background: #ffffff;
}

.light-mode .filter-btn:hover {
  background-color: #f534bf;
  color: #ffffff;
  border-color: #f534bf;
}

.light-mode .filter-btn.active {
  background-color: #f534bf;
  color: #ffffff;
  border-color: #f534bf;
}

/* Creator Grid */
.creator-grid {
  padding: 20px;
  transition: all 0.3s ease;
}

.light-mode .creator-grid {
  background: transparent;
}

.creators-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 24px;
}

/* Pagination */
.modern-subscriptions-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.25rem;
  gap: 0.75rem;
}

.pagination-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid #525252;
  color: #ffffff;
  background: #404040;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
}

.pagination-btn:hover:not(:disabled) {
  background: #525252;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-btn.active {
  background: linear-gradient(to right, #f534bf, #ec4899);
  color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.light-mode .pagination-btn {
  border: 1px solid #d1d5db;
  color: #6b7280;
  background: #ffffff;
}

.light-mode .pagination-btn:hover:not(:disabled) {
  background: #f3f4f6;
  border-color: #9ca3af;
}

.light-mode .pagination-btn.active {
  background: linear-gradient(to right, #f534bf, #ec4899);
  color: #ffffff;
  border-color: #f534bf;
  box-shadow: 0 4px 6px rgba(245, 52, 191, 0.2);
}

/* Renewal Reminders */
.renewal-reminders {
  padding: 20px;
  background-color: #18181b;
  border-top: 1px solid #3f3f46;
  transition: all 0.3s ease;
}

.light-mode .renewal-reminders {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

.reminders-header {
  margin-bottom: 16px;
}

.reminders-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reminders-title i {
  color: #f534bf;
}

.reminders-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
  transition: all 0.3s ease;
}

.light-mode .reminders-title h3 {
  color: #1f2937;
}

.reminders-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reminder-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #27272a;
  border-radius: 12px;
  border: 1px solid #3f3f46;
  transition: all 0.3s ease;
}

.reminder-item.expiring-soon {
  background-color: #30251d;
  border: 1px solid #684f20;
}

.reminder-item.urgent {
  background-color: #301e24;
  border: 1px solid #6a2a2f;
}

.light-mode .reminder-item {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .reminder-item.expiring-soon {
  background-color: #fef3c7;
  border: 1px solid #f59e0b;
}

.light-mode .reminder-item.urgent {
  background-color: #fef2f2;
  border: 1px solid #ef4444;
}

.reminder-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reminder-icon {
  width: 40px;
  height: 40px;
  /* background: linear-gradient(135deg, #f59e0b, #ef4444); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-warning{
  background-color: #552529;
}
.reminder-icon i {
  color: #ffffff;
  font-size: 16px;
}
.orange-warning{
  background-color: #54431e;
}

.light-mode .red-warning {
  background-color: #fef2f2;
}

.light-mode .orange-warning {
  background-color: #fef3c7;
}

.light-mode .reminder-icon i {
  color: #374151;
}
.reminder-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reminder-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease;
}

.reminder-date {
font-size: 14px;
    color: rgb(161 161 170);
    transition: all 0.3s ease;
}

.light-mode .reminder-title {
  color: #1f2937;
}

.light-mode .reminder-date {
  color: #6b7280;
}

.renew-btn {
  padding: 8px 16px;
  background: #f334be;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.renew-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(245, 52, 191, 0.3);
}

/* Desktop Layout - 3x3 Grid */
@media (min-width: 769px) {
  /* .creators-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  } */
  
  .creators-container > * {
    min-height: 200px;
  }
  
  .filter-buttons {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  /* .stats-row {
    gap: 32px;
  } */
  
  .stat-text {
    font-size: 10px;
  }
}

/* Mobile Layout - 3x3 Grid */
@media (max-width: 768px) {
  /* .creators-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  } */
  .filter-title{
    width: 416px;
  }
  /* .creators-container > * {
    min-height: 200px;
  } */
  
  .filter-controls {
    padding: 16px;
  }
  
  .filter-buttons {
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
  }
  
  .filter-btn {
    padding: 6px 12px;
  }
  
  .creator-grid {
    padding: 16px;
  }
  
  .renewal-reminders {
    padding: 16px;
  }
  
  .reminder-item {
    padding: 12px;
  }
  
  .reminder-content {
    gap: 8px;
  }
  
  .reminder-icon {
    width: 32px;
    height: 32px;
  }
  
  .reminder-icon i {
    font-size: 14px;
  }
  
  
  .renew-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* Make filter buttons a horizontal slider under 480px */
@media (max-width: 480px) {
  .filter-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 10px;
    justify-content: flex-start;
    padding-bottom: 6px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  .filter-buttons::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .filter-btn {
    flex: 0 0 auto;
    text-align: center;
    scroll-snap-align: center;
  }
}

/* Loading States */
.modern-subscriptions-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  color: #ffffff;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 90px;
  position: relative;
}

.light-mode .modern-subscriptions-loading {
  color: #1f2937;
}

.light-mode .modern-subscriptions-loading h5 {
  color: #6b7280;
}

/* No Content States */
.no-content {
  text-align: center;
  padding: 2rem;
  color: #a3a3a3;
  transition: all 0.3s ease;
}

.light-mode .no-content {
  color: #6b7280;
}

.light-mode .no-content p {
  color: #6b7280;
} 
/* Modern Purchased Content Styles */
.modern-purchased-content {
  padding: 20px;
  background-color: #171717;
  /* add safe area to avoid footer overlap */
  padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  margin-bottom: 72px; /* space for sticky/footer components */
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .modern-purchased-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  position: relative;
}

.light-mode .modern-purchased-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
}

.light-mode .modern-purchased-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
}

.purchased-content-container {
  max-width: 600px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.light-mode .purchased-content-container {
  background: transparent;
  position: relative;
  z-index: 1;
}

/* Purchased Content Post Styling for Light Mode */
.light-mode .modern-purchased-content [data-content-id] {
  position: relative;
  z-index: 1;
}

.modern-purchased-content-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  color: #ffffff;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 90px;
  position: relative;
}

.light-mode .modern-purchased-content-loading {
  color: #1f2937;
}

.light-mode .modern-purchased-content-loading h5 {
  color: #6b7280;
}

.loading-more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.light-mode .loading-more {
  color: #6b7280;
}

.no-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #a1a1aa;
  text-align: center;
  transition: all 0.3s ease;
}

.no-content p {
  font-size: 16px;
  margin: 0;
}

.light-mode .no-content {
  color: #6b7280;
}

.light-mode .no-content p {
  color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-purchased-content {
    padding: 16px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    margin-bottom: 80px;
  }
  
  .purchased-content-container {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .modern-purchased-content {
    padding: 24px;
  }
  
  .purchased-content-container {
    max-width: 700px;
  }
} 
/* Modern Home Screen Styles */
.modern-home-screen {
  background-color: #171717;
  color: #ffffff;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .modern-home-screen {
  background-color: #ffffff;
  color: #1f2937;
}

/* Main Tabs */
.main-tabs {
  /* margin-top: 3.7rem; */
  background-color: #171717;
  border-bottom: 1px solid #292929;
  transition: all 0.3s ease;
}

.light-mode .main-tabs {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tabs-container {
  display: flex;
}

.tab-button {
  flex: 1 1;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #a3a3a3;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.light-mode .tab-button {
  color: #6b7280;
}

.light-mode .tab-button:hover {
  color: #374151;
  background-color: rgba(0, 0, 0, 0.05);
}

.light-mode .tab-button.active {
  color: #1f2937;
  background-color: rgba(245, 52, 191, 0.1);
}

.tab-button:hover {
  color: #ffffff;
}

.tab-button.active {
  color: #ffffff;
}

.active-indicator {
  position: absolute;
  bottom: 0;
  /* left: 0;
  right: 0; */
  height: 2px;
  background-color: #f534bf;
  transition: all 0.3s ease;
}

.light-mode .active-indicator {
  background-color: #f534bf;
  box-shadow: 0 0 8px rgba(245, 52, 191, 0.3);
}

/* Tab Content */
.tab-content {
  flex: 1 1;
  background-color: #171717;
  transition: all 0.3s ease;
}

.light-mode .tab-content {
  background-color: #f8fafc;
}

/* Additional Light Mode Enhancements */
.light-mode .modern-home-screen * {
  transition: all 0.3s ease;
}

.light-mode .tabs-container {
  background: linear-gradient(90deg, #ffffff, #f8fafc, #ffffff);
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-tabs {
    /* margin-top: 3.7rem; */
  }
  
  .tab-button {
    padding: 12px 16px;
  }
  
  .light-mode .main-tabs {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 769px) {
  .main-tabs {
    /* margin-top: 3.7rem; */
  }
  
  .tab-button {
    padding: 20px 32px;
  }
  
  .light-mode .main-tabs {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .modern-home-screen {
    background-color: #000000;
  }
}

/* Custom scrollbar */
.modern-home-screen::-webkit-scrollbar {
  display: none;
}

.modern-home-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
} 

@media (max-width: 480px) {
    .main-tabs {
        margin-top: 3.7rem;
    }
    .tab-content{
      margin-bottom: 60px;
    }
    
    .light-mode .main-tabs {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
}
All Categories Page Styles

/* Main Container */
.all-categories-page {
  min-height: 100vh;
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
  transition: all 0.3s ease;
}

/* Main Content */
.all-categories-main {
  padding-top: 2rem;
  padding-bottom: 6rem;
  /* background: linear-gradient(to bottom, #000000, #171717, #000000); */
}



/* Categories Grid Section */
.categories-grid-section {
  margin-bottom: 2rem;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 1rem; */
}

.section-title {
  color: var(--text-primary);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  transition: color 0.3s ease;
}

/* Loading Section */
.loading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  color: var(--text-muted);
  transition: color 0.3s ease;
}

.loading-spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--border-color);
  border-top: 2px solid var(--clr-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
  transition: border-color 0.3s ease;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Categories Grid */
.all-categories-grid.all-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
  padding: 0 20px;
  margin-bottom: 1rem;
}

.all-categories-card.all-categories-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.all-categories-card.all-categories-card:hover {
  background: var(--hover-bg);
  border-color: var(--clr-primary);
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

.all-categories-overlay.all-categories-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05), transparent, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.all-categories-card.all-categories-card:hover .all-categories-overlay.all-categories-overlay {
  opacity: 1;
}

.all-categories-glow.all-categories-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(251, 191, 36, 0.1), transparent, rgba(251, 191, 36, 0.05));
  opacity: 0.2;
}

.all-categories-content.all-categories-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.all-categories-name.all-categories-name {
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.all-categories-count.all-categories-count {
  color: var(--clr-primary) !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  white-space: nowrap;
  transition: color 0.3s ease;
}

/* Hover Effect */
.hover-lift {
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-2px);
}

/* Load More Button */
.load-more-btn {
  width: 100%;
  background: var(--card-bg);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.load-more-btn:hover {
  border-color: var(--clr-primary);
  background: var(--hover-bg);
  transform: translateY(-2px);
}

.load-more-btn i {
  font-size: 0.875rem;
}

/* Most Active Categories Section */
.most-active-section {
  padding: 0 1.25rem 1.5rem;
}

.activity-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow);
  border-radius: 0.75rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.activity-card:hover {
  background: var(--hover-bg);
  border-color: var(--border-color);
}

.activity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(251, 191, 36, 0.05), transparent, rgba(251, 191, 36, 0.05));
  opacity: 0.5;
}

.activity-glow {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to right, transparent, rgba(251, 191, 36, 0.1), transparent); */
  opacity: 0.3;
  animation: pulse 2s ease-in-out infinite;
      background: linear-gradient(to right, #404040, #525252)
}

.activity-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
  .search-btn,
  .notification-btn {
    padding: 0.25rem;
    font-size: 1.5rem;
  }

.activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activity-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.back-btn{
  background-color: transparent;
  border: none;
}
.back-btn svg{
  color: var(--text-primary);
  transition: color 0.3s ease;
}
.activity-indicator {
  width: 0.75rem;
  height: 0.75rem;
  /* background: linear-gradient(to right, #fbbf24, #f59e0b); */
  border-radius: 50%;
  /* box-shadow: 0 0 12px rgba(251, 191, 36, 0.8), 0 0 20px rgba(251, 191, 36, 0.4); */
  
    /* more vibrant yellow gradient */
  background: linear-gradient(to right, #fde047, #facc15); /* yellow-300 → yellow-400 */
  
  /* stronger glow */
  box-shadow: 
    0 0 10px rgba(250, 204, 21, 1),   /* intense inner glow */
    0 0 25px rgba(250, 204, 21, 0.8), /* mid halo */
    0 0 45px rgba(250, 204, 21, 0.6); /* outer halo */
}

.activity-name {
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.activity-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.progress-bar-container {
  width: 4rem;
  height: 0.5rem;
  background: var(--border-color);
  border-radius: 9999px;
  overflow: hidden;
  transition: background 0.3s ease;
}

.progress-bar {
  height: 100%;
  background: var(--clr-primary);
  box-shadow: var(--shadow);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

.activity-count {
  color: var(--clr-primary);
  font-size: 0.75rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .all-categories-main {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .all-categories-header {
    padding: 0.75rem 1rem;
  }





  .all-categories-grid.all-categories-grid {
    gap: 0.5rem;
  }

  .all-categories-card.all-categories-card {
    padding: 0.75rem;
    min-height: 80px;
  }




  .most-active-section {
    padding: 0 1rem 1rem;
  }

  .activity-card {
    padding: 0.75rem;
  }

  .activity-name {
    font-size: 0.75rem;
    width: 55px !important;
  }

  .activity-count {
    font-size: 0.625rem;
  }

  .progress-bar-container {
    width: 3rem;
  }
}

@media (max-width: 480px) {
  .header-content {
    gap: 0.5rem;
  }

  .back-btn {
    padding: 0.25rem;
  }



  .header-actions {
    gap: 0.5rem;
  }


  .all-categories-grid.all-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
  }

  .all-categories-card.all-categories-card {
    padding: 0.5rem;
    min-height: 80px;
  }





  .load-more-btn {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }

  .activity-item {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .progress-bar-container {
    width: 5rem;
  }
}

/* Desktop Responsive */
@media (min-width: 1024px) {
  .all-categories-grid.all-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .all-categories-card.all-categories-card {
    padding: 1.25rem;
    min-height: 100px;
  }



}

@media (min-width: 1280px) {
  .all-categories-grid.all-categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .all-categories-main {
    /* max-width: 1200px; */
    margin: 0 auto;
  }
}

/* Light Mode Styles for Most Active Section */
.light-mode .most-active-section {
  background: transparent;
}

.light-mode .most-active-section .section-title {
  color: #1f2937 !important;
}

.light-mode .activity-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .activity-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(245, 52, 191, 0.3) !important;
}

.light-mode .activity-item {
  background: transparent !important;
}

.light-mode .activity-name {
  color: #1f2937 !important;
}

.light-mode .activity-count {
  color: #6b7280 !important;
}

.light-mode .progress-bar-container {
  background: #e5e7eb !important;
}

.light-mode .progress-bar {
  background: linear-gradient(90deg, #f534bf, #ff6b9d) !important;
} 
/* Modern Edit Username Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-edit-username-page.modern-edit-username-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.modern-edit-username-header.modern-edit-username-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  border-bottom: 1px solid #292929;
}

.modern-edit-username-back-btn.modern-edit-username-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modern-edit-username-back-btn.modern-edit-username-back-btn:hover {
  background: #292929;
}

.modern-edit-username-back-btn.modern-edit-username-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-edit-username-title.modern-edit-username-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

.modern-edit-username-spacer.modern-edit-username-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-edit-username-main.modern-edit-username-main {
  background: #171717;
  min-height: 100vh;
  /* padding-top: 5rem; */
  padding-bottom: 2rem;
}

.modern-edit-username-form.modern-edit-username-form {
  padding: 0 1.25rem;
}

.modern-edit-username-section.modern-edit-username-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

/* Form Fields */
.modern-edit-username-field.modern-edit-username-field {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-edit-username-label.modern-edit-username-label {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.modern-edit-username-input-container.modern-edit-username-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

/* Username validation indicators */
.modern-edit-username-checking.modern-edit-username-checking {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.modern-edit-username-spinner.modern-edit-username-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid #404040;
  border-top: 2px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.modern-edit-username-available.modern-edit-username-available {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #22c55e;
  font-size: 1.125rem;
}

.modern-edit-username-unavailable.modern-edit-username-unavailable {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ef4444;
  font-size: 1.125rem;
}

.modern-edit-username-input.valid {
  border-color: #22c55e !important;
}

.modern-edit-username-input.invalid {
  border-color: #ef4444 !important;
}

.modern-edit-username-error-text.modern-edit-username-error-text {
  color: #ef4444;
}

.modern-edit-username-success-text.modern-edit-username-success-text {
  color: #22c55e;
}

.modern-edit-username-prefix.modern-edit-username-prefix {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
  font-size: 1rem;
  z-index: 1;
}

.modern-edit-username-prefix-active.modern-edit-username-prefix-active {
  color: #ffffff;
}

.modern-edit-username-input.modern-edit-username-input {
  width: 100%;
  background: #171717;
  border: 1px solid #404040;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}

.modern-edit-username-input-disabled.modern-edit-username-input-disabled {
  color: #a3a3a3;
  cursor: not-allowed;
}

.modern-edit-username-input-active.modern-edit-username-input-active {
  color: #ffffff;
}

.modern-edit-username-input-active.modern-edit-username-input-active::placeholder {
  color: #737373;
}

.modern-edit-username-input.modern-edit-username-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-edit-username-input.modern-edit-username-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.modern-edit-username-help-text.modern-edit-username-help-text {
  font-size: 0.75rem;
  color: #a3a3a3;
  margin: 0;
}

/* Submit Button */
.modern-edit-username-submit-btn.modern-edit-username-submit-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.modern-edit-username-submit-btn.modern-edit-username-submit-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.modern-edit-username-submit-btn.modern-edit-username-submit-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border: 2px solid #f534bf;
}

.modern-edit-username-submit-btn.modern-edit-username-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f534bf;
}

/* Global Spinner Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-edit-username-header.modern-edit-username-header {
    padding: 1rem;
  }

  .modern-edit-username-main.modern-edit-username-main {
    padding-top: 3rem;
  }

  .modern-edit-username-form.modern-edit-username-form {
    padding: 0 1rem;
  }

  .modern-edit-username-title.modern-edit-username-title {
    font-size: 1rem;
  }

  .modern-edit-username-back-btn.modern-edit-username-back-btn {
    width: 2rem;
    height: 2rem;
  }

  .modern-edit-username-back-btn.modern-edit-username-back-btn svg {
    width: 16px;
    height: 16px;
  }

  .modern-edit-username-spacer.modern-edit-username-spacer {
    width: 2rem;
  }
}

@media (max-width: 480px) {
  .modern-edit-username-section.modern-edit-username-section {
    gap: 1.25rem;
    margin-top: 1.5rem;
  }

  .modern-edit-username-input.modern-edit-username-input {
    padding: 0.875rem 0.875rem 0.875rem 2.75rem;
    font-size: 0.875rem;
  }

  .modern-edit-username-prefix.modern-edit-username-prefix {
    left: 0.875rem;
    font-size: 0.875rem;
  }

  .modern-edit-username-submit-btn.modern-edit-username-submit-btn {
    padding: 0.875rem;
    font-size: 0.875rem;
  }

  .modern-edit-username-label.modern-edit-username-label {
    font-size: 0.75rem;
  }

  .modern-edit-username-help-text.modern-edit-username-help-text {
    font-size: 0.625rem;
  }
}

/* Dark theme support (already implemented) */
@media (prefers-color-scheme: dark) {
  .modern-edit-username-page.modern-edit-username-page {
    background: #171717;
    color: #ffffff;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .modern-edit-username-input.modern-edit-username-input {
    border-width: 2px;
  }

  .modern-edit-username-input.modern-edit-username-input:focus {
    border-width: 3px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .modern-edit-username-back-btn.modern-edit-username-back-btn,
  .modern-edit-username-input.modern-edit-username-input,
  .modern-edit-username-submit-btn.modern-edit-username-submit-btn {
    transition: none;
  }
}

/* ===== LIGHT MODE STYLES ===== */

/* Main Page Container - Light Mode */
.light-mode .modern-edit-username-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .modern-edit-username-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
  z-index: 1;
}

.light-mode .modern-edit-username-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
  z-index: 0;
}

/* Header - Light Mode */
.light-mode .modern-edit-username-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.light-mode .modern-edit-username-back-btn {
  color: #374151;
  background: transparent;
  border: none;
}

.light-mode .modern-edit-username-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1f2937;
}

.light-mode .modern-edit-username-title {
  color: #1f2937;
}

/* Main Content - Light Mode */
.light-mode .modern-edit-username-main {
  background: transparent;
  position: relative;
  z-index: 1;
}

/* Form Fields - Light Mode */
.light-mode .modern-edit-username-label {
  color: #374151;
}

.light-mode .modern-edit-username-input {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
}

.light-mode .modern-edit-username-input-disabled {
  color: #6b7280;
  background: #f9fafb;
}

.light-mode .modern-edit-username-input-active {
  color: #1f2937;
}

.light-mode .modern-edit-username-input-active::placeholder {
  color: #9ca3af;
}

.light-mode .modern-edit-username-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-edit-username-prefix {
  color: #6b7280;
}

.light-mode .modern-edit-username-prefix-active {
  color: #1f2937;
}

/* Validation Indicators - Light Mode */
.light-mode .modern-edit-username-spinner {
  border: 2px solid #d1d5db;
  border-top: 2px solid #f534bf;
}

.light-mode .modern-edit-username-available {
  color: #22c55e;
}

.light-mode .modern-edit-username-unavailable {
  color: #ef4444;
}

.light-mode .modern-edit-username-input.valid {
  border-color: #22c55e !important;
}

.light-mode .modern-edit-username-input.invalid {
  border-color: #ef4444 !important;
}

.light-mode .modern-edit-username-error-text {
  color: #ef4444;
}

.light-mode .modern-edit-username-success-text {
  color: #22c55e;
}

/* Help Text - Light Mode */
.light-mode .modern-edit-username-help-text {
  color: #6b7280;
}

/* Submit Button - Light Mode */
.light-mode .modern-edit-username-submit-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
}

.light-mode .modern-edit-username-submit-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.light-mode .modern-edit-username-submit-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border: 2px solid #f534bf;
}

.light-mode .modern-edit-username-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f534bf;
}

/* Ensure all content appears above background effects */
.light-mode .modern-edit-username-page > * {
  position: relative;
  z-index: 1;
}

.light-mode .modern-edit-username-main > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for light mode */
@media (max-width: 768px) {
  .light-mode .modern-edit-username-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media (max-width: 480px) {
  .light-mode .modern-edit-username-page {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  }
}

/* Delete Account Section */
.modern-edit-username-delete-section {
  padding-top: 4rem;
  /* margin-top: 2rem; */
}

.modern-edit-username-delete-btn {
  width: 100%;
  background: transparent;
  border: 2px solid #dc2626;
  color: #dc2626;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.modern-edit-username-delete-btn:hover {
  background: #dc2626;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.modern-edit-username-delete-btn:focus {
  outline: none;
  ring: 2px;
  ring-color: #dc2626;
  ring-opacity: 0.5;
}

.modern-edit-username-delete-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}

/* Light mode styles for delete button */
.light-mode .modern-edit-username-delete-btn {
  background: transparent;
  border: 2px solid #dc2626;
  color: #dc2626;
}

.light-mode .modern-edit-username-delete-btn:hover {
  background: #dc2626;
  color: #ffffff;
} 
/* Modern Edit Password Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-edit-password-page.modern-edit-password-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.modern-edit-password-header.modern-edit-password-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  border-bottom: 1px solid #292929;
}

.modern-edit-password-back-btn.modern-edit-password-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modern-edit-password-back-btn.modern-edit-password-back-btn:hover {
  background: #171717;
}

.modern-edit-password-back-btn.modern-edit-password-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-edit-password-title.modern-edit-password-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

.modern-edit-password-spacer.modern-edit-password-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-edit-password-main.modern-edit-password-main {
  background: #171717;
  /* padding-top: 5rem; */
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.modern-edit-password-form-container.modern-edit-password-form-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Section Styles */
.modern-edit-password-section.modern-edit-password-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.modern-edit-password-section-title.modern-edit-password-section-title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #292929;
  padding-bottom: 0.75rem;
  margin: 0;
}

/* Form Fields */
.modern-edit-password-fields.modern-edit-password-fields {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.modern-edit-password-field.modern-edit-password-field {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-edit-password-label.modern-edit-password-label {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.modern-edit-password-input-container.modern-edit-password-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.modern-edit-password-input.modern-edit-password-input {
  width: 100%;
  background: #171717;
  border: 1px solid #404040;
  border-radius: 0.5rem;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}

.modern-edit-password-input.modern-edit-password-input::placeholder {
  color: #737373;
}

.modern-edit-password-input.modern-edit-password-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-edit-password-input.modern-edit-password-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.modern-edit-password-toggle-btn.modern-edit-password-toggle-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #a3a3a3;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  outline: none;
}

.modern-edit-password-toggle-btn.modern-edit-password-toggle-btn:hover {
  color: #f534bf;
}

.modern-edit-password-toggle-btn.modern-edit-password-toggle-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-edit-password-help-text.modern-edit-password-help-text {
  font-size: 0.75rem;
  color: #a3a3a3;
  margin: 0;
}

/* Password Requirements */
.modern-edit-password-requirements.modern-edit-password-requirements {
  background: #171717;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #292929;
  transition: all 0.3s ease;
}

.modern-edit-password-requirements.modern-edit-password-requirements:focus-within {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-edit-password-requirements-title.modern-edit-password-requirements-title {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.modern-edit-password-requirements-list.modern-edit-password-requirements-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-edit-password-requirement.modern-edit-password-requirement {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #ffffff;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
}

.modern-edit-password-requirement.met {
  color: #ffffff;
}

.modern-edit-password-requirement-icon.modern-edit-password-requirement-icon {
  margin-right: 0.75rem;
  color: #f534bf;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  opacity: 0.3;
}

.modern-edit-password-requirement.met .modern-edit-password-requirement-icon {
  color: #f534bf !important;
  opacity: 1 !important;
  animation: check-bounce 0.6s ease-in-out;
}

@keyframes check-bounce {
  0% { transform: scale(0.3); opacity: 0.3; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

/* Action Buttons */
.modern-edit-password-action-buttons.modern-edit-password-action-buttons {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.25rem;
}

.modern-edit-password-save-btn.modern-edit-password-save-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.modern-edit-password-save-btn.modern-edit-password-save-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.modern-edit-password-save-btn.modern-edit-password-save-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border: 2px solid #f534bf;
}

.modern-edit-password-save-btn.modern-edit-password-save-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f534bf;
}

.modern-edit-password-cancel-btn.modern-edit-password-cancel-btn {
  width: 100%;
  background: #171717;
  border: 1px solid #292929;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.modern-edit-password-cancel-btn.modern-edit-password-cancel-btn:hover:not(:disabled) {
  background: #171717;
  color: white;
}

.modern-edit-password-cancel-btn.modern-edit-password-cancel-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border-color: #f534bf;
}

.modern-edit-password-cancel-btn.modern-edit-password-cancel-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Global Spinner Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-edit-password-header.modern-edit-password-header {
    padding: 1rem;
  }

  .modern-edit-password-main.modern-edit-password-main {
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modern-edit-password-title.modern-edit-password-title {
    font-size: 1rem;
  }

  .modern-edit-password-back-btn.modern-edit-password-back-btn {
    width: 2rem;
    height: 2rem;
  }

  .modern-edit-password-back-btn.modern-edit-password-back-btn svg {
    width: 16px;
    height: 16px;
  }

  .modern-edit-password-spacer.modern-edit-password-spacer {
    width: 2rem;
  }

  .modern-edit-password-action-buttons.modern-edit-password-action-buttons {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .modern-edit-password-section.modern-edit-password-section {
    gap: 1.25rem;
    margin-top: 1.5rem;
  }

  .modern-edit-password-fields.modern-edit-password-fields {
    gap: 1rem;
  }

  .modern-edit-password-input.modern-edit-password-input {
    padding: 0.875rem 2.75rem 0.875rem 0.875rem;
    font-size: 0.875rem;
  }

  .modern-edit-password-toggle-btn.modern-edit-password-toggle-btn {
    right: 0.875rem;
  }

  .modern-edit-password-save-btn.modern-edit-password-save-btn,
  .modern-edit-password-cancel-btn.modern-edit-password-cancel-btn {
    padding: 0.875rem;
    font-size: 0.875rem;
  }

  .modern-edit-password-label.modern-edit-password-label {
    font-size: 0.75rem;
  }

  .modern-edit-password-help-text.modern-edit-password-help-text {
    font-size: 0.625rem;
  }

  .modern-edit-password-requirements.modern-edit-password-requirements {
    padding: 1rem;
  }

  .modern-edit-password-requirements-title.modern-edit-password-requirements-title {
    font-size: 0.75rem;
  }

  .modern-edit-password-requirement.modern-edit-password-requirement {
    font-size: 0.625rem;
  }

  .modern-edit-password-requirement-icon.modern-edit-password-requirement-icon {
    margin-right: 0.5rem;
  }

  .modern-edit-password-section-title.modern-edit-password-section-title {
    font-size: 1rem;
  }
}

/* Dark theme support (already implemented) */
@media (prefers-color-scheme: dark) {
  .modern-edit-password-page.modern-edit-password-page {
    background: #171717;
    color: #ffffff;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .modern-edit-password-input.modern-edit-password-input {
    border-width: 2px;
  }

  .modern-edit-password-input.modern-edit-password-input:focus {
    border-width: 3px;
  }

  .modern-edit-password-requirements.modern-edit-password-requirements {
    border-width: 2px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .modern-edit-password-back-btn.modern-edit-password-back-btn,
  .modern-edit-password-input.modern-edit-password-input,
  .modern-edit-password-toggle-btn.modern-edit-password-toggle-btn,
  .modern-edit-password-save-btn.modern-edit-password-save-btn,
  .modern-edit-password-cancel-btn.modern-edit-password-cancel-btn,
  .modern-edit-password-requirements.modern-edit-password-requirements,
  .modern-edit-password-requirement.modern-edit-password-requirement,
  .modern-edit-password-requirement-icon.modern-edit-password-requirement-icon {
    transition: none;
  }
}

/* Focus management for better accessibility */
.modern-edit-password-input.modern-edit-password-input:focus,
.modern-edit-password-toggle-btn.modern-edit-password-toggle-btn:focus,
.modern-edit-password-save-btn.modern-edit-password-save-btn:focus,
.modern-edit-password-cancel-btn.modern-edit-password-cancel-btn:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* Loading state styles */
.modern-edit-password-save-btn.modern-edit-password-save-btn:disabled,
.modern-edit-password-cancel-btn.modern-edit-password-cancel-btn:disabled {
  pointer-events: none;
}

/* Password strength indicator animation */
.modern-edit-password-requirement.met .modern-edit-password-requirement-icon {
  animation: modern-edit-password-check-bounce 0.3s ease-in-out;
}

@keyframes modern-edit-password-check-bounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* ===== LIGHT MODE STYLES ===== */

/* Main Page Container - Light Mode */
.light-mode .modern-edit-password-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .modern-edit-password-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
  z-index: 1;
}

.light-mode .modern-edit-password-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
  z-index: 0;
}

/* Header - Light Mode */
.light-mode .modern-edit-password-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.light-mode .modern-edit-password-back-btn {
  color: #374151;
  background: transparent;
  border: none;
}

.light-mode .modern-edit-password-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1f2937;
}

.light-mode .modern-edit-password-title {
  color: #1f2937;
}

/* Main Content - Light Mode */
.light-mode .modern-edit-password-main {
  background: transparent;
  position: relative;
  z-index: 1;
}

/* Section Styles - Light Mode */
.light-mode .modern-edit-password-section-title {
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
}

/* Form Fields - Light Mode */
.light-mode .modern-edit-password-label {
  color: #374151;
}

.light-mode .modern-edit-password-input {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
}

.light-mode .modern-edit-password-input::placeholder {
  color: #9ca3af;
}

.light-mode .modern-edit-password-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-edit-password-toggle-btn {
  color: #6b7280;
}

.light-mode .modern-edit-password-toggle-btn:hover {
  color: #f534bf;
}

.light-mode .modern-edit-password-help-text {
  color: #6b7280;
}

/* Password Requirements - Light Mode */
.light-mode .modern-edit-password-requirements {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-edit-password-requirements:focus-within {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-edit-password-requirements-title {
  color: #1f2937;
}

.light-mode .modern-edit-password-requirement {
  color: #1f2937;
}

.light-mode .modern-edit-password-requirement.met {
  color: #1f2937;
}

.light-mode .modern-edit-password-requirement-icon {
  color: #f534bf;
  opacity: 0.3;
}

.light-mode .modern-edit-password-requirement.met .modern-edit-password-requirement-icon {
  color: #f534bf !important;
  opacity: 1 !important;
  animation: check-bounce 0.6s ease-in-out;
}

/* Action Buttons - Light Mode */
.light-mode .modern-edit-password-save-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
}

.light-mode .modern-edit-password-save-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.light-mode .modern-edit-password-save-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border: 2px solid #f534bf;
}

.light-mode .modern-edit-password-cancel-btn {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #374151;
}

.light-mode .modern-edit-password-cancel-btn:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #1f2937;
}

.light-mode .modern-edit-password-cancel-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border-color: #f534bf;
}

/* Ensure all content appears above background effects */
.light-mode .modern-edit-password-page > * {
  position: relative;
  z-index: 1;
}

.light-mode .modern-edit-password-main > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for light mode */
@media (max-width: 768px) {
  .light-mode .modern-edit-password-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media (max-width: 480px) {
  .light-mode .modern-edit-password-page {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  }
} 
/* Modern Account Info Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-account-info-page.modern-account-info-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
  transition: all 0.3s ease;
}

/* Header Styles */
.modern-account-info-header.modern-account-info-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: var(--card-bg);
  color: var(--text-primary);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.modern-account-info-back-btn.modern-account-info-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.modern-account-info-back-btn.modern-account-info-back-btn:hover {
  background: var(--hover-bg);
}

.modern-account-info-back-btn.modern-account-info-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-account-info-title.modern-account-info-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: var(--text-primary);
}

.modern-account-info-spacer.modern-account-info-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-account-info-main.modern-account-info-main {
  background: var(--bg-primary);
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: all 0.3s ease;
}

.modern-account-info-content.modern-account-info-content {
  max-width: 380px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.modern-account-info-section.modern-account-info-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* margin-top: 2rem; */
}

/* Form Fields */
.modern-account-info-field.modern-account-info-field {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-account-info-label.modern-account-info-label {
  font-size: 0.875rem;
  color: var(--text-primary);
  font-weight: 500;
  margin: 0;
}

.modern-account-info-display.modern-account-info-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 1rem;
  min-height: 3rem;
  transition: all 0.3s ease;
}

.modern-account-info-prefix.modern-account-info-prefix {
  color: var(--text-muted);
  font-size: 1rem;
  margin-right: 0.5rem;
}

.modern-account-info-value.modern-account-info-value {
  color: var(--text-primary);
  font-size: 1rem;
  flex: 1 1;
}

.modern-account-info-status.modern-account-info-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.modern-account-info-status.confirmed.modern-account-info-status.confirmed {
  color: #22c55e;
}

.modern-account-info-status.not-confirmed.modern-account-info-status.not-confirmed {
  color: #ef4444;
}

.modern-account-info-status i.modern-account-info-status i {
  font-size: 0.875rem;
}

.modern-account-info-help-text.modern-account-info-help-text {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.4;
}

/* Danger Zone Styles */
.modern-account-info-danger-field.modern-account-info-danger-field {
  border-top: 1px solid var(--border-color);
  padding-top: 2rem;
  margin-top: 1rem;
}

.modern-account-info-danger-label.modern-account-info-danger-label {
  color: #ef4444;
  font-weight: 600;
}

.modern-account-info-delete-section.modern-account-info-delete-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 1.5rem;
  gap: 1rem;
  transition: all 0.3s ease;
}

.modern-account-info-delete-info.modern-account-info-delete-info {
  flex: 1 1;
}

.modern-account-info-delete-title.modern-account-info-delete-title {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

.modern-account-info-delete-description.modern-account-info-delete-description {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.4;
}

.modern-account-info-delete-action.modern-account-info-delete-action {
  flex-shrink: 0;
}

/* Override DeleteAccountModal button styles */
.modern-account-info-delete-action .btn-link {
  background: #ef4444 !important;
  color: #ffffff !important;
  border: 1px solid #ef4444 !important;
  border-radius: 0.5rem !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
}

.modern-account-info-delete-action .btn-link:hover {
  background: #dc2626 !important;
  border-color: #dc2626 !important;
  color: #ffffff !important;
}

.modern-account-info-delete-action .btn-link:focus {
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2) !important;
  outline: none !important;
}

/* Global Spinner Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-account-info-header {
    padding: 1rem;
  }
  
  .modern-account-info-main {
    padding-top: 4.5rem;
  }
  
  .modern-account-info-content {
    padding: 0 1rem;
  }
  
  .modern-account-info-delete-section {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  
  .modern-account-info-delete-action {
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .modern-account-info-title {
    font-size: 1rem;
  }
  
  .modern-account-info-display {
    padding: 0.75rem;
  }
  
  .modern-account-info-delete-section {
    padding: 1rem;
  }
  /* Main Content */
  .modern-account-info-main.modern-account-info-main {
    background: var(--bg-primary);
    min-height: 100vh;
    padding-top: 5rem;
    padding-bottom: 2rem;
    transition: all 0.3s ease;
  }
}

/* Modern Referral Page Styles */
.modern-referral-page {
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.modern-referral-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: #1a1a1a;
  border-bottom: 1px solid #2a2a2a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.modern-referral-back-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-referral-back-btn:hover {
  background: #2a2a2a;
}

.modern-referral-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.modern-referral-spacer {
  width: 2.5rem;
}

.modern-referral-main {
  padding: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.modern-referral-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.modern-referral-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.2s ease;
}

.modern-referral-card:hover {
  border-color: #3a3a3a;
  transform: translateY(-2px);
}

.modern-referral-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #ffffff;
  text-align: center;
}

.modern-referral-amount-circle {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.modern-referral-amount-value {
  background: linear-gradient(135deg, #f534bf, #ff6b9d);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(245, 52, 191, 0.3);
}

.modern-referral-description {
  text-align: center;
  color: #a0a0a0;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.modern-referral-stats-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modern-referral-earnings-circle {
  position: relative;
  margin-bottom: 1rem;
}

.modern-referral-progress-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modern-referral-inner-circle {
  width: 80px;
  height: 80px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-referral-earnings-amount {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

.modern-referral-referrals-count {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #f534bf;
  font-weight: 600;
  font-size: 1.1rem;
}

.modern-referral-earnings-label {
  color: #a0a0a0;
  margin: 0;
  font-size: 0.75rem;
  text-align: center;
}

.modern-referral-share-card {
  grid-column: 1 / -1;
}

.modern-referral-share-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.modern-referral-share-button {
  text-decoration: none;
  color: inherit;
  display: block;
}

.modern-referral-share-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  cursor: pointer;
}

.modern-referral-share-item:hover {
  background: #3a3a3a;
  border-color: #4a4a4a;
}

.modern-referral-share-icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
  color: #f534bf;
  width: 20px;
  text-align: center;
}

.modern-referral-link-section {
  margin-top: 1.5rem;
}

.modern-referral-link-label {
  color: #a0a0a0;
  margin: 0 0 0.75rem 0;
  font-size: 0.9rem;
}

.modern-referral-link-container {
  display: flex;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5rem;
  overflow: hidden;
}

.modern-referral-link-text {
  flex: 1 1;
  padding: 0.75rem;
  color: #ffffff;
  font-size: 0.9rem;
  word-break: break-all;
  background: #2a2a2a;
}

.modern-referral-copy-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.modern-referral-copy-btn:hover {
  background: #e024a8;
}

.modern-referral-copied-text {
  color: #f534bf;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  display: block;
}

.modern-referral-history-card {
  grid-column: 1 / -1;
}

.modern-referral-history-table {
  background: #2a2a2a;
  border-radius: 0.5rem;
  overflow: hidden;
}

.modern-referral-history-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #3a3a3a;
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #4a4a4a;
}

.modern-referral-history-body {
  max-height: 300px;
  overflow-y: auto;
}

.modern-referral-history-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #3a3a3a;
  transition: background-color 0.2s ease;
}

.modern-referral-history-row:hover {
  background: #3a3a3a;
}

.modern-referral-history-row:last-child {
  border-bottom: none;
}

.modern-referral-history-row span:first-child {
  color: #a0a0a0;
}

.modern-referral-history-row span:last-child {
  color: #f534bf;
  font-weight: 500;
}

.modern-referral-pagination {
  padding: 1rem;
  background: #3a3a3a;
  border-top: 1px solid #4a4a4a;
}

.modern-referral-pagination-info {
  text-align: center;
  color: #a0a0a0;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.modern-referral-pagination-controls {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.modern-referral-pagination-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.modern-referral-pagination-btn:hover {
  background: #e024a8;
}

.modern-referral-no-history {
  text-align: center;
  color: #a0a0a0;
  margin: 2rem 0;
  font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .modern-referral-main {
    padding: 1rem;
  }
  
  .modern-referral-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .modern-referral-card {
    padding: 1rem;
  }
  
  .modern-referral-header {
    padding: 1rem;
  }
  
  .modern-referral-title {
    font-size: 1.25rem;
  }
  
  .modern-referral-amount-value {
    width: 100px;
    height: 100px;
    font-size: 1.25rem;
  }
  
  .modern-referral-progress-circle {
    width: 100px;
    height: 100px;
  }
  
  .modern-referral-inner-circle {
    width: 70px;
    height: 70px;
  }
  
  .modern-referral-share-options {
    gap: 0.5rem;
  }
  
  .modern-referral-share-item {
    padding: 0.5rem;
  }
  
  .modern-referral-link-container {
    flex-direction: column;
  }
  
  .modern-referral-copy-btn {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  
  .modern-referral-pagination-controls {
    gap: 0.25rem;
  }
  
  .modern-referral-pagination-btn {
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
  }
}

/* Loading Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Modern My Subscription Page Styles */
.modern-mysubscription-page {
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.modern-mysubscription-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: #1a1a1a;
  border-bottom: 1px solid #2a2a2a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.modern-mysubscription-back-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-mysubscription-back-btn:hover {
  background: #2a2a2a;
}

.modern-mysubscription-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.modern-mysubscription-spacer {
  width: 2.5rem;
}

.modern-mysubscription-main {
  padding: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.modern-mysubscription-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modern-mysubscription-info {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 1.5rem;
}

.modern-mysubscription-info p {
  margin: 0;
  color: #a0a0a0;
  line-height: 1.6;
  font-size: 0.95rem;
}

.modern-mysubscription-current-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

.modern-mysubscription-pricing-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.2s ease;
}

.modern-mysubscription-pricing-card:hover {
  border-color: #3a3a3a;
  transform: translateY(-2px);
}

.modern-mysubscription-pricing-card h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.75rem 0;
  color: #a0a0a0;
}

.modern-mysubscription-price-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #f534bf;
  margin: 0;
}

.modern-mysubscription-section {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 1.5rem;
}

.modern-mysubscription-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.modern-mysubscription-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modern-mysubscription-input {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.2s ease;
  width: 100%;
}

.modern-mysubscription-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.1);
}

.modern-mysubscription-input::placeholder {
  color: #666;
}

.modern-mysubscription-input-help {
  color: #a0a0a0;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

.modern-mysubscription-toggle-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.modern-mysubscription-toggle-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1;
}

.modern-mysubscription-toggle-info h4 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.25rem 0;
  color: #ffffff;
}

.modern-mysubscription-toggle-info p {
  font-size: 0.85rem;
  color: #a0a0a0;
  margin: 0;
  line-height: 1.4;
}

.modern-mysubscription-info-tooltip {
  position: relative;
  display: inline-block;
}

.modern-mysubscription-info-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.75rem;
  transition: background-color 0.2s ease;
}

.modern-mysubscription-info-btn:hover {
  background: #e024a8;
}

.modern-mysubscription-tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 250px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  margin-bottom: 0.5rem;
}

.modern-mysubscription-info-tooltip:hover .modern-mysubscription-tooltip-content {
  opacity: 1;
  visibility: visible;
}

.modern-mysubscription-tooltip-content h5 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}

.modern-mysubscription-tooltip-content p {
  font-size: 0.8rem;
  color: #a0a0a0;
  margin: 0;
  line-height: 1.4;
}

.modern-mysubscription-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.modern-mysubscription-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.modern-mysubscription-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3a3a3a;
  transition: 0.2s;
  border-radius: 24px;
}

.modern-mysubscription-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.2s;
  border-radius: 50%;
}

.modern-mysubscription-switch input:checked + .modern-mysubscription-slider {
  background-color: #f534bf;
}

.modern-mysubscription-switch input:checked + .modern-mysubscription-slider:before {
  transform: translateX(26px);
}

.modern-mysubscription-actions {
  display: flex;
  justify-content: center;
}

.modern-mysubscription-update-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 120px;
  justify-content: center;
}

.modern-mysubscription-update-btn:hover:not(:disabled) {
  background: #e024a8;
  transform: translateY(-1px);
}

.modern-mysubscription-update-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.modern-mysubscription-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .modern-mysubscription-main {
    padding: 1rem;
  }
  
  .modern-mysubscription-content {
    gap: 1.5rem;
  }
  
  .modern-mysubscription-current-pricing {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .modern-mysubscription-pricing-card {
    padding: 1rem;
  }
  
  .modern-mysubscription-price-value {
    font-size: 1.5rem;
  }
  
  .modern-mysubscription-section {
    padding: 1rem;
  }
  
  .modern-mysubscription-toggle-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .modern-mysubscription-toggle-info {
    width: 100%;
  }
  
  .modern-mysubscription-tooltip-content {
    width: 200px;
    left: 0;
    transform: none;
  }
  
  .modern-mysubscription-update-btn {
    width: 100%;
    padding: 1rem;
  }
  
  .modern-mysubscription-header {
    padding: 1rem;
  }
  
  .modern-mysubscription-title {
    font-size: 1.25rem;
  }
}


.register-form.payout-form input[type="text"],
.register-form.payout-form input[type="select"],
.register-form.payout-form input[type="password"],
.register-form.payout-form input[type="number"],
.register-form.payout-form select {
  border-bottom: 1px solid rgb(126, 126, 126) !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important;
  color: #000 !important;
}

.register-form.payout-form select
{
  display: flex;
  width: 100%;
  border: none;
  padding: 10px;
}


strong {
  font-weight: 600;
}

.update-payout-modal .modal-body {
  padding: 20px;
}
.update-payout-modal .modal-header {
  border-bottom: transparent;
}

.update-payout-modal .form-check .form-check-sign::after {
  top: -4px;
  font-size: 14px;
}

/* .update-payout-modal .form-check .form-check-sign::before, .form-check .form-check-sign::after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
} */

/* .update-payout-modal-left-side .modal-header {
    padding: 5px 0 5px 0;
} */

.update-payout-modal .profile-back {
  object-fit: cover;
}

.update-payout-modal .avatar {
  margin-top: -200px;
}

.update-payout-modal .owner {
  padding-top: 0;
}
/* .update-payout-modal .title {
    font-size: 1.4rem;
} */

.update-payout-modal-left-side .modal-body {
  padding-top: 31px;
  padding-bottom: 20px;
}

.subs-modal .form-group small{
  color: #999
}

.subs-modal .form-group label{
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .modal-dialog.update-payout-modal {
    width: 30%;
    max-width: 1100px;
    margin: 0 auto;
    min-width: 500px;
    max-width: 700px;
  }
  .modal-dialog.update-payout-modal.subs-modal.logged-in {
    /* width: 40%; */
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .modal-dialog.update-payout-modal {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .modal-dialog.update-payout-modal {
    margin: 30px auto;
  }
}

.owner .avatar {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.subs-modal .form-check input[type="checkbox"],
.subs-modal .form-check-radio input[type="radio"] {
  opacity: 1;
  position: absolute;
  visibility: visible;
}

.subs-modal input,
.subs-modal .form-control:focus {
  background-color: transparent;
}

.subs-modal .modal-content {
  overflow: hidden;
}

.subscribe-btn {
  font-size: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .subscribe-btn {
    font-size: 0.8em;
  }
}

.modal-dialog.update-payout-modal .modal-title img {
  width: 150px;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .modal-dialog.update-payout-modal .modal-title img {
    width: 110px;
  }
  .modal-dialog.update-payout-modal .modal-header h5 {
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog.update-payout-modal .modal-title img {
    width: 115px;
    margin-left: 15px;
  }
  .modal-dialog.update-payout-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog.update-payout-modal .modal-title img {
    width: 115px;
    /* margin-left: 22px; */
  }
  .modal-dialog.update-payout-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.update-payout-modal-left-side .close {
  margin-bottom: 2px;
  display: none;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .close {
  margin-bottom: 2px;
  display: block;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .modal-header .close {
  padding: 0;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in
  .modal-header
  .close
  span {
  right: 43px;
  top: 20px;
  position: absolute;
  color: white;
  z-index: 10;
  -webkit-text-stroke: 1px #000;
}

.update-payout-modal-right-side .close {
  display: block;
}

@media only screen and (max-width: 991px) {
  .update-payout-modal-left-side .close {
    margin-bottom: 2px;
    display: block;
  }
  .update-payout-modal-right-side .close {
    display: none;
  }
}

.update-payout-modal.subs-modal.logged-in .modal-body {
  /*padding: 25px 20px 6px;*/
}

.modal-dialog.subs-modal.logged-in .close {
  font-size: 3.5rem;
}

/* .modal-dialog.subs-modal.logged-in .close {
    -webkit-text-stroke: 1px black;
    color: white;
    z-index: 100;
} */

.modal-dialog.update-payout-modal.subs-modal.logged-in .title {
  min-height: 22px;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .modal-header {
  padding-bottom: 10px;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .avatar img {
  width: 88px;
  margin: 150px 0 0px 5px;
  object-fit: cover;
}

@media only screen and (max-width: 575px) {
  .modal-dialog.update-payout-modal.subs-modal.logged-in .avatar {
    margin-top: 0;
  }
  .modal-dialog.update-payout-modal.subs-modal.logged-in .avatar img {
    width: 88px;
    margin: -75px 0 0px 5px;
  }
  .modal-dialog.update-payout-modal.subs-modal.logged-in .benefits {
    margin-bottom: 0.2rem !important;
  }
  .modal-dialog.update-payout-modal.subs-modal.logged-in {
    margin: 0 auto;
  }
}

.update-payout-modal .owner h6 {
  color: #333333;
}

@media screen and (max-width: 576px) {
  .register-form .form-control {
    font-size: 12px !important;
  }
}

.register-form {
  height: '500px';
  overflow: 'scroll';
}


.register-form.payout-form input[type="text"],
.register-form.payout-form input[type="password"],
.register-form.payout-form input[type="number"],
.register-form.payout-form select {
  border-bottom: 1px solid rgb(126, 126, 126) !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important;
  color: #000 !important;
  background-color: #ffffff !important;
}

.register-form.payout-form select
{
  display: flex;
  width: 100%;
  border: none;
  padding: 10px;
}

strong {
  font-weight: 600;
}

@media (min-width: 576px) {
  
}

@media (max-width: 575px) {
  
}

@media (max-width: 991px) {
  
}

.subs-modal .form-check input[type="checkbox"],
.subs-modal .form-check-radio input[type="radio"] {
  opacity: 1;
  position: absolute;
  visibility: visible;
}

.subs-modal input,
.subs-modal .form-control:focus {
  background-color: #ffffff;
}

/*
.subs-modal .modal-content {
  overflow: hidden;
}*/

.subs-modal .form-group small{
  color: #999;
}

.subs-modal .form-group label{
  margin-bottom: 0;
  display: flex;
}


.subs-modal .required_label{
  color: #f00;
  font-size: 11px;
  font-weight: 500;
  display: contents;
}


.subscribe-btn {
  font-size: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .subscribe-btn {
    font-size: 0.8em;
  }
}

/*
.modal-dialog.update-payout-modal .modal-title img {
  width: 150px;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .modal-dialog.update-payout-modal .modal-title img {
    width: 110px;
  }
  .modal-dialog.update-payout-modal .modal-header h5 {
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog.update-payout-modal .modal-title img {
    width: 115px;
    margin-left: 15px;
  }
  .modal-dialog.update-payout-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog.update-payout-modal .modal-title img {
    width: 115px;
    / * margin-left: 22px; * /
  }
  .modal-dialog.update-payout-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.update-payout-modal-left-side .close {
  margin-bottom: 2px;
  display: none;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .close {
  margin-bottom: 2px;
  display: block;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .modal-header .close {
  padding: 0;
}

.modal-dialog.update-payout-modal.subs-modal.logged-in
  .modal-header
  .close
  span {
  right: 43px;
  top: 20px;
  position: absolute;
  color: white;
  z-index: 10;
  -webkit-text-stroke: 1px #000;
}

.update-payout-modal-right-side .close {
  display: block;
}

@media only screen and (max-width: 991px) {
  .update-payout-modal-left-side .close {
    margin-bottom: 2px;
    display: block;
  }
  .update-payout-modal-right-side .close {
    display: none;
  }
}

.update-payout-modal.subs-modal.logged-in .modal-body {
  padding: 25px 20px 6px;
}

.modal-dialog.subs-modal.logged-in .close {
  font-size: 3.5rem;
}

/ * .modal-dialog.subs-modal.logged-in .close {
    -webkit-text-stroke: 1px black;
    color: white;
    z-index: 100;
} * /

.modal-dialog.update-payout-modal.subs-modal.logged-in .title {
  min-height: 22px;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .modal-header {
  padding-bottom: 10px;
}
.modal-dialog.update-payout-modal.subs-modal.logged-in .avatar img {
  width: 88px;
  margin: 150px 0 0px 5px;
  object-fit: cover;
}

@media only screen and (max-width: 575px) {
  .modal-dialog.update-payout-modal.subs-modal.logged-in .avatar {
    margin-top: 0;
  }
  .modal-dialog.update-payout-modal.subs-modal.logged-in .avatar img {
    width: 88px;
    margin: -75px 0 0px 5px;
  }
  .modal-dialog.update-payout-modal.subs-modal.logged-in .benefits {
    margin-bottom: 0.2rem !important;
  }
  .modal-dialog.update-payout-modal.subs-modal.logged-in {
    margin: 0 auto;
  }
}

.update-payout-modal .owner h6 {
  color: #333333;
}

@media screen and (max-width: 576px) {
  .register-form .form-control {
    font-size: 12px !important;
  }
}

*/
.register-form.payout-form input[type="text"],
.register-form.payout-form input[type="password"],
.register-form.payout-form input[type="number"],
.register-form.payout-form select {
  border-bottom: 1px solid rgb(126, 126, 126) !important;
  border-radius: 0 !important;
  margin-bottom: 15px;
  color: #000 !important;
}

.subscribe-modal .modal-body {
  padding: 20px;
}
.subscribe-modal .modal-header {
  border-bottom: transparent;
}

.subscribe-modal .form-check .form-check-sign::after {
  top: -4px;
  font-size: 14px;
}

/* .subscribe-modal .form-check .form-check-sign::before, .form-check .form-check-sign::after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
} */

/* .subscribe-modal-left-side .modal-header {
    padding: 5px 0 5px 0;
} */

.subscribe-modal .profile-back {
  object-fit: cover;
}

.subscribe-modal .avatar {
  margin-top: -200px;
}

.subscribe-modal .owner {
  padding-top: 0;
}
/* .subscribe-modal .title {
    font-size: 1.4rem;
} */

.subscribe-modal-left-side .modal-body {
  padding-top: 31px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .modal-dialog.subscribe-modal {
    width: 75%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in {
    /* width: 40%; */
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .modal-dialog.subscribe-modal {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .modal-dialog.subscribe-modal {
    margin: 30px auto;
  }
}

.owner .avatar {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.subs-modal .form-check input[type="checkbox"],
.subs-modal .form-check-radio input[type="radio"] {
  opacity: 1;
  position: absolute;
  visibility: visible;
}

.subs-modal input,
.subs-modal .form-control:focus {
  background-color: transparent;
}

.subs-modal .modal-content {
  overflow: hidden;
}

.subscribe-btn {
  font-size: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1090px) {
  .subscribe-btn {
    font-size: 0.8em;
  }
}

.modal-dialog.subscribe-modal .modal-title img {
  width: 150px;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .modal-dialog.subscribe-modal .modal-title img {
    width: 110px;
  }
  .modal-dialog.subscribe-modal .modal-header h5 {
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modal-dialog.subscribe-modal .modal-title img {
    width: 115px;
    margin-left: 15px;
  }
  .modal-dialog.subscribe-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog.subscribe-modal .modal-title img {
    width: 115px;
    /* margin-left: 22px; */
  }
  .modal-dialog.subscribe-modal .modal-header h5 {
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.subscribe-modal-left-side .close {
  margin-bottom: 2px;
  display: none;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .close {
  margin-bottom: 2px;
  display: block;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .modal-header .close {
  padding: 0;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .modal-header .close span {
  right: 35px;
  top: 15px;
  position: absolute;
  color: white;
  z-index: 10;
  -webkit-text-stroke: 1px #000;
  font-size: 2.5rem;
}

.subscribe-modal-right-side .close {
  display: block;
}

@media only screen and (max-width: 991px) {
  .subscribe-modal-left-side .close {
    margin-bottom: 2px;
    display: block;
  }
  .subscribe-modal-right-side .close {
    display: none;
  }
}

.subscribe-modal.subs-modal.logged-in .modal-body {
  padding: 25px 20px 6px;
}

.modal-dialog.subs-modal.logged-in .close {
  font-size: 3.5rem;
}

/* .modal-dialog.subs-modal.logged-in .close {
    -webkit-text-stroke: 1px black;
    color: white;
    z-index: 100;
} */

.modal-dialog.subscribe-modal.subs-modal.logged-in .title {
  min-height: 22px;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .modal-header {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.modal-dialog.subscribe-modal.subs-modal.logged-in .avatar img {
  height: 88px !important;
  width: 88px;
  margin: 150px 0 0px 5px;
  object-fit: cover;
}

@media only screen and (max-width: 575px) {
  .modal-dialog.subscribe-modal.subs-modal.logged-in .avatar {
    margin-top: 0;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in .avatar img {
    width: 88px;
    height: 88px !important;
    margin: -75px 0 0px 5px;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in .benefits {
    margin-bottom: 0.2rem !important;
  }
  .modal-dialog.subscribe-modal.subs-modal.logged-in {
    margin: 0 auto;
  }
}

.subscribe-modal .owner h6 {
  color: #333333;
}
.pvpnameandfollower{
  color: white !important;
}
/* Modern Statement Page Styles */
.modern-statement-page {
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.modern-statement-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: #1a1a1a;
  border-bottom: 1px solid #2a2a2a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.modern-statement-back-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-statement-back-btn:hover {
  background: #2a2a2a;
}

.modern-statement-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.modern-statement-spacer {
  width: 2.5rem;
}

.modern-statement-main {
  padding: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.modern-statement-banking-section {
  margin-bottom: 2rem;
}

.modern-statement-banking-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.modern-statement-banking-link {
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.modern-statement-banking-link:hover {
  background: #e024a8;
  transform: translateY(-1px);
}

.modern-statement-tabs {
  display: flex;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 0.75rem;
  padding: 0.25rem;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.modern-statement-tab {
  flex: 1 1;
  background: none;
  border: none;
  color: #a0a0a0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  min-width: 150px;
}

.modern-statement-tab:hover {
  color: #ffffff;
  background: #2a2a2a;
}

.modern-statement-tab.active {
  background: #f534bf;
  color: #ffffff;
}

.modern-statement-tab i {
  font-size: 0.9rem;
}

.modern-statement-content {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 1.5rem;
}

.modern-statement-balance-info {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.modern-statement-balance-info p {
  margin: 0;
  color: #a0a0a0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.modern-statement-balance-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 2rem;
}

.modern-statement-balance-card {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.2s ease;
}

.modern-statement-balance-card:hover {
  border-color: #4a4a4a;
  transform: translateY(-2px);
}

.modern-statement-balance-card h3 {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 0.75rem 0;
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modern-statement-balance-amount {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.modern-statement-balance-amount.pending {
  color: #ffa726;
}

.modern-statement-balance-amount.available {
  color: #4caf50;
}

.modern-statement-balance-card small {
  color: #666;
  font-size: 0.75rem;
  display: block;
  margin-top: 0.5rem;
}

.modern-statement-request-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
}

.modern-statement-request-btn:hover:not(:disabled) {
  background: #e024a8;
  transform: translateY(-1px);
}

.modern-statement-request-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.modern-statement-transactions h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.modern-statement-transaction-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-statement-transaction-day {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.2s ease;
}

.modern-statement-transaction-day:hover {
  border-color: #4a4a4a;
}

.modern-statement-transaction-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modern-statement-transaction-day-header:hover {
  background: #3a3a3a;
}

.modern-statement-transaction-date {
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
}

.modern-statement-transaction-total {
  color: #4caf50;
  font-weight: 700;
  font-size: 1.1rem;
}

.modern-statement-transaction-toggle {
  background: none;
  border: none;
  color: #f534bf;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-statement-transaction-toggle:hover {
  background: #3a3a3a;
}

.modern-statement-transaction-toggle i.expanded {
  color: #4caf50;
}

.modern-statement-transaction-details {
  background: #3a3a3a;
  border-top: 1px solid #4a4a4a;
  padding: 1rem 1.5rem;
}

.modern-statement-transaction-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #4a4a4a;
  align-items: center;
}

.modern-statement-transaction-item:last-child {
  border-bottom: none;
}

.modern-statement-transaction-item-date {
  color: #a0a0a0;
  font-size: 0.9rem;
}

.modern-statement-transaction-item-type {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}

.modern-statement-transaction-item-amount {
  color: #4caf50;
  font-weight: 600;
}

.modern-statement-transaction-item-status {
  color: #4caf50;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.modern-statement-no-transactions {
  text-align: center;
  padding: 3rem 1rem;
  color: #a0a0a0;
}

.modern-statement-load-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.modern-statement-load-more-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-statement-load-more-btn:hover:not(:disabled) {
  background: #e024a8;
  transform: translateY(-1px);
}

.modern-statement-load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.modern-statement-statistics {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modern-statement-statistics-section h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-statement-statistics-section h3::before {
  content: "→";
  color: #f534bf;
  font-weight: 700;
}

.modern-statement-total-earnings {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.modern-statement-earnings-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #3a3a3a;
}

.modern-statement-earnings-item:last-child {
  border-bottom: none;
}

.modern-statement-earnings-item span:first-child {
  color: #a0a0a0;
  font-weight: 500;
}

.modern-statement-earnings-item span:last-child {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
}

.modern-statement-earnings-by-type {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-statement-requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-statement-requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.modern-statement-requirement-item.success {
  color: #4caf50;
}

.modern-statement-requirement-item i {
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.modern-statement-requirement-link {
  background: none;
  border: none;
  color: #f534bf;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  font-size: inherit;
}

.modern-statement-requirement-link:hover {
  color: #e024a8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .modern-statement-main {
    padding: 1rem;
  }
  
  .modern-statement-content {
    padding: 1rem;
  }
  
  .modern-statement-balance-cards {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  
  .modern-statement-balance-card {
    padding: 1rem;
  }
  
  .modern-statement-transaction-day-header {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  
  .modern-statement-transaction-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: left;
  }
  
  .modern-statement-transaction-item > div {
    display: flex;
    justify-content: space-between;
  }
  
  .modern-statement-transaction-item > div::before {
    content: attr(data-label) ": ";
    color: #a0a0a0;
    font-weight: 500;
  }
  
  .modern-statement-transaction-item-date::before {
    content: "Date: ";
  }
  
  .modern-statement-transaction-item-type::before {
    content: "Type: ";
  }
  
  .modern-statement-transaction-item-amount::before {
    content: "Amount: ";
  }
  
  .modern-statement-transaction-item-status::before {
    content: "Status: ";
  }
  
  .modern-statement-tabs {
    flex-direction: column;
  }
  
  .modern-statement-tab {
    min-width: auto;
  }
  
  .modern-statement-header {
    padding: 1rem;
  }
  
  .modern-statement-title {
    font-size: 1.25rem;
  }
  
  .modern-statement-banking-links {
    flex-direction: column;
  }
  
  .modern-statement-banking-link {
    text-align: center;
  }
}

/* Payout History Styles */
.modern-statement-payout-history h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}

.modern-statement-payout-description {
  color: #a0a0a0;
  margin: 0 0 1.5rem 0;
  font-size: 0.9rem;
}

.modern-statement-payout-table {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 0.75rem;
  overflow: hidden;
}

.modern-statement-payout-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  background: #3a3a3a;
  padding: 1rem;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #4a4a4a;
}

.modern-statement-payout-body {
  max-height: 400px;
  overflow-y: auto;
}

.modern-statement-payout-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  padding: 1rem;
  border-bottom: 1px solid #3a3a3a;
  align-items: center;
  transition: background-color 0.2s ease;
}

.modern-statement-payout-row:hover {
  background: #3a3a3a;
}

.modern-statement-payout-row:last-child {
  border-bottom: none;
}

.modern-statement-payout-fee {
  color: #f25555;
  font-weight: 500;
}

.modern-statement-payout-amount {
  color: #4caf50;
  font-weight: 600;
}

.modern-statement-payout-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.modern-statement-payout-status.status-0 {
  color: #f25555;
}

.modern-statement-payout-status.status-1 {
  color: #2196f3;
}

.modern-statement-payout-status.status-2 {
  color: #ff9800;
}

.modern-statement-payout-status.status-3 {
  color: #4caf50;
}

.modern-statement-payout-status.status-4 {
  color: #f25555;
}

.modern-statement-try-again-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 0.5rem;
  transition: background-color 0.2s ease;
}

.modern-statement-try-again-btn:hover {
  background: #e024a8;
}

.modern-statement-payout-footer {
  background: #3a3a3a;
  padding: 1rem;
  border-top: 1px solid #4a4a4a;
}

.modern-statement-next-payout {
  text-align: center;
  color: #a0a0a0;
  font-weight: 500;
  font-size: 0.9rem;
}

.modern-statement-no-payouts {
  text-align: center;
  padding: 3rem 1rem;
  color: #a0a0a0;
}

/* Mobile Responsive for Payout History */
@media (max-width: 768px) {
  .modern-statement-payout-header {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: center;
  }
  
  .modern-statement-payout-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: left;
  }
  
  .modern-statement-payout-row > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modern-statement-payout-row > span::before {
    content: attr(data-label) ": ";
    color: #a0a0a0;
    font-weight: 500;
  }
  
  .modern-statement-payout-status {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  
  .modern-statement-try-again-btn {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}

/* Loading Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Modern Notifications Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-notifications-page.modern-notifications-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.modern-notifications-header.modern-notifications-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #292929;
}

.modern-notifications-header-content.modern-notifications-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.modern-notifications-back-btn.modern-notifications-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 0.25rem;
}

.modern-notifications-back-btn.modern-notifications-back-btn:hover {
  background: #292929;
}

.modern-notifications-back-btn.modern-notifications-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-notifications-title.modern-notifications-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

.modern-notifications-spacer.modern-notifications-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-notifications-main.modern-notifications-main {
  /* padding-top: 4.1rem; */
  padding-bottom: 5rem;
  background: #171717;
  min-height: 100vh;
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Description Section */
.modern-notifications-description.modern-notifications-description {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.modern-notifications-description-text.modern-notifications-description-text {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}

/* Email Section */
.modern-notifications-email-section.modern-notifications-email-section {
  margin-bottom: 2rem;
}

.modern-notifications-email-card.modern-notifications-email-card {
  background: #171717;
  border: 1px solid #292929;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.modern-notifications-email-title.modern-notifications-email-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}

.modern-notifications-email-info.modern-notifications-email-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.modern-notifications-email-details.modern-notifications-email-details {
  flex: 1 1;
}

.modern-notifications-email-label.modern-notifications-email-label {
  font-size: 0.875rem;
  color: #a3a3a3;
  margin: 0;
}

.modern-notifications-email-value.modern-notifications-email-value {
  font-size: 0.875rem;
  color: #a3a3a3;
  margin: 0;
}

.modern-notifications-email-badge.modern-notifications-email-badge {
  background: #292929;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: #a3a3a3;
}

.modern-notifications-email-note.modern-notifications-email-note {
  font-size: 0.75rem;
  color: #737373;
  margin: 0;
}

/* Toggles Section */
.modern-notifications-toggles-section.modern-notifications-toggles-section {
  margin-bottom: 2rem;
}

.modern-notifications-toggles-card.modern-notifications-toggles-card {
  background: #171717;
  border: 1px solid #292929;
  border-radius: 0.5rem;
  padding: 1rem;
}

.modern-notifications-toggles-title.modern-notifications-toggles-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.modern-notifications-toggles-list.modern-notifications-toggles-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modern-notifications-toggle-item.modern-notifications-toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modern-notifications-toggle-info.modern-notifications-toggle-info {
  flex: 1 1;
}

.modern-notifications-toggle-name.modern-notifications-toggle-name {
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
}

.modern-notifications-toggle-description.modern-notifications-toggle-description {
  font-size: 0.75rem;
  color: #a3a3a3;
  margin: 0;
}

/* Custom Toggle Switch */
.modern-notifications-toggle-switch.modern-notifications-toggle-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.modern-notifications-toggle-input.modern-notifications-toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.modern-notifications-toggle-slider.modern-notifications-toggle-slider {
  width: 2.75rem;
  height: 1.5rem;
  background: #292929;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.modern-notifications-toggle-slider.modern-notifications-toggle-slider::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.25rem;
  height: 1.25rem;
  background: white;
  border: 1px solid #d4d4d8;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.modern-notifications-toggle-input.modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider {
  background: #f534bf;
}

.modern-notifications-toggle-input.modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider::after {
  transform: translateX(1.25rem);
  border-color: white;
}

.modern-notifications-toggle-input.modern-notifications-toggle-input:focus + .modern-notifications-toggle-slider {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-notifications-toggle-input.modern-notifications-toggle-input:disabled + .modern-notifications-toggle-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.modern-notifications-toggle-input.modern-notifications-toggle-input:disabled:checked + .modern-notifications-toggle-slider {
  background: #666666;
}

/* Disabled toggle item styling */
.modern-notifications-toggle-item:has(.modern-notifications-toggle-input:disabled) {
  opacity: 0.7;
}

.modern-notifications-toggle-item:has(.modern-notifications-toggle-input:disabled) .modern-notifications-toggle-info {
  opacity: 0.8;
}

/* Save Section */
.modern-notifications-save-section.modern-notifications-save-section {
  margin-bottom: 1.5rem;
}

.modern-notifications-save-btn.modern-notifications-save-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.modern-notifications-save-btn.modern-notifications-save-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.modern-notifications-save-btn.modern-notifications-save-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border: 2px solid #f534bf;
}

.modern-notifications-save-btn.modern-notifications-save-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f534bf;
}

/* Global Spinner Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-notifications-header-content.modern-notifications-header-content {
    padding: 0.75rem;
  }

  .modern-notifications-main.modern-notifications-main {
    padding-top: 0rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 80px;
  }

  .modern-notifications-title.modern-notifications-title {
    font-size: 1rem;
  }

  .modern-notifications-back-btn.modern-notifications-back-btn {
    width: 2rem;
    height: 2rem;
  }

  .modern-notifications-back-btn.modern-notifications-back-btn svg {
    width: 16px;
    height: 16px;
  }

  .modern-notifications-spacer.modern-notifications-spacer {
    width: 2rem;
  }

  .modern-notifications-email-card.modern-notifications-email-card,
  .modern-notifications-toggles-card.modern-notifications-toggles-card {
    padding: 0.875rem;
  }

  .modern-notifications-save-btn.modern-notifications-save-btn {
    padding: 0.875rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .modern-notifications-description.modern-notifications-description {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .modern-notifications-description-text.modern-notifications-description-text {
    font-size: 0.75rem;
  }

  .modern-notifications-email-section.modern-notifications-email-section,
  .modern-notifications-toggles-section.modern-notifications-toggles-section {
    margin-bottom: 1.5rem;
  }

  .modern-notifications-email-card.modern-notifications-email-card,
  .modern-notifications-toggles-card.modern-notifications-toggles-card {
    padding: 0.75rem;
  }

  .modern-notifications-email-title.modern-notifications-email-title,
  .modern-notifications-toggles-title.modern-notifications-toggles-title {
    font-size: 0.875rem;
  }

  .modern-notifications-email-label.modern-notifications-email-label,
  .modern-notifications-email-value.modern-notifications-email-value,
  .modern-notifications-toggle-name.modern-notifications-toggle-name {
    font-size: 0.75rem;
  }

  .modern-notifications-email-note.modern-notifications-email-note,
  .modern-notifications-toggle-description.modern-notifications-toggle-description {
    font-size: 0.625rem;
  }

  .modern-notifications-email-badge.modern-notifications-email-badge {
    font-size: 0.625rem;
    padding: 0.125rem 0.5rem;
  }

  .modern-notifications-toggles-list.modern-notifications-toggles-list {
    gap: 0.875rem;
  }

  .modern-notifications-toggle-slider.modern-notifications-toggle-slider {
    width: 2.5rem;
    height: 1.375rem;
  }

  .modern-notifications-toggle-slider.modern-notifications-toggle-slider::after {
    width: 1.125rem;
    height: 1.125rem;
  }

  .modern-notifications-toggle-input.modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider::after {
    transform: translateX(1.125rem);
  }

  .modern-notifications-save-btn.modern-notifications-save-btn {
    padding: 0.75rem;
    font-size: 0.75rem;
  }
}

/* Dark theme support (already implemented) */
@media (prefers-color-scheme: dark) {
  .modern-notifications-page.modern-notifications-page {
    background: #171717;
    color: #ffffff;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .modern-notifications-email-card.modern-notifications-email-card,
  .modern-notifications-toggles-card.modern-notifications-toggles-card {
    border-width: 2px;
  }

  .modern-notifications-toggle-slider.modern-notifications-toggle-slider {
    border: 2px solid #404040;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .modern-notifications-back-btn.modern-notifications-back-btn,
  .modern-notifications-save-btn.modern-notifications-save-btn,
  .modern-notifications-toggle-slider.modern-notifications-toggle-slider,
  .modern-notifications-toggle-slider.modern-notifications-toggle-slider::after {
    transition: none;
  }
}

/* Focus management for better accessibility */
.modern-notifications-back-btn.modern-notifications-back-btn:focus,
.modern-notifications-save-btn.modern-notifications-save-btn:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* Loading state styles */
.modern-notifications-save-btn.modern-notifications-save-btn:disabled {
  pointer-events: none;
}

/* Toggle animation enhancement */
.modern-notifications-toggle-slider.modern-notifications-toggle-slider::after {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modern-notifications-toggle-input.modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider::after {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Hover effects for better interactivity */
.modern-notifications-toggle-switch.modern-notifications-toggle-switch:hover .modern-notifications-toggle-slider:not(:has(.modern-notifications-toggle-input:disabled)) {
  background: #404040;
}

.modern-notifications-toggle-switch.modern-notifications-toggle-switch:hover .modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider {
  background: rgba(245, 52, 191, 0.9);
}

/* Card hover effects */
.modern-notifications-email-card.modern-notifications-email-card,
.modern-notifications-toggles-card.modern-notifications-toggles-card {
  transition: border-color 0.3s ease;
}

.modern-notifications-email-card.modern-notifications-email-card:hover,
.modern-notifications-toggles-card.modern-notifications-toggles-card:hover {
  border-color: #404040;
}

/* ===== LIGHT MODE STYLES ===== */

/* Main Page Container - Light Mode */
.light-mode .modern-notifications-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .modern-notifications-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
  z-index: 1;
}

.light-mode .modern-notifications-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
  z-index: 0;
}

/* Header - Light Mode */
.light-mode .modern-notifications-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.light-mode .modern-notifications-back-btn {
  color: #374151;
  background: transparent;
  border: none;
}

.light-mode .modern-notifications-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1f2937;
}

.light-mode .modern-notifications-title {
  color: #1f2937;
}

/* Main Content - Light Mode */
.light-mode .modern-notifications-main {
  background: transparent;
  color: #1f2937;
  position: relative;
  z-index: 1;
}

/* Description Section - Light Mode */
.light-mode .modern-notifications-description-text {
  color: #6b7280;
}

/* Email Section - Light Mode */
.light-mode .modern-notifications-email-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-notifications-email-title {
  color: #1f2937;
}

.light-mode .modern-notifications-email-label {
  color: #6b7280;
}

.light-mode .modern-notifications-email-value {
  color: #374151;
}

.light-mode .modern-notifications-email-badge {
  background: #f3f4f6;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.light-mode .modern-notifications-email-note {
  color: #9ca3af;
}

/* Toggles Section - Light Mode */
.light-mode .modern-notifications-toggles-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-notifications-toggles-title {
  color: #1f2937;
}

.light-mode .modern-notifications-toggle-name {
  color: #1f2937;
}

.light-mode .modern-notifications-toggle-description {
  color: #6b7280;
}

/* Toggle Switch - Light Mode */
.light-mode .modern-notifications-toggle-slider {
  background: #d1d5db;
}

.light-mode .modern-notifications-toggle-slider::after {
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider {
  background: #f534bf;
}

.light-mode .modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider::after {
  border-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.light-mode .modern-notifications-toggle-input:focus + .modern-notifications-toggle-slider {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-notifications-toggle-input:disabled + .modern-notifications-toggle-slider {
  opacity: 0.5;
  background: #f3f4f6;
}

.light-mode .modern-notifications-toggle-input:disabled:checked + .modern-notifications-toggle-slider {
  background: #9ca3af;
}

/* Disabled toggle item styling - Light Mode */
.light-mode .modern-notifications-toggle-item:has(.modern-notifications-toggle-input:disabled) {
  opacity: 0.7;
}

.light-mode .modern-notifications-toggle-item:has(.modern-notifications-toggle-input:disabled) .modern-notifications-toggle-info {
  opacity: 0.8;
}

/* Save Button - Light Mode */
.light-mode .modern-notifications-save-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
}

.light-mode .modern-notifications-save-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.light-mode .modern-notifications-save-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  border: 2px solid #f534bf;
}

.light-mode .modern-notifications-save-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f534bf;
}

/* Hover effects - Light Mode */
.light-mode .modern-notifications-toggle-switch:hover .modern-notifications-toggle-slider:not(:has(.modern-notifications-toggle-input:disabled)) {
  background: #9ca3af;
}

.light-mode .modern-notifications-toggle-switch:hover .modern-notifications-toggle-input:checked + .modern-notifications-toggle-slider {
  background: rgba(245, 52, 191, 0.9);
}

.light-mode .modern-notifications-email-card:hover,
.light-mode .modern-notifications-toggles-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Ensure all content appears above background effects */
.light-mode .modern-notifications-page > * {
  position: relative;
  z-index: 1;
}

.light-mode .modern-notifications-main > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for light mode */
@media (max-width: 768px) {
  .light-mode .modern-notifications-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media (max-width: 480px) {
  .light-mode .modern-notifications-page {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  }
} 
/* Modern Transactions Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-transactions-page.modern-transactions-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  /* background: #000000; */
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.modern-transactions-header.modern-transactions-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #292929;
}

.modern-transactions-header-content.modern-transactions-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.modern-transactions-back-btn.modern-transactions-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 0.25rem;
}

.modern-transactions-back-btn.modern-transactions-back-btn:hover {
  background: #292929;
}

.modern-transactions-back-btn.modern-transactions-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-transactions-title.modern-transactions-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

.modern-transactions-spacer.modern-transactions-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-transactions-main.modern-transactions-main {
  padding-top: 0rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #171717;
  min-height: 100vh;
  color: #ffffff;
}

/* Description Section */
.modern-transactions-description.modern-transactions-description {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.modern-transactions-description-text.modern-transactions-description-text {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}

/* Payment Notice */
.modern-transactions-payment-notice.modern-transactions-payment-notice {
  margin-bottom: 1.5rem;
  background: #171717;
  border-radius: 0.5rem;
  padding: 1.25rem;
  border: 1px solid #292929;
}

.modern-transactions-notice-text.modern-transactions-notice-text {
  color: #a3a3a3;
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.5;
}

.modern-transactions-notice-highlight.modern-transactions-notice-highlight {
  color: #ffffff;
  font-weight: 500;
}

/* Subscription Button */
.modern-transactions-subscription-button.modern-transactions-subscription-button {
  margin-bottom: 1.5rem;
}

.modern-transactions-view-subscriptions-btn.modern-transactions-view-subscriptions-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.modern-transactions-view-subscriptions-btn.modern-transactions-view-subscriptions-btn:hover {
  background: rgba(245, 52, 191, 0.9);
  transform: translateY(-1px);
}

.modern-transactions-btn-icon.modern-transactions-btn-icon {
  font-size: 1rem;
}

/* Loading */
.modern-transactions-loading.modern-transactions-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
}

.modern-transactions-loading-spinner.modern-transactions-loading-spinner {
  width: 3rem;
  height: 3rem;
  border: 3px solid #292929;
  border-top: 3px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modern-transactions-loading-text.modern-transactions-loading-text {
  color: #a3a3a3;
  font-size: 0.875rem;
}

/* Transaction List */
.modern-transactions-list.modern-transactions-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.modern-transactions-item.modern-transactions-item {
  background: #171717;
  border-radius: 0.5rem;
  padding: 1.25rem;
  border: 1px solid #292929;
  transition: all 0.3s ease;
}

.modern-transactions-item.modern-transactions-item:hover {
  border-color: #374151;
  transform: translateY(-1px);
}

.modern-transactions-item-header.modern-transactions-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.modern-transactions-item-info.modern-transactions-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.modern-transactions-purchase-id.modern-transactions-purchase-id {
  color: #ffffff;
  /* font-size: 0.875rem; */
  font-weight: 500;
}

.modern-transactions-date.modern-transactions-date {
  color: #a3a3a3;
  font-size: 0.75rem;
  margin: 0;
}

.modern-transactions-creator.modern-transactions-creator {
  color: #60a5fa;
  font-size: 0.75rem;
  margin: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modern-transactions-creator.modern-transactions-creator:hover {
  color: #93c5fd;
}

.modern-transactions-amount.modern-transactions-amount {
  color: #ffffff;
  /* font-size: 0.875rem; */
  font-weight: 500;
  white-space: nowrap;
}

.modern-transactions-item-footer.modern-transactions-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.modern-transactions-status.modern-transactions-status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
}

.modern-transactions-status-icon.modern-transactions-status-icon {
  font-size: 0.75rem;
}

.modern-transactions-status-paid.modern-transactions-status-paid {
  background: #059669;
}

.modern-transactions-status-failed.modern-transactions-status-failed {
  background: #dc2626;
}

.modern-transactions-status-pending.modern-transactions-status-pending {
  background: #d97706;
}

.modern-transactions-status-default.modern-transactions-status-default {
  background: #4b5563;
}

.modern-transactions-type.modern-transactions-type {
  color: #a3a3a3;
  font-size: 0.75rem;
}

/* Empty State */
.modern-transactions-empty.modern-transactions-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
}

.modern-transactions-empty-icon.modern-transactions-empty-icon {
  font-size: 3rem;
  color: #a3a3a3;
  margin-bottom: 1rem;
}

.modern-transactions-empty-title.modern-transactions-empty-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.modern-transactions-empty-description.modern-transactions-empty-description {
  color: #a3a3a3;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  max-width: 24rem;
}

/* Pagination */
.modern-transactions-pagination.modern-transactions-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0.5rem;
}

.modern-transactions-pagination-btn.modern-transactions-pagination-btn {
  display: flex;
  align-items: center;
  color: #a3a3a3;
  font-size: 0.875rem;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.modern-transactions-pagination-btn.modern-transactions-pagination-btn:hover:not(.disabled) {
  color: #ffffff;
}

.modern-transactions-pagination-btn.modern-transactions-pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.modern-transactions-pagination-icon.modern-transactions-pagination-icon {
  font-size: 0.75rem;
}

.modern-transactions-pagination-btn:first-child .modern-transactions-pagination-icon {
  margin-right: 0.5rem;
}

.modern-transactions-pagination-btn:last-child .modern-transactions-pagination-icon {
  margin-left: 0.5rem;
}

.modern-transactions-page-numbers.modern-transactions-page-numbers {
  display: flex;
  gap: 0.5rem;
}

.modern-transactions-page-number.modern-transactions-page-number {
  width: 1.75rem;
  height: 1.75rem;
  background: #374151;
  color: #a3a3a3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.modern-transactions-page-number.modern-transactions-page-number:hover {
  background: #4b5563;
}

.modern-transactions-page-number.modern-transactions-page-number.active {
  background: #f534bf;
  color: #ffffff;
}

/* Footer */
.modern-transactions-footer.modern-transactions-footer {
  margin-top: 1.5rem;
  text-align: center;
}

.modern-transactions-footer-text.modern-transactions-footer-text {
  color: #a3a3a3;
  font-size: 0.75rem;
}

.modern-transactions-footer-text.modern-transactions-footer-text a {
  color: #f534bf;
  text-decoration: none;
}

.modern-transactions-footer-text.modern-transactions-footer-text a:hover {
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
  .modern-transactions-main.modern-transactions-main {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .modern-transactions-item.modern-transactions-item {
    padding: 1rem;
  }
  
  .modern-transactions-item-header.modern-transactions-item-header {
    /* flex-direction: column; */
    gap: 0.75rem;
  }
  
  /* .modern-transactions-amount.modern-transactions-amount {
    align-self: flex-end;
  } */
  
  .modern-transactions-item-footer.modern-transactions-item-footer {
    /* flex-direction: column; */
    gap: 0.75rem;
    align-items: flex-start;
  }
  
  .modern-transactions-pagination.modern-transactions-pagination {
    margin: 1.5rem 0.25rem;
  }
  
  .modern-transactions-page-numbers.modern-transactions-page-numbers {
    gap: 0.25rem;
  }
  
  .modern-transactions-page-number.modern-transactions-page-number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.6875rem;
  }
}

@media (max-width: 480px) {
  .modern-transactions-main.modern-transactions-main {
    padding-top: 3rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .modern-transactions-item.modern-transactions-item {
    padding: 0.75rem;
  }
  
  .modern-transactions-pagination.modern-transactions-pagination {
    margin: 1rem 0;
  }
  
  .modern-transactions-pagination-btn.modern-transactions-pagination-btn {
    font-size: 0.75rem;
    padding: 0.375rem;
  }
}

/* ===== LIGHT MODE STYLES ===== */

/* Main Page Container - Light Mode */
.light-mode .modern-transactions-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .modern-transactions-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
  z-index: 1;
}

.light-mode .modern-transactions-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
  z-index: 0;
}

/* Header - Light Mode */
.light-mode .modern-transactions-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.light-mode .modern-transactions-back-btn {
  color: #374151;
  background: transparent;
  border: none;
}

.light-mode .modern-transactions-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1f2937;
}

.light-mode .modern-transactions-title {
  color: #1f2937;
}

/* Main Content - Light Mode */
.light-mode .modern-transactions-main {
  background: transparent;
  color: #1f2937;
  position: relative;
  z-index: 1;
}

/* Description Section - Light Mode */
.light-mode .modern-transactions-description-text {
  color: #6b7280;
}

/* Payment Notice - Light Mode */
.light-mode .modern-transactions-payment-notice {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-transactions-notice-text {
  color: #6b7280;
}

.light-mode .modern-transactions-notice-highlight {
  color: #1f2937;
}

/* Subscription Button - Light Mode */
.light-mode .modern-transactions-view-subscriptions-btn {
  background: #f534bf;
  color: #ffffff;
}

.light-mode .modern-transactions-view-subscriptions-btn:hover {
  background: rgba(245, 52, 191, 0.9);
}

/* Loading - Light Mode */
.light-mode .modern-transactions-loading-spinner {
  border: 3px solid #d1d5db;
  border-top: 3px solid #f534bf;
}

.light-mode .modern-transactions-loading-text {
  color: #6b7280;
}

/* Transaction List - Light Mode */
.light-mode .modern-transactions-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-transactions-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-transactions-purchase-id {
  color: #1f2937;
}

.light-mode .modern-transactions-date {
  color: #6b7280;
}

.light-mode .modern-transactions-creator {
  color: #2563eb;
}

.light-mode .modern-transactions-creator:hover {
  color: #1d4ed8;
}

.light-mode .modern-transactions-amount {
  color: #1f2937;
}

.light-mode .modern-transactions-type {
  color: #6b7280;
}

/* Status Badges - Light Mode */
.light-mode .modern-transactions-status {
  color: #ffffff;
}

.light-mode .modern-transactions-status-paid {
  background: #059669;
}

.light-mode .modern-transactions-status-failed {
  background: #dc2626;
}

.light-mode .modern-transactions-status-pending {
  background: #d97706;
}

.light-mode .modern-transactions-status-default {
  background: #6b7280;
}

/* Empty State - Light Mode */
.light-mode .modern-transactions-empty {
  background: transparent;
}

.light-mode .modern-transactions-empty-icon {
  color: #9ca3af;
}

.light-mode .modern-transactions-empty-title {
  color: #1f2937;
}

.light-mode .modern-transactions-empty-description {
  color: #6b7280;
}

/* Pagination - Light Mode */
.light-mode .modern-transactions-pagination-btn {
  color: #6b7280;
  background: none;
}

.light-mode .modern-transactions-pagination-btn:hover:not(.disabled) {
  color: #374151;
  background: rgba(0, 0, 0, 0.05);
}

.light-mode .modern-transactions-pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.light-mode .modern-transactions-page-number {
  background: #f3f4f6;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.light-mode .modern-transactions-page-number:hover {
  background: #e5e7eb;
  color: #374151;
}

.light-mode .modern-transactions-page-number.active {
  background: #f534bf;
  color: #ffffff;
  border-color: #f534bf;
}

/* Footer - Light Mode */
.light-mode .modern-transactions-footer-text {
  color: #6b7280;
}

.light-mode .modern-transactions-footer-text a {
  color: #f534bf;
}

.light-mode .modern-transactions-footer-text a:hover {
  color: #e91e63;
  text-decoration: underline;
}

/* Ensure all content appears above background effects */
.light-mode .modern-transactions-page > * {
  position: relative;
  z-index: 1;
}

.light-mode .modern-transactions-main > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for light mode */
@media (max-width: 768px) {
  .light-mode .modern-transactions-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media (max-width: 480px) {
  .light-mode .modern-transactions-page {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  }
} 
/* Modern FAQ Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-faq-page.modern-faq-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.modern-faq-header.modern-faq-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #292929;
}

.modern-faq-header-content.modern-faq-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}

.modern-faq-back-btn.modern-faq-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.modern-faq-back-btn.modern-faq-back-btn:hover {
  background: #292929;
  transform: scale(1.05);
}

.modern-faq-back-btn.modern-faq-back-btn svg {
  width: 24px;
  height: 24px;
}

.modern-faq-title.modern-faq-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0.025em;
}

.modern-faq-spacer.modern-faq-spacer {
  width: 3rem;
}

/* Main Content */
.modern-faq-main.modern-faq-main {
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #171717;
  min-height: 800px;
  color: #ffffff;
}

.modern-faq-container.modern-faq-container {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem auto 0 auto;
}

/* FAQ Section */
.modern-faq-section.modern-faq-section {
  background: #171717;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid #292929;
}

/* FAQ Header Card */
.modern-faq-header-card.modern-faq-header-card {
  margin-bottom: 1.5rem;
}

.modern-faq-header-content-card.modern-faq-header-content-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modern-faq-header-left.modern-faq-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.modern-faq-section-title.modern-faq-section-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

/* FAQ Accordion */
.modern-faq-accordion.modern-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modern-faq-item.modern-faq-item {
  border: 1px solid #292929;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* FAQ Question Button */
.modern-faq-question-btn.modern-faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  text-align: left;
  color: #ffffff;
  background: #171717;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.modern-faq-question-btn.modern-faq-question-btn:hover {
  background: #f534bf;
}

.modern-faq-question-btn-active.modern-faq-question-btn-active {
  background: #f534bf;
}

.modern-faq-question-content.modern-faq-question-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.modern-faq-question-text.modern-faq-question-text {
  font-weight: 500;
  font-size: 0.875rem;
}

/* FAQ Chevron */
.modern-faq-chevron.modern-faq-chevron {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.modern-faq-chevron-active.modern-faq-chevron-active {
  transform: rotate(180deg);
}

/* FAQ Answer */
.modern-faq-answer.modern-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #171717;
  border-top: 1px solid #292929;
}

.modern-faq-answer-active.modern-faq-answer-active {
  max-height: 200px;
}

.modern-faq-answer-content.modern-faq-answer-content {
  padding: 1.25rem;
}

.modern-faq-answer-text.modern-faq-answer-text {
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* Support Info */
.modern-faq-support-info.modern-faq-support-info {
  margin-top: 2rem;
}

.modern-faq-support-content.modern-faq-support-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modern-faq-support-item.modern-faq-support-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #a3a3a3;
}

.modern-faq-support-icon.modern-faq-support-icon {
  color: #a3a3a3;
  font-size: 0.875rem;
}

.modern-faq-support-text.modern-faq-support-text {
  font-size: 0.875rem;
  color: #a3a3a3;
}

.modern-faq-support-email.modern-faq-support-email {
  color: #f534bf;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modern-faq-support-email.modern-faq-support-email:hover {
  color: rgba(245, 52, 191, 0.8);
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
  .modern-faq-main.modern-faq-main {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0rem;
  }
  
  .modern-faq-container.modern-faq-container {
    margin-top: 1rem;
  }
  
  .modern-faq-section.modern-faq-section {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .modern-faq-header-content.modern-faq-header-content {
    padding: 1rem;
  }
  
  .modern-faq-back-btn.modern-faq-back-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .modern-faq-back-btn.modern-faq-back-btn svg {
    width: 20px;
    height: 20px;
  }
  
  .modern-faq-title.modern-faq-title {
    font-size: 1.125rem;
  }
  
  .modern-faq-spacer.modern-faq-spacer {
    width: 2.5rem;
  }
  
  .modern-faq-section-title.modern-faq-section-title {
    font-size: 1.125rem;
  }
  
  .modern-faq-question-btn.modern-faq-question-btn {
    padding: 1rem;
  }
  
  .modern-faq-question-text.modern-faq-question-text {
    font-size: 0.875rem;
  }
  
  .modern-faq-answer-content.modern-faq-answer-content {
    padding: 1rem;
  }
  
  .modern-faq-answer-text.modern-faq-answer-text {
    font-size: 0.875rem;
  }
  
  .modern-faq-support-text.modern-faq-support-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .modern-faq-main.modern-faq-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0rem;
  }
  
  .modern-faq-container.modern-faq-container {
    margin-top: 0.5rem;
  }
  
  .modern-faq-section.modern-faq-section {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .modern-faq-header-content.modern-faq-header-content {
    padding: 0.875rem;
  }
  
  .modern-faq-back-btn.modern-faq-back-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
  
  .modern-faq-back-btn.modern-faq-back-btn svg {
    width: 18px;
    height: 18px;
  }
  
  .modern-faq-title.modern-faq-title {
    font-size: 1rem;
  }
  
  .modern-faq-spacer.modern-faq-spacer {
    width: 2.25rem;
  }
  
  .modern-faq-section-title.modern-faq-section-title {
    font-size: 1rem;
  }
  
  .modern-faq-question-btn.modern-faq-question-btn {
    padding: 0.875rem;
  }
  
  .modern-faq-question-text.modern-faq-question-text {
    font-size: 0.875rem;
  }
  
  .modern-faq-answer-content.modern-faq-answer-content {
    padding: 0.875rem;
  }
  
  .modern-faq-answer-text.modern-faq-answer-text {
    font-size: 0.875rem;
  }
  
  .modern-faq-support-text.modern-faq-support-text {
    font-size: 0.75rem;
  }
  
  .modern-faq-support-icon.modern-faq-support-icon {
    font-size: 0.75rem;
  }
}

/* Animation for smooth accordion */
.modern-faq-answer.modern-faq-answer {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-faq-answer-active.modern-faq-answer-active {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects for better interactivity */
.modern-faq-question-btn.modern-faq-question-btn:hover .modern-faq-chevron {
  transform: scale(1.1);
}

.modern-faq-item.modern-faq-item:hover {
  border-color: #374151;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Focus states for accessibility */
.modern-faq-question-btn.modern-faq-question-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.3);
}

/* Smooth transitions for all interactive elements */
.modern-faq-question-btn.modern-faq-question-btn,
.modern-faq-chevron.modern-faq-chevron,
.modern-faq-answer.modern-faq-answer,
.modern-faq-item.modern-faq-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== LIGHT MODE STYLES ===== */

/* Main Page Container - Light Mode */
.light-mode .modern-faq-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .modern-faq-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
  z-index: 1;
}

.light-mode .modern-faq-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
  z-index: 0;
}

/* Header - Light Mode */
.light-mode .modern-faq-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.light-mode .modern-faq-back-btn {
  color: #374151;
  background: transparent;
  border: none;
}

.light-mode .modern-faq-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1f2937;
}

.light-mode .modern-faq-title {
  color: #1f2937;
}

/* Main Content - Light Mode */
.light-mode .modern-faq-main {
  background: transparent;
  color: #1f2937;
  position: relative;
  z-index: 1;
}

/* FAQ Section - Light Mode */
.light-mode .modern-faq-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* FAQ Section Title - Light Mode */
.light-mode .modern-faq-section-title {
  color: #1f2937;
}

/* FAQ Item - Light Mode */
.light-mode .modern-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.light-mode .modern-faq-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* FAQ Question Button - Light Mode */
.light-mode .modern-faq-question-btn {
  background: #ffffff;
  color: #1f2937;
  border: none;
}

.light-mode .modern-faq-question-btn:hover {
  background: #f534bf;
  color: #ffffff;
}

.light-mode .modern-faq-question-btn-active {
  background: #f534bf;
  color: #ffffff;
}

.light-mode .modern-faq-question-text {
  color: inherit;
}

/* FAQ Chevron - Light Mode */
.light-mode .modern-faq-chevron {
  color: inherit;
}

/* FAQ Answer - Light Mode */
.light-mode .modern-faq-answer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}

.light-mode .modern-faq-answer-text {
  color: #6b7280;
}

/* Support Info - Light Mode */
.light-mode .modern-faq-support-item {
  color: #6b7280;
}

.light-mode .modern-faq-support-icon {
  color: #6b7280;
}

.light-mode .modern-faq-support-text {
  color: #6b7280;
}

.light-mode .modern-faq-support-email {
  color: #f534bf;
}

.light-mode .modern-faq-support-email:hover {
  color: #e91e63;
}

/* Focus states for accessibility - Light Mode */
.light-mode .modern-faq-question-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.3);
}

/* Ensure all content appears above background effects */
.light-mode .modern-faq-page > * {
  position: relative;
  z-index: 1;
}

.light-mode .modern-faq-main > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for light mode */
@media (max-width: 768px) {
  .light-mode .modern-faq-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media (max-width: 480px) {
  .light-mode .modern-faq-page {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  }
} 
/* Modern Contact Us Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-contact-page.modern-contact-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .modern-contact-page {
  background: #ffffff;
  color: #1f2937;
}

/* Header Styles */
.modern-contact-header.modern-contact-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #292929;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-header {
  background: rgba(255, 255, 255, 0.95);
  color: #1f2937;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modern-contact-header-content.modern-contact-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.modern-contact-back-btn.modern-contact-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 0.25rem;
}

.modern-contact-back-btn.modern-contact-back-btn:hover {
  background: #292929;
}

.light-mode .modern-contact-back-btn {
  color: #374151;
}

.light-mode .modern-contact-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.modern-contact-back-btn.modern-contact-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-contact-title.modern-contact-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-title {
  color: #1f2937;
}

.modern-contact-spacer.modern-contact-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-contact-main.modern-contact-main {
  /* padding-top: 5rem; */
  padding-bottom: 7rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #171717;
  min-height: 100vh;
  color: #ffffff;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-main {
  background: #ffffff;
  color: #1f2937;
}

.modern-contact-container.modern-contact-container {
  width: 100%;
  max-width: 28rem;
  margin: 2rem auto 0 auto;
}

/* Form Styles */
.modern-contact-form.modern-contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modern-contact-section.modern-contact-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-contact-label.modern-contact-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-label {
  color: #374151;
}

/* Select Styles */
.modern-contact-select-container.modern-contact-select-container {
  position: relative;
}
.custom-dropdown-item:hover {
  background: #000000; /* hover black */
}


.modern-contact-select.modern-contact-select {
  width: 100%;
  background: #171717;
  border: 1px solid #292929;
  border-radius: 0.75rem;
  padding: 0.75rem 0.75rem;
  color: #ffffff;
  -webkit-appearance: none;
          appearance: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.modern-contact-select.modern-contact-select:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-contact-select.modern-contact-select option {
  background: #171717;
  color: #ffffff;
  padding: 0.5rem;
}

.light-mode .modern-contact-select {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
}

.light-mode .modern-contact-select:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-contact-select option {
  background: #ffffff;
  color: #1f2937;
}

.modern-contact-select-arrow.modern-contact-select-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #a3a3a3;
  font-size: 1.125rem;
}

/* Input Styles */
.modern-contact-input.modern-contact-input {
  width: 100%;
  background: #171717;
  border: 1px solid #292929;
  border-radius: 0.75rem;
  padding: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.modern-contact-input.modern-contact-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-contact-input.modern-contact-input::placeholder {
  color: #a3a3a3;
}

.light-mode .modern-contact-input {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
}

.light-mode .modern-contact-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-contact-input::placeholder {
  color: #9ca3af;
}

/* Textarea Styles */
.modern-contact-textarea.modern-contact-textarea {
  width: 100%;
  background: #171717;
  border: 1px solid #292929;
  border-radius: 0.75rem;
  padding: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  resize: none;
  transition: all 0.3s ease;
  font-family: inherit;
  line-height: 1.5;
}

.modern-contact-textarea.modern-contact-textarea:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-contact-textarea.modern-contact-textarea::placeholder {
  color: #a3a3a3;
}

.light-mode .modern-contact-textarea {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
}

.light-mode .modern-contact-textarea:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-contact-textarea::placeholder {
  color: #9ca3af;
}

/* Email Note */
.modern-contact-email-note.modern-contact-email-note {
  font-size: 0.875rem;
  color: #a3a3a3;
  margin: 0;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-email-note {
  color: #6b7280;
}

/* Attachment Section */
.modern-contact-attachment-area.modern-contact-attachment-area {
  border: 2px dashed #292929;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.modern-contact-attachment-area.modern-contact-attachment-area:hover {
  border-color: #f534bf;
}

.modern-contact-attachment-btn.modern-contact-attachment-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s ease;
  padding: 0;
}

.modern-contact-attachment-btn.modern-contact-attachment-btn:hover {
  color: #f534bf;
}

.modern-contact-attachment-icon.modern-contact-attachment-icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
  color: #a3a3a3;
  transition: color 0.3s ease;
}

.modern-contact-attachment-btn:hover .modern-contact-attachment-icon {
  color: #f534bf;
}

.modern-contact-attachment-text.modern-contact-attachment-text {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.modern-contact-attachment-note.modern-contact-attachment-note {
  font-size: 0.875rem;
  color: #a3a3a3;
  margin: 0;
  line-height: 1.4;
}

/* Submit Section */
.modern-contact-submit-section.modern-contact-submit-section {
  padding-top: 1.5rem;
}

.modern-contact-submit-btn.modern-contact-submit-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.modern-contact-submit-btn.modern-contact-submit-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
  transform: scale(1.02);
}

.modern-contact-submit-btn.modern-contact-submit-btn:active:not(:disabled) {
  transform: scale(0.98);
}

.modern-contact-submit-btn.modern-contact-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: scale(1);
}

.modern-contact-spinner.modern-contact-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid transparent;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Company Info Section */
.modern-contact-company-info.modern-contact-company-info {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #171717;
  border-radius: 0.75rem;
  border: 1px solid #292929;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.modern-contact-company-text.modern-contact-company-text {
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-company-info {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.light-mode .modern-contact-company-text {
  color: #374151;
}

.modern-contact-appeal-info.modern-contact-appeal-info,
.modern-contact-complaint-info.modern-contact-complaint-info,
.modern-contact-billing-info.modern-contact-billing-info {
  margin-top: 1rem;
}

.modern-contact-appeal-title.modern-contact-appeal-title,
.modern-contact-complaint-title.modern-contact-complaint-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
  transition: all 0.3s ease;
}

.modern-contact-appeal-text.modern-contact-appeal-text,
.modern-contact-complaint-text.modern-contact-complaint-text,
.modern-contact-billing-text.modern-contact-billing-text {
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-appeal-title,
.light-mode .modern-contact-complaint-title {
  color: #1f2937;
}

.light-mode .modern-contact-appeal-text,
.light-mode .modern-contact-complaint-text,
.light-mode .modern-contact-billing-text {
  color: #6b7280;
}

.modern-contact-email-link.modern-contact-email-link {
  color: #64a6f3;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modern-contact-email-link.modern-contact-email-link:hover {
  text-decoration: underline;
}

.modern-contact-ccbill-link.modern-contact-ccbill-link {
  margin-top: 0.5rem;
}

.modern-contact-external-link.modern-contact-external-link {
  color: #64a6f3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.modern-contact-external-link.modern-contact-external-link:hover {
  text-decoration: underline;
}

/* Support Info Section */
.modern-contact-support-info.modern-contact-support-info {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: #171717;
  border-radius: 0.75rem;
  border: 1px solid #292929;
  transition: all 0.3s ease;
}

.modern-contact-support-title.modern-contact-support-title {
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-support-info {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.light-mode .modern-contact-support-title {
  color: #1f2937;
}

.modern-contact-support-content.modern-contact-support-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modern-contact-support-item.modern-contact-support-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.modern-contact-support-icon.modern-contact-support-icon {
  color: #a3a3a3;
  font-size: 1.25rem;
  width: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}

.modern-contact-support-text.modern-contact-support-text {
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.light-mode .modern-contact-support-icon {
  color: #6b7280;
}

.light-mode .modern-contact-support-text {
  color: #374151;
}

/* Responsive styles */
@media (max-width: 768px) {
  .modern-contact-main.modern-contact-main {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
  }
  
  .modern-contact-container.modern-contact-container {
    max-width: 100%;
    margin-top: 1rem;
  }
  
  .modern-contact-form.modern-contact-form {
    gap: 1.5rem;
  }
  
  .modern-contact-section.modern-contact-section {
    gap: 0.5rem;
  }
  
  .modern-contact-label.modern-contact-label {
    font-size: 0.875rem;
  }
  
  .modern-contact-input.modern-contact-input,
  .modern-contact-textarea.modern-contact-textarea,
  .modern-contact-select.modern-contact-select {
    padding: 0.875rem;
    font-size: 0.875rem;
  }
  
  .modern-contact-attachment-area.modern-contact-attachment-area {
    padding: 1.5rem;
  }
  
  .modern-contact-attachment-icon.modern-contact-attachment-icon {
    font-size: 2.5rem;
  }
  
  .modern-contact-attachment-text.modern-contact-attachment-text {
    font-size: 0.875rem;
  }
  
  .modern-contact-attachment-note.modern-contact-attachment-note {
    font-size: 0.75rem;
  }
  
  .modern-contact-submit-btn.modern-contact-submit-btn {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }
  
  .modern-contact-company-info.modern-contact-company-info,
  .modern-contact-support-info.modern-contact-support-info {
    padding: 1.25rem;
  }
  
  .modern-contact-company-text.modern-contact-company-text,
  .modern-contact-appeal-text.modern-contact-appeal-text,
  .modern-contact-complaint-text.modern-contact-complaint-text,
  .modern-contact-billing-text.modern-contact-billing-text {
    font-size: 0.75rem;
  }
  
  .modern-contact-support-title.modern-contact-support-title {
    font-size: 1rem;
  }
  
  .modern-contact-support-text.modern-contact-support-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .modern-contact-main.modern-contact-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5rem;
  }
  
  .modern-contact-container.modern-contact-container {
    margin-top: 0.5rem;
  }
  
  .modern-contact-form.modern-contact-form {
    gap: 1.25rem;
  }
  
  .modern-contact-section.modern-contact-section {
    gap: 0.5rem;
  }
  
  .modern-contact-label.modern-contact-label {
    font-size: 0.875rem;
  }
  
  .modern-contact-input.modern-contact-input,
  .modern-contact-textarea.modern-contact-textarea,
  .modern-contact-select.modern-contact-select {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
  
  .modern-contact-attachment-area.modern-contact-attachment-area {
    padding: 1.25rem;
  }
  
  .modern-contact-attachment-icon.modern-contact-attachment-icon {
    font-size: 2.25rem;
  }
  
  .modern-contact-attachment-text.modern-contact-attachment-text {
    font-size: 0.875rem;
  }
  
  .modern-contact-attachment-note.modern-contact-attachment-note {
    font-size: 0.75rem;
  }
  
  .modern-contact-submit-btn.modern-contact-submit-btn {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  
  .modern-contact-company-info.modern-contact-company-info,
  .modern-contact-support-info.modern-contact-support-info {
    padding: 1rem;
  }
  
  .modern-contact-company-text.modern-contact-company-text,
  .modern-contact-appeal-text.modern-contact-appeal-text,
  .modern-contact-complaint-text.modern-contact-complaint-text,
  .modern-contact-billing-text.modern-contact-billing-text {
    font-size: 0.75rem;
  }
  
  .modern-contact-support-title.modern-contact-support-title {
    font-size: 0.875rem;
  }
  
  .modern-contact-support-text.modern-contact-support-text {
    font-size: 0.875rem;
  }
  
  .modern-contact-email-note.modern-contact-email-note {
    font-size: 0.75rem;
  }
} 

.legal strong {
    font-weight: 600;
  }
  
  .legal p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    color: black;
  }
  
  .legal ul,
  .legal li,
  .legal ol {
    color: black;
    font-weight: 400;
  }
  
  .legal td,
  .legal tr {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .legal .red-text {
    color: red;
  }
  
  .legal a {
    color: #0095be;
  }
  .legal a:hover {
    color: #037c9e;
  }
  
  .legal-page a {
    color: #a49e93;
    font-weight: 600;
    margin: 20px;
  }
  .legal-page a:hover {
    /* color: #f334be; */
    color: #f334be;
  }
  
  .profile-content.legal-page .settings-content-box {
    padding: 20px;
  }
  .profile-content {
    max-width: 90%;
    margin: 0 auto;
  }

/* CCbill Form Styling */
.ccbill-form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.ccbill-form-main {
  /* background: rgba(255, 255, 255, 0.95); */
  border-radius: 15px;
  /* padding: 40px; */
  width: 100%;
  width: 100%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.ccbill-form-main::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.ccbill-form-title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.8rem;
}

.ccbill-form {
  width: 100%;
}

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

.form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 0.9rem;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: white;
}

.form-control:focus {
  outline: none;
  border-color: #F334BE;
  box-shadow: 0 0 0 0.2rem rgba(243, 52, 190, 0.25);
}

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

.form-control::placeholder {
  color: #999;
}

.error-message {
  color: #dc3545;
  font-size: 0.8rem;
  margin-top: 5px;
  font-weight: 500;
}

.btn-submit {
  background: linear-gradient(45deg, #F334BE, #ff6b9d);
  border: none;
  border-radius: 25px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(243, 52, 190, 0.3);
  width: 211px;
  margin: 20px auto 0;
  display: block;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 52, 190, 0.4);
}

.btn-submit:disabled {
  background: #ccc;
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}

.message {
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}

.message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Filter overlay */
.filter2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ccbill-form-container {
  position: relative;
}

.ccbill-form-main {
  position: relative;
  z-index: 2;
}

/* Responsive design */
@media (max-width: 768px) {
  .ccbill-form-main {
    margin: 0px;
    padding: 0;
  }
  
  .ccbill-form-title {
    font-size: 1.5rem;
  }
  
  .form-control {
    padding: 10px 12px;
  }
  .textarea-res{
    /* width: 145% !important; */
    width: auto;   
  min-width: 100px; 
  max-width: 100%;  
  resize: none;
  flex-grow: 1;      
 
  }
}
  
/* Loading spinner animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.cc-bil-modal {
  max-width: 1200px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);

}

.ccbill-close-btn {
  position: absolute;
  top: 18px;
  right: 24px;
  /* background: transparent; */
  border: none;
  font-size: 2rem;
  color: #888;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
}

.ccbill-close-btn:hover,
.ccbill-close-btn:focus {
  color: #F334BE;
  outline: none;
}

/* Custom Select Styling */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

/* Override problematic modal styles for dropdowns */
.modal-dialog, .modal-content, .modal-body {
  
  transform: none !important;
}

.custom-select-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: white;
}

.custom-select-display .dropdown-arrow {
  margin-left: 10px;
  transition: transform 0.2s;
}

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

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #717171;
  border-top: none;
  background-color: #717171 !important; /* Reverted background to white */
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999; /* Ensure it's above all other content */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-select-option {
  padding: 10px 15px;
  cursor: pointer;
  color: #d4d3d3; /* Changed text color to darker grey for default */
  display: flex;
  align-items: center;
}

.custom-select-option i {
  margin-right: 10px;
  color: #666; /* Adjust icon color for default */
}

.custom-select-option:hover,
.custom-select-option.custom-select-option-active {
  background-color: #F334BE; /* Set background to black on hover/active */
  color: white; /* Ensure text remains white on hover/active */
}

.card-number-input {
  letter-spacing: 2px;
  font-family: 'Fira Mono', 'Consolas', monospace;
  font-size: 1.1rem;
  background: #fff;
  border: 1.5px solid #F334BE;
  border-radius: 6px;
  padding-left: 12px;
  transition: border-color 0.2s;
}
.card-number-input:focus {
  border-color: #71BBFF;
  outline: none;
  background: #f8f9fa;
}

/* Payment info text - prevent line breaks on mobile */
.payment-info-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}

/* For mobile screens, set font size to 10px */
@media (max-width: 480px) {
  .payment-info-text {
    font-size: 10px;
  }
}

.card-icon-visa {
  color: #1a1f71;
}
.card-icon-mastercard {
  color: #eb001b;
}
.card-icon-jcb {
  color: #007bc1;
}
.card-icon-diners-club {
  color: #0069aa;
}
.card-icon-discover {
  color: #ff6000;
}

@media screen and (max-width: 768px) {
  .card-brands {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .card-brand {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .card-brands {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 5px !important;
  }
  /* .card-brand i {
    font-size: 23px !important;
  } */
  .card-brand img {
    width: 29px !important;
    height: 23px !important;
  }
  .card-brand span {
    font-size: 9px !important;
  }
}
@media screen and (max-width: 380px) {
  .card-brands{
    gap: 5px !important;
  }
}

.billing-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.billing-modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
}

.billing-modal-main {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 2;
}

.billing-modal-main::-webkit-scrollbar {
  display: none;
}

.billing-close-btn {
  position: absolute;
  top: 18px;
  right: 24px;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #888;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
}

.billing-close-btn:hover,
.billing-close-btn:focus {
  color: #F334BE;
  outline: none;
}

.billing-form {
  width: 100%;
}

.billing-form-title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.8rem;
}

.billing-payment-amount-display {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 2px solid #F334BE;
}

.billing-payment-amount {
  margin: 0;
  color: #F334BE;
  font-weight: bold;
  font-size: 1.25rem;
}

.billing-payment-description {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #666;
}

.billing-payment-info-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}

.billing-form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.billing-form-field {
  flex: 1 1;
  margin-bottom: 1rem;
}

.billing-form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 0.9rem;
}

.billing-form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: white;
}

.billing-form-input:focus {
  outline: none;
  border-color: #F334BE;
  box-shadow: 0 0 0 0.2rem rgba(243, 52, 190, 0.25);
}

.billing-form-input::placeholder {
  color: #999;
}

.billing-form-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: white;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\"><path stroke=\"%239ca3af\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m6 8 4 4 4-4\"/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 1.25em 1.25em;
  padding-right: 2rem;
}

.billing-form-select:focus {
  outline: none;
  border-color: #F334BE;
  box-shadow: 0 0 0 0.2rem rgba(243, 52, 190, 0.25);
}

.billing-card-number-field {
  flex: 2 1;
}

.billing-expiry-field {
  flex: 1 1;
}

.billing-cvv-field {
  flex: 1 1;
}

.billing-card-input {
  letter-spacing: 2px;
  font-family: 'Fira Mono', 'Consolas', monospace;
  font-size: 1.1rem;
  background: #fff;
  border: 1.5px solid #F334BE;
  border-radius: 6px;
  padding-left: 12px;
  transition: border-color 0.2s;
}

.billing-card-input:focus {
  border-color: #71BBFF;
  outline: none;
  background: #f8f9fa;
}

.billing-payment-actions {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.billing-payment-btn {
  background: linear-gradient(45deg, #F334BE, #ff6b9d);
  border: none;
  border-radius: 25px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(243, 52, 190, 0.3);
  width: 100%;
  margin: 0;
}

.billing-payment-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 52, 190, 0.4);
}

.billing-back-btn {
  background: transparent;
  border: 1px solid #404040;
  color: #333;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin: 0;
}

.billing-back-btn:hover {
  background-color: rgba(38, 38, 38, 0.1);
  transform: translateY(-1px);
}

.billing-accepted-cards-section {
  margin-top: 20px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 15px;
}

.billing-accepted-cards-text {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.billing-card-brands {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.billing-card-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.billing-card-icon-visa {
  font-size: 32px;
  color: #1A1F71;
}

.billing-card-icon-mastercard {
  font-size: 32px;
  color: #EB001B;
}

.billing-card-icon-jcb {
  font-size: 32px;
  color: #0B4EA2;
}

.billing-card-icon-discover {
  font-size: 32px;
  color: #FF6000;
}

.billing-card-icon-diners-club {
  font-size: 32px;
  color: #0079BE;
}

.billing-card-icon-maestro {
  width: 35px;
  height: 28px;
  border-radius: 4px;
}

.billing-card-brand-name {
  font-size: 10px;
  color: #666;
}

/* Responsive design for billing modal */
@media (max-width: 768px) {
  .billing-modal-main {
    margin: 0px;
    padding: 20px;
  }
  
  .billing-form-title {
    font-size: 1.5rem;
  }
  
  .billing-form-input {
    padding: 10px 12px;
  }

  .billing-form-row {
    flex-direction: column;
    gap: 0;
  }

  .billing-card-brands {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .billing-card-brand {
    flex: 0 0 auto;
  }
}

@media (max-width: 360px) {
  .billing-card-brands {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  
  .billing-card-brand img {
    width: 29px;
    height: 23px;
  }
  
  .billing-card-brand span {
    font-size: 9px;
  }
}

@media (max-width: 380px) {
  .billing-card-brands {
    gap: 5px;
  }
}
/* Modern Wallet Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-wallet-page.modern-wallet-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #000000;
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.modern-wallet-header.modern-wallet-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #292929;
}

.modern-wallet-header-content.modern-wallet-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.modern-wallet-back-btn.modern-wallet-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 0.25rem;
}

.modern-wallet-back-btn.modern-wallet-back-btn:hover {
  background: #292929;
}

.modern-wallet-back-btn.modern-wallet-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-wallet-title.modern-wallet-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

.modern-wallet-spacer.modern-wallet-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-wallet-main.modern-wallet-main {
  padding-top: 7rem;
  padding-bottom: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #171717;
  min-height: 100vh;
  color: #ffffff;
}

/* Description Section */
.modern-wallet-description.modern-wallet-description {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.modern-wallet-description-text.modern-wallet-description-text {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}

/* Warning Notice */
.modern-wallet-warning-notice.modern-wallet-warning-notice {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: linear-gradient(to right, rgba(154, 52, 18, 0.2), rgba(127, 29, 29, 0.2));
  border-radius: 1rem;
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.modern-wallet-warning-content.modern-wallet-warning-content {
  display: flex;
  align-items: flex-start;
}

.modern-wallet-warning-icon.modern-wallet-warning-icon {
  color: #fb923c;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.modern-wallet-warning-text.modern-wallet-warning-text {
  color: #fed7aa;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* Add Card Section */
.modern-wallet-add-card-section.modern-wallet-add-card-section {
  margin-bottom: 2rem;
}

.modern-wallet-add-card-btn.modern-wallet-add-card-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.modern-wallet-add-card-btn.modern-wallet-add-card-btn:hover {
  background: rgba(245, 52, 191, 0.9);
  transform: translateY(-1px);
}

.modern-wallet-add-card-btn.modern-wallet-add-card-btn:disabled,
.modern-wallet-add-card-btn-disabled.modern-wallet-add-card-btn-disabled {
  background: linear-gradient(to right, #374151, #4b5563);
  color: #9ca3af;
  cursor: not-allowed;
  transform: none;
  border: 1px solid #4b5563;
}

.modern-wallet-add-card-btn.modern-wallet-add-card-btn:disabled:hover,
.modern-wallet-add-card-btn-disabled.modern-wallet-add-card-btn-disabled:hover {
  background: linear-gradient(to right, #374151, #4b5563);
  transform: none;
  box-shadow: none;
}

.modern-wallet-add-icon.modern-wallet-add-icon {
  font-size: 1rem;
}

.modern-wallet-add-text.modern-wallet-add-text {
  font-weight: 500;
}

/* Error State */
.modern-wallet-error.modern-wallet-error {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 0.5rem;
}

.modern-wallet-error-text.modern-wallet-error-text {
  color: #fca5a5;
  margin: 0;
  font-size: 0.875rem;
}

/* Loading */
.modern-wallet-loading.modern-wallet-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  width: 100%;
  position: relative;
}

.modern-wallet-loading-spinner.modern-wallet-loading-spinner {
  width: 3rem;
  height: 3rem;
  border: 3px solid #292929;
  border-top: 3px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modern-wallet-loading-text.modern-wallet-loading-text {
  color: #a3a3a3;
  font-size: 0.875rem;
}

/* Empty State */
.modern-wallet-empty-state.modern-wallet-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
  background: #171717;
  border: 1px solid #292929;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.modern-wallet-empty-icon.modern-wallet-empty-icon {
  font-size: 3rem;
  color: #404040;
  margin-bottom: 1rem;
}

.modern-wallet-empty-title.modern-wallet-empty-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.modern-wallet-empty-description.modern-wallet-empty-description {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin: 0;
  max-width: 24rem;
  line-height: 1.5;
}

/* Cards List */
.modern-wallet-cards-list.modern-wallet-cards-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.modern-wallet-card-item.modern-wallet-card-item {
  background: #171717;
  border: 1px solid #292929;
  border-radius: 1.5rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modern-wallet-card-item.modern-wallet-card-item:hover {
  border-color: #374151;
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.modern-wallet-card-header.modern-wallet-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.modern-wallet-card-info.modern-wallet-card-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1;
}

.modern-wallet-card-brand.modern-wallet-card-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.modern-wallet-card-icon-container.modern-wallet-card-icon-container {
  width: 3rem;
  height: 2rem;
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.1));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 52, 191, 0.3);
}

.modern-wallet-card-icon.modern-wallet-card-icon {
  color: #f534bf;
  font-size: 1.5rem;
}

.modern-wallet-card-details.modern-wallet-card-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.modern-wallet-card-type.modern-wallet-card-type {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
}

.modern-wallet-card-label.modern-wallet-card-label {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin: 0;
}

.modern-wallet-card-content.modern-wallet-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modern-wallet-card-number.modern-wallet-card-number {
  color: #d1d5db;
  font-size: 1.125rem;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.modern-wallet-card-footer.modern-wallet-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modern-wallet-card-expiry.modern-wallet-card-expiry {
  color: #a3a3a3;
  font-size: 0.875rem;
}

.modern-wallet-card-status.modern-wallet-card-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4ade80;
  font-size: 0.875rem;
  font-weight: 500;
}

.modern-wallet-status-icon.modern-wallet-status-icon {
  color: #4ade80;
  font-size: 0.875rem;
}

.modern-wallet-status-text.modern-wallet-status-text {
  color: #4ade80;
  font-weight: 500;
}

.modern-wallet-card-actions.modern-wallet-card-actions {
  display: flex;
  /* gap: 0.5rem; */
  margin-left: 4rem;
}

.modern-wallet-action-btn.modern-wallet-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #a3a3a3;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.modern-wallet-action-btn.modern-wallet-action-btn:hover:not(:disabled) {
  background: #292929;
  color: #ffffff;
}

.modern-wallet-action-btn.modern-wallet-action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.modern-wallet-edit-btn.modern-wallet-edit-btn:hover:not(:disabled) {
  color: #60a5fa;
}

.modern-wallet-delete-btn.modern-wallet-delete-btn:hover:not(:disabled) {
  color: #f87171;
}

.modern-wallet-spinner.modern-wallet-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid #a3a3a3;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Billing Information */
.modern-wallet-billing-info.modern-wallet-billing-info {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #171717;
  border-radius: 1rem;
  border: 1px solid #292929;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modern-wallet-billing-content.modern-wallet-billing-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.modern-wallet-billing-icon.modern-wallet-billing-icon {
  color: #f534bf;
  margin-top: 0.25rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.modern-wallet-billing-details.modern-wallet-billing-details {
  flex: 1 1;
}

.modern-wallet-billing-title.modern-wallet-billing-title {
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  font-size: 1.125rem;
}

.modern-wallet-billing-text.modern-wallet-billing-text {
  color: #a3a3a3;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

.modern-wallet-billing-highlight.modern-wallet-billing-highlight {
  color: #ffffff;
  font-weight: 500;
}

/* Security Section */
.modern-wallet-security-section.modern-wallet-security-section {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(to right, rgba(6, 95, 70, 0.2), rgba(4, 120, 87, 0.2));
  border-radius: 1rem;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.modern-wallet-security-header.modern-wallet-security-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.modern-wallet-security-icon.modern-wallet-security-icon {
  color: #4ade80;
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.modern-wallet-security-title.modern-wallet-security-title {
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  font-size: 1.125rem;
}

.modern-wallet-security-text.modern-wallet-security-text {
  color: #d1fae5;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* Support Section */
.modern-wallet-support-section.modern-wallet-support-section {
  margin-top: 2rem;
  padding: 1.5rem;
  background: linear-gradient(to right, rgba(30, 58, 138, 0.2), rgba(67, 56, 202, 0.2));
  border-radius: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.modern-wallet-support-header.modern-wallet-support-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.modern-wallet-support-icon.modern-wallet-support-icon {
  color: #60a5fa;
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.modern-wallet-support-title.modern-wallet-support-title {
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  font-size: 1.125rem;
}

.modern-wallet-support-text.modern-wallet-support-text {
  color: #d1d5db;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.modern-wallet-contact-support-btn.modern-wallet-contact-support-btn {
  background: linear-gradient(to right, #f534bf, #ec4899);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 500;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  font-size: 0.875rem;
}

.modern-wallet-contact-support-btn.modern-wallet-contact-support-btn:hover {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.9), rgba(236, 72, 153, 0.9));
  transform: scale(1.05);
}

.modern-wallet-contact-support-btn.modern-wallet-contact-support-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.5);
}

/* Responsive styles */
@media (max-width: 768px) {
  /* .modern-wallet-main.modern-wallet-main {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.1rem;
  } */
  
  /* .modern-wallet-card-item.modern-wallet-card-item {
    padding: 1.25rem;
    border-radius: 1.25rem;
  } */
  
  .modern-wallet-card-header.modern-wallet-card-header {
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
  }
  
  /* .modern-wallet-card-actions.modern-wallet-card-actions {
    margin-left: 0;
    justify-content: space-between;
    width: 100%;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  } */
  
  .modern-wallet-card-brand.modern-wallet-card-brand {
    margin-bottom: 1.25rem;
  }
  
  /* .modern-wallet-card-icon-container.modern-wallet-card-icon-container {
    width: 3rem;
    height: 3rem;
  }
   */
  .modern-wallet-card-icon.modern-wallet-card-icon {
    font-size: 1.5rem;
  }
  
  .modern-wallet-card-type.modern-wallet-card-type {
    font-size: 1.125rem;
  }
  
  .modern-wallet-card-label.modern-wallet-card-label {
    font-size: 0.875rem;
  }
  
  .modern-wallet-card-content.modern-wallet-card-content {
    gap: 0.75rem;
  }
  
  .modern-wallet-card-number.modern-wallet-card-number {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  
  .modern-wallet-card-footer.modern-wallet-card-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  
  .modern-wallet-card-expiry.modern-wallet-card-expiry {
    font-size: 0.875rem;
  }
  
  .modern-wallet-card-status.modern-wallet-card-status {
    font-size: 0.875rem;
  }
  
  .modern-wallet-add-card-btn.modern-wallet-add-card-btn {
    padding: 1rem;
    font-size: 0.875rem;
  }
  
  .modern-wallet-billing-info.modern-wallet-billing-info,
  .modern-wallet-security-section.modern-wallet-security-section,
  .modern-wallet-support-section.modern-wallet-support-section {
    padding: 1.25rem;
  }
}
@media screen and (min-width:900px){
  .modern-wallet-main.modern-wallet-main {

    padding-top: 5rem;
  }
}
@media (max-width: 480px) {
  /* .modern-wallet-main.modern-wallet-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.1rem;
  } */
  
  /* .modern-wallet-card-item.modern-wallet-card-item {
    padding: 1rem;
    border-radius: 1rem;
  } */
  
  .modern-wallet-card-header.modern-wallet-card-header {
    gap: 1rem;
  }
  
  /* .modern-wallet-card-actions.modern-wallet-card-actions {
    gap: 0.5rem;
    padding-top: 0.75rem;
  } */
  
  .modern-wallet-action-btn.modern-wallet-action-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  
  .modern-wallet-card-icon-container.modern-wallet-card-icon-container {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .modern-wallet-card-icon.modern-wallet-card-icon {
    font-size: 1.25rem;
  }
  
  .modern-wallet-card-type.modern-wallet-card-type {
    font-size: 1rem;
  }
  
  .modern-wallet-card-label.modern-wallet-card-label {
    font-size: 0.875rem;
  }
  
  .modern-wallet-card-content.modern-wallet-card-content {
    gap: 0.5rem;
  }
  
  .modern-wallet-card-number.modern-wallet-card-number {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  
  .modern-wallet-card-footer.modern-wallet-card-footer {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .modern-wallet-card-expiry.modern-wallet-card-expiry {
    font-size: 0.875rem;
  }
  
  .modern-wallet-card-status.modern-wallet-card-status {
    font-size: 0.875rem;
  }
  
  .modern-wallet-add-card-btn.modern-wallet-add-card-btn {
    padding: 0.875rem;
    font-size: 0.875rem;
  }
  
  .modern-wallet-billing-info.modern-wallet-billing-info,
  .modern-wallet-security-section.modern-wallet-security-section,
  .modern-wallet-support-section.modern-wallet-support-section {
    padding: 1rem;
  }
  
  .modern-wallet-billing-title.modern-wallet-billing-title,
  .modern-wallet-security-title.modern-wallet-security-title,
  .modern-wallet-support-title.modern-wallet-support-title {
    font-size: 1rem;
  }
  
  .modern-wallet-billing-text.modern-wallet-billing-text,
  .modern-wallet-security-text.modern-wallet-security-text,
  .modern-wallet-support-text.modern-wallet-support-text {
    font-size: 0.75rem;
  }
  
  .modern-wallet-contact-support-btn.modern-wallet-contact-support-btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  
  .modern-wallet-empty-icon.modern-wallet-empty-icon {
    font-size: 2.5rem;
  }
  
  .modern-wallet-empty-title.modern-wallet-empty-title {
    font-size: 1.125rem;
  }
  
  .modern-wallet-empty-description.modern-wallet-empty-description {
    font-size: 0.75rem;
  }
}

/* ===== LIGHT MODE STYLES ===== */

/* Main Page Container - Light Mode */
.light-mode .modern-wallet-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .modern-wallet-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
  z-index: 1;
}

.light-mode .modern-wallet-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
  z-index: 0;
}

/* Header - Light Mode */
.light-mode .modern-wallet-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.light-mode .modern-wallet-back-btn {
  color: #374151;
  background: transparent;
  border: none;
}

.light-mode .modern-wallet-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1f2937;
}

.light-mode .modern-wallet-title {
  color: #1f2937;
}

/* Main Content - Light Mode */
.light-mode .modern-wallet-main {
  background: transparent;
  color: #1f2937;
  position: relative;
  z-index: 1;
}

/* Description Section - Light Mode */
.light-mode .modern-wallet-description-text {
  color: #6b7280;
}

/* Warning Notice - Light Mode */
.light-mode .modern-wallet-warning-notice {
  background: linear-gradient(to right, rgba(254, 226, 226, 0.8), rgba(252, 165, 165, 0.6));
  border: 1px solid rgba(248, 113, 113, 0.3);
}

.light-mode .modern-wallet-warning-icon {
  color: #dc2626;
}

.light-mode .modern-wallet-warning-text {
  color: #991b1b;
}

/* Add Card Button - Light Mode */
.light-mode .modern-wallet-add-card-btn {
  background: #f534bf;
  color: #ffffff;
}

.light-mode .modern-wallet-add-card-btn:hover {
  background: rgba(245, 52, 191, 0.9);
}

.light-mode .modern-wallet-add-card-btn:disabled,
.light-mode .modern-wallet-add-card-btn-disabled {
  background: linear-gradient(to right, #e5e7eb, #d1d5db);
  color: #9ca3af;
  border: 1px solid #d1d5db;
}

.light-mode .modern-wallet-add-card-btn:disabled:hover,
.light-mode .modern-wallet-add-card-btn-disabled:hover {
  background: linear-gradient(to right, #e5e7eb, #d1d5db);
  transform: none;
  box-shadow: none;
}

/* Error State - Light Mode */
.light-mode .modern-wallet-error {
  background: rgba(254, 226, 226, 0.8);
  border: 1px solid rgba(248, 113, 113, 0.3);
}

.light-mode .modern-wallet-error-text {
  color: #dc2626;
}

/* Loading - Light Mode */
.light-mode .modern-wallet-loading-spinner {
  border: 3px solid #d1d5db;
  border-top: 3px solid #f534bf;
}

.light-mode .modern-wallet-loading-text {
  color: #6b7280;
}

/* Empty State - Light Mode */
.light-mode .modern-wallet-empty-state {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-wallet-empty-icon {
  color: #9ca3af;
}

.light-mode .modern-wallet-empty-title {
  color: #1f2937;
}

.light-mode .modern-wallet-empty-description {
  color: #6b7280;
}

/* Cards List - Light Mode */
.light-mode .modern-wallet-card-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-wallet-card-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.light-mode .modern-wallet-card-icon-container {
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.1), rgba(245, 52, 191, 0.05));
  border: 1px solid rgba(245, 52, 191, 0.2);
}

.light-mode .modern-wallet-card-icon {
  color: #f534bf;
}

.light-mode .modern-wallet-card-type {
  color: #1f2937;
}

.light-mode .modern-wallet-card-label {
  color: #6b7280;
}

.light-mode .modern-wallet-card-number {
  color: #374151;
}

.light-mode .modern-wallet-card-expiry {
  color: #6b7280;
}

.light-mode .modern-wallet-card-status {
  color: #059669;
}

.light-mode .modern-wallet-status-icon {
  color: #059669;
}

.light-mode .modern-wallet-status-text {
  color: #059669;
}

/* Action Buttons - Light Mode */
.light-mode .modern-wallet-action-btn {
  color: #6b7280;
  background: transparent;
}

.light-mode .modern-wallet-action-btn:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.05);
  color: #374151;
}

.light-mode .modern-wallet-edit-btn:hover:not(:disabled) {
  color: #2563eb;
}

.light-mode .modern-wallet-delete-btn:hover:not(:disabled) {
  color: #dc2626;
}

.light-mode .modern-wallet-spinner {
  border: 2px solid #d1d5db;
  border-top: 2px solid #f534bf;
}

/* Billing Information - Light Mode */
.light-mode .modern-wallet-billing-info {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-wallet-billing-icon {
  color: #f534bf;
}

.light-mode .modern-wallet-billing-title {
  color: #1f2937;
}

.light-mode .modern-wallet-billing-text {
  color: #6b7280;
}

.light-mode .modern-wallet-billing-highlight {
  color: #1f2937;
}

/* Security Section - Light Mode */
.light-mode .modern-wallet-security-section {
  background: linear-gradient(to right, rgba(220, 252, 231, 0.8), rgba(187, 247, 208, 0.6));
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.light-mode .modern-wallet-security-icon {
  color: #059669;
}

.light-mode .modern-wallet-security-title {
  color: #1f2937;
}

.light-mode .modern-wallet-security-text {
  color: #065f46;
}

/* Support Section - Light Mode */
.light-mode .modern-wallet-support-section {
  background: linear-gradient(to right, rgba(239, 246, 255, 0.8), rgba(219, 234, 254, 0.6));
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.light-mode .modern-wallet-support-icon {
  color: #2563eb;
}

.light-mode .modern-wallet-support-title {
  color: #1f2937;
}

.light-mode .modern-wallet-support-text {
  color: #1e40af;
}

.light-mode .modern-wallet-contact-support-btn {
  background: linear-gradient(to right, #f534bf, #ec4899);
  color: #ffffff;
}

.light-mode .modern-wallet-contact-support-btn:hover {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.9), rgba(236, 72, 153, 0.9));
}

.light-mode .modern-wallet-contact-support-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.5);
}

/* Ensure all content appears above background effects */
.light-mode .modern-wallet-page > * {
  position: relative;
  z-index: 1;
}

.light-mode .modern-wallet-main > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for light mode */
@media (max-width: 768px) {
  .light-mode .modern-wallet-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media (max-width: 480px) {
  .light-mode .modern-wallet-page {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  }
} 
.activity-screen {
  min-height: 100vh;
  background-color: #171717;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .activity-screen {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .activity-screen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
}

.light-mode .activity-screen::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
}

/* Header Styles */
.activity-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #171717;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
  z-index: 50;
  transition: all 0.3s ease;
}

.light-mode .activity-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.activity-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
}

.activity-header-spacer {
  width: 2.5rem;
  height: 2.5rem;
}

.activity-title {
margin-top: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  transition: all 0.3s ease;
}

.light-mode .activity-title {
  color: #1f2937;
  text-shadow: none;
}

/* Main Content */
.activity-main {
  padding-top: 1rem;
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #171717;
  overflow-y: auto;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  height: calc(100vh - 80px); /* Fixed height to make it scrollable */
  max-height: calc(100vh - 80px);
}

.light-mode .activity-main {
  background: transparent;
}

/* Notification Tabs */
.activity-tabs {
  display: flex;
  gap: 0.5rem;
  padding: 1.5rem 0 1rem 0;
  overflow-x: auto;
  white-space: nowrap;
}

.activity-tab {
  padding: 0.5rem 0.75rem;
  background-color: #1a1a1a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.light-mode .activity-tab {
  background-color: #ffffff;
  color: #6b7280;
  border: 1px solid #d1d5db;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.activity-tab:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background-color: #1a1a1a;
}

.light-mode .activity-tab:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background-color: #f3f4f6;
  color: #374151;
}

.activity-tab.active {
  background: linear-gradient(to right, #f534bf, #f534bf, rgba(245, 52, 191, 0.9));
  border-color: transparent;
  transform: scale(1.05);
}

.light-mode .activity-tab.active {
  background: linear-gradient(to right, #f534bf, #f534bf, rgba(245, 52, 191, 0.9));
  color: #ffffff;
  border-color: transparent;
}

/* Notifications Section */
.activity-notifications {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.activity-section {
  margin-bottom: 1.5rem;
}

.activity-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.activity-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.activity-mark-read-btn {
  background: rgba(245, 52, 191, 0.1);
  border: 1px solid rgba(245, 52, 191, 0.3);
  color: #F334BE;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}

.activity-mark-read-btn:hover {
  background: rgba(245, 52, 191, 0.2);
  border-color: rgba(245, 52, 191, 0.5);
  transform: translateY(-1px);
}

.activity-mark-read-btn:active {
  transform: translateY(0);
}

.light-mode .activity-mark-read-btn {
  background: rgba(245, 52, 191, 0.05);
  border-color: rgba(245, 52, 191, 0.2);
  color: #F334BE;
}

.light-mode .activity-mark-read-btn:hover {
  background: rgba(245, 52, 191, 0.1);
  border-color: rgba(245, 52, 191, 0.3);
}

.activity-section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.3s ease;
}

.light-mode .activity-section-title {
  color: #1f2937;
}

.activity-section-icon {
  margin-right: 0.5rem;
  font-size: 1rem;
}

.activity-section-icon.priority {
  color: #f534bf;
}

.activity-section-icon:not(.priority) {
  color: #9ca3af;
}

.activity-badge {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.1));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(245, 52, 191, 0.3);
  min-width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.light-mode .activity-badge {
  color: #000000;
}

.activity-section-subtitle {
  color: #737373;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}

.light-mode .activity-section-subtitle {
  color: #6b7280;
}

/* Notifications List */
.activity-notifications-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.activity-notification {
  background-color: #1a1a1a;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.light-mode .activity-notification {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.activity-notification:hover {
  border-color: rgba(87, 36, 72, 1);
}

.light-mode .activity-notification:hover {
  border-color: rgba(245, 52, 191, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.activity-notification.priority-message {
  border-left: 4px solid #f534bf;
}

.activity-notification-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.activity-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  object-fit: cover;
}

.activity-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1d5db;
  flex-shrink: 0;
}

.activity-notification-details {
  flex: 1 1;
  min-width: 0;
}

.activity-notification-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.activity-notification-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.activity-username {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.light-mode .activity-username {
  color: #1f2937;
}

.activity-extend-btn {
  background-color: #f534bf;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.activity-extend-btn:hover {
  background-color: rgba(245, 52, 191, 0.9);
}

.activity-warning-icon {
  color: #ebb305;
  font-size: 0.75rem;
}

.activity-calendar-icon {
  color: #f534bf;
  font-size: 0.75rem;
}

.activity-time-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.activity-dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f534bf;
  border-radius: 50%;
}

.activity-time {
  font-size: 0.75rem;
  color: #9ca3af;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.light-mode .activity-time {
  color: #6b7280;
}

.activity-message {
  color: #d1d5db;
  font-size: 0.875rem;
  margin: 0.25rem 0;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.light-mode .activity-message {
  color: #374151;
}

.activity-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.activity-tag {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.1));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 52, 191, 0.3);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
}

.light-mode .activity-tag {
  color: #000000;
}

.activity-tag.unread {
  background: linear-gradient(to right, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
}

.light-mode .activity-tag.unread {
  color: #16a34a;
}

.activity-tag-icon {
  font-size: 0.75rem;
}

.activity-price {
  color: #49de80;
}

.activity-warning {
  color: #ebb305;
  font-size: 0.625rem;
  font-weight: 500;
}

.activity-highlight {
  color: #60a5fa;
  transition: all 0.3s ease;
}

.light-mode .activity-highlight {
  color: #3b82f6;
}

.activity-user-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Hide scrollbars */
.activity-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.activity-tabs::-webkit-scrollbar {
  display: none;
}

.activity-main {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.activity-main::-webkit-scrollbar {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .activity-main {
    padding-top: 3rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  .activity-tabs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .activity-notification {
    padding: 0.75rem;
  }
  
  .activity-avatar,
  .activity-icon-large {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* Animation for smooth transitions */
.activity-notification {
  animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects */
.activity-tab:hover {
  transform: scale(1.02);
}

.activity-tab.active:hover {
  transform: scale(1.05);
}

.activity-notification:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.activity-avatar-container {
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.light-mode .activity-avatar-container {
    border: 1px solid #e5e7eb;
    background-color: #f8fafc;
}

/* Activity No Content Styling */
.activity-no-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.light-mode .activity-no-content {
    color: #6b7280;
}

/* Loading Overlay Styling */
.activity-loading-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.light-mode .activity-loading-overlay {
    color: #6b7280;
}

/* Loading More Indicator Styling */
.activity-loading-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.light-mode .activity-loading-more {
    color: #6b7280;
}
/* Modern Legal Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-legal-page.modern-legal-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.modern-legal-header.modern-legal-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #292929;
}

.modern-legal-header-content.modern-legal-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.modern-legal-back-btn.modern-legal-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 0.25rem;
}

.modern-legal-back-btn.modern-legal-back-btn:hover {
  background: #292929;
}

.modern-legal-back-btn.modern-legal-back-btn svg {
  width: 20px;
  height: 20px;
}

.modern-legal-title.modern-legal-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.modern-legal-spacer.modern-legal-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-legal-main.modern-legal-main {
  padding-top: 2rem;
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #171717;
  min-height: 800px;
  color: #ffffff;
}

.modern-legal-container.modern-legal-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Document Container */
.modern-legal-document.modern-legal-document {
  background: #171717;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  border: 1px solid #292929;
}

/* Document Meta */
.modern-legal-meta.modern-legal-meta {
  margin-bottom: 1.5rem;
}

.modern-legal-meta-content.modern-legal-meta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.modern-legal-last-updated.modern-legal-last-updated {
  font-size: 0.75rem;
  color: #a3a3a3;
}

/* Table of Contents */
.modern-legal-toc.modern-legal-toc {
  margin-bottom: 1.5rem;
  background: #1a1a1a;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #292929;
}

.modern-legal-toc-title.modern-legal-toc-title {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 500;
}

.modern-legal-toc-list.modern-legal-toc-list {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #d1d5db;
}

.modern-legal-toc-item.modern-legal-toc-item {
  display: flex;
  align-items: center;
}

.modern-legal-toc-number.modern-legal-toc-number {
  margin-right: 0.5rem;
  color: #d1d5db;
  font-weight: 500;
}

.modern-legal-toc-text.modern-legal-toc-text {
  color: #d1d5db;
}

/* Document Content */
.modern-legal-content.modern-legal-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Legal Sections */
.modern-legal-section.modern-legal-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-legal-section-title.modern-legal-section-title {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.modern-legal-section-content.modern-legal-section-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-legal-text.modern-legal-text {
  font-size: 0.875rem;
  color: #d1d5db;
  line-height: 1.6;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .modern-legal-main.modern-legal-main {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
  }
  
  .modern-legal-container.modern-legal-container {
    margin-top: 0.5rem;
  }
  
  .modern-legal-document.modern-legal-document {
    padding: 1rem;
  }
  
  .modern-legal-header-content.modern-legal-header-content {
    padding: 1rem;
  }
  
  .modern-legal-back-btn.modern-legal-back-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .modern-legal-back-btn.modern-legal-back-btn svg {
    width: 20px;
    height: 20px;
  }
  
  .modern-legal-spacer.modern-legal-spacer {
    width: 2.5rem;
  }

  .modern-legal-toc.modern-legal-toc {
    padding: 0.875rem;
  }
  
  .modern-legal-toc-title.modern-legal-toc-title {
    font-size: 0.875rem;
  }
  
  .modern-legal-toc-list.modern-legal-toc-list {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .modern-legal-main.modern-legal-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5rem;
  }
  
  .modern-legal-container.modern-legal-container {
    margin-top: 0.25rem;
  }

  .modern-legal-document.modern-legal-document {
    padding: 0.875rem;
  }
  
  .modern-legal-header-content.modern-legal-header-content {
    padding: 0.875rem;
  }
  
  .modern-legal-back-btn.modern-legal-back-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
  
  .modern-legal-back-btn.modern-legal-back-btn svg {
    width: 18px;
    height: 18px;
  }
  
  .modern-legal-spacer.modern-legal-spacer {
    width: 2.25rem;
  }
 
  .modern-legal-toc.modern-legal-toc {
    padding: 0.75rem;
  }
  
  .modern-legal-toc-title.modern-legal-toc-title {
    font-size: 0.875rem;
  }
  
  .modern-legal-toc-list.modern-legal-toc-list {
    font-size: 0.75rem;
  }
  
}

/* Red Text Styling - Original Terms.js styling */
.red-text {
  color: red;
}

.modern-legal-red-text {
  color: #e74c3c;
  font-weight: 600;
}

/* Legal Reference Styling */
.modern-legal-legal-ref {
  color: #3498db;
  font-weight: 600;
  /* text-decoration: underline; */
  cursor: pointer;
  transition: color 0.3s ease;
}

.modern-legal-legal-ref:hover {
  color: #2980b9;
}

/* Original Terms.js Link Styling */
.modern-legal-content a {
  /* color: #0095be; */
  text-decoration: none;
  transition: color 0.3s ease;
}

.modern-legal-content a:hover {
  color: #037c9e;
}

.modern-legal-content a[href^="mailto:"] {
  color: #0095be;
  font-weight: 500;
}

.modern-legal-content a[href^="mailto:"]:hover {
  color: #037c9e;
}

/* Hover effects for better interactivity */
.modern-legal-back-btn.modern-legal-back-btn:hover {
  transform: scale(1.05);
}

.modern-legal-toc-item.modern-legal-toc-item:hover {
  color: #ffffff;
}

/* Focus states for accessibility */
.modern-legal-back-btn.modern-legal-back-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.3);
}

/* Smooth transitions for all interactive elements */
.modern-legal-back-btn.modern-legal-back-btn,
.modern-legal-toc-item.modern-legal-toc-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} 
table {
  width: 100%;
  border-collapse: collapse; /* makes single borders instead of double */
}

table, td, th {
  border: 1px solid #ffffff; /* white border */
}

td, th {
  padding: 8px; /* some spacing inside cells */
}
.modern-legal-table-of-contents{
  padding: 10px;
    background: #1a1a1a;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #292929;
    margin-bottom: 10px;
}
.modern-legal-table-of-contents-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1rem;
 
}
@media screen and (max-width:480px) {
  .modern-legal-table-of-contents-list{
 position: relative;
  left: -7%;
  }
}
.modern-legal-table-of-contents-title{
  font-size: 14px !important;
  font-weight: 500 !important;
}
.modern-legal-section-content ul li{
      font-size: 0.875rem;
    color: #d1d5db;
    line-height: 1.6;

}

@media screen and (max-width:500px) {
  .modern-legal-section-content ul {
    position: relative;
    left: -5%;
}
}
@media screen and (max-width:360px) {
  .modern-legal-section-content ul {
    position: relative;
    left: -7%;
}
}

/* ===== LIGHT MODE STYLES ===== */

/* Main Page Container - Light Mode */
.light-mode .modern-legal-page {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
  position: relative;
}

.light-mode .modern-legal-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.3), transparent);
  z-index: 1;
}

.light-mode .modern-legal-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent, rgba(245, 52, 191, 0.02));
  pointer-events: none;
  z-index: 0;
}

/* Header - Light Mode */
.light-mode .modern-legal-header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.light-mode .modern-legal-back-btn {
  color: #374151;
  background: transparent;
  border: none;
}

.light-mode .modern-legal-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #1f2937;
}

.light-mode .modern-legal-title {
  color: #1f2937;
}

/* Main Content - Light Mode */
.light-mode .modern-legal-main {
  background: transparent;
  color: #1f2937;
  position: relative;
  z-index: 1;
}

/* Document Container - Light Mode */
.light-mode .modern-legal-document {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Document Meta - Light Mode */
.light-mode .modern-legal-last-updated {
  color: #6b7280;
}

/* Table of Contents - Light Mode */
.light-mode .modern-legal-table-of-contents {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.light-mode .modern-legal-table-of-contents-title {
  color: #1f2937 !important;
}

.light-mode .modern-legal-table-of-contents-list {
  color: #374151;
}

.light-mode .modern-legal-table-of-contents-list a {
  color: #374151;
  text-decoration: none;
  transition: color 0.3s ease;
}

.light-mode .modern-legal-table-of-contents-list a:hover {
  color: #f534bf;
}

/* Document Content - Light Mode */
.light-mode .modern-legal-content {
  color: #1f2937;
}

/* Legal Sections - Light Mode */
.light-mode .modern-legal-section-title {
  color: #1f2937;
}

.light-mode .modern-legal-text {
  color: #374151;
}

/* Red Text Styling - Light Mode */
.light-mode .red-text {
  color: #dc2626;
}

.light-mode .modern-legal-red-text {
  color: #dc2626;
}

/* Legal Reference Styling - Light Mode */
.light-mode .modern-legal-legal-ref {
  color: #2563eb;
}

.light-mode .modern-legal-legal-ref:hover {
  color: #1d4ed8;
}

/* Link Styling - Light Mode */
.light-mode .modern-legal-content a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.light-mode .modern-legal-content a:hover {
  color: #1d4ed8;
}

.light-mode .modern-legal-content a[href^="mailto:"] {
  color: #2563eb;
  font-weight: 500;
}

.light-mode .modern-legal-content a[href^="mailto:"]:hover {
  color: #1d4ed8;
}

/* Table Styling - Light Mode */
.light-mode table,
.light-mode td,
.light-mode th {
  border: 1px solid #d1d5db;
}

.light-mode td,
.light-mode th {
  background: #ffffff;
  color: #374151;
}

/* List Styling - Light Mode */
.light-mode .modern-legal-section-content ul li {
  color: #374151;
}

/* Focus states for accessibility - Light Mode */
.light-mode .modern-legal-back-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.3);
}

/* Ensure all content appears above background effects */
.light-mode .modern-legal-page > * {
  position: relative;
  z-index: 1;
}

.light-mode .modern-legal-main > * {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for light mode */
@media (max-width: 768px) {
  .light-mode .modern-legal-header {
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

@media (max-width: 480px) {
  .light-mode .modern-legal-page {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  }
}

.modern-legal-header{
  position: fixed !important;
  z-index: 50 !important;
}
.discover-loading-screen {
  min-height: 100vh;
  background-color: var(--bg-primary);
  position: relative;
  overflow: hidden;
  max-width: 380px !important;
  margin: 0 auto !important;
  transition: background-color 0.3s ease;
}

/* Light Mode Styles */
.discover-loading-screen.light-mode {
  background-color: #f8fafc;
}

/* Header Styles */
.discover-loading-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #171717;
  border-bottom: 1px solid #292929;
  z-index: 50;
  transition: all 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.discover-loading-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.discover-loading-logo-text {
  width: 120px;
  height: 24px;
  background: linear-gradient(90deg, #f534bf 0%, #8b5cf6 100%);
  border-radius: 4px;
  animation: shimmer 2s infinite;
}

.discover-loading-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.discover-loading-search-btn {
  width: 40px;
  height: 40px;
  background-color: var(--skeleton-bg);
  border-radius: 50%;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-profile-btn {
  width: 40px;
  height: 40px;
  background-color: var(--skeleton-bg);
  border-radius: 50%;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-search-btn,
.discover-loading-screen.light-mode .discover-loading-profile-btn {
  background-color: #f3f4f6;
}

/* Navigation Tabs */
.discover-loading-nav-tabs {
  display: flex;
  padding: 0.75rem 1.25rem;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
}

.discover-loading-nav-tab {
  width: 120px;
  height: 32px;
  background-color: var(--skeleton-bg);
  border-radius: 9999px;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-nav-tab.active {
  background: linear-gradient(90deg, #f534bf 0%, #8b5cf6 100%);
}

.discover-loading-screen.light-mode .discover-loading-nav-tab {
  background-color: #f3f4f6;
}

/* Main Content */
.discover-loading-main {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.discover-loading-section {
  padding: 0 1.25rem;
  margin-bottom: 2rem;
}

.discover-loading-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.discover-loading-section-title {
  width: 150px;
  height: 20px;
  background-color: var(--skeleton-bg);
  border-radius: 4px;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-section-title {
  background-color: #f3f4f6;
}

.discover-loading-see-all,
.discover-loading-refresh {
  width: 60px;
  height: 16px;
  background-color: #f534bf;
  border-radius: 4px;
  animation: shimmer 2s infinite;
}

/* Featured Creators */
.discover-loading-featured-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.discover-loading-featured-card {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  background-color: var(--skeleton-bg);
  border-radius: 1.5rem;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-featured-card {
  background-color: #f3f4f6;
}

/* All Creators */
.discover-loading-all-creators-container {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.discover-loading-creator-card {
  flex-shrink: 0;
  width: 144px;
  height: 192px;
  background-color: var(--skeleton-bg);
  border-radius: 1rem;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-creator-card {
  background-color: #f3f4f6;
}

/* Categories Grid */
.discover-loading-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1rem;
}

.discover-loading-category-card {
  height: 80px;
  background-color: var(--skeleton-bg);
  border-radius: 0.75rem;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-category-card {
  background-color: #f3f4f6;
}

/* Recommended */
.discover-loading-recommended-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.discover-loading-recommended-item {
  height: 80px;
  background-color: var(--skeleton-bg);
  border-radius: 0.75rem;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-recommended-item {
  background-color: #f3f4f6;
}

/* Footer */
.discover-loading-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #000000;
  border-top: 1px solid #292929;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-footer {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
}

.discover-loading-footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.discover-loading-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 40px;
  height: 40px;
  background-color: var(--skeleton-bg);
  border-radius: 0.5rem;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

.discover-loading-footer-item.active {
  background-color: #f534bf;
}

.discover-loading-screen.light-mode .discover-loading-footer-item {
  background-color: #f3f4f6;
}

/* Loading Overlay */
.discover-loading-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background-color: rgba(23, 23, 23, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.discover-loading-screen.light-mode .discover-loading-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

.discover-loading-spinner {
  width: 60px;
  height: 60px;
  border: 3px solid var(--skeleton-bg);
  border-top: 3px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
  transition: border-color 0.3s ease;
}

.discover-loading-spinner-inner {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-top: 2px solid #8b5cf6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite reverse;
}

.discover-loading-text {
  color: var(--text-primary);
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  transition: color 0.3s ease;
}

/* Animations */
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Shimmer effect for skeleton elements */
.discover-loading-logo-text,
.discover-loading-search-btn,
.discover-loading-profile-btn,
.discover-loading-nav-tab,
.discover-loading-section-title,
.discover-loading-see-all,
.discover-loading-refresh,
.discover-loading-featured-card,
.discover-loading-creator-card,
.discover-loading-category-card,
.discover-loading-recommended-item,
.discover-loading-footer-item {
  background: linear-gradient(90deg, var(--skeleton-bg) 25%, var(--skeleton-shimmer) 50%, var(--skeleton-bg) 75%);
  background-size: 200px 100%;
  animation: shimmer 2s infinite;
  transition: background 0.3s ease;
}

/* Light mode shimmer effect */
.discover-loading-screen.light-mode .discover-loading-logo-text,
.discover-loading-screen.light-mode .discover-loading-search-btn,
.discover-loading-screen.light-mode .discover-loading-profile-btn,
.discover-loading-screen.light-mode .discover-loading-nav-tab,
.discover-loading-screen.light-mode .discover-loading-section-title,
.discover-loading-screen.light-mode .discover-loading-featured-card,
.discover-loading-screen.light-mode .discover-loading-creator-card,
.discover-loading-screen.light-mode .discover-loading-category-card,
.discover-loading-screen.light-mode .discover-loading-recommended-item,
.discover-loading-screen.light-mode .discover-loading-footer-item {
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
  background-size: 200px 100%;
  animation: shimmer 2s infinite;
}

/* Responsive Design for 380px viewport */
.discover-loading-featured-card {
  width: 280px;
  height: 280px;
}

.discover-loading-creator-card {
  width: 120px;
  height: 160px;
}

.discover-loading-categories-grid {
  grid-template-columns: repeat(2, 1fr);
}

/* Ensure all elements fit within 380px */
.discover-loading-header-content {
  padding: 1rem 1rem;
}

.discover-loading-nav-tabs {
  padding: 0.75rem 1rem;
}

.discover-loading-section {
  padding: 0 1rem;
}

.discover-loading-footer {
  padding: 0.75rem 1rem;
}

/* Adjust featured cards for 380px */
.discover-loading-featured-container {
  gap: 0.75rem;
}

.discover-loading-featured-card {
  width: 260px;
  height: 260px;
}

/* Adjust creator cards for 380px */
.discover-loading-all-creators-container {
  gap: 0.75rem;
}

.discover-loading-creator-card {
  width: 100px;
  height: 140px;
}

/* Adjust categories for 380px */
.discover-loading-categories-grid {
  gap: 0.75rem;
}

/* Hide scrollbars */
.discover-loading-featured-container,
.discover-loading-all-creators-container,
.discover-loading-nav-tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.discover-loading-featured-container::-webkit-scrollbar,
.discover-loading-all-creators-container::-webkit-scrollbar,
.discover-loading-nav-tabs::-webkit-scrollbar {
  display: none;
}

/* Discover Screen Styles */

.discover-screen {
  background: linear-gradient(to bottom right, var(--bg-primary), var(--bg-secondary), var(--bg-primary));
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  color: var(--text-primary);
  overflow-x: hidden;
  --header-offset: 8rem;
  transition: all 0.3s ease;
}

/* Header Styles - Now handled by ModernHeader component */



/* Main Content */
.discover-main {
  padding-top: 3rem;
  padding-bottom: 6rem;
  min-height: calc(100vh - 8rem);
}

/* Ensure sections account for fixed header when scrolled into view */
.featured-section,
.all-creators-section,
.categories-section,
.recommended-section,
.trending-section {
  scroll-margin-top: var(--header-offset);
}

/* Section Styles */
.section-title {
  font-size: 20px;
  /* font-weight: 500; */
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 1.25rem; */
  padding: 0 20px;
}

.see-all-link, .refresh-link {
  color: #f534bf;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.see-all-link:hover, .refresh-link:hover {
  color: #8b5cf6;
}

/* Featured Creators */


.featured-creators-container {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.featured-creators-container::-webkit-scrollbar {
  display: none;
}

.featured-row {
  display: flex;
  gap: 1rem;
  padding: 0 20px;
  padding-bottom: 0.5rem;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.featured-col {
  flex: 0 0 20rem; /* Standardize flex-basis */
  max-width: 20rem; /* Standardize max-width */
  min-width: 20rem; /* Standardize min-width with unit */
}

.featured-card {
  /* background: linear-gradient(to bottom right, rgba(55, 65, 81, 0.8), rgba(75, 85, 99, 0.8)); */
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1.5rem;
  border: 1px solid var(--border-color);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  height: 97%;
  display: flex; /* Add flexbox to the card */
  flex-direction: column; /* Stack content vertically */
  background: var(--card-bg);
  transition: all 0.3s ease;
}

.featured-card-header {
  position: relative;
}

.featured-card-top-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.25rem;
  background: linear-gradient(to right, #fbbf24, #ffffff, #fbbf24);
  z-index: 10;
}

.featured-card-content {
  position: relative;
  z-index: 5;
  flex-grow: 1; /* Allow content to grow and fill available space */
  height: 100%; /* Ensure content takes full height */
  display: flex; /* Add flexbox to the content */
  flex-direction: column; /* Stack children vertically */
  justify-content: space-between; /* Distribute space between header, image, and bio */
}

.featured-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(251, 191, 36, 0.05), transparent);
  pointer-events: none;
}

.creator-info {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 1rem;
  gap: 1rem;
}

.creator-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50% !important;
  border: 2px solid #fbbf24;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(251, 191, 36, 0.3);
  flex-shrink: 0;
}

.creator-details {
  flex-grow: 1;
  min-width: 0;
}

.creator-username {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--text-primary);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.creator-price {
  margin-top: 0.25rem;
}

.price-text {
  color: #fbbf24;
  font-size: 0.875rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

.featured-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.view-btn {
  background: transparent;
  border: 1px solid rgba(251, 191, 36, 0.7);
  color: #fbbf24;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 9999px;
}

.view-btn:hover {
  background: linear-gradient(to right, #fbbf24, #f59e0b);
  color: #000000;
  border-color: transparent;
  transform: scale(1.05);
}

.creator-image-container {
  position: relative;
  margin: 0 1.5rem 1rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 10rem; /* Ensure consistent height for the container */
  flex-shrink: 0; /* Prevent the container from shrinking */
}

.creator-image {
  width: 100%;
  height: 100%; /* Make image fill its container */
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.creator-bio {
  border-radius: 1rem; /* rounded-2xl is 1rem */
  padding: 1rem; /* p-4 is 1rem */
  border: 1px solid var(--border-color);
  /* background: var(--card-bg); */
  margin: 0 1.5rem 1.5rem;
  -webkit-backdrop-filter: none;
          backdrop-filter: none; /* Remove backdrop-filter */
  height: auto; /* Remove fixed height */
  overflow-y: hidden; /* Hide vertical overflow */
  overflow-x: hidden; /* Hide horizontal overflow */
  transition: all 0.3s ease;
}

.creator-bio p {
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625;
  margin: 0;
  display: -webkit-box; /* Enable multiline truncation */
  -webkit-line-clamp: 6; /* Limit to 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden; /* Ensure text is truncated */
  transition: color 0.3s ease;
}

/* All Creators
.all-creators-section {
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
} */

.creators-grid {
  overflow-x: auto;
  padding: 0 1.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.creators-grid::-webkit-scrollbar {
  display: none;
}

.creators-row {
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
  min-width: -webkit-max-content;
  min-width: max-content;
  flex-wrap: wrap;
  align-items: stretch; 
}

.creator-col {
  flex: 0 0 9rem; /* Follow snippet's w-36 */
  max-width: 9rem; /* Follow snippet's w-36 */
  min-width: 9rem; /* Ensure consistent width */
  margin-bottom: 0;
  display: flex; 
}

.creator-card {
    /* background: #1a1a1a; */
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px); /* backdrop-blur-xl */
    border-radius: 1rem; /* rounded-2xl */
    border: 1px solid rgba(255, 255, 255, 0.1); /* border border-white/10 */
    padding: 0.75rem; /* p-3 */
    text-align: center;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1); /* shadow-xl approximation */
    transition: all 0.3s ease; /* transition-all (keeping existing timing) */
    cursor: pointer;
    width: auto; /* Let content dictate width, or rely on parent flex */
    height: auto; /* Let content dictate height */
    display: flex; /* Add flexbox to arrange content vertically */
    flex-direction: column; /* Stack content vertically */
    justify-content: space-between; /* Distribute space evenly */
}

/* Light mode for creator cards */
.light-mode .creator-card {
    background: #ffffff !important;
    border: 2px solid #e5e7eb !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.creator-card:hover {
  box-shadow: 0 25px 50px rgba(245, 52, 191, 0.2); /* hover:shadow-2xl hover:shadow-pink-primary/20 */
  transform: none; /* Keep previous no-transform rule */
}

/* Light mode hover effect */
.light-mode .creator-card:hover {
  border-color: rgba(245, 52, 191, 0.3) !important;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(245, 52, 191, 0.1) !important;
}

.creator-card-avatar {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
  margin: 0.25rem auto 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.creator-card-username {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  white-space: nowrap; /* Ensure text stays on one line */
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Display ellipsis for truncated text */
}

/* Light mode for creator card username */
.light-mode .creator-card-username {
  color: #1f2937 !important;
}

.creator-card-price {
  margin-bottom: 0.5rem;
}

.creator-card-price span {
  color: #737373;
  font-size: 0.785rem;
  font-weight: bold;
}

/* Light mode for creator card price */
.light-mode .creator-card-price span {
  color: #6b7280 !important;
}

.follow-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.follow-btn:hover {
  box-shadow: none;
  transform: none;
}

.follow-btn.following {
  background: #f534bf;
}

/* Light mode styles for follow button */
.light-mode .follow-btn {
  background: #f534bf !important;
  color: #ffffff !important;
  border: none !important;
}

.light-mode .follow-btn:hover {
  background: #e91e63 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.light-mode .follow-btn.following {
  background: #f534bf !important;
  color: #ffffff !important;
}

.view-profile-btn {
  width: 100%;
  background: transparent;
  border: 1px solid #f534bf;
  color: #f534bf;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.87rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-profile-btn:hover {
  background: #f534bf;
  color: #ffffff;
  border-color: #f534bf;
  transform: scale(1.05);
}

/* Light mode styles for view profile button */
.light-mode .view-profile-btn {
  background: transparent !important;
  border: 1px solid #f534bf !important;
  color: #f534bf !important;
}

.light-mode .view-profile-btn:hover {
  background: #f534bf !important;
  color: #ffffff !important;
  border-color: #f534bf !important;
  transform: scale(1.05) !important;
}

/* Categories */
.categories-section {
  padding: 0 0 2rem 0;
  /* margin-bottom: 2rem; */
}

.categories-grid {
  margin-bottom: 1rem;
  padding: 0 1.25rem;
}

/* .category-col {
  margin-bottom: 1rem;
} */

.category-card {
  background: #1f2937;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #363636;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card:hover {
  border-color: #f534bf;
}

.category-content {
  text-align: center;
}

.category-name {
  color: #ffffff;
  font-weight: 500;
  display: block;
  /* margin-bottom: 0.25rem; */
}

.category-count {
  color: #f534bf !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1.2;
}

.category-pagination {
  display: flex;
  justify-content: center;
  padding: 0 1.25rem;
  margin-top: 1rem;
}

.recommended-pagination {
  display: flex;
  justify-content: center;
  padding: 0 1.25rem;
  margin-top: 1rem;
}

.recommended-pagination .pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.pagination-dots {
  display: flex;
  gap: 0.5rem;
}

.pagination-dot {
  height: 0.5rem;
  width: 2rem;
  border-radius: 9999px;
  background: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.pagination-dot:hover {
  background: #9ca3af;
  opacity: 1;
  transform: scale(1.1);
}

.pagination-dot.active {
  background: #f534bf;
  opacity: 1;
  transform: scale(1.2);
}

/* Light Mode Styles for Pagination Dots */
.light-mode .pagination-dot {
  background: #9ca3af;
  opacity: 0.7;
}

.light-mode .pagination-dot:hover {
  background: #6b7280;
  opacity: 1;
  transform: scale(1.1);
}

.light-mode .pagination-dot.active {
  background: #f534bf;
  opacity: 1;
  transform: scale(1.2);
}

/* Recommended */
.recommended-section {
  padding: 0 0 2rem 0;
  /* margin-bottom: 2rem; */
  transition: all 0.3s ease;
}

.recommended-profiles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.25rem;
}

.recommended-card {
  background: #1f2937;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.recommended-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.recommended-avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50% !important;
  border: 2px solid #f534bf;
  object-fit: cover;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.recommended-details {
  flex-grow: 1;
  min-width: 0;
}

.recommended-username {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
  transition: all 0.3s ease;
}

.recommended-info {
  display: flex;
  align-items: center;
}

.recommended-price {
  /* color: #f534bf; */
  font-size: 0.75rem;
  font-weight: bold;
  color:#9ca3af;
  transition: all 0.3s ease;
}

.recommended-followers {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #9ca3af;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.recommended-followers i {
  color: #f534bf;
  transition: all 0.3s ease;
}

.recommended-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* Light Mode Styles for Recommended Section */
.light-mode .recommended-section {
  background: transparent;
}

.light-mode .recommended-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .recommended-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-color: rgba(245, 52, 191, 0.3);
}

.light-mode .recommended-avatar {
  border: 2px solid #f534bf;
}

.light-mode .recommended-username {
  color: #1f2937;
}

.light-mode .recommended-price {
  color: #6b7280;
}

.light-mode .recommended-followers {
  color: #6b7280;
}

.light-mode .recommended-followers i {
  color: #f534bf;
}

.swipe-indicator {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  padding: 0 1.25rem;
}

.swipe-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Removed old recommended pagination dot styling - now using standardized pagination-dot class */

/* Trending */
.trending-section {
  padding: 0 0 2rem 0;
}

.trending-content {
  overflow-x: auto;
  padding: 0 1.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.trending-content::-webkit-scrollbar {
  display: none;
}

.trending-row {
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.trending-col {
  flex: 0 0 18rem;
  max-width: 18rem;
  margin-bottom: 0;
}

.trending-card {
  background: #1f2937;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
}

.trending-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.trending-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #f534bf;
  object-fit: cover;
  flex-shrink: 0;
}

.trending-creator-info {
  flex-grow: 1;
  min-width: 0;
}

.trending-username {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
}

.trending-time {
  color: #9ca3af;
  font-size: 0.75rem;
  margin: 0;
}

.trending-image-container {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.trending-image {
  width: 100%;
  height: 8rem;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  width: 3rem;
  height: 3rem;
  background: #f534bf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button i {
  color: #ffffff;
  font-size: 1.125rem;
}

.duration-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
}

.duration-badge span {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

.art-badge {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
}

.art-badge span {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}

.trending-description {
  background: #374151;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.trending-description p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

/* Footer */


/* Side Menu Modal */
.side-menu-modal .modal-content {
  background: linear-gradient(to bottom right, rgba(55, 65, 81, 0.95), rgba(0, 0, 0, 0.95));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(55, 65, 81, 0.5);
  border-radius: 1rem;
}

.side-menu-header {
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
  background: transparent;
}

.side-menu-header .btn-close {
  color: #9ca3af;
  background: none;
  border: none;
  font-size: 1.25rem;
}

.side-menu-user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.side-menu-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #f534bf;
  object-fit: cover;
}

.side-menu-user-info h3 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}

.side-menu-user-info p {
  color: #9ca3af;
  font-size: 0.875rem;
  margin: 0;
}

.side-menu-body {
  padding: 1.5rem;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: rgba(55, 65, 81, 0.5);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}

.theme-toggle span {
  color: #ffffff;
  font-weight: 500;
}

.toggle-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.toggle-container i {
  font-size: 1.125rem;
}

.toggle-container i:first-child {
  color: #fbbf24;
}

.toggle-container i:last-child {
  color: #3b82f6;
}

.toggle-switch {
  position: relative;
}

.toggle-switch input {
  display: none;
}

.toggle-switch label {
  display: block;
  width: 3rem;
  height: 1.5rem;
  background: #4b5563;
  border-radius: 0.75rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.toggle-switch label::after {
  content: '';
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #f534bf;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.toggle-switch input:checked + label {
  background: #4b5563;
}

.toggle-switch input:checked + label::after {
  transform: translateX(1.5rem);
}

.menu-items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-item:hover {
  background: rgba(55, 65, 81, 0.5);
  border-color: rgba(245, 52, 191, 0.3);
}

.menu-item i:first-child {
  color: #9ca3af;
  font-size: 1.125rem;
  transition: color 0.3s ease;
}

.menu-item:hover i:first-child {
  color: #f534bf;
}

.menu-item span {
  color: #ffffff;
  font-weight: 500;
  flex-grow: 1;
  transition: color 0.3s ease;
}

.menu-item:hover span {
  color: #f534bf;
}

.menu-item i:last-child {
  color: #9ca3af;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.menu-item:hover i:last-child {
  color: #f534bf;
}

.logout-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.logout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.75rem;
  color: #fca5a5;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.logout-btn:hover {
  background: rgba(239, 68, 68, 0.3);
  border-color: rgba(239, 68, 68, 0.5);
  color: #fecaca;
}

.logout-btn i {
  font-size: 1.125rem;
}

.app-version {
  margin-top: 1.5rem;
  text-align: center;
}

.app-version p {
  color: #6b7280;
  font-size: 0.75rem;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {

  
  .discover-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .discover-screen {
    --header-offset: 7rem;
  }

  

  
  .featured-col {
    flex: 0 0 18rem;
    max-width: 18rem;
  }
 
  
  .trending-col {
    flex: 0 0 16rem;
    max-width: 16rem;
  }
  
  .footer-nav-item span {
    font-size: 0.625rem;
  }
  
  .footer-nav-item i,
  .footer-nav-item svg {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  

  
  .recommended-content {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .recommended-actions {
    flex-direction: column !important;
    width: 8rem;
    flex-direction: row;
    gap: 0.5rem;

  }
  
  .recommended-actions .follow-btn,
  .recommended-actions .view-profile-btn {
    flex: 1 1;
  }
}

@media (max-width: 480px) {
.follow-btn{
    font-size: 0.77rem;
}
  .view-profile-btn {
    font-size: 0.77rem;
  }
  .discover-main {
    padding-top: 6rem;
  }
  
  .discover-screen {
    --header-offset: 6.5rem;
  }
  
  .featured-col {
    flex: 0 0 16rem;
    max-width: 16rem;
    min-width: 21rem;

  }

  
  .creator-card {
    padding: 0.5rem;
  }
  
  .creator-card-avatar {
    height: 6rem;
  }
  
  .trending-col {
    flex: 0 0 14rem;
    max-width: 14rem;
  }
  

  
  .recommended-content {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .recommended-actions {
    flex-direction: column !important;
    /* width: 8rem; */
    flex-direction: row;
    gap: 0.5rem;
    width: 102px;
  }
  
  .recommended-actions .follow-btn,
  .recommended-actions .view-profile-btn {
    flex: 1 1;
  }
}

/* Hide scrollbars */
.discover-screen ::-webkit-scrollbar {
  display: none;
}

.discover-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Smooth scrolling for the entire page */
html {
  scroll-behavior: smooth;
}

/* Set all avatar images to have 30px rounded corners and square aspect ratio */
.creator-avatar,
.creator-card-avatar,
.recommended-avatar,
.trending-avatar,
.user-avatar,
.footer-avatar,
.side-menu-avatar {
  border-radius: 30px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

/* Remove hover effects from cards */
.featured-card,
.creator-card,
.recommended-card,
.trending-card,
.category-card {
  transition: none;
}

/* Disable card hover transforms and shadows */
.creator-card:hover {
  box-shadow: none;
  transform: none;
}

.featured-card:hover {
  transform: none;
}

.recommended-card:hover {
  transform: none;
}

.trending-card:hover {
  transform: none;
}

.category-card:hover {
  border-color: #f534bf; /* keep subtle color change only if desired */
}

/* Remove hover effects on card action buttons */
.follow-btn:hover {
  box-shadow: none;
  transform: none;
}

.view-profile-btn:hover {
  background: transparent;
  color: #f534bf;
  border-color: rgba(245, 52, 191, 0.7);
  box-shadow: none;
  transform: none;
}

.view-btn:hover {
  background: transparent;
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.7);
  box-shadow: none;
  transform: none;
} 



.card img{
        max-width: 100%;
        height: auto;
        /* height: 100%; */
        border-radius: 15px;
    }

/* Ensure no card movement on hover */
.featured-card:hover,
.creator-card:hover,
.recommended-card:hover,
.trending-card:hover,
.category-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Remove any remaining hover transforms */
.featured-card:hover *,
.creator-card:hover *,
.recommended-card:hover *,
.trending-card:hover *,
.category-card:hover * {
  transform: none !important;
}

.category-card .category-count,
.category-content .category-count,
p.category-count {
  color: #a3a3a3 !important;
  font-size: 0.870rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
  line-height: 1.2;
}

.cm-category-size{
padding-left: 10px; 
padding-right: 10px;
}

.nav-tabs-navigation {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .nav-tabs .nav-item .nav-link.active:before,
  .nav-tabs .nav-item .nav-link.active:hover:before,
  .nav-tabs .nav-item .nav-link.active:focus:before {
    display: none;
  }

  .nav-tabs .nav-item .nav-link.active:after,
  .nav-tabs .nav-item .nav-link.active:hover:after,
  .nav-tabs .nav-item .nav-link.active:focus:after {
    display: none;
  }
}

/* Remove before and after effects from content-tab active tabs */
.content-tab .nav-link.active::before,
.content-tab .nav-link.active::after,
.content-tab .nav-link.active:before,
.content-tab .nav-link.active:after {
  display: none !important;
  content: none !important;
}

/* Also remove from hover and focus states */
.content-tab .nav-link.active:hover::before,
.content-tab .nav-link.active:hover::after,
.content-tab .nav-link.active:focus::before,
.content-tab .nav-link.active:focus::after,
.content-tab .nav-link.active:hover:before,
.content-tab .nav-link.active:hover:after,
.content-tab .nav-link.active:focus:before,
.content-tab .nav-link.active:focus:after {
  display: none !important;
  content: none !important;
}

/* Modern Login Screen Styles */
.modern-login-screen {
  background-color: var(--bg-primary);
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

/* Scrollbar hiding */
.modern-login-screen::-webkit-scrollbar {
  display: none;
}

.modern-login-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Modern Signup Header Styles */
.modern-signup-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.modern-signup-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.modern-signup-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s ease;
}

.modern-signup-back-btn:hover {
  background: var(--hover-bg);
  border-color: var(--clr-primary);
  color: var(--clr-primary);
}

.ImageDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  height: 2rem;
  width: auto;
  object-fit: contain;
}

/* Light Mode Styles for Header */
.light-mode .modern-signup-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.light-mode .modern-signup-back-btn {
  /* background: #ffffff !important;
  border: 1px solid #d1d5db !important; */
  color: #374151 !important;
}

.light-mode .modern-signup-back-btn:hover {
  background: #f3f4f6 !important;
  border-color: var(--clr-primary) !important;
  color: var(--clr-primary) !important;
}

/* Main Content */
.modern-login-main {
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:700px) {
  .modern-login-main{
    padding-top: 1rem;
  }
}

.modern-login-bg-effects {
  position: absolute;
  inset: 0;
}

.modern-login-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-primary), var(--bg-primary));
  transition: all 0.3s ease;
}

.modern-login-bg-blur-1 {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background-color: rgba(245, 52, 191, 0.1);
  border-radius: 9999px;
  filter: blur(3rem);
}

.modern-login-bg-blur-2 {
  position: absolute;
  bottom: 10rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background-color: rgba(245, 52, 191, 0.05);
  border-radius: 9999px;
  filter: blur(3rem);
}

.modern-login-container {
  position: relative;
  z-index: 10;
  max-width: 24rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .modern-login-container {
    margin-top: -40px;
  }
}


/* Welcome Section */
.modern-login-welcome {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.modern-login-welcome-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
  margin: 0 0 0.75rem 0;
  transition: color 0.3s ease;
}
@media screen and (max-width:480px) {
  .modern-login-welcome-title{
    font-size: 1.5rem !important;
  }

}
.modern-login-welcome-subtitle {
  color: var(--text-muted) !important;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width:480px) {
  .modern-login-welcome-subtitle{
    font-size: 1rem !important;
  }
}
.modern-login-welcome-divider {
  width: 4rem;
  height: 0.25rem;
  background: linear-gradient(to right, #f534bf, rgba(245, 52, 191, 0.6));
  margin: 1rem auto 0;
  border-radius: 9999px;
}

/* Form Styles */
.modern-login-form-container {
  margin-bottom: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modern-login-form-wrapper {
  padding: 2rem;
  background-color: var(--card-bg);
  border-radius: 0.75rem;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.modern-login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.modern-login-input-group {
  display: flex;
  flex-direction: column;
}

.modern-login-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.modern-login-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.modern-login-input-icon {
  position: absolute;
  left: 0;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 5;
}

.modern-login-input-icon i {
  color: #a3a3a3;
  transition: color 0.2s ease;
}

.modern-login-input-wrapper:focus-within .modern-login-input-icon i {
  color: #d4d4d8;
}

.modern-login-input {
  display: block;
  width: 100%;
  padding: 1rem 3rem 1rem 3rem;
  border: 2px solid var(--input-border);
  background-color: var(--input-bg);
  color: var(--text-primary);
  border-radius: 1rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  font-size: 1rem;
}

.modern-login-input{

}
.modern-login-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
  -webkit-text-fill-color: #a3a3a3 !important; /* text color */
  caret-color: #1a1a1a; /* cursor color */
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* For dark theme, adjust if needed */
.modern-login-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* Light mode autofill styles */
.light-mode .modern-login-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #374151 !important; /* text color */
  caret-color: #374151; /* cursor color */
  border: 2px solid #dddddd !important;
}

.light-mode .modern-login-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  border: 2px solid #f534bf !important;
}
.modern-login-input::placeholder {
  color: var(--text-muted);
}

.modern-login-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 1px #f534bf;
}

.modern-login-password-toggle {
  position: absolute;
  right: 0;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

.modern-login-password-toggle i {
  color: #a3a3a3;
  transition: color 0.2s ease;
}

.modern-login-password-toggle:hover i {
  color: white;
}

.modern-login-forgot-password {
  text-align: left;
  margin-top: 0.75rem;
}

.modern-login-forgot-btn {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: var(--text-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.modern-login-forgot-btn:hover {
  color: var(--text-primary);
}

.modern-login-forgot-btn:hover span {
  text-decoration: underline;
}

.modern-login-forgot-btn i {
  margin-right: 0.75rem;
  color: #a3a3a3;
  transition: color 0.2s ease;
}

.modern-login-forgot-btn:hover i {
  color: #f534bf;
}

.modern-login-forgot-btn svg,
.modern-login-forgot-btn .svg-inline--fa {
  margin-right: 0.75rem;
  color: #a3a3a3;
  transition: color 0.2s ease;
}

.modern-login-forgot-btn:hover svg,
.modern-login-forgot-btn:hover .svg-inline--fa {
  color: #f534bf;
} 

.modern-login-submit-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f534bf;
  color: white;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.modern-login-submit-btn:hover {
  background: rgba(245, 52, 191, 0.8);
  transform: scale(1.02);
}

.modern-login-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: scale(1);
}

.modern-login-submit-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  z-index: 10;
}

.modern-login-submit-content i {
  font-size: 1.125rem;
}

.modern-login-submit-content span {
  font-size: 1rem;
}

.modern-login-submit-shine {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-100%) skewX(12deg);
  transition: transform 0.7s ease;
  opacity: 0;
}

.modern-login-submit-btn:hover .modern-login-submit-shine {
  transform: translateX(100%) skewX(12deg);
  opacity: 1;
}

/* Alternative Options */
.modern-login-alternative {
  background-color: var(--card-bg);
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.modern-login-social-section {
  margin-bottom: 1.5rem;
  text-align: center;
}

.modern-login-social-text {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  margin: 0 0 1.5rem 0;
  transition: color 0.3s ease;
}

.modern-login-social-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.modern-login-social-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  color: #d4d4d8;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.modern-login-social-btn:hover {
  background-color: rgba(115, 115, 115, 0.2);
  border-color: rgba(245, 52, 191, 0.3);
  transform: scale(1.1);
}

.modern-login-social-btn i {
  color: white;
  font-size: 1.125rem;
  transition: transform 0.2s ease;
}

.modern-login-social-btn:hover i {
  transform: scale(1.1);
}

.modern-login-signup-link {
  text-align: center;
}

.modern-login-signup-text {
  font-size: 0.875rem;
  /* color: #d4d4d8; */
  margin: 0;
}

.modern-login-signup-link-text {
  color: #f534bf;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 0.25rem;
}

.modern-login-signup-link-text:hover {
  color: rgba(245, 52, 191, 0.8);
  text-decoration: underline;
}

/* Feature Posts */
.modern-login-feature-posts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.modern-login-feature-post {
  background: linear-gradient(to bottom right, #262626, #171717);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.8s ease-out forwards;
}

.modern-login-feature-post:hover {
  border-color: rgba(245, 52, 191, 0.2);
}

.modern-login-feature-post:nth-child(2) {
  animation-delay: 0.3s;
}

.modern-login-post-header {
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.modern-login-post-avatar-wrapper {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  overflow: hidden;
  margin-right: 0.75rem;
  border: 2px solid #525252;
  flex-shrink: 0;
}

.modern-login-post-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-login-post-info {
  flex: 1 1;
}

.modern-login-post-username {
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.modern-login-post-content {
  color: #d4d4d8;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}

.modern-login-post-time {
  color: #a3a3a3;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: rgba(115, 115, 115, 0.5);
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  flex-shrink: 0;
}

.modern-login-post-actions {
  padding: 1.25rem;
}

.modern-login-post-action-buttons {
  display: flex;
  gap: 1.5rem;
}

.modern-login-post-action-btn {
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s ease;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.modern-login-post-action-btn:hover {
  color: #f534bf;
}

.modern-login-post-action-btn i {
  font-size: 1.125rem;
  transition: transform 0.2s ease;
}

.modern-login-post-action-btn:hover i {
  transform: scale(1.1);
}

/* Light Mode Styles for Feature Posts */
.light-mode .modern-login-feature-post {
  background: linear-gradient(to bottom right, #ffffff, #f8fafc) !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.light-mode .modern-login-feature-post:hover {
  border-color: rgba(245, 52, 191, 0.3) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.light-mode .modern-login-post-avatar-wrapper {
  border: 2px solid #d1d5db !important;
}

.light-mode .modern-login-post-username {
  color: #1f2937 !important;
}

.light-mode .modern-login-post-content {
  color: #4b5563 !important;
}

.light-mode .modern-login-post-time {
  color: #6b7280 !important;
  background-color: #f3f4f6 !important;
}

.light-mode .modern-login-post-action-btn {
  color: #374151 !important;
}

.light-mode .modern-login-post-action-btn:hover {
  color: #f534bf !important;
}

/* Footer Info */
.modern-login-footer-info {
  text-align: center;
}

.modern-login-billing-info {
  font-size: 0.75rem;
  color: #a3a3a3;
  margin-bottom: 1rem;
}

.modern-login-ccbill-link {
  color: #60a5fa;
  cursor: pointer;
  transition: color 0.2s ease;
}

.modern-login-ccbill-link:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.modern-login-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #525252, transparent);
  margin-bottom: 1rem;
}

.modern-login-copyright {
  font-size: 0.75rem;
  color: #737373;
  margin-bottom: 0.25rem;
}

.modern-login-version {
  font-size: 0.75rem;
  color: #525252;
}

/* Light Mode Styles for Footer */
.light-mode .modern-login-billing-info {
  color: #6b7280 !important;
}

.light-mode .modern-login-ccbill-link {
  color: #3b82f6 !important;
}

.light-mode .modern-login-ccbill-link:hover {
  color: #2563eb !important;
}

.light-mode .modern-login-divider {
  background: linear-gradient(to right, transparent, #d1d5db, transparent) !important;
}

.light-mode .modern-login-copyright {
  color: #6b7280 !important;
}

.light-mode .modern-login-version {
  color: #9ca3af !important;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 640px) {
  .modern-login-main {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .modern-login-form-wrapper {
    padding: 1.5rem;
  }
} 
@media screen and (max-width:480px) {
    .modern-login-main{
    padding-top: 6rem;
  }
}
/* Modern Forgot Password Screen Styles */
.modern-forgot-password-screen {
  background-color: #171717;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  transition: background-color 0.3s ease;
}

/* Light Mode Styles */
.modern-forgot-password-screen.light-mode {
  background-color: #f8fafc;
}

/* Scrollbar hiding */
.modern-forgot-password-screen::-webkit-scrollbar {
  display: none;
}

.modern-forgot-password-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Header */
.modern-forgot-password-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #171717;
  color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 50;
  border-bottom: 1px solid #292929;
  transition: all 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-header {
  background-color: #ffffff;
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
}

.modern-forgot-password-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  height: 60px;
}

.modern-forgot-password-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.modern-forgot-password-back-btn:hover {
  background-color: #292929;
  transform: scale(1.05);
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-back-btn {
  color: #1f2937;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-back-btn:hover {
  background-color: #f3f4f6;
}

.modern-forgot-password-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin: 0;
  transition: color 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-title {
  color: #1f2937;
}

.modern-forgot-password-header-spacer {
  width: 3rem;
}

/* Main Content */
.modern-forgot-password-main {
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.modern-forgot-password-bg-effects {
  position: absolute;
  inset: 0;
}

.modern-forgot-password-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #171717, #171717);
  transition: background 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-bg-gradient {
  background: linear-gradient(to bottom, #f8fafc, #f8fafc);
}

.modern-forgot-password-bg-blur-1 {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background-color: rgba(245, 52, 191, 0.1);
  border-radius: 9999px;
  filter: blur(3rem);
  animation: float 6s ease-in-out infinite;
  transition: background-color 0.3s ease;
}

.modern-forgot-password-bg-blur-2 {
  position: absolute;
  bottom: 5rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background-color: rgba(245, 52, 191, 0.05);
  border-radius: 9999px;
  filter: blur(3rem);
  animation: float 8s ease-in-out infinite reverse;
  transition: background-color 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-bg-blur-1 {
  background-color: rgba(245, 52, 191, 0.05);
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-bg-blur-2 {
  background-color: rgba(245, 52, 191, 0.02);
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Container */
.modern-forgot-password-container {
  position: relative;
  z-index: 10;
  max-width: 28rem;
  margin: 0 auto;
}

/* Welcome Section */
.modern-forgot-password-welcome {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.modern-forgot-password-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

.modern-forgot-password-icon i {
  color: #f534bf;
  font-size: 1.5rem;
}

.modern-forgot-password-welcome-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin: 0 0 0.5rem 0;
  background: linear-gradient(135deg, white, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-welcome-title {
  color: #1f2937;
  background: linear-gradient(135deg, #1f2937, rgba(31, 41, 55, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modern-forgot-password-welcome-subtitle {
  color: #a3a3a3;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-welcome-subtitle {
  color: #6b7280;
}

.modern-forgot-password-welcome-divider {
  width: 3rem;
  height: 0.25rem;
  background: linear-gradient(90deg, #f534bf, rgba(245, 52, 191, 0.3));
  margin: 0 auto;
  border-radius: 9999px;
}

/* Form Container */
.modern-forgot-password-form-container {
  margin-top: 2rem;
}

.modern-forgot-password-form-wrapper {
  background: rgba(23, 23, 23, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-form-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.modern-forgot-password-form {
  width: 100%;
}

/* Input Groups */
.modern-forgot-password-input-group {
  margin-bottom: 1.5rem;
}

.modern-forgot-password-label {
  display: block;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-label {
  color: #1f2937;
}

.modern-forgot-password-input-wrapper {
  position: relative;
}

.modern-forgot-password-input-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
  font-size: 1rem;
  z-index: 10;
  transition: color 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-input-icon {
  color: #6b7280;
}

.modern-forgot-password-input {
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  background: rgba(41, 41, 41, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}

.modern-forgot-password-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.1);
}

.modern-forgot-password-input::placeholder {
  color: #a3a3a3;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-input {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #1f2937;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.1);
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-input::placeholder {
  color: #6b7280;
}

/* Fix autofill background in light mode */
.modern-forgot-password-screen.light-mode .modern-forgot-password-input:-webkit-autofill,
.modern-forgot-password-screen.light-mode .modern-forgot-password-input:-webkit-autofill:hover,
.modern-forgot-password-screen.light-mode .modern-forgot-password-input:-webkit-autofill:focus,
.modern-forgot-password-screen.light-mode .modern-forgot-password-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #1f2937 !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
}

.modern-forgot-password-input-shimmer {
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.modern-forgot-password-input-wrapper:hover .modern-forgot-password-input-shimmer {
  opacity: 1;
}

/* Submit Button */
.modern-forgot-password-submit-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: linear-gradient(135deg, #f534bf, #e91e63);
  border: none;
  border-radius: 0.75rem;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  transform: scale(1);
}

.modern-forgot-password-submit-btn:hover:not(:disabled) {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(245, 52, 191, 0.3);
}

.modern-forgot-password-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: scale(1);
}

.modern-forgot-password-btn-content,
.modern-forgot-password-btn-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-forgot-password-btn-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.modern-forgot-password-submit-btn:hover .modern-forgot-password-btn-shimmer {
  transform: translateX(100%);
}

/* Success State */
.modern-forgot-password-success {
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(23, 23, 23, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-success {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.modern-forgot-password-success-icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.05));
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

.modern-forgot-password-success-icon i {
  color: #22c55e;
  font-size: 2rem;
}

.modern-forgot-password-success-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin: 0 0 0.5rem 0;
  background: linear-gradient(135deg, white, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-success-title {
  color: #1f2937;
  background: linear-gradient(135deg, #1f2937, rgba(31, 41, 55, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modern-forgot-password-success-subtitle {
  color: #a3a3a3;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  transition: color 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-success-subtitle {
  color: #6b7280;
}

.modern-forgot-password-success-message {
  background: rgba(41, 41, 41, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.modern-forgot-password-success-message p {
  color: #d1d5db;
  font-size: 0.875rem;
  margin: 0;
  transition: color 0.3s ease;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-success-message {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-success-message p {
  color: #4b5563;
}

.modern-forgot-password-success-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modern-forgot-password-resend-btn,
.modern-forgot-password-login-btn {
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transform: scale(1);
}

.modern-forgot-password-resend-btn {
  background: linear-gradient(135deg, #f534bf, #e91e63);
  color: white;
}

.modern-forgot-password-resend-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(245, 52, 191, 0.3);
}

.modern-forgot-password-login-btn {
  background: rgba(41, 41, 41, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: white;
  transition: all 0.3s ease;
}

.modern-forgot-password-login-btn:hover {
  background: rgba(41, 41, 41, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-login-btn {
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #1f2937;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-login-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
  .modern-forgot-password-main {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3rem;
  }

  .modern-forgot-password-container {
    max-width: 100%;
  }

  .modern-forgot-password-welcome {
    padding-top: 1rem;
  }

  .modern-forgot-password-welcome-title {
    font-size: 1.75rem;
  }

  .modern-forgot-password-success-title {
    font-size: 1.75rem;
  }

  .modern-forgot-password-form-wrapper {
    padding: 1.5rem;
  }

  .modern-forgot-password-success {
    padding: 2rem 1.5rem;
  }

  .modern-forgot-password-success-actions {
    flex-direction: column;
  }

  .modern-forgot-password-resend-btn,
  .modern-forgot-password-login-btn {
    width: 100%;
  }
}
@media (max-width:480px){
  .modern-forgot-password-container{
    margin-top: 40px !important;
  }
}

/* Modern Signup Screen Styles */
.modern-signup-screen {
  background: #171717;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Scrollbar hiding */
.modern-signup-screen::-webkit-scrollbar {
  display: none;
}

.modern-signup-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Header */
.modern-signup-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modern-signup-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  height: 60px;
  position: relative;
}

.modern-signup-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  position: absolute;
  left: 1.25rem;
}

.modern-signup-back-btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transform: scale(1.05);
}

.modern-signup-back-btn:active {
  transform: scale(0.95);
}

.modern-signup-back-btn svg {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.modern-signup-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  text-align: center;
}

.modern-signup-header-spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

/* Main Content */
.modern-signup-main {
  padding-top: 4rem;
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom right, #171717, #171717, rgba(23, 23, 23, 0.95));
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.modern-signup-container {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.modern-signup-bg-effects {
  position: absolute;
  inset: 0;
}

.modern-signup-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #171717, rgba(23, 23, 23, 0.98), rgba(23, 23, 23, 0.95));
}

.modern-signup-bg-blur-1 {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to right, rgba(245, 52, 191, 0.15), rgba(245, 52, 191, 0.05));
  border-radius: 9999px;
  filter: blur(3rem);
  animation: pulse 3s ease-in-out infinite;
}

.modern-signup-bg-blur-2 {
  position: absolute;
  bottom: 10rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: linear-gradient(to left, rgba(245, 52, 191, 0.1), rgba(245, 52, 191, 0.03));
  border-radius: 9999px;
  filter: blur(3rem);
  animation: pulse 3s ease-in-out infinite;
  animation-delay: 1s;
}

.modern-signup-bg-blur-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16rem;
  height: 16rem;
  background: linear-gradient(to right, rgba(245, 52, 191, 0.05), transparent);
  border-radius: 9999px;
  filter: blur(3rem);
}

.modern-signup-container {
  position: relative;
  z-index: 10;
  max-width: 24rem;
  margin: 0 auto;
}

/* Account Type Options */
.modern-signup-account-types {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.modern-signup-account-option {
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1rem;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 1.5rem;
  border: 1px solid rgba(245, 52, 191, 0.2);
  transition: all 0.5s ease;
  position: relative;
  z-index: 20;
  cursor: pointer;
  transform: scale(1);
}

.modern-signup-account-option:hover {
  border-color: rgba(245, 52, 191, 0.4);
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.3);
  transform: scale(1.02);
}

.modern-signup-account-option.selected {
  border-color: rgba(245, 52, 191, 0.6);
  box-shadow: 0 0 30px rgba(245, 52, 191, 0.4);
}

.modern-signup-option-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(245, 52, 191, 0.05), transparent);
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modern-signup-account-option:hover .modern-signup-option-bg {
  opacity: 1;
}

.modern-signup-option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
  z-index: 30;
}

.modern-signup-option-info {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.modern-signup-option-info h2 {
  margin: 0;
}

.modern-signup-option-info p {
  margin: 0;
}

.modern-signup-option-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.25rem;
}

.modern-signup-option-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: #d4d4d8;
}

.modern-signup-option-icon {
  padding: 0.5rem;
  border-radius: 0.75rem;
  background: rgba(41, 41, 41, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.modern-signup-option-icon i {
  color: #a3a3a3;
  font-size: 1.25rem;
}

/* Feature List */
.modern-signup-option-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 30;
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.modern-signup-feature-item {
  display: flex;
  align-items: center;
}

.modern-signup-feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  background: rgba(245, 52, 191, 0.2);
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.modern-signup-feature-check i {
  color: #f534bf;
  font-size: 0.75rem;
}

.modern-signup-feature-text {
  color: white;
  font-weight: 500;
  transition: color 0.2s ease;
}

.modern-signup-feature-item:hover .modern-signup-feature-text {
  color: white;
}

/* Option Button */
.modern-signup-option-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #f534bf, #f534bf, rgba(245, 52, 191, 0.9));
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  transition: all 0.3s ease;
  z-index: 30;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.modern-signup-option-btn:hover {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
}

.modern-signup-btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  z-index: 10;
}

.modern-signup-btn-content i {
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}

.modern-signup-option-btn:hover .modern-signup-btn-content i {
  transform: scale(1.1);
}

.modern-signup-btn-content span {
  font-size: 1rem;
}

.modern-signup-btn-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  transform: translateX(-100%) skewX(12deg);
  transition: transform 0.7s ease;
}

.modern-signup-option-btn:hover .modern-signup-btn-shine {
  transform: translateX(100%) skewX(12deg);
}

/* Login Link */
.modern-signup-login-link {
  text-align: center;
  margin-bottom: 2rem;
}

.modern-signup-login-text {
  color: #d4d4d8;
  font-weight: 500;
  margin: 0;
}

.modern-signup-login-link-text {
  color: #f534bf;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 0.25rem;
}

.modern-signup-login-link-text:hover {
  color: rgba(245, 52, 191, 0.8);
  text-decoration: underline;
}

/* Terms Section */
.modern-signup-terms {
  text-align: center;
  font-size: 0.75rem;
  color: #a3a3a3;
}

.modern-signup-terms-text {
  margin-bottom: 0.5rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

.modern-signup-terms-links {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.modern-signup-terms-link {
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
  font-weight: 500;
}

.modern-signup-terms-link:hover {
  color: white;
}

.modern-signup-terms-and {
  font-weight: 500;
}

/* Animations */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

/* Responsive */
@media (max-width: 640px) {
  .modern-signup-main {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .modern-signup-account-option {
    padding: 1.25rem;
  }
}

/* Light Mode Styles */
.light-mode .modern-signup-screen {
  background: #ffffff !important;
}

.light-mode .modern-signup-header {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #1f2937 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1) !important;
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 380px !important;
}

.light-mode .modern-signup-back-btn {
  color: #374151 !important;
}

.light-mode .modern-signup-back-btn:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.light-mode .modern-signup-title {
  color: #1f2937 !important;
}

.light-mode .modern-signup-main {
  background: linear-gradient(to bottom right, #ffffff, #f8fafc, #ffffff) !important;
}

.light-mode .modern-signup-bg-gradient {
  background: linear-gradient(to bottom right, #ffffff, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.95)) !important;
}

.light-mode .modern-signup-account-option {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8)) !important;
  border: 1px solid rgba(245, 52, 191, 0.2) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1) !important;
}

.light-mode .modern-signup-account-option:hover {
  border-color: rgba(245, 52, 191, 0.4) !important;
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.2) !important;
}

.light-mode .modern-signup-account-option.selected {
  border-color: rgba(245, 52, 191, 0.6) !important;
  box-shadow: 0 0 30px rgba(245, 52, 191, 0.3) !important;
}

.light-mode .modern-signup-option-title {
  color: #1f2937 !important;
}

.light-mode .modern-signup-option-subtitle {
  color: #6b7280 !important;
}

.light-mode .modern-signup-option-icon {
  background: rgba(243, 244, 246, 0.8) !important;
}

.light-mode .modern-signup-option-icon i {
  color: #6b7280 !important;
}

.light-mode .modern-signup-feature-text {
  color: #374151 !important;
}

.light-mode .modern-signup-feature-item:hover .modern-signup-feature-text {
  color: #1f2937 !important;
}

.light-mode .modern-signup-login-text {
  color: #6b7280 !important;
}

.light-mode .modern-signup-terms {
  color: #9ca3af !important;
}

.light-mode .modern-signup-terms-link:hover {
  color: #374151 !important;
} 
/* Profile Tags Screen Styles */
.profile-tags-screen {
  background-color: #171717;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

/* Scrollbar hiding */
.profile-tags-screen::-webkit-scrollbar {
  display: none;
}

.profile-tags-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Header */
.profile-tags-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #171717;
  color: white;
  /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); */
  z-index: 50;
  border-bottom: 1px solid #2a2a2a;
}
/* @media screen and (max-width: 480px) {
  .profile-tags-header {
    height: 60px;
  }
} */

.profile-tags-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    height: 60px;
}
@media screen and (max-width: 480px) {
  .profile-tags-header-content {
    padding: 0.25rem;
  }
}


.profile-tags-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.profile-tags-back-btn:hover {
  background-color: #2a2a2a;
  transform: scale(1.05);
}

.profile-tags-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    width: 296px;
    display: flex
;
    justify-content: center;
    margin-right: 13px;
}

.profile-tags-spacer {
  width: 3rem;
  height: 3rem;
}

/* Main Content */
.profile-tags-main {
  /* padding-top: 4rem; */
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #171717;
  overflow-y: auto;
  position: relative;
}

.profile-tags-container {
  position: relative;
  z-index: 10;
  max-width: 24rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .profile-tags-container {
    margin-top: -30px;
  }
}

/* Welcome Section */
.profile-tags-welcome {
  margin-bottom: 1rem;
  padding-top: 3rem;
  text-align: center;
}

.profile-tags-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(to right, #f534bf, #f534bf);
  margin-bottom: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.profile-tags-icon i {
  color: white;
  font-size: 1.5rem;
}

.profile-tags-subtitle {
  color: #a3a3a3;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width:480px) {
  .profile-tags-subtitle{
    font-size: 14px !important;
  }
}
.profile-tags-divider {
  width: 5rem;
  height: 0.375rem;
  background: linear-gradient(to right, #f534bf, rgba(245, 52, 191, 0.8), rgba(245, 52, 191, 0.4));
  margin: 1rem auto 0;
  border-radius: 9999px;
}

/* Search Section */
/* .profile-tags-search {
  margin-bottom: 2rem;
} */

.profile-tags-search-container {
  position: relative;
}

.profile-tags-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
}

.profile-tags-search-input {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1a1a1a;
  color: white;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  font-weight: 500;
}

.profile-tags-search-input::placeholder {
  color: #a3a3a3;
}

.profile-tags-search-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.profile-tags-search-input:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

/* Selected Tags */
/* .profile-tags-selected-section {
  margin-bottom: 2rem;
} */

.profile-tags-selected-title {
  font-size: 1rem;
  color: #a3a3a3;
  /* margin-bottom: 1rem; */
  font-weight: 600;
  margin-top: 1rem;
}

.profile-tags-selected-container {
display: flex
;
    flex-wrap: nowrap;
    gap: 0.75rem;
    /* min-height: 5rem; */
    align-items: flex-start;
    padding: 1.25rem;
    border-radius: 1rem;
    /* border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, #1a1a1a, #1e1e1e); */
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
    padding-left: 0px;
  }

.profile-tags-selected-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, Opera */
}

.profile-tags-empty-state {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
}

.profile-tags-selected-tag {
  flex-shrink: 0; /* Prevent tags from shrinking */
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.1));
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 9999px;
  padding: 0rem 0.525rem;
  border: 1px solid rgba(245, 52, 191, 0.3);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-tags-selected-tag:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.profile-tags-selected-tag-text {
  font-size: 0.875rem;
  color: white;
  /* margin-right: 0.5rem; */
  font-weight: 500;
}

.profile-tags-remove-btn {
  color: #d1d5db;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.profile-tags-remove-btn:hover {
  color: white;
  transform: scale(1.1);
}

/* Categories
.profile-tags-categories {
  margin-bottom: 2rem;
} */

.profile-tags-category-buttons {
  display: flex;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  padding: 0.25rem 0;
  gap: 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 52, 191, 0.5) transparent;
  -ms-overflow-style: none;      /* IE, Edge */
  scrollbar-width: none;    
}


.profile-tags-category-buttons::-webkit-scrollbar {
  height: 4px;
}

.profile-tags-category-buttons::-webkit-scrollbar-track {
  background: rgba(64, 64, 64, 0.3);
  border-radius: 2px;
}

.profile-tags-category-buttons::-webkit-scrollbar-thumb {
  background: rgba(245, 52, 191, 0.5);
  border-radius: 2px;
}

.profile-tags-category-buttons::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 52, 191, 0.7);
}
.profile-tags-category-buttons::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari */
}
.profile-tags-category-btn {
  padding: 0.5rem;
  background-color: #1a1a1a;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  flex-shrink: 0;
}

.profile-tags-category-btn:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background-color: #1a1a1a;
  transform: scale(1.05);
}

.profile-tags-category-btn.active {
  background: linear-gradient(to right, #f534bf, #f534bf, rgba(245, 52, 191, 0.9));
  color: white;
  font-weight: 600;
}

.profile-tags-category-btn.active:hover {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.9), #f534bf);
}

/* Tags List */
.profile-tags-list {
  margin-bottom: 2rem;
}

.profile-tags-category-section {
  margin-bottom: 2rem;
}

.profile-tags-category-title {
  font-size: 1.25rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 700;
}

.profile-tags-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.profile-tags-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}

.profile-tags-item:hover {
  border-color: rgba(245, 52, 191, 0.4);
}

.profile-tags-item.selected {
  border: 2px solid #f534bf;
}

.profile-tags-item-content {
  display: flex;
  align-items: center;
}

.profile-tags-item-text {
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
}

.profile-tags-radio {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #737373;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-tags-radio-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #f534bf;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.profile-tags-radio-dot.active {
  opacity: 1;
}

/* Footer */
.profile-tags-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  padding: 1rem;
  display: flex;
  justify-content: center;
  z-index: 50;
}
.footerForSignup{
  width: 390px;
  display: flex;
  justify-content: space-between;
}
.profile-tags-back-footer-btn {
  padding: 0.75rem 1.5rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background-color: #1a1a1a;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.profile-tags-back-footer-btn:hover {
  border-color: rgba(245, 52, 191, 0.4);
}

.profile-tags-continue-btn {
  padding: 0.75rem 2rem;
  background: linear-gradient(to right, #f534bf, #f534bf, rgba(245, 52, 191, 0.9));
  color: white;
  border-radius: 0.75rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.profile-tags-continue-btn:hover:not(.disabled) {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.05);
}

.profile-tags-continue-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Animations */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* Loading State */
.profile-tags-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #e5e7eb;
  text-align: center;
  width: 100%;
  position: relative;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(245, 52, 191, 0.2);
  border-top: 4px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* No Selection Message */
.profile-tags-no-selection {
  color: #9ca3af;
  font-style: italic;
  text-align: center;
  padding: 1rem;
  margin: 0;
}

/* Toast Container Positioning */
.Toastify__toast-container {
  z-index: 9999;
}

.Toastify__toast--dark {
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(64, 64, 64, 0.3);
}

/* @media (max-width:768px) {
  .profile-tags-main{
    margin-top: -40px;
  }
} */
/* Responsive design */

@media (max-width:900px) {
  .profile-tags-welcome{
    padding-top: 5rem;
  }
}


@media (max-width: 768px) {
  .profile-tags-item-text {
    font-size: 0.75rem;
  }
  
  .profile-tags-grid {
    gap: 0.75rem;
  }
  
  .profile-tags-item {
    padding: 0.75rem;
  }
}
@media (max-width: 640px) {
  .profile-tags-main {
    padding-top: 1rem;
  }

}
@media (max-width: 300px) {
  .profile-tags-welcome{
    padding-top: 2rem;
  }
}
/* Light Mode Styles */
.light-mode .profile-tags-screen {
  background-color: #ffffff !important;
}

.light-mode .profile-tags-header {
  background-color: #ffffff !important;
  color: #1f2937 !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.light-mode .profile-tags-back-btn {
  color: #374151 !important;
}

.light-mode .profile-tags-back-btn:hover {
  background-color: #f3f4f6 !important;
}

.light-mode .profile-tags-title {
  color: #1f2937 !important;
}

.light-mode .profile-tags-main {
  background-color: #ffffff !important;
}

.light-mode .profile-tags-subtitle {
  color: #6b7280 !important;
}

.light-mode .profile-tags-search-input {
  border: 1px solid #d1d5db !important;
  background-color: #f9fafb !important;
  color: #1f2937 !important;
}

.light-mode .profile-tags-search-input::placeholder {
  color: #9ca3af !important;
}

.light-mode .profile-tags-search-input:focus {
  border-color: #f534bf !important;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2) !important;
}

.light-mode .profile-tags-search-input:hover {
  border-color: #9ca3af !important;
}

.light-mode .profile-tags-search-icon {
  color: #6b7280 !important;
}

.light-mode .profile-tags-selected-title {
  color: #6b7280 !important;
}

.light-mode .profile-tags-empty-state {
  color: #9ca3af !important;
}

.light-mode .profile-tags-selected-tag {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.1), rgba(245, 52, 191, 0.05)) !important;
  border: 1px solid rgba(245, 52, 191, 0.2) !important;
}

.light-mode .profile-tags-selected-tag-text {
  color: #1f2937 !important;
}

.light-mode .profile-tags-remove-btn {
  color: #6b7280 !important;
}

.light-mode .profile-tags-remove-btn:hover {
  color: #374151 !important;
}

.light-mode .profile-tags-category-btn {
  background-color: #f9fafb !important;
  color: #374151 !important;
  border: 1px solid #d1d5db !important;
}

.light-mode .profile-tags-category-btn:hover {
  border-color: rgba(245, 52, 191, 0.4) !important;
  background-color: #f3f4f6 !important;
}

.light-mode .profile-tags-category-btn.active {
  background: linear-gradient(to right, #f534bf, #f534bf, rgba(245, 52, 191, 0.9)) !important;
  color: white !important;
}

.light-mode .profile-tags-category-title {
  color: #1f2937 !important;
}

.light-mode .profile-tags-item {
  border: 1px solid #e5e7eb !important;
  background-color: #ffffff !important;
}

.light-mode .profile-tags-item:hover {
  border-color: rgba(245, 52, 191, 0.4) !important;
}

.light-mode .profile-tags-item.selected {
  border: 2px solid #f534bf !important;
}

.light-mode .profile-tags-item-text {
  color: #1f2937 !important;
}

.light-mode .profile-tags-radio {
  border: 2px solid #d1d5db !important;
}

.light-mode .profile-tags-footer {
  background-color: #ffffff !important;
  border-top: 1px solid #e5e7eb !important;
}

.light-mode .profile-tags-back-footer-btn {
  color: #374151 !important;
  border: 1px solid #d1d5db !important;
  background-color: #f9fafb !important;
}

.light-mode .profile-tags-back-footer-btn:hover {
  border-color: rgba(245, 52, 191, 0.4) !important;
}

.light-mode .profile-tags-loading {
  color: #6b7280 !important;
}

.light-mode .profile-tags-no-selection {
  color: #9ca3af !important;
}

.light-mode .Toastify__toast--dark {
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  border: 1px solid #e5e7eb !important;
  color: #1f2937 !important;
}

/* Error Message Styles */
.profile-tags-error-message {
  color: #ef4444 !important;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.light-mode .profile-tags-error-message {
  color: #dc2626 !important;
} 
/* Creator Registration Screen Styles */
.creator-registration-screen {
  background: linear-gradient(to bottom right, #171717, #171717, #171717);
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Animated Background Elements */
.creator-registration-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.creator-registration-screen::after {
  content: '';
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to right, rgba(245, 52, 191, 0.15), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: float 6s ease-in-out infinite;
  z-index: 1;
}

.creator-registration-screen .bg-blur-1 {
  position: absolute;
  bottom: 10rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: linear-gradient(to left, rgba(245, 52, 191, 0.1), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: float 6s ease-in-out infinite;
  animation-delay: -3s;
  z-index: 1;
}

.creator-registration-screen .bg-blur-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  background: linear-gradient(to right, rgba(245, 52, 191, 0.05), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: float 6s ease-in-out infinite;
  animation-delay: -1.5s;
  z-index: 1;
}

/* Scrollbar hiding */
.creator-registration-screen::-webkit-scrollbar {
  display: none;
}

.creator-registration-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Header */
.creator-registration-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.creator-registration-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  height: 60px;
}
@media screen and (max-width:480px) {
  .creator-registration-header-content{
    height:60px
  }
}
.creator-registration-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.creator-registration-back-btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transform: scale(1.05);
}

.creator-registration-back-btn:active {
  transform: scale(0.95);
}

.creator-registration-back-btn svg {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.creator-registration-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  text-align: center;
}

.creator-registration-spacer {
  width: 2.5rem;
  height: 2.5rem;
}

/* Main Content */
.creator-registration-main {
  flex: 1 1;
  overflow-y: auto;
  /* padding-top: 6rem;.form-label-icon.form-label-icon */
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
}

.creator-registration-container {
  max-width: 24rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

@media screen and (max-width:500px) {
  
}
/* Welcome Section */
.creator-registration-welcome {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-top: 3rem;
}

.creator-registration-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(to right, #f534bf, #f534bf);
  margin-bottom: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.creator-registration-icon i {
  color: white;
  font-size: 1.5rem;
}

.creator-registration-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.9));
  -webkit-background-clip: text;
  background-clip: text;
}

.creator-registration-description {
  color: #a3a3a3;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
}

/* Tags Preview */
.creator-registration-tags-preview {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(245, 52, 191, 0.1);
  border: 1px solid rgba(245, 52, 191, 0.3);
  border-radius: 0.75rem;
  text-align: center;
}

.tags-preview-text {
  font-size: 0.875rem;
  color: #f534bf;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tags-preview-text i {
  font-size: 0.75rem;
}

/* Form Styles 
.creator-registration-form {
  padding: 0 1rem;
}*/

.form-section {
  margin-bottom: 1.5rem;
}

.form-label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.75rem;
}

.form-label-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
  font-size: 0.75rem;
}

/* Account Type Selection */
.account-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.account-type-option {
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6));
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.account-type-option:hover {
  border-color: rgba(245, 52, 191, 0.4);
}

.account-type-option.selected {
  border-color: #f534bf;
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.3);
}

.account-type-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account-type-icon {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 52, 191, 0.1);
  border-radius: 50%;
  margin-bottom: 0.75rem;
}

.account-type-icon i {
  color: #f534bf;
  font-size: 1.5rem;
}

.account-type-title {
  font-size: 1rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
}

.account-type-description {
  font-size: 0.75rem;
  color: #a3a3a3;
  margin: 0;
}

/* Form Grid */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

/* Form Field */
.form-field {
  position: relative;
  margin-bottom: 1rem;
}

.form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.75rem;
  /* background: rgba(41, 41, 41, 0.8); */
  color: white;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.form-input::placeholder {
  color: #9ca3af;
}

.form-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

/* Input Validation States */
.form-input.valid {
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.form-input.invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.form-input.checking {
  border-color: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
}

/* Validation Icons */
.form-validation-icon {
  position: absolute;
  right: 0.75rem;
  top: 34%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.75rem;
}

.form-validation-icon.valid {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  top: 24px
}

.form-validation-icon.invalid {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.form-validation-icon.checking {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
}

/* Password Input */
.password-input-container {
  position: relative;
}

.password-input {
  padding-right: 3rem !important;
}

.password-toggle-btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.3s ease;
}

.password-toggle-btn.active {
  color: #f534bf;
}

/* Form Messages */
.form-username-info {
  margin-top: 0.5rem;
}

.form-error-text {
  font-size: 0.75rem;
  color: #ef4444;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.form-success-text {
  font-size: 0.75rem;
  color: #10b981;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.form-error-text i,
.form-success-text i {
  font-size: 0.625rem;
}

/* Form Message Styles */
.form-message {
  font-size: 0.75rem;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.form-message.error {
  color: #ef4444;
}

.form-message.success {
  color: #10b981;
}

.form-message i {
  font-size: 0.625rem;
}

/* Upload Sections */
.upload-section {
  margin-bottom: 1.5rem;
}

.upload-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.75rem;
  display: block;
}

.upload-container {
  position: relative;
}

.upload-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  border: 2px dashed rgba(64, 64, 64, 0.5);
  border-radius: 0.75rem;
  background: rgba(41, 41, 41, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0px;
}

.upload-area:hover {
  border-color: rgba(245, 52, 191, 0.5);
  background: rgba(245, 52, 191, 0.1);
}

.file-input {
  display: none;
}

.upload-content {
  text-align: center;
}

.upload-icon {
  font-size: 2rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.upload-content p {
  /* color: #e5e7eb; */
  font-size: 0.875rem;
  margin: 15px;
    font-weight: 400;  
    color: #737373;  
}

.uploaded-file {
  position: relative;
  display: inline-block;
}

.file-preview {
  width: 100%;
  max-width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
}

.remove-file-btn {
  position: absolute;
  top: -0.9rem;
  right: -0.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ef4444;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.remove-file-btn:hover {
  background: #dc2626;
  transform: scale(1.1);
}

/* Terms and Conditions */
.terms-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: rgba(41, 41, 41, 0.8);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
}

.checkbox-container {
  display: flex;
  align-items: center;
  height: 1.25rem;
  margin-top: 0.25rem;
}

.form-checkbox {
  height: 1rem;
  width: 1rem;
  color: #f534bf;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.25rem;
  background: transparent;
}

.form-checkbox:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.terms-text {
  font-size: 0.875rem;
}

.terms-label {
  color: #e5e7eb;
  cursor: pointer;
  line-height: 1.625;
}

.terms-link {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.terms-link:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Submit Button */
.form-submit-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f534bf, #f534bf, #f534bf);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  margin-top: 1rem;
}

.form-submit-btn:hover {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
}

.form-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: scale(1);
  background: linear-gradient(90deg, #6b7280, #6b7280);
}

.form-submit-btn:disabled:hover {
  background: linear-gradient(90deg, #6b7280, #6b7280);
  transform: scale(1);
}

.submit-text {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Toast Container */
.Toastify__toast-container {
  z-index: 9999;
}

.Toastify__toast--dark {
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(64, 64, 64, 0.3);
}

/* Responsive Design */

.account-type-icon i {
  color: #f534bf;
  font-size: 1.125rem;
}

.account-type-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.25rem;
}

.account-type-radio {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #737373;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #f534bf;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.radio-dot.active {
  opacity: 1;
}

/* Name Grid */
.name-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Form Fields */
.form-field {
  margin-bottom: 1rem;
}

.input-container {
  position: relative;
}

.form-input {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #1a1a1a, #1a1a1a);
  padding: 0.75rem;
  font-size: 0.875rem;
  color: white;
  transition: all 0.3s ease;
}

.form-input::placeholder {
  color: #a3a3a3;
}

.form-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.password-container {
  position: relative;
}

.password-toggle-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #a3a3a3;
  cursor: pointer;
  transition: color 0.3s ease;
}



.calendar-toggle-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #f534bf;
  cursor: pointer;
  transition: color 0.3s ease;
}

.calendar-toggle-btn:hover {
  color: #f534bf;
}

/* Form Hints */
.form-hint {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #a3a3a3;
  margin-top: 0.5rem;
}

.form-hint i {
  color: #f534bf;
  margin-right: 0.5rem;
}

.password-requirements {
  background-color: rgba(41, 41, 41, 0.8);
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  margin-top: 0.75rem;
}

/* Phone Input */
.phone-input-container {
  display: flex;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 0;
  background: linear-gradient(to right, #1a1a1a, #1a1a1a);
  color: #a3a3a3;
  font-size: 0.875rem;
  font-weight: 500;
}

.phone-prefix i {
  color: #f534bf;
  margin-right: 0.5rem;
}

.phone-input {
  border-radius: 0 0.75rem 0.75rem 0;
  border-left: 0;
}

.flex-1 {
  flex: 1 1;
}

/* ID Verification */
.id-verification-info {
  background-color: rgba(41, 41, 41, 0.8);
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  margin-bottom: 1rem;
}

.document-type-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.document-type-option {
  display: flex;
  align-items: basline;
  gap: 0.5rem;
}

.document-radio {
  height: 1rem;
  width: 1rem;
  color: #f534bf;
  border-color: rgba(64, 64, 64, 0.3);
}

.document-label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
}

.document-label:hover {
  color: #f534bf;
}

.document-label i {
  color: #f534bf;
  margin-right: 0.5rem;
}

/* Upload Sections */
.id-uploads-section,
.passport-uploads-section {
  margin-top: 1.5rem;
}

.upload-field {
  margin-bottom: 1.5rem;
}

.upload-container {
  /* background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6)); */
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  /* border: 1px solid rgba(245, 52, 191, 0.2); */
}

.upload-area {
  display: flex;
  justify-content: center;
  padding: 2rem;
  border: 2px dashed rgba(245, 52, 191, 0.3);
  border-radius: 0.75rem;
}

.upload-content {
  text-align: center;
}

.upload-icon {
  margin: 0 auto 0.75rem;
  width: 4rem;
  height: 4rem;
  /* background: linear-gradient(to right, #f534bf, #f534bf); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.upload-icon i {
  color: white;
  font-size: 1.5rem;
}

.upload-text {
  font-size: 0.875rem;
  color: #e5e5e5;
  margin-bottom: 0.75rem;
}

.upload-link {
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
  color: white;
  font-weight: 500;
  transition: color 0.3s ease;
}

.upload-link:hover {
  color: #f534bf;
}

.upload-subtitle {
  color: #a3a3a3;
}

.upload-size {
  font-size: 0.75rem;
  color: #a3a3a3;
  background-color: #292929;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  display: inline-block;
}

.file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.upload-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(41, 41, 41, 0.8);
  color: white;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(64, 64, 64, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.upload-btn:hover {
  background: rgba(64, 64, 64, 0.8);
  border-color: rgba(245, 52, 191, 0.4);
  transform: scale(1.05);
}

.upload-btn i {
  color: #a3a3a3;
}

/* File Preview */
.file-preview {
  /* background: rgba(41, 41, 41, 0.8); */
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  margin-top: 1rem;
}

.file-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.file-preview-title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
}

.file-preview-title i {
  color: #a3a3a3;
  margin-right: 0.5rem;
}

.file-remove-btn {
  font-size: 0.75rem;
  color: #a3a3a3;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.file-remove-btn:hover {
  color: #f534bf;
}

.file-preview-image {
  width: 100%;
  height: 8rem;
  object-fit: cover;
  border-radius: 0.5rem;
}

/* Calendar */
.calendar-popup {
  position: absolute;
  z-index: 50;
  margin-top: 0.5rem;
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  width: 20rem;
  border: 1px solid rgba(245, 52, 191, 0.2);
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.calendar-nav-btn {
  padding: 0.5rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(1);
}

.calendar-nav-btn:hover {
  background-color: rgba(245, 52, 191, 0.2);
  transform: scale(1.1);
}

.calendar-month-year {
  text-align: center;
}

.calendar-month {
  color: white;
  font-weight: 600;
  background: linear-gradient(to right, white, #f534bf);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.calendar-year-select {
  background-color: #292929;
  color: white;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  padding: 0.25rem 0.75rem;
}

.calendar-year-select:focus {
  outline: none;
  border-color: #f534bf;
}

.calendar-days-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.calendar-day-header {
  font-size: 0.75rem;
  color: #f534bf;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
}

.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.calendar-day-btn {
  font-size: 0.75rem;
  color: white;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  transform: scale(1);
}

.calendar-day-btn:hover {
  background-color: rgba(64, 64, 64, 0.5);
  transform: scale(1.1);
}

.calendar-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(64, 64, 64, 0.3);
}

.calendar-action-btn {
  font-size: 0.75rem;
  color: #a3a3a3;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.calendar-action-btn:hover {
  color: #f534bf;
  background-color: rgba(64, 64, 64, 0.3);
}

.calendar-action-btn.primary {
  color: #f534bf;
}

.calendar-action-btn.primary:hover {
  color: #ff6b9d;
  background-color: rgba(245, 52, 191, 0.1);
}

/* Terms Section */
.terms-container {
  background-color: #1a1a1a;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.terms-checkbox-container {
  display: flex;
  align-items: center;
  height: 1.25rem;
  margin-top: 0.25rem;
}

.terms-checkbox {
  height: 1rem;
  width: 1rem;
  color: #f534bf;
  border-color: rgba(64, 64, 64, 0.3);
  border-radius: 0.25rem;
}

.terms-checkbox:focus {
  box-shadow: 0 0 0 2px #f534bf;
}

.terms-text {
  font-size: 0.875rem;
}

.terms-label {
  color: #e5e5e5;
  cursor: pointer;
  line-height: 1.6;
}

.terms-link {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.terms-link:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Submit Button */
.submit-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #f534bf, #f534bf, #f534bf);
  color: white;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.submit-btn:hover {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
}

.submit-btn-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Login Link */
.login-link-section {
  margin-top: 2rem;
  text-align: center;
}

.login-link-container {
  background-color: rgba(41, 41, 41, 0.5);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
}

.login-link-text {
  font-size: 0.875rem;
  color: #a3a3a3;
}

.login-link {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s ease;
}

.login-link:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Animations */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(245, 52, 191, 0.3); }
  50% { box-shadow: 0 0 40px rgba(245, 52, 191, 0.6); }
}

/* New Design Classes */
.gradient-border {
  background: linear-gradient(135deg, #f534bf, #ff6b9d, #f534bf);
  padding: 1px;
  border-radius: 12px;
}

.gradient-border-inner {
  background: #171717;
  border-radius: 11px;
}

.glass-effect {
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(245, 52, 191, 0.2);
}

.neon-glow {
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.3), 0 0 40px rgba(245, 52, 191, 0.1);
}

.floating-animation {
  animation: float 6s ease-in-out infinite;
}

.shimmer {
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.4), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

.pulse-glow {
  animation: pulseGlow 3s ease-in-out infinite;
}

/* Form Grid Layout */
.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

/* Enhanced Input Styles */
.enhanced-input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #292929, #292929);
  padding: 0.75rem;
  font-size: 0.875rem;
  color: white;
  transition: all 0.3s ease;
  position: relative;
}

.enhanced-input::placeholder {
  color: #a3a3a3;
}

.enhanced-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

/* .enhanced-input:hover {
  border-color: rgba(245, 52, 191, 0.5);
} */

/* Shimmer Effect for Inputs */
/* .input-shimmer {
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.4), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.enhanced-input:hover + .input-shimmer {
  opacity: 1;
} */

/* Account Type Selection Enhanced */
.account-type-grid-enhanced {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.account-type-option-enhanced {
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.account-type-option-enhanced:hover {
  border-color: rgba(245, 52, 191, 0.4);
  transform: scale(1.02);
}

.account-type-option-enhanced.selected {
  border-color: #f534bf;
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.3);
}

.account-type-content-enhanced {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.account-type-icon-enhanced {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(64, 64, 64, 0.3);
  border-radius: 50%;
  margin-bottom: 0.75rem;
  border: 1px solid #737373;
}

.account-type-icon-enhanced i {
  color: #a3a3a3;
  font-size: 1.125rem;
}

.account-type-title-enhanced {
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.25rem;
}

.account-type-radio-enhanced {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #737373;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.radio-dot-enhanced {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #f534bf;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.radio-dot-enhanced.active {
  opacity: 1;
}

/* Enhanced Upload Areas */
.upload-area-enhanced {
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(245, 52, 191, 0.2);
  padding: 2rem;
  border: 2px dashed rgba(245, 52, 191, 0.3);
  border-radius: 0.75rem;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}

.upload-area-enhanced:hover {
  border-color: rgba(245, 52, 191, 0.5);
  background: rgba(245, 52, 191, 0.05);
}

.upload-icon-enhanced {
  margin: 0 auto 0.75rem;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(to right, #f534bf, #f534bf);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.upload-icon-enhanced i {
  color: white;
  font-size: 1.5rem;
}

.upload-text-enhanced {
  font-size: 0.875rem;
  color: #e5e5e5;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.upload-subtitle-enhanced {
  color: #a3a3a3;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.upload-size-enhanced {
  font-size: 0.75rem;
  color: #a3a3a3;
  background-color: #292929;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  display: inline-block;
}

/* Enhanced Button Styles */
.upload-btn-enhanced {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(41, 41, 41, 0.8);
  color: white;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(64, 64, 64, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.upload-btn-enhanced:hover {
  background: rgba(64, 64, 64, 0.8);
  border-color: rgba(245, 52, 191, 0.4);
  transform: scale(1.05);
}

.upload-btn-enhanced i {
  color: #a3a3a3;
}

/* Enhanced Submit Button */
.submit-btn-enhanced {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #f534bf, #f534bf, #f534bf);
  color: white;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.submit-btn-enhanced:hover {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
}

.submit-btn-enhanced .shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

/* Enhanced Terms Section */
.terms-container-enhanced {
  background: rgba(41, 41, 41, 0.8);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.terms-checkbox-enhanced {
  height: 1rem;
  width: 1rem;
  color: #f534bf;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.25rem;
  background: transparent;
}

.terms-checkbox-enhanced:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.terms-label-enhanced {
  color: #e5e5e5;
  cursor: pointer;
  line-height: 1.6;
  font-size: 0.875rem;
}

.terms-link-enhanced {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.terms-link-enhanced:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Enhanced Login Link */
.login-link-container-enhanced {
  background: rgba(41, 41, 41, 0.5);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  text-align: center;
}

.login-link-text-enhanced {
  font-size: 0.875rem;
  color: #a3a3a3;
}

.login-link-enhanced {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s ease;
}

.login-link-enhanced:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Responsive Design */
@media (max-width: 640px) {
  .creator-registration-main {
    padding-top: 3rem;
  }
}

@media (max-width: 768px) {
  .name-grid {
    grid-template-columns: 1fr;
  }
  

  
  .calendar-popup {
    width: 18rem;
  }
} 

.form-field .react-datepicker-wrapper {
  width: 100%;
}

.dob-input-full-width {
  width: 100%;
}

/* Date input container with calendar icon */
.date-input-container {
  position: relative;
  width: 100%;
}

.date-input-container .date-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #f334be;
  font-size: 16px;
  pointer-events: none;
  z-index: 1;
}

.date-input-container input[type="date"] {
  padding-right: 40px; /* Make room for the icon */
}

/* Hide the default calendar icon in webkit browsers */
.date-input-container input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Light Mode Styles */
.light-mode .creator-registration-screen {
  background: linear-gradient(to bottom right, #ffffff, #f8fafc, #ffffff) !important;
}

.light-mode .creator-registration-header {
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(24px) !important;
          backdrop-filter: blur(24px) !important;
  color: #1f2937 !important;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5) !important;
}

.light-mode .creator-registration-back-btn {
  color: #374151 !important;
}

.light-mode .creator-registration-back-btn:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.light-mode .creator-registration-title {
  background: linear-gradient(to right, #1f2937, #374151) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.light-mode .creator-registration-subtitle {
  background: linear-gradient(to right, #1f2937, #374151) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.light-mode .creator-registration-description {
  color: #6b7280 !important;
}

.light-mode .creator-registration-tags-preview {
  background: rgba(245, 52, 191, 0.1) !important;
  border: 1px solid rgba(245, 52, 191, 0.3) !important;
}

.light-mode .tags-preview-text {
  color: #f534bf !important;
}

.light-mode .form-label {
  color: #1f2937 !important;
}

.light-mode .form-label-icon {
  color: #f534bf !important;
}

.light-mode .account-type-option {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8)) !important;
  border: 1px solid rgba(229, 231, 235, 0.5) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .account-type-option:hover {
  border-color: rgba(245, 52, 191, 0.4) !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .account-type-option.selected {
  border-color: #f534bf !important;
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.3) !important;
}

.light-mode .account-type-icon {
  background: rgba(245, 52, 191, 0.1) !important;
}

.light-mode .account-type-icon i {
  color: #f534bf !important;
}

.light-mode .account-type-title {
  color: #1f2937 !important;
}

.light-mode .account-type-description {
  color: #6b7280 !important;
}

.light-mode .form-input {
  border: 1px solid #d1d5db !important;
  background: #ffffff !important;
  color: #1f2937 !important;
}

.light-mode .form-input::placeholder {
  color: #9ca3af !important;
}

.light-mode .form-input:focus {
  border-color: #f534bf !important;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2) !important;
}

.light-mode .form-input.valid {
  border-color: #10b981 !important;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2) !important;
}

.light-mode .form-input.invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2) !important;
}

.light-mode .form-input.checking {
  border-color: #f59e0b !important;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2) !important;
}

.light-mode .form-validation-icon.valid {
  background: rgba(16, 185, 129, 0.2) !important;
  color: #10b981 !important;
}

.light-mode .form-validation-icon.invalid {
  background: rgba(239, 68, 68, 0.2) !important;
  color: #ef4444 !important;
}

.light-mode .form-validation-icon.checking {
  background: rgba(245, 158, 11, 0.2) !important;
  color: #f59e0b !important;
}

.light-mode .password-toggle-btn {
  color: #6b7280 !important;
}

.light-mode .password-toggle-btn.active {
  color: #f534bf !important;
}

.light-mode .form-error-text {
  color: #ef4444 !important;
}

.light-mode .form-success-text {
  color: #10b981 !important;
}

.light-mode .form-message {
  color: #6b7280 !important;
}

.light-mode .form-message.error {
  color: #ef4444 !important;
}

.light-mode .form-message.success {
  color: #10b981 !important;
}

.light-mode .upload-label {
  color: #1f2937 !important;
}

.light-mode .upload-area {
  border: 2px dashed #d1d5db !important;
  background: transparent !important;
}

.light-mode .upload-area:hover {
  border-color: rgba(245, 52, 191, 0.6) !important;
  background: rgba(245, 52, 191, 0.08) !important;
}

.light-mode .upload-icon {
  color: #6b7280 !important;
}

.light-mode .upload-content p {
  color: #374151 !important;
}

.light-mode .file-preview {
  border: 1px solid #d1d5db !important;
}

.light-mode .remove-file-btn {
  background: #ef4444 !important;
  color: white !important;
}

.light-mode .remove-file-btn:hover {
  background: #dc2626 !important;
}

.light-mode .terms-container {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #e5e7eb !important;
}

.light-mode .form-checkbox {
  border: 1px solid #d1d5db !important;
  background: #ffffff !important;
}

.light-mode .form-checkbox:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2) !important;
}

.light-mode .terms-label {
  color: #374151 !important;
}

.light-mode .terms-link {
  color: #f534bf !important;
}

.light-mode .terms-link:hover {
  color: rgba(245, 52, 191, 0.8) !important;
}

.light-mode .form-submit-btn {
  background: linear-gradient(90deg, #f534bf, #f534bf, #f534bf) !important;
  color: white !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .form-submit-btn:hover {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.9), #f534bf) !important;
}

.light-mode .form-submit-btn:disabled {
  background: linear-gradient(90deg, #6b7280, #6b7280) !important;
}

.light-mode .form-submit-btn:disabled:hover {
  background: linear-gradient(90deg, #6b7280, #6b7280) !important;
}

.light-mode .Toastify__toast--dark {
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  border: 1px solid #e5e7eb !important;
  color: #1f2937 !important;
}

.light-mode .account-type-text {
  color: #1f2937 !important;
}

.light-mode .account-type-radio {
  border: 2px solid #d1d5db !important;
}

.light-mode .radio-dot {
  background-color: #f534bf !important;
}

.light-mode .login-link-container {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #e5e7eb !important;
}

.light-mode .login-link-text {
  color: #6b7280 !important;
}

.light-mode .login-link {
  color: #f534bf !important;
}

.light-mode .login-link:hover {
  color: rgba(245, 52, 191, 0.8) !important;
}

.light-mode .date-icon {
  color: #6b7280 !important;
}

/* Light mode autofill styles for form inputs */
.light-mode .form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #1f2937 !important; /* text color */
  caret-color: #1f2937; /* cursor color */
  border: 1px solid #d1d5db !important;
}

.light-mode .form-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  border: 1px solid #f534bf !important;
}

/* Dark Mode Upload Area Fixes */
.dark-mode .upload-area {
  background: rgba(41, 41, 41, 0.8) !important;
  border: 2px dashed rgba(64, 64, 64, 0.5) !important;
}

.dark-mode .upload-area:hover {
  border-color: rgba(245, 52, 191, 0.5) !important;
  background: rgba(245, 52, 191, 0.1) !important;
}

.dark-mode .upload-label {
  color: white !important;
}

/* .dark-mode .upload-content p {
  color: #e5e7eb !important;
} */

.dark-mode .upload-icon {
  color: #9ca3af !important;
} 
/* Under Review Screen Styles */
.under-review-screen {
  background-color: #171717;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  position: relative;
}

/* Background Content (Blurred) */
.background-content {
  filter: blur(2px);
  min-height: 100vh;
  width: 100%;
}

/* Header */
.under-review-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #171717;
  color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #2a2a2a;
}

.under-review-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}

.under-review-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.under-review-back-btn:hover {
  background-color: #2a2a2a;
  transform: scale(1.05);
}

.under-review-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* Add responsive design for mobile */
@media (max-width: 640px) {
  .under-review-main-bg {
    padding-top: 3rem;
  }
}

.under-review-spacer {
  width: 3rem;
  height: 3rem;
}

/* Main Background Content */
.under-review-main-bg {
  display: flex;
  flex: 1 1;
  overflow-y: auto;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 10;
}

.under-review-container-bg {
  margin-bottom: 2rem;
}

.under-review-welcome-bg {
  text-align: center;
  margin-bottom: 1.5rem;
}

.under-review-icon-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(to right, #f534bf, #f534bf);
  margin-bottom: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.under-review-icon-bg i {
  color: white;
  font-size: 1.5rem;
}

.under-review-subtitle-bg {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}

.under-review-description-bg {
  color: #a3a3a3;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
}

.form-placeholder {
  margin-top: 2rem;
}

.form-section-placeholder {
  height: 4rem;
  background-color: #1a1a1a;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Popup Overlay */
.review-popup-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.review-popup {
  background-color: #171717;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  width: 100%;
  max-width: 24rem;
  border: 1px solid rgba(245, 52, 191, 0.3);
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
}

/* Status Icon */
.review-status-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.review-status-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to right, #f534bf, #f534bf);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.review-status-icon i {
  color: white;
  font-size: 1.125rem;
}

/* Main Heading */
.review-main-heading {
  text-align: center;
  margin-bottom: 0.75rem;
}

.review-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.25rem;
  background: linear-gradient(to right, white, #f534bf);
  -webkit-background-clip: text;
  background-clip: text;
}

.review-description {
  margin-bottom: 0.25rem;
}

.review-description-text {
  color: #a3a3a3;
  font-size: 0.875rem;
  line-height: 1.6;
}

.review-time-highlight {
  /* color: #a3a3a3; */
}

/* Progress Indicator */
.review-progress-section {
  margin-bottom: 0.75rem;
}

.review-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #a3a3a3;
  margin-bottom: 0.5rem;
}

.review-progress-label {
  color: #a3a3a3;
}

.review-progress-status {
  color: #a3a3a3;
}

.review-progress-bar-container {
  width: 100%;
  background-color: #2a2a2a;
  border-radius: 9999px;
  height: 0.5rem;
  overflow: hidden;
}

.review-progress-bar {
  background: linear-gradient(to right, #f534bf, #f534bf);
  height: 0.5rem;
  border-radius: 9999px;
  width: 75%;
  position: relative;
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

/* Status Steps */
.review-status-steps {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.review-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
}

.review-step-icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-step-icon.completed {
  background-color: #f534bf;
}

.review-step-icon.in-progress {
  background-color: #f534bf;
  animation: pulseGlow 3s ease-in-out infinite;
}

.review-step-icon.pending {
  border: 2px solid #737373;
  background: transparent;
}

.review-step-icon.completed i {
  color: white;
  font-size: 0.75rem;
}

.review-step-dot {
  width: 0.375rem;
  height: 0.375rem;
  background-color: white;
  border-radius: 50%;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.review-step-dot-inactive {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #737373;
  border-radius: 50%;
}

.review-step-text {
  color: white;
  font-size: 0.875rem;
}

.review-step-text.pending {
  color: #a3a3a3;
}

/* Info Section */
.review-info-section {
  background-color: #1a1a1a;
  border-radius: 0.75rem;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.review-info-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.review-info-icon {
  flex-shrink: 0;
}

.review-info-icon i {
  color: #f534bf;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.review-info-content {
  font-size: 0.75rem;
  color: #a3a3a3;
  line-height: 1.6;
}

.review-info-title {
  margin-bottom: 0.25rem;
}

.review-info-title strong {
  color: white;
}

.review-info-list {
  margin: 0;
  padding-left: 1rem;
  list-style-type: disc;
}

.review-info-list li {
  margin-bottom: 0.125rem;
}

/* Email Section */
.review-email-section {
  background-color: #1a1a1a;
  border-radius: 0.75rem;
  padding: 0.625rem;
  margin-bottom: 0.75rem;
  border: 1px solid #292929;
}

.review-email-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.review-email-icon {
  flex-shrink: 0;
}

.review-email-icon i {
  color: #f534bf;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.review-email-content {
  font-size: 0.75rem;
  color: #a3a3a3;
  line-height: 1.6;
}

.review-email-title {
  margin-bottom: 0.25rem;
}

.review-email-title strong {
  color: white;
}

.review-email-text {
  margin: 0;
}

.review-email-highlight {
  color: white;
  font-weight: 600;
}

/* Action Buttons */
.review-actions {
  margin-bottom: 0.5rem;
}

.review-login-btn {
  width: 100%;
  background-color: #f534bf;
  color: white;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  position: relative;
  overflow: hidden;
}

.review-login-btn:hover {
  background-color: rgba(245, 52, 191, 0.9);
  transform: scale(1.02);
}

.review-login-btn-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.review-help-section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.review-help-btn {
  color: #a3a3a3;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.3s ease;
}

.review-help-btn:hover {
  color: #f534bf;
}

/* Animations */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(245, 52, 191, 0.3); }
  50% { box-shadow: 0 0 40px rgba(245, 52, 191, 0.6); }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .review-popup {
    /* margin: 1rem; */
    max-width: calc(100vw - 2rem);
    max-height: 100%;
    overflow-y: auto;
  }
} 
.interests-screen {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f0f0f 0%, #171717 50%, #0f0f0f 100%);
  color: white;
  overflow-x: hidden;
  position: relative;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .interests-screen {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: #1f2937;
}

.interests-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: rgba(23, 23, 23, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.light-mode .interests-header {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.interests-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  height: 60px;
}

.interests-title{
      width: 300px;
    display: flex
;
    justify-content: center;
    margin-right: 8px;
}
.interests-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.interests-back-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: scale(1.05);
}

.interests-back-btn:active {
  transform: scale(0.95);
}

.light-mode .interests-back-btn {
  color: #374151;
}

.light-mode .interests-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.interests-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  transition: all 0.3s ease;
}

.light-mode .interests-title {
  color: #1f2937;
  text-shadow: none;
}

.interests-header-spacer {
  width: 3rem;
  height: 3rem;
}

.interests-main {
  padding-top: 1rem;
  padding-bottom: 8rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #171717;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  transition: all 0.3s ease;
}

.light-mode .interests-main {
  background: #f8fafc;
}

.interests-container {
  position: relative;
  z-index: 10;
  max-width: 24rem;
  margin: 0 auto;
  margin-top:3rem;

}

.interests-welcome {
  margin-bottom: 1rem;
}

.interests-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.interests-icon > div {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f534bf, rgba(245, 52, 191, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 6s ease-in-out infinite;
}

.interests-icon i {
  color: white;
  font-size: 1.5rem;
}

.interests-description {
  color: #d1d5db;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.625;
  transition: all 0.3s ease;
}

.light-mode .interests-description {
  color: #6b7280;
}

.interests-divider {
  width: 5rem;
  height: 0.375rem;
  background: linear-gradient(90deg, #f534bf, rgba(245, 52, 191, 0.8), rgba(245, 52, 191, 0.4));
  margin: 1rem auto 0;
  border-radius: 9999px;
}

/* .interests-search {
  margin-bottom: 1rem;
} */

.interests-search-container {
  position: relative;
  margin-bottom: 1rem;
}

.interests-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.interests-search-input {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1a1a1a;
  color: white;
  border-radius: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.interests-search-input::placeholder {
  color: #9ca3af;
}

.interests-search-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.interests-search-input:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.light-mode .interests-search-input {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
}

.light-mode .interests-search-input::placeholder {
  color: #9ca3af;
}

.light-mode .interests-search-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .interests-search-input:hover {
  border-color: #9ca3af;
}

/* .interests-selected-section {
  margin-bottom: 2.5rem;
} */

.interests-selected-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  /* margin-bottom: 1.25rem; */
  transition: all 0.3s ease;
}

.light-mode .interests-selected-title {
  color: #374151;
}

.interests-selected-container {
  display: flex;
  flex-wrap: nowrap; /* Change from wrap to nowrap */
  gap: 0.75rem;
  min-height: 5rem;
  align-items: flex-start;
  padding: 1.25rem;
  /* border-radius: 1rem; */
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
  /* background: linear-gradient(135deg, #1a1a1a, #1e1e1e); */
  overflow-x: auto; /* Enable horizontal scrolling */
  padding-bottom: 0px; /* Add some padding for the scrollbar */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  padding-left: 0px;
}

.interests-selected-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, Opera */
}

.interests-empty-state {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  transition: all 0.3s ease;
}

.light-mode .interests-empty-state {
  color: #9ca3af;
}

.interests-selected-tag {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.1), rgba(245, 52, 191, 0.05)) !important;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 9999px;
  padding: 0rem 0.525rem;
  border: 1px solid rgba(245, 52, 191, 0.3);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.light-mode .interests-selected-tag {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.4), rgba(245, 52, 191, 0.25));
  border: 1px solid rgba(245, 52, 191, 0.5);
  box-shadow: 0 4px 6px rgba(245, 52, 191, 0.15);
}

.interests-selected-tag:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.light-mode .interests-selected-tag:hover {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.5), rgba(245, 52, 191, 0.35));
  border: 1px solid rgba(245, 52, 191, 0.6);
  box-shadow: 0 8px 25px rgba(245, 52, 191, 0.25);
}

.interests-selected-tag-text {
  font-size: 0.875rem;
  color: white;
  /* margin-right: 0.5rem; */
  font-weight: 500;
}

.light-mode .interests-selected-tag-text {
  color: #1f2937;
}

.interests-selected-tag-remove {
  color: #d1d5db;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.interests-selected-tag-remove:hover {
  color: white;
  transform: scale(1.1);
}

.light-mode .interests-selected-tag-remove {
  color: #6b7280;
}

.light-mode .interests-selected-tag-remove:hover {
  color: #1f2937;
  transform: scale(1.1);
}

.interests-categories {
  margin-bottom: 2rem;
}

.interests-category-buttons {
  display: flex;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  padding: 0.25rem 0;
  gap: 0.75rem;
}

.interests-category-buttons::-webkit-scrollbar {
  display: none;
}

.interests-category-btn {
  padding: 0.5rem ;
  border-radius: 9999px;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.interests-category-btn.active {
  background: linear-gradient(90deg, #f534bf, #f534bf, rgba(245, 52, 191, 0.9));
  color: white;
}

.interests-category-btn.active:hover {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.05);
}

.interests-category-btn:not(.active) {
  background: #1a1a1a;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
}

.interests-category-btn:not(.active):hover {
  border-color: rgba(245, 52, 191, 0.4);
  background: #1a1a1a;
}

.light-mode .interests-category-btn:not(.active) {
  background: #ffffff;
  color: #374151;
  border: 1px solid #d1d5db;
}

.light-mode .interests-category-btn:not(.active):hover {
  border-color: rgba(245, 52, 191, 0.4);
  background: #f9fafb;
}

.interests-tags-list {
  margin-bottom: 2.5rem;
}

.interests-tags-section {
  margin-bottom: 2.5rem;
}

.interests-section-title {
  font-size: 1.25rem;
  color: white;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  transition: all 0.3s ease;
}

.light-mode .interests-section-title {
  color: #1f2937;
}

.interests-tags-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.interests-tag-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
  background: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.interests-tag-card:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background: linear-gradient(145deg, #1e1e1e, #242424);
  box-shadow: 0 8px 32px rgba(245, 52, 191, 0.15);
}

.interests-tag-card.selected {
  border: 2px solid #f534bf;
}

.interests-tag-name {
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.light-mode .interests-tag-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.light-mode .interests-tag-card:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background: #f9fafb;
  box-shadow: 0 8px 32px rgba(245, 52, 191, 0.15);
}

.light-mode .interests-tag-name {
  color: #374151;
}

.interests-tag-checkbox {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.interests-tag-checkbox::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f534bf, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.interests-tag-card:hover .interests-tag-checkbox::before {
  opacity: 0.3;
}

.interests-checkbox-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: #f534bf;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.interests-checkbox-dot.visible {
  opacity: 1;
}

.interests-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #0f0f0f;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  z-index: 50;
  transition: all 0.3s ease;
}

.light-mode .interests-footer {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.interests-back-footer-btn {
  padding: 0.75rem 1.5rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: #1a1a1a;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.interests-back-footer-btn:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background: #1e1e1e;
  transform: scale(1.05);
}

.interests-back-footer-btn:active {
  transform: scale(0.95);
}

.light-mode .interests-back-footer-btn {
  color: #374151;
  border: 1px solid #d1d5db;
  background: #ffffff;
}

.light-mode .interests-back-footer-btn:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background: #f9fafb;
}

/* Removed skip button styles */

/* Animations */
@keyframes float {
  0%, 100% { 
    transform: translateY(0px); 
  }
  50% { 
    transform: translateY(-10px); 
  }
}

.floating-animation {
  animation: float 6s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 730px) {
.interests-main{
  padding-top: 2rem;
}
}


/* Loading State */
.interests-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #ffffff;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
}

.light-mode .interests-loading {
  color: #1f2937;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(245, 52, 191, 0.3);
  border-top: 3px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Disabled state for cards when max selections reached */
.interests-tag-card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.interests-tag-card.disabled:hover {
  background: rgba(55, 65, 81, 0.5);
  border-color: #4b5563;
  transform: none;
}

/* Updated footer with single continue button */
.interests-footer-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.interests-continue-btn {
  background: linear-gradient(135deg, #f534bf 0%);
  color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
}

.interests-continue-btn:hover {
  background: linear-gradient(135deg, #e91e8c 0%);
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(245, 52, 191, 0.3);
}

.interests-continue-btn:active {
  transform: translateY(0);
}

.interests-continue-btn:disabled {
  background: linear-gradient(135deg, #6b7280 0%, #6b7280 100%);
  color: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.interests-continue-btn:disabled:hover {
  background: linear-gradient(135deg, #6b7280 0%, #6b7280 100%);
  transform: none;
  box-shadow: none;
}

/* Custom Button Styles */
.interests-custom-btn {
  padding: 0.5rem 1.5rem;
  color: white;
  border: 1px solid rgba(245, 52, 191, 0.4);
  border-radius: 0.5rem;
  background: transparent;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.interests-custom-btn:hover {
  border-color: #f534bf;
  background: rgba(245, 52, 191, 0.1);
  transform: scale(1.05);
}

.interests-custom-btn:active {
  transform: scale(0.95);
}

.light-mode .interests-custom-btn {
  color: #1f2937;
  border: 1px solid rgba(245, 52, 191, 0.4);
  background: transparent;
}

.light-mode .interests-custom-btn:hover {
  border-color: #f534bf;
  background: rgba(245, 52, 191, 0.1);
}

/* Responsive adjustments */
@media (max-width: 640px) {

  
  .interests-footer-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .interests-continue-btn {
    width: 100%;
  }
}

.subscriber-register-screen {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #171717 0%, #171717 50%, #171717 100%);
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 844px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .subscriber-register-screen {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
}

/* Animated Background Elements */
.subscriber-register-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.subscriber-register-bg-blur-1 {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.15), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: float 6s ease-in-out infinite;
}

.subscriber-register-bg-blur-2 {
  position: absolute;
  bottom: 10rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: linear-gradient(270deg, rgba(245, 52, 191, 0.1), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: float 6s ease-in-out infinite;
  animation-delay: -3s;
}

.subscriber-register-bg-blur-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.05), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: float 6s ease-in-out infinite;
  animation-delay: -1.5s;
}

/* Header */
.subscriber-register-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 50;
  border-bottom: 1px solid rgba(64, 64, 64, 0.5);
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-header {
  background: rgba(255, 255, 255, 0.95);
  color: #1f2937;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.subscriber-register-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.subscriber-register-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.subscriber-register-back-btn:hover {
  background: rgba(41, 41, 41, 0.7);
  transform: scale(1.05);
}

.light-mode .subscriber-register-back-btn {
  color: #374151;
}

.light-mode .subscriber-register-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.subscriber-register-title {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  font-weight: 600;
    width: 345px;
    display: flex
;
    justify-content: center;
    margin-right: 30px;
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-title {
  color: #1f2937;
  text-shadow: none;
}

.subscriber-register-header-spacer {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Content */
.subscriber-register-main {
  flex: 1 1;
  overflow-y: auto;
  /* padding-top: 1rem; */
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}

.subscriber-register-container {
  margin-bottom: 2rem;
  /* padding-top: 3rem; */
  position: relative;
  z-index: 10;
}

.subscriber-register-welcome {
  margin-bottom: 2rem;
  padding-top: 3rem;
  text-align: center;
}

.subscriber-register-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #f534bf, #f534bf);
  margin-bottom: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.subscriber-register-icon i {
  color: white;
  font-size: 1.5rem;
}

.subscriber-register-heading {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0.9));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  transition: all 0.3s ease;
}

.subscriber-register-description {
  color: #d1d5db;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.625;
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-heading {
  background: linear-gradient(90deg, #1f2937, #374151);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-mode .subscriber-register-description {
  color: #6b7280;
}

/* Form */
.subscriber-register-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}

.subscriber-register-name-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.subscriber-register-name-grid {
  display: contents;
}

.subscriber-register-field {
  display: flex;
  flex-direction: column;
}

.subscriber-register-label {
  display: block;
  font-size: 0.875rem;
  color: white;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  transition: all 0.3s ease;
}

.subscriber-register-label-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-label {
  color: #374151;
}

.light-mode .subscriber-register-label-icon {
  color: #6b7280;
}

.subscriber-register-input-container {
  position: relative;
}

.subscriber-register-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #292929, #292929);
  color: white;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.subscriber-register-input::placeholder {
  color: #9ca3af;
}

.subscriber-register-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .subscriber-register-input {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .subscriber-register-input::placeholder {
  color: #9ca3af;
}

.light-mode .subscriber-register-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

/* Fix autofill background in light mode for all inputs */
.light-mode .subscriber-register-input:-webkit-autofill,
.light-mode .subscriber-register-input:-webkit-autofill:hover,
.light-mode .subscriber-register-input:-webkit-autofill:focus,
.light-mode .subscriber-register-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #1f2937 !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
}

.subscriber-register-password-input {
  padding-right: 3rem;
}

.subscriber-register-password-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 0.75rem;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.3s ease;
}

.subscriber-register-password-toggle:hover {
  color: #f534bf;
}

.subscriber-register-shimmer {
  position: absolute;
  inset: 0;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.1), transparent);
  background-size: 200% 100%;
  opacity: 0;
  /* transition: opacity 0.3s ease; */
  pointer-events: none;
  /* animation: shimmer 2s infinite; */
}

.subscriber-register-input-container:hover .subscriber-register-shimmer {
  opacity: 0.3;
}

.subscriber-register-password-info {
  /* background: rgba(41, 41, 41, 0.8);
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3); */
  margin-top: 0.5rem;
}

.subscriber-register-password-text {
  font-size: 0.75rem;
  color: #d1d5db;
  display: flex;
  gap:10px;
  align-items: center;
}

.subscriber-register-password-text i {
  color: #a3a3a3;
  margin-right: 0.5rem;
}

.subscriber-register-city-input {
  padding-left: 2.5rem;
}

.subscriber-register-city-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 0.75rem;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.subscriber-register-city-icon i {
  color: #9ca3af;
}

.subscriber-register-location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.subscriber-register-terms-section {
  background: rgba(41, 41, 41, 0.8);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-terms-section {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e5e7eb;
}

.subscriber-register-terms-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.subscriber-register-checkbox-container {
  display: flex;
  align-items: center;
  height: 1.25rem;
  margin-top: 0.25rem;
}

.subscriber-register-checkbox {
  height: 1rem;
  width: 1rem;
  color: #f534bf;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.25rem;
  background: transparent;
}

.subscriber-register-checkbox:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.subscriber-register-terms-text {
  font-size: 0.875rem;
}

.subscriber-register-terms-label {
  color: #e5e7eb;
  cursor: pointer;
  line-height: 1.625;
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-terms-label {
  color: #374151;
}

.subscriber-register-terms-link {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.subscriber-register-terms-link:hover {
  color: rgba(245, 52, 191, 0.8);
}

.subscriber-register-submit-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f534bf, #f534bf, #f534bf);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.subscriber-register-submit-btn:hover {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
}

.subscriber-register-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: scale(1);
}

.subscriber-register-submit-text {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.subscriber-register-submit-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.4), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

.subscriber-register-login-section {
  text-align: center;
  margin-top: 1.5rem;
}

.subscriber-register-login-container {
  background: rgba(41, 41, 41, 0.5);
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  transition: all 0.3s ease;
}

.subscriber-register-login-text {
  font-size: 0.875rem;
  color: #d1d5db;
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-login-container {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #e5e7eb;
}

.light-mode .subscriber-register-login-text {
  color: #6b7280;
}

.subscriber-register-login-link {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.subscriber-register-login-link:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Animations */
@keyframes float {
  0%, 100% { 
    transform: translateY(0px); 
  }
  50% { 
    transform: translateY(-10px); 
  }
}

@keyframes shimmer {
  0% { 
    background-position: -200% 0; 
  }
  100% { 
    background-position: 200% 0; 
  }
}

.floating-animation {
  animation: float 6s ease-in-out infinite;
}

/* Categories Preview */
.subscriber-register-categories-preview {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(245, 52, 191, 0.1);
  border: 1px solid rgba(245, 52, 191, 0.3);
  border-radius: 0.75rem;
  text-align: center;
}

.categories-preview-text {
  font-size: 0.875rem;
  color: #f534bf;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.categories-preview-text i {
  font-size: 0.75rem;
}

/* Input Validation States */
.subscriber-register-input.valid {
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.subscriber-register-input.invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.subscriber-register-input.checking {
  border-color: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
}

/* Validation Icons */
.subscriber-register-validation-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.75rem;
}

.subscriber-register-validation-icon.valid {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
}

.subscriber-register-validation-icon.invalid {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.subscriber-register-validation-icon.checking {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
}

/* Password input with validation icon */
.subscriber-register-password-input + .subscriber-register-validation-icon {
  right: 3rem;
}

/* Username Info Messages */
.subscriber-register-username-info {
  margin-top: 0.5rem;
}

.subscriber-register-error-text {
  font-size: 0.75rem;
  color: #ef4444;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.subscriber-register-success-text {
  font-size: 0.75rem;
  color: #10b981;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.subscriber-register-error-text i,
.subscriber-register-success-text i {
  font-size: 0.625rem;
}

/* Password Info States */
.subscriber-register-password-info.error .subscriber-register-password-text {
  color: #ef4444;
}

.subscriber-register-password-info.success .subscriber-register-password-text {
  color: #10b981;
}

/* Password Match Info */
.subscriber-register-password-match-info {
  margin-top: 0.5rem;
}

.subscriber-register-password-match-info.success .subscriber-register-success-text {
  color: #10b981;
}

/* Enhanced Submit Button States */
.subscriber-register-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: scale(1);
  background: linear-gradient(90deg, #6b7280, #6b7280);
}

.subscriber-register-submit-btn:disabled:hover {
  background: linear-gradient(90deg, #6b7280, #6b7280);
  transform: scale(1);
}

/* Google Places Autocomplete */
.subscriber-register-places-container {
  position: relative;
  width: 100%;
}

.subscriber-register-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(41, 41, 41, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(64, 64, 64, 0.5);
  border-radius: 0.75rem;
  margin-top: 0.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  max-height: 200px;
  overflow-y: auto;
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-autocomplete-dropdown {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d1d5db;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.subscriber-register-autocomplete-loading {
  padding: 0.75rem 1rem;
  color: #9ca3af;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.subscriber-register-suggestion {
  padding: 0.75rem 1rem;
  color: #e5e7eb;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(64, 64, 64, 0.3);
    background-color: rgba(41, 41, 41, 0.95); /* Add solid background */
  transition: background-color 0.2s ease; /* Smooth transition */
}

.light-mode .subscriber-register-suggestion {
  color: #374151;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e5e7eb;
}

.subscriber-register-suggestion:last-child {
  border-bottom: none;
}

.subscriber-register-suggestion-active {
  border-left: 4px solid #f534bf;
  padding-left: 0.75rem;
  color: #f534bf;
  background-color: rgba(245, 52, 191, 0.1); /* Active background color */
}

.subscriber-register-suggestion i {
  color: #9ca3af;
  font-size: 0.75rem;
  min-width: 12px;
}
.subscriber-register-suggestion-active i {
  color: #f534bf;
}

.subscriber-register-suggestion span {
  flex: 1 1;
  line-height: 1.4;
}

/* Hide autocomplete dropdown when no suggestions */
.subscriber-register-autocomplete-dropdown:empty {
  display: none;
}

/* Remove browser autocomplete styling */
.subscriber-register-input[aria-autocomplete] {
  -webkit-appearance: none;
  appearance: none;
}

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

/* Location Section Header */
.subscriber-register-location-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  /* padding: 0.75rem 1rem;
  background: rgba(41, 41, 41, 0.5);
  border-radius: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3); */
}

.subscriber-register-location-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #e5e7eb;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.light-mode .subscriber-register-location-title {
  color: #374151;
}

.subscriber-register-location-title i {
  color: #f534bf;
  font-size: 0.75rem;
}

.subscriber-register-clear-location-btn {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.5rem;
  color: #ef4444;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.subscriber-register-clear-location-btn:hover {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
}

.subscriber-register-clear-location-btn i {
  font-size: 0.625rem;
}

/* Auto-filled input states */
.subscriber-register-input.auto-filled {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.subscriber-register-input.auto-filled:read-only {
  cursor: not-allowed;
}

.subscriber-register-auto-filled-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  font-size: 0.75rem;
}
.subscriber-register-dropdown-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
  font-size: 0.75rem;
}
/* Toast Container Positioning */
.Toastify__toast-container {
  z-index: 9999;
}

.Toastify__toast--dark {
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(64, 64, 64, 0.3);
}
.password-toggle-btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.3s ease;
}

.password-toggle-btn.active {
  color: #f534bf;
}

.light-mode .password-toggle-btn {
  color: #6b7280;
}

.light-mode .password-toggle-btn.active {
  color: #f534bf;
}

/* Responsive Design */
@media (max-width: 640px) {
  .subscriber-register-main {
    padding-top: 1rem;
  }
}

@media (min-width: 768px) {
  .subscriber-register-screen {
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
  }
  
  /* .subscriber-register-container {
    padding-top: 2rem;
  } */
} 


.subscriber-register-location-section{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dark-mode main{
  background-color: #171717;
}
/* Reset and base styles */
* {
  font-family: 'Inter', sans-serif;
}

::-webkit-scrollbar {
  display: none;
}

html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Main container */
.email-verification-screen {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  background: linear-gradient(135deg, #171717 0%, #171717 50%, #171717 100%);
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 844px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .email-verification-screen {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
}

/* Animated Background Elements */
.email-verification-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.email-verification-bg-blur-1 {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.15), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: floating-animation 6s ease-in-out infinite;
}

.email-verification-bg-blur-2 {
  position: absolute;
  bottom: 10rem;
  right: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: linear-gradient(270deg, rgba(245, 52, 191, 0.1), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: floating-animation 6s ease-in-out infinite;
  animation-delay: -3s;
}

.email-verification-bg-blur-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.05), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: floating-animation 6s ease-in-out infinite;
  animation-delay: -1.5s;
}

/* Header */
.email-verification-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #171717;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 50;
  border-bottom: 1px solid #2a2a2a;
  transition: all 0.3s ease;
}

.light-mode .email-verification-header {
  background: rgba(255, 255, 255, 0.95);
  color: #1f2937;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.email-verification-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}
@media screen  and (max-width:480px){
  .email-verification-header-content{
    height: 60px !important;
  }
}
.email-verification-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}

.email-verification-back-btn:hover {
  background: #2a2a2a;
  transform: scale(1.05);
}

.light-mode .email-verification-back-btn {
  color: #374151;
}

.light-mode .email-verification-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.email-verification-back-btn svg {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.email-verification-title {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.light-mode .email-verification-title {
  color: #1f2937;
  text-shadow: none;
}

.email-verification-header-spacer {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Content */
.email-verification-main {
  flex: 1 1;
  overflow-y: auto;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}

.email-verification-container {
  margin-bottom: 2rem;
}
@media screen and (max-width:480px) {
  .email-verification-container{
    margin-top: -70px;
  }
}
/* Welcome Section */
.email-verification-welcome {
  margin-bottom: 2rem;
}

.email-verification-welcome .text-center {
  text-align: center;
  margin-bottom: 1.5rem;
}

.email-verification-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #f534bf, #f534bf);
  margin-bottom: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: floating-animation 6s ease-in-out infinite;
}

.email-verification-icon svg {
  color: white;
  width: 1.5rem;
  height: 1.5rem;
}

.email-verification-heading {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 400;
  transition: all 0.3s ease;
}

.email-verification-description {
  color: #d1d5db;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.625;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.light-mode .email-verification-heading {
  color: #1f2937;
}

.light-mode .email-verification-description {
  color: #6b7280;
}

/* Email Not Received Section */
.email-verification-not-received {
  background: #1a1a1a;
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.email-verification-not-received-title {
  color: white;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  transition: all 0.3s ease;
}

.email-verification-not-received-text {
  color: #d1d5db;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.light-mode .email-verification-not-received {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.light-mode .email-verification-not-received-title {
  color: #1f2937;
}

.light-mode .email-verification-not-received-text {
  color: #6b7280;
}

.email-verification-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Email Display */
.email-verification-email-display {
  background: #171717;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.light-mode .email-verification-email-display {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.email-verification-email-label {
  font-size: 0.875rem;
  /* color: #9ca3af; */
  margin-bottom: 0.25rem;
    color: #737373 !important;
  transition: all 0.3s ease;
}

.email-verification-email-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.email-verification-email-address {
  color: #737373 !important;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.email-verification-edit-btn {
  /* color: #f534bf; */
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 1rem;
    color: #ffffff;
}

.email-verification-edit-btn:hover {
  color: rgba(245, 52, 191, 0.8);
}

.light-mode .email-verification-email-label {
  color: #6b7280 !important;
}

.light-mode .email-verification-email-address {
  color: #374151 !important;
}

.light-mode .email-verification-edit-btn {
  color: #374151;
}

.light-mode .email-verification-edit-btn:hover {
  color: #f534bf;
}

.email-verification-email-time {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.email-verification-clock-icon {
  /* color: #f534bf; */
  margin-right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
    color: #737373;
  transition: all 0.3s ease;
}

.email-verification-email-time span {
  font-size: 0.75rem;
  /* color: #9ca3af; */
    color: #737373;
  transition: all 0.3s ease;
}

.light-mode .email-verification-clock-icon {
  color: #6b7280;
}

.light-mode .email-verification-email-time span {
  color: #6b7280;
}

/* Buttons */
.email-verification-resend-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f534bf, #f534bf, #f534bf);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.email-verification-resend-btn:hover:not(.disabled) {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
}

.email-verification-resend-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.email-verification-resend-text {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  gap: 10px;
}

.email-verification-resend-text i {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-verification-resend-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

.email-verification-login-btn {
  width: 100%;
  border: 2px solid #f534bf;
  color: #f534bf;
  background: transparent;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.email-verification-login-btn:hover {
  background: #f534bf;
  color: white;
  transform: scale(1.02);
}

.email-verification-login-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  gap: 10px;
}

.email-verification-login-text i {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Success Message */
.email-verification-success {
  background: #292929;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  transition: all 0.3s ease;
}

.light-mode .email-verification-success {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.email-verification-success-content {
  display: flex;
  align-items: flex-start;
}

.email-verification-success-icon {
  flex-shrink: 0;
}

.email-verification-success-icon i {
  color: #f534bf;
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-verification-success-text {
  margin-left: 0.75rem;
}

.email-verification-success-title {
  font-size: 0.875rem;
  color: white;
  margin: 0;
  transition: all 0.3s ease;
}

.email-verification-success-subtitle {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 0.25rem;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.light-mode .email-verification-success-title {
  color: #1f2937;
}

.light-mode .email-verification-success-subtitle {
  color: #6b7280;
}

/* Additional Help Section */
.email-verification-help {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.email-verification-help-item {
  background: rgba(41, 41, 41, 0.8);
  border-radius: 0.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  transition: all 0.3s ease;
}

.light-mode .email-verification-help-item {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e5e7eb;
}

.email-verification-help-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.email-verification-help-icon {
  /* color: #f534bf; */
  margin-right: 1rem;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
    color: #ffffff;
  transition: all 0.3s ease;
}

.email-verification-help-header h3 {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  transition: all 0.3s ease;
}

.email-verification-help-text {
  font-size: 0.875rem;
  color: #d1d5db;
  margin: 0;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.light-mode .email-verification-help-icon {
  color: #6b7280;
}

.light-mode .email-verification-help-header h3 {
  color: #1f2937;
}

.light-mode .email-verification-help-text {
  color: #6b7280;
}

.email-verification-help-text:last-child {
  margin-bottom: 0;
}

.email-verification-update-email-btn {
  color: #f534bf;
  font-size: 0.875rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 0;
}

.email-verification-update-email-btn:hover {
  color: rgba(245, 52, 191, 0.8);
}

.email-verification-update-icon {
  margin-right: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  color: #f534bf;
}

/* Contact Support */
.email-verification-support {
  margin-top: 2rem;
  text-align: center;
}

.email-verification-support-text {
  font-size: 0.875rem;
  /* color: #9ca3af; */
  margin-bottom: 0.75rem;
   color: #a3a3a3 !important;
  transition: all 0.3s ease;
}

.email-verification-support-btn {
  background: rgba(41, 41, 41, 0.8);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(64, 64, 64, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transform: scale(1);
}

.email-verification-support-btn:hover {
  background: rgba(64, 64, 64, 0.8);
  border-color: rgba(245, 52, 191, 0.4);
  transform: scale(1.05);
}

.light-mode .email-verification-support-text {
  color: #6b7280 !important;
}

.light-mode .email-verification-support-btn {
  background: rgba(255, 255, 255, 0.8);
  color: #374151;
  border: 1px solid #e5e7eb;
}

.light-mode .email-verification-support-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(245, 52, 191, 0.4);
}

.email-verification-support-icon {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: white;
}

/* Countdown Timer */
.email-verification-countdown {
  margin-top: 1.5rem;
  text-align: center;
}

.email-verification-countdown-text {
  font-size: 0.875rem;
  color: #9ca3af;
  transition: all 0.3s ease;
}

.email-verification-countdown-timer {
  color: #f534bf;
}

.email-verification-progress-container {
  width: 100%;
  background: #292929;
  border-radius: 9999px;
  height: 0.375rem;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
}

.light-mode .email-verification-countdown-text {
  color: #6b7280;
}

.light-mode .email-verification-progress-container {
  background: #e5e7eb;
}

.email-verification-progress-bar {
  background: #f534bf;
  height: 0.375rem;
  border-radius: 9999px;
  transition: width 1s ease;
}

/* Animations */
@keyframes floating-animation {
  0%, 100% { 
    transform: translateY(0px); 
  }
  50% { 
    transform: translateY(-10px); 
  }
}

@keyframes shimmer {
  0% { 
    background-position: -200% 0; 
  }
  100% { 
    background-position: 200% 0; 
  }
}

/* Toast Container Styling */
.Toastify__toast-container {
  top: 6rem !important;
}

.Toastify__toast--dark {
  background: #1a1a1a !important;
  border: 1px solid rgba(245, 52, 191, 0.3) !important;
}

.Toastify__toast--success {
  background: #1a1a1a !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

.Toastify__toast--error {
  /* background: #1a1a1a !important; */
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
}

.Toastify__progress-bar--success {
  background: #10b981 !important;
}

.Toastify__progress-bar--error {
  background: #ef4444 !important;
}

/* Responsive Design */
@media (max-width: 640px) {
  .email-verification-main {
    padding-top: 9rem;
  }
  
  .email-verification-screen {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .email-verification-screen {
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
  }
} 
:root {
  --clr-primary: #f334be;
  --progress-bar-width: 110px;
  --progress-bar-height: 110px;
}
p {
  margin-bottom: 0;
}

.referral-title {
  color: #f334be;
  color: var(--clr-primary);
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 0px;
}

.credit-bonus-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #f334be;
  border: 5px solid var(--clr-primary);
  border-radius: 50%;
  width: 110px;
  width: var(--progress-bar-width);
  height: 110px;
  height: var(--progress-bar-height);
  aspect-ratio: 1;
  padding: 14px;
}

.credit-bonus-circle__text {
  font-size: 2.75rem;
  display: flex;
  text-align: center;
  font-weight: bold;
  color: #f334be;
  color: var(--clr-primary);
}
.credit-bonus-circle__text span {
  font-size: 1rem;
  margin-right: 4px;
}

.current-bonus-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 110px;
  width: var(--progress-bar-width);
  height: 110px;
  height: var(--progress-bar-height);
  color: #f334be;
  color: var(--clr-primary);
  background: conic-gradient(#f334be 60deg, lightgrey 0deg);
  background: conic-gradient(var(--clr-primary) 60deg, lightgrey 0deg);
  transform: rotate(-180deg);
}

.current-bonus-circle__text {
  font-size: 2.25rem;
  display: flex;
  text-align: center;
  font-weight: bold;
  z-index: 10;
  transform: rotate(180deg);
}
.current-bonus-circle__text span {
  font-size: 1rem;
  margin-right: 4px;
}

.current-bonus-circle__container {
  position: relative;
}
.current-bonus-circle__amount {
  display: flex;
  align-items: center;
  justify-items: center;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 4px 16px;
  border-radius: 50%;
}
.inner-circle {
  position: absolute;
  width: calc(110px - 10px);
  width: calc(var(--progress-bar-width) - 10px);
  height: calc(110px - 10px);
  height: calc(var(--progress-bar-height) - 10px);
  border-radius: 50%;
  background-color: white;
}

.current-bonuses__container {
  /*display: grid;*/
}

@media screen and (min-width: 768px) {
  .current-bonuses__container {
    grid-template-columns: 1fr 1fr;
  }
}

.settings-tabs a {
  text-align: left;
}

.settings-tabs .nav-tabs-navigation {
  border-bottom: 0;
}

.settings-tabs .nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link.active:hover,
.nav-tabs .nav-item .nav-link.active:focus {
  background-color: transparent;
  /* border: 1px solid; */
  border-radius: 0 25px 25px 0;
  border-width: 1px 1px 1px 0;
}

.settings-tabs .nav-tabs .nav-item .nav-link.active:before,
.nav-tabs .nav-item .nav-link.active:hover:before,
.nav-tabs .nav-item .nav-link.active:focus:before {
  /* border-bottom: 11px solid #F1EAE0;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 40%;
    bottom: 6px; */
  display: none;
}

.settings-tabs .nav-tabs .nav-item .nav-link.active:after,
.nav-tabs .nav-item .nav-link.active:hover:after,
.nav-tabs .nav-item .nav-link.active:focus:after {
  /* border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    right: 40%;
    bottom: 5px; */
  display: none;
}

.settings-tabs .nav-tabs-navigation .nav > .nav-item > .nav-link {
  padding-bottom: 5px;
  padding-top: 5px;
}

.settings-content-tab h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.payout .settings-tabs .nav-tabs-navigation {
  text-align: left;
}

.payout .settings-tabs .nav-tabs-wrapper {
  margin-left: 0;
}

.payout .settings-tabs .nav-tabs-navigation .nav > .nav-item > .nav-link {
  padding-left: 0;
}

.settings-table th {
  color: #66615b;
  font-weight: 500;
  text-align: left;
}

.settings-table td {
  text-align: left;
}

.settings-tabs .nav-tabs-navigation {
  text-align: left;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .transfer-fee {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 414px) {
  .table td,
  .table th {
    padding: 0.25rem;
  }
}

.account-icons {
  padding-top : 20px;
  display: flex;
  max-width: 310px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 40px;
  cursor: pointer;
}
.account-icons i {
  font-size: 30px;
  color: #66615b;
}
.account-icons i:hover,
.account-icons i.active {
  color: #f334be;
}

@media screen and (min-width: 991px) {
  .account-icons {
    display: none;
  }
}

/* Earnings Statistics as Collapsible List */
.earnings-accordion-item {
  border: #dadada solid 1px;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 10px;
}

.earnings-body {
  padding: 30px 0px 10px 0px;
}
.earnings-accordion-item .entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-header {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #a49e93;
}
.dot {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: var(--clr-primary);
}
/* 
.fa-credit-card {
  color: #6c757d;
}
.fa-credit-card.active {
  color: #F334BE;
} */

/* Removed wallet-specific color styling to match other icons */

/* Removed disabled form control styling to allow custom styling in edit card modal */

/* Confirm Email Page Styles */
.confirm-email-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: linear-gradient(to bottom right, #171717, #171717, #171717);
  color: white;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

/* Header Styles */
.confirm-email-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(64, 64, 64, 0.5);
  z-index: 50;
  transition: all 0.3s ease;
}

.confirm-email-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  height: 60px;
}

.confirm-email-logo img {
  height: 30px;
  width: auto;
}

/* Main Content */
.confirm-email-main {
  /* background: linear-gradient(to bottom right, #171717, #171717, #171717); */
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  padding-top: 6rem;
}

.confirm-email-container {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.confirm-email-card {
  background: rgba(41, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
  border: 1px solid rgba(245, 52, 191, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

/* Loading State */
.confirm-email-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin: 0;
  background: linear-gradient(to right, #f534bf, #e91e63);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.loading-subtitle {
  font-size: 1rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.5;
}

/* Success State */
.confirm-email-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.success-icon i {
  font-size: 2.5rem;
  color: white;
}

.success-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  margin: 0;
  background: linear-gradient(to right, #f534bf, #e91e63);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.success-subtitle {
  font-size: 1rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.6;
  max-width: 300px;
}

/* Error State */
.confirm-email-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.error-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.3);
}

.error-icon i {
  font-size: 2.5rem;
  color: white;
}

.error-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  margin: 0;
  background: linear-gradient(to right, #ef4444, #dc2626);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.error-subtitle {
  font-size: 1rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.6;
  max-width: 300px;
}

/* Buttons */
.login-button {
  background: linear-gradient(135deg, #f534bf, #e91e63);
  color: white;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(245, 52, 191, 0.3);
  width: 100%;
  max-width: 280px;
}

.login-button:hover {
  background: linear-gradient(135deg, #e91e63, #c2185b);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 52, 191, 0.4);
}

.login-button.primary {
  background: linear-gradient(135deg, #f534bf, #e91e63);
}

.retry-button {
  background: transparent;
  color: #f534bf;
  border: 2px solid #f534bf;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 280px;
  margin-bottom: 1rem;
}

.retry-button:hover {
  background: #f534bf;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 52, 191, 0.3);
}

/* Light Mode Styles */
.light-mode.confirm-email-page {
  background: linear-gradient(to bottom right, #ffffff, #f8fafc, #ffffff) !important;
}

.light-mode .confirm-email-header {
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(24px) !important;
          backdrop-filter: blur(24px) !important;
  color: #1f2937 !important;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5) !important;
}

.light-mode .confirm-email-card {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(229, 231, 235, 0.5) !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .loading-title {
  background: linear-gradient(to right, #1f2937, #374151) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.light-mode .loading-subtitle {
  color: #6b7280 !important;
}

.light-mode .success-title {
  background: linear-gradient(to right, #1f2937, #374151) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.light-mode .success-subtitle {
  color: #6b7280 !important;
}

.light-mode .error-title {
  background: linear-gradient(to right, #1f2937, #374151) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.light-mode .error-subtitle {
  color: #6b7280 !important;
}

.light-mode .login-button {
  background: linear-gradient(135deg, #f534bf, #e91e63) !important;
  box-shadow: 0 4px 15px rgba(245, 52, 191, 0.2) !important;
}

.light-mode .retry-button {
  color: #f534bf !important;
  border-color: #f534bf !important;
}

.light-mode .retry-button:hover {
  background: #f534bf !important;
  color: white !important;
}

/* Responsive Design */
@media (max-width: 480px) {
  .confirm-email-main {
    padding: 1rem;
    padding-top: 5rem;
  }
  
  .confirm-email-card {
    padding: 2rem 1.5rem;
  }
  
  .success-title,
  .error-title,
  .loading-title {
    font-size: 1.5rem;
  }
  
  .success-subtitle,
  .error-subtitle,
  .loading-subtitle {
    font-size: 0.9rem;
  }
  
  .success-icon,
  .error-icon {
    width: 60px;
    height: 60px;
  }
  
  .success-icon i,
  .error-icon i {
    font-size: 2rem;
  }
}

.modal-dialog.edit-profile-picure-modal .modal-body {
  max-height: 70vh;
}

.modal-dialog.edit-profile-picure-modal .modal-content {
  height: 100%;
}

.modal-dialog.edit-profile-picure-modal .dropzone {
  text-align: center;
}

.modal-dialog.edit-profile-picure-modal .dzu-dropzone {
  width: 100%;
  min-height: 250px;
  height: 100%;
  overflow: auto;
  border: 0;
}

.modal-dialog.edit-profile-picure-modal .dzu-dropzone .fa {
  display: inline;
  font-size: 45px;
}
.modal-dialog.edit-profile-picure-modal .dzu-dropzone p {
  margin-top: 20px;
}

.modal-dialog.edit-profile-picure-modal .dzu-inputLabel {
  color: #6c757d;
}

.modal-dialog.edit-profile-picure-modal .dzu-submitButton {
  background-color: #f334be;
  border-color: #f334be;
  width: 100%;
  border-radius: 30px;
  padding: 9px 14px;
  text-transform: uppercase;
}
.modal-dialog.edit-profile-picure-modal .dzu-submitButton:hover {
  background-color: black;
  border-color: black;
}

.modal-dialog.edit-profile-picure-modal .dzu-submitButtonContainer {
  width: 100%;
}

.modal-dialog.edit-profile-picure-modal .dzu-previewContainer {
  padding: 40px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 50%;
  height: 450px;
  z-index: 1;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}

.modal-dialog.edit-profile-picure-modal .dzu-previewImage {
  width: auto;
  max-height: 200px;
  width: 50%;
  height: auto;
  max-width: 300px;
  border-radius: 4px;
  object-fit: cover;
}
.modal-dialog.edit-profile-picure-modal .dzu-previewImage {
  width: auto;
  max-height: 100px;
  width: 33%;
  height: auto;
  max-width: 150px;
  border-radius: 4px;
  object-fit: cover;
}
.modal-dialog.edit-profile-picure-modal .dzu-previewContainer {
  padding: 20px 3%;
  width: 100%;
  min-height: 120px;
  height: auto;
}

.modal-dialog.edit-profile-picure-modal .modal-body {
  max-height: 60vh;
}

@media (min-width: 576px) {
  .modal-dialog.edit-profile-picure-modal {
    width: 50%;
    max-width: 800px;
    margin: 0 auto;
    max-height: 500px;
  }
  .modal-dialog.edit-profile-picure-modal.upload-content {
    width: 60%;
    max-width: 900px;
  }
  .modal-dialog.edit-profile-picure-modal .dzu-dropzone {
    width: 100%;
    min-height: 250px;

    max-height: 350px;
    overflow: auto;
    border: 0;
    overflow-y: scroll;
  }
}

.delete-picture-btn {
  margin-left: 11px;
}

@media (max-width: 410px) {
  .delete-picture-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Creator Feed Grid Styles */
.creator-feed-grid {
  padding: 0.75rem;
  background-color: #1a1a1a;
}

.creator-feed-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.creator-feed-item {
  aspect-ratio: 1;
  position: relative;
  overflow: visible;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.creator-feed-item.disabled {
  opacity: 0.3;
  pointer-events: none;
  filter: grayscale(100%);
}

/* Backdrop overlay when dropdown is open */
.creator-feed-grid.has-open-dropdown::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99998;
  pointer-events: none;
}

.creator-feed-item:hover {
  opacity: 0.8;
}

.creator-feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-feed-fire-icon {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #f97316;
  font-size: 1.125rem;
  z-index: 10;
}

.creator-feed-menu-container {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 20;
}

.creator-feed-menu-trigger {
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, rgba(243, 52, 190, 0.6), rgba(243, 52, 190, 0.4));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(243, 52, 190, 0.2);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(243, 52, 190, 0.2);
  position: relative;
  overflow: hidden;
}

.creator-feed-menu-trigger::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.creator-feed-menu-trigger:hover {
  background: linear-gradient(135deg, rgba(243, 52, 190, 0.8), rgba(243, 52, 190, 0.6));
  border-color: rgba(243, 52, 190, 0.4);
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(243, 52, 190, 0.3);
}

.creator-feed-menu-trigger:hover::before {
  opacity: 1;
}

.creator-feed-menu-trigger:active {
  transform: scale(0.95);
  transition: transform 0.1s ease;
}

.creator-feed-menu-trigger i,
.creator-feed-menu-trigger .fa,
.creator-feed-menu-trigger .fa-solid,
.creator-feed-menu-trigger .fa-ellipsis-vertical {
  color: white !important;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.creator-feed-menu-trigger:hover i,
.creator-feed-menu-trigger:hover .fa,
.creator-feed-menu-trigger:hover .fa-solid,
.creator-feed-menu-trigger:hover .fa-ellipsis-vertical {
  color: white !important;
  transform: scale(1.1);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.creator-feed-dropdown {
  position: absolute;
  top: 2rem;
  right: 0;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 0.75rem;
  border: 1px solid #404040;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 12rem;
  display: none;
  z-index: 1000;
  min-width: 12rem;
}

/* Adjust dropdown position for leftmost items */
.creator-feed-item:nth-child(3n+1) .creator-feed-dropdown {
  right: auto;
  left: 0;
}

/* Adjust dropdown position for middle items if needed */
.creator-feed-item:nth-child(3n+2) .creator-feed-dropdown {
  right: 0;
  left: auto;
}

/* Adjust dropdown position for rightmost items */
.creator-feed-item:nth-child(3n) .creator-feed-dropdown {
  right: 0;
  left: auto;
}

.creator-feed-dropdown.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.creator-feed-dropdown-item {
  width: 100%;
  padding: 0.75rem 1rem;
  text-align: left;
  color: white;
  font-size: 0.875rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.creator-feed-dropdown-item:hover {
  background-color: rgba(243, 52, 190, 0.1);
  color: #f334be;
}

.creator-feed-dropdown-item.delete:hover {
  background-color: rgba(239, 68, 68, 0.1);
  color: #fca5a5;
}

.creator-feed-dropdown-item i {
  font-size: 0.875rem;
}

.creator-feed-dropdown-item.delete {
  color: #f87171;
}

.creator-feed-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.creator-feed-lock-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-feed-lock-badge {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-feed-lock-badge i {
  color: #f334be;
  font-size: 0.875rem;
}

.creator-feed-stats {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}

.creator-feed-stats-content {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: white;
}

.creator-feed-stats-content i {
  font-size: 0.75rem;
}

.creator-feed-hover-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(243, 52, 190, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
}

.creator-feed-item:hover .creator-feed-hover-overlay {
  opacity: 1;
}

/* Loading State */
.creator-feed-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
  min-height: 200px;
}

.creator-feed-loading h5 {
  margin-top: 1rem;
  color: #a1a1aa;
  font-size: 1rem;
  font-weight: 500;
}

.creator-feed-loading.dark-mode h5 {
  color: #71717a;
}

.creator-feed-loading.light-mode h5 {
  color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* .creator-feed-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  } */
  
  .creator-feed-grid {
    padding: 0.5rem;
  }
}

@media (max-width: 480px) {
  /* .creator-feed-grid-container {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  } */
}

.modal-dialog.edit-profile-picure-modal .modal-body {
  max-height: 70vh;
}

.modal-dialog.edit-profile-picure-modal .modal-content {
  height: 100%;
}

.modal-dialog.edit-profile-picure-modal .dropzone {
  text-align: center;
}

.modal-dialog.edit-profile-picure-modal .dzu-dropzone {
  width: 100%;
  min-height: 250px;
  height: 100%;
  overflow: auto;
  border: 0;
}

.modal-dialog.edit-profile-picure-modal .dzu-dropzone .fa {
  display: inline;
  font-size: 45px;
}
.modal-dialog.edit-profile-picure-modal .dzu-dropzone p {
  margin-top: 20px;
}

.modal-dialog.edit-profile-picure-modal .dzu-inputLabel {
  color: #6c757d;
}

.modal-dialog.edit-profile-picure-modal .dzu-submitButton {
  background-color: #f334be;
  border-color: #f334be;
  width: 100%;
  border-radius: 30px;
  padding: 9px 14px;
  text-transform: uppercase;
}
.modal-dialog.edit-profile-picure-modal .dzu-submitButton:hover {
  background-color: black;
  border-color: black;
}

.modal-dialog.edit-profile-picure-modal .dzu-submitButtonContainer {
  width: 100%;
}

.modal-dialog.edit-profile-picure-modal .dzu-previewContainer {
  padding: 40px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 50%;
  height: 450px;
  z-index: 1;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}

.modal-dialog.edit-profile-picure-modal .dzu-previewImage {
  width: auto;
  max-height: 200px;
  width: 50%;
  height: auto;
  max-width: 300px;
  border-radius: 4px;
  object-fit: cover;
}
.modal-dialog.edit-profile-picure-modal .dzu-previewImage {
  width: auto;
  max-height: 100px;
  width: 33%;
  height: auto;
  max-width: 150px;
  border-radius: 4px;
  object-fit: cover;
}
.modal-dialog.edit-profile-picure-modal .dzu-previewContainer {
  padding: 20px 3%;
  width: 100%;
  min-height: 120px;
  height: auto;
}

.modal-dialog.edit-profile-picure-modal .modal-body {
  max-height: 60vh;
}

@media (min-width: 576px) {
  .modal-dialog.edit-profile-picure-modal {
    width: 50%;
    max-width: 800px;
    margin: 0 auto;
    max-height: 500px;
  }
  .modal-dialog.edit-profile-picure-modal.upload-content {
    width: 60%;
    max-width: 900px;
  }
  .modal-dialog.edit-profile-picure-modal .dzu-dropzone {
    width: 100%;
    min-height: 250px;

    max-height: 350px;
    overflow: auto;
    border: 0;
    overflow-y: scroll;
  }
}

/* Subscriber Edit Profile Modal Styles */
.subscriber-edit-profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 50;
}

.subscriber-edit-profile-modal {
  background: rgba(38,38,38,0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  /* border: 1px solid rgba(245, 52, 191, 0.2); */
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 24rem;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
  max-height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.subscriber-edit-profile-content {
  padding: 0.75rem;
  flex: 1 1;
      background: rgba(38, 38, 38, 0.5);
  overflow-y: auto;
}

.subscriber-edit-profile-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

.subscriber-edit-profile-sections {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.subscriber-edit-section {
  background-color: rgba(64, 64, 64, 0.5);
  border-radius: 0.75rem;
  padding: 1rem;
}

.subscriber-edit-section-description {
  color: #737373 !important;
  font-size: 0.85rem !important;
  margin-bottom: 0.75rem;
}

.subscriber-edit-section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.subscriber-edit-section-icon {
  color: #f534bf;
  font-size: 1.125rem;
}

.subscriber-edit-section-icon.amazon-icon {
  color: #FF9900;
}

.subscriber-edit-section-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem !important;
}

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

.subscriber-edit-form-group:last-child {
  margin-bottom: 0;
}

.subscriber-edit-label {
  display: block;
  color: #d4d4d8 !important;
  font-size: 0.92rem !important;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* Subscription Price Input */
.subscriber-edit-price-input {
  width: 100%;
  background-color: #404040;
  color: #737373 !important;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: 0.95rem;
  border: none;
  margin-bottom: 0.5rem;
}

.subscriber-edit-price-input:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.subscriber-edit-price-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.subscriber-edit-price-text {
  color: #49de80 !important;
  font-size: 0.85rem  !important;
}

.subscriber-edit-price-note {
  color: #737373 !important;
  font-size: 0.85rem !important;
}

/* Campaign Description */
.subscriber-edit-campaign-description {
  color: #737373 !important;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.subscriber-edit-campaign-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Button Groups */
.subscriber-edit-button-group {
  display: flex;
  gap: 0.5rem;
}

.subscriber-edit-option-button {
  flex: 1 1;
  background-color: #404040;
  color: #d4d4d8;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscriber-edit-option-button.active {
  background-color: #f534bf;
  color: #ffffff;
}

.subscriber-edit-option-button:hover {
  background-color: #525252;
}

.subscriber-edit-option-button.active:hover {
  background-color: #f534bf;
}

/* Row Layout */
.subscriber-edit-row {
  display: flex;
  gap: 0.75rem;
}

.subscriber-edit-row .subscriber-edit-form-group {
  flex: 1 1;
}

/* Select Inputs */
.subscriber-edit-select {
  width: 100%;
  background-color: #404040;
  color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
}

.subscriber-edit-select:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

/* Toggle Switch */
/* .subscriber-edit-toggle-group {
  margin-bottom: 1rem;
} */

.subscriber-edit-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.subscriber-edit-toggle-label {
  color: #d4d4d8;
  font-size: 0.875rem;
}

.subscriber-edit-toggle {
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 1.5rem;
}

.subscriber-edit-toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.subscriber-edit-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #404040;
  transition: 0.3s;
  border-radius: 1.5rem;
}

.subscriber-edit-toggle-slider:before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 0.125rem;
  bottom: 0.125rem;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.subscriber-edit-toggle-input:checked + .subscriber-edit-toggle-slider {
  background-color: #f534bf;
}

.subscriber-edit-toggle-input:checked + .subscriber-edit-toggle-slider:before {
  transform: translateX(1.25rem);
}

.subscriber-edit-toggle-text {
  color: #737373;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

/* Subscriber Type Buttons */
.subscriber-edit-subscriber-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.subscriber-edit-subscriber-button {
  width: 100%;
  background-color: #404040;
  color: #d4d4d8;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscriber-edit-subscriber-button.active {
  background-color: #f534bf;
  color: #ffffff;
}

.subscriber-edit-subscriber-button:hover {
  background-color: #525252;
}

.subscriber-edit-subscriber-button.active:hover {
  background-color: #f534bf;
}

/* Campaign Button */
.subscriber-edit-campaign-button {
  width: 100%;
  background-color: #737373;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: not-allowed;
  opacity: 0.75;
}

/* Call Options */
.subscriber-edit-call-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.subscriber-edit-call-option {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.subscriber-edit-radio {
  accent-color: #2f9bb5;
}

.subscriber-edit-radio-label {
  color: #d4d4d8;
  font-size: 0.875rem;
  width: 6rem;
}

.subscriber-edit-call-input {
  background-color: #404040;
  color: #737373 !important;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  width: 4rem;
  height: 2.25rem;
  border: none;
}

.subscriber-edit-call-input:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.subscriber-edit-call-duration {
  background-color: #404040;
  color: #737373 !important;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  width: 6rem;
  height: 2.25rem;
  border: none;
}

.subscriber-edit-call-duration:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.subscriber-edit-call-duration::placeholder {
  color: #737373;
}

/* Info Banner */
.subscriber-edit-info-banner {
  background: linear-gradient(to right, rgba(245, 158, 11, 0.1), rgba(251, 146, 60, 0.1));
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.subscriber-edit-info-content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.subscriber-edit-info-icon {
  color: #fbbf24;
  margin-top: 0.125rem;
  font-size: 0.875rem;
}

.subscriber-edit-info-text {
  color: #fde68a !important;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Textarea Container */
.subscriber-edit-textarea-container {
  position: relative;
}

.subscriber-edit-textarea {
  width: 100%;
  background-color: #404040 !important;
  color: #737373  !important;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  resize: none;
  border: none;
  font-family: inherit;
}

.subscriber-edit-textarea:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.subscriber-edit-textarea::placeholder {
  color: #737373 !important;
}

.subscriber-edit-char-count {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  color: #9ca3af;
  font-size: 0.75rem;
}

/* URL Input */
.subscriber-edit-url-input {
  width: 100%;
  background-color: #404040;
  color: #737373;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  border: none;
}

.subscriber-edit-url-input:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.subscriber-edit-url-input::placeholder {
  color: #737373;
}

/* Action Buttons */
.subscriber-edit-profile-actions {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(64, 64, 64, 0.5);
  background-color: rgba(23, 23, 23, 0.95);
}

.subscriber-edit-cancel-btn {
  flex: 1 1;
  border: 1px solid #525252;
  color: #d4d4d8;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscriber-edit-cancel-btn:hover {
  border-color: #737373;
  color: #ffffff;
}

.subscriber-edit-save-btn {
  flex: 1 1;
  background-color: #f534bf;
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscriber-edit-save-btn:hover {
  background-color: rgba(245, 52, 191, 0.9);
}

/* Follower Edit Profile Modal Styles */
.follower-edit-profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 50;
}

.follower-edit-profile-modal {
  background-color: #171717;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 24rem;
  border: 1px solid #171717;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
  max-height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.follower-edit-profile-content {
  padding: 0.75rem;
  flex: 1 1;
  overflow-y: auto;
}

.follower-edit-profile-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

.follower-edit-profile-sections {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.follower-edit-section {
  background-color: rgba(64, 64, 64, 0.5);
  border-radius: 0.75rem;
  padding: 1rem;
}

.follower-edit-section-description {
  color: #737373;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.follower-edit-section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.follower-edit-section-icon {
  color: #f534bf;
  font-size: 1.125rem;
}

.follower-edit-section-icon.amazon-icon {
  color: #FF9900;
}

.follower-edit-section-title {
  color: #ffffff;
  font-weight: 500;
}

.follower-edit-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.follower-edit-option {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.follower-edit-radio {
  accent-color:#2f9bb5;
}

.follower-edit-option-label {
  color: #d4d4d8;
  font-size: 0.875rem;
  width: 6rem;
}

.follower-edit-price-input {
  background-color: #404040;
  color: #737373;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  width: 4rem;
  height: 2.25rem;
  border: none;
}

.follower-edit-duration-input {
  background-color: #404040;
  color: #737373;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  width: 6rem;
  height: 2.25rem;
  border: none;
}

.follower-edit-duration-input::placeholder {
  color: #737373;
}

.follower-edit-warning-banner {
  background-color: rgba(180, 83, 9, 0.3);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 0.75rem;
  padding: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.follower-edit-warning-icon {
  color: #fbbf24;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.follower-edit-warning-text {
  color: #fde68a;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
}

.follower-edit-textarea-container {
  position: relative;
}

.follower-edit-textarea {
  width: 100%;
  background-color: #404040;
  color: #737373;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  resize: none;
  border: none;
  font-family: inherit;
}

.follower-edit-textarea::placeholder {
  color: #737373;
}

.follower-edit-char-count {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  color: #9ca3af;
  font-size: 0.75rem;
}

.follower-edit-url-input {
  width: 100%;
  background-color: #404040;
  color: #737373;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  border: none;
}

.follower-edit-url-input::placeholder {
  color: #737373;
}

.follower-edit-profile-actions {
  display: flex;
  gap: 0.75rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(64, 64, 64, 0.5);
  background-color: rgba(23, 23, 23, 0.95);
}

.follower-edit-cancel-btn {
  flex: 1 1;
  border: 1px solid #525252;
  color: #d4d4d8;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.follower-edit-cancel-btn:hover {
  border-color: #737373;
  color: #ffffff;
}

.follower-edit-save-btn {
  flex: 1 1;
  background-color: #f534bf;
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.follower-edit-save-btn:hover {
  background-color: rgba(245, 52, 191, 0.9);
}

/* Modern Creator Profile Styles - Exact Match */
.modern-creator-profile {
  background-color: #171717;
  color: #f5f5f5;
  font-family: 'Inter', sans-serif;
  max-width: 420px;
  margin: 0 auto;
}

/* Hide scrollbars */
::-webkit-scrollbar {
  display: none;
}

html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Hover scale effect */
.hover-scale {
  transition: transform 0.2s ease;
}

.hover-scale:hover {
  transform: scale(1.02);
}

/* Header Gallery - Single Image */
.creator-header-gallery {
  position: relative;
  overflow: hidden;
}

.header-gallery-container {
  height: 16rem;
  background-color: #404040;
  position: relative;
}

.header-grid {
  width: 100%;
  height: 100%;
}

.header-grid-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}


.header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}

.header-item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(245, 52, 191, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header-grid-item:hover .header-item-hover {
  opacity: 1;
}

.header-main-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #171717, transparent, transparent);
}

.header-edit-btn {
  position: absolute;
  top: 2rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 10;
}

.header-edit-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.header-edit-icon {
  color: #a3a3a3;
  font-size: 0.875rem;
}

.header-edit-text {
  color: #a3a3a3;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Profile Details Section */
.profile-details-section {
  position: relative;
  padding: 0 1.25rem 1.5rem 1.25rem;
  background-color: #171717;
}

.profile-details-container {
  padding-top: 0.75rem;
}

.profile-top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.profile-avatar-section {
  position: relative;
  margin-top: -3rem;
}

.profile-avatar {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  object-fit: cover;
}

.edit-avatar-btn {
  position: absolute;
  bottom: -0.25rem;
  right: -0.25rem;
  width: 2rem;
  height: 2rem;
  background-color: #404040;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 2px solid #171717;
  cursor: pointer;
}

.edit-avatar-btn:hover {
  background-color: #525252;
}

.edit-avatar-icon {
  color: #a3a3a3;
  font-size: 0.875rem;
}

.profile-actions-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.profile-stats {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.stat-icon {
  font-size: 0.875rem;
  color: #a3a3a3;
}

.stat-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a3a3a3;
}

.edit-profile-btn {
  padding: 0.5rem 1.25rem;
  background-color: rgba(23, 23, 23, 0.8);
  border: 1px solid #525252;
  border-radius: 9999px;
  font-size: 0.875rem;
  color: #f5f5f5;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.edit-profile-btn:hover {
  background-color: #f534bf;
  color: white;
  border-color: #f534bf;
}

/* Creator Info */
.creator-info-page {
  display: flex;
  align-items: flex-start;
  padding: 0 !important;
  gap: 1rem;
  flex-direction: column;
  margin-top: 1rem;
}

.username-section {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
  flex-direction: column;
}

.creator-username {
  font-size: 1.5rem !important;
  color: white;
  font-weight: bold;
  margin: 0;
}

.username-text {
  position: relative;
  cursor: pointer;
}

.username-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.username-tooltip.show {
  opacity: 1;
  visibility: visible;
}

.free-content-preview {
  color: #a3a3a3 !important;
  margin: 0.25rem 0 0 0;
  font-weight: 500;
  font-size: 1rem;
}

.creator-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #a3a3a3;
  font-size: 0.875rem;
  margin-top: 1rem;
}

/* Bio Section */
.bio-section {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.bio-text {
  color: #e5e5e5;
  line-height: 1.6;
  margin: 0;
}

.show-more-btn {
  color: #f534bf;
  background: none;
  border: none;
  padding: 0 !important;
  cursor: pointer;
  font-weight: 500;
  margin-top: 0.25rem;
  transition: color 0.2s ease;
}

.show-more-btn:hover {
  color: #f472b6;
}

/* DM Prompt Section */
.dm-prompt-section {
  padding: 0 1.25rem 1.5rem 1.25rem;
  background-color: #171717;
}

.dm-prompt-card {
  background-color: rgba(23, 23, 23, 0.8);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #525252;
  margin-bottom: 1rem;
}

.dm-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.dm-content {
  flex: 1 1;
}

.dm-message {
  color: #d1d5db;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}

.dm-label {
  color: #6b7280;
  font-size: 0.75rem;
  margin: 0.25rem 0 0 0;
}

/* Tab content styles - only for actual tab content, not ModernPost */
.profile-page-creator .content-tabs-section .tab-content{
  margin-bottom: 0 !important;
}
.wishlist-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #a3a3a3;
  font-size: 0.875rem;
}

.wishlist-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.wishlist-icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(23, 23, 23, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.wishlist-item:hover .wishlist-icon {
  background-color: rgba(255, 153, 0, 0.2);
}

.wishlist-text {
  font-weight: 500;
}

.wishlist-icon-text {
  color: white;
}

/* CTA Section */
.cta-section {
  padding: 0 1.25rem 2rem 1.25rem;
  background-color: #171717;
}

.tips-display {
  display: flex;
  align-items: center;
}

.tips-label {
  color: #737373;
  font-weight: 500;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

.tips-icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(23, 23, 23, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.125rem;
}

.tips-amount {
  color: #49de80;
  font-weight: 500;
  font-size: 0.875rem;
}

.tips-icon-text {
  color: #49de80;
  font-size: 0.875rem;
}

/* Content Tabs Section */
.content-tabs-section {
  border-top: 1px solid #404040;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #171717;
  z-index: 10;
}

.content-tabs-container {
  display: flex;
}

.content-tab {
  flex: 1 1;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.content-tab:hover {
  color: #f534bf;
}

.content-tab.active {
  border-bottom: 2px solid #f534bf;
  color: white;
  font-weight: 500;
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.tab-icon-fa {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
}

.tab-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.125rem;
  gap: 0.125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.25rem auto;
}

.grid-dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: currentColor;
  border-radius: 50%;
}

/* Tab content styles - only for actual tab content, not ModernPost */
.profile-page-creator .content-tabs-section .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

/* Ensure ModernPost components are not affected by tab-content styles */
.profile-page-creator .creator-feed-section .tab-content {
  display: block !important;
  align-items: initial !important;
  justify-content: initial !important;
  gap: initial !important;
  margin-bottom: 0 !important;
  margin-bottom: initial !important;
}

/* Additional isolation for ModernPost components */
.profile-page-creator .creator-feed-section .tab-content > div {
  display: block !important;
  align-items: initial !important;
  justify-content: initial !important;
  gap: initial !important;
  margin-bottom: 0 !important;
  margin-bottom: initial !important;
  /* padding: unset !important; */
  text-align: inherit !important;
}

/* Ensure TabPane visibility is controlled by ReactStrap */
.profile-page-creator .creator-feed-section .tab-content .tab-pane {
  display: none !important;
}

.profile-page-creator .creator-feed-section .tab-content .tab-pane.active {
  display: block !important;
}

.tab-count-badge {
  font-size: 0.75rem;
  background-color: rgba(115, 115, 115, 0.3);
  color: #a3a3a3;
  padding: 0.125rem 0.375rem;
  border-radius: 9999px;
  font-weight: 500;
}

.content-tab.active .tab-count-badge {
  background-color: rgba(245, 52, 191, 0.2);
  color: #f534bf;
}

/* Creator Feed Section */
.creator-feed-section {
  padding: 0.75rem;
  background-color: #171717;
  margin-bottom: 5rem; /* Add space to prevent footer overlap */
  padding-bottom: 2rem; /* Extra padding at bottom */
}

.loading-more {
  text-align: center;
  margin-top: 1rem;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .desktop-only {
    display: inline;
  }
  
  .mobile-only {
    display: none;
  }
}

/* Legacy styles for backward compatibility */
.profile-page-creator .owner.creator button {
  bottom: 12% !important;
  left: 50% !important;
  transform: translate(-50%, -90%);
}

.profile-page-content .content-tab {
  cursor: pointer;
}

.owner {
  padding-top: 15px;
  text-align: left;
}

.owner .name h4 {
  margin-top: 0px;
}
.owner h6 {
  font-weight: 500;
  text-transform: none;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.profile-page-creator .owner button {
  padding: 0.2rem 18px;
}

.profile-page-pictures .shade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  z-index: 1;
  border-radius: 12px;
}

.profile-page-creator .owner .creator .avatar .img {
  max-height: 100%;
  object-fit: cover;
}

.edit-capture-modal .modal-body {
  padding: 0;
}

.edit-capture-modal .carousel-inner {
  height: 75vh;
}

.edit-capture-modal .modal-content {
  background-color: transparent;
}

.edit-capture-modal .modal-content {
  height: 100%;
}

.edit-capture-modal .modal-body {
  height: 100%;
}

.edit-capture-modal .edit-cap-left-side img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
  background-color: #000000;
}

.carousel-control,
.carousel-control:hover,
.carousel-control:focus {
  background-color: transparent;
}

.carousel-control .fa {
  font-size: 55px;
}

.creator-caption .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
}

.lock {
  width: 40px;
  transition: display 0.5s ease;
}

.lock-on {
  display: block;
  opacity: 0.8;
}
.lock-off {
  display: block;
  opacity: 0.2;
}

.sub-content-buttons {
  padding: 20px 0px 10px 0px;
}

.sub-content-buttons .btn {
  background: transparent;
  color: #f334be;
  border: none;
  text-underline-offset: 5px;
}

.sub-content-buttons .btn.selected {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .modal-dialog.edit-capture-modal {
    max-width: 60%;
    margin: auto;
  }
  .modal-dialog.edit-capture-modal.video-caption {
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
  }
  .modal-dialog.common-edit-modal {
    max-width: 30%;
    margin: auto;
  }
  .modal-dialog.common-edit-modal .modal-content {
    border-radius: 12px;
  }
}

.creator-pics {
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .creator-pics {
    margin: 10px auto;
  }
}

@media screen and (max-width: 844px) {
  .owner {
    text-align: center;
  }
}

.creator-pics.video-box .transparent-btn {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
}
.creator-pics.video-box .transparent-btn-gray {
  padding: 6px 12px;
}
.creator-pics.video-box {
  width: 45%;
  margin: 50px 25px;
}
@media screen and (max-width: 1090px) {
  .creator-pics.video-box {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .creator-pics.video-box {
    margin: 0 15px 100px 15px;
  }
}

@media screen and (max-width: 769px) {
  .creator-pics.video-box {
    margin: 25px 0;
  }
}

.bio-input .btn.disabled:hover,
.bio-input .btn[disabled]:hover,
.bio-input .btn:disabled:hover {
  background-color: white !important;
  color: #f334be !important;
}

@media screen and (max-width: 1090px) {
  .modal-dialog.edit-capture-modal .page-carousel {
    height: auto !important;
  }
  .modal-dialog.edit-capture-modal .edit-cap-left-side {
    height: auto !important;
  }
  .modal-dialog.edit-capture-modal .edit-cap-right-side {
    padding: 30px;
  }
  .edit-capture-modal .edit-cap-left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
/* At bootstrap large size */
@media screen and (max-width: 990px) {
  .edit-capture-modal .edit-cap-left-side img {
    max-height: 360px;
  }
}
@media screen and (max-width: 1090px) {
  .content-creator-dash .name {
    font-size: 12px;
  }
}

@media screen and (max-width: 1320px) {
  .creator-pics .transparent-btn,
  .creator-pics .video-box .transparent-btn {
    padding: 0.3rem 9px;
    font-size: 10px;
  }
  .creator-pics.video-box .transparent-btn-gray,
  .creator-pics .transparent-btn-gray {
    font-size: 10px;
    padding: 0.3rem 9px;
  }
}

.page-carousel-video .video-edit-box {
  display: flex;
  flex-direction: column;
}
.video-edit-left,
.video-edit-right {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1460px) {
  .page-carousel-video .video-edit-box {
    flex-direction: row;
  }

  .video-edit-left {
    width: 60% !important;
  }

  .video-edit-right {
    width: 37% !important;
  }

  .modal-dialog.edit-capture-modal.video-caption {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
  }
}

.edit-capture-modal .close,
.modal-dialog.profile-page-modal .close {
  -webkit-text-stroke: 1px black;
}
@media screen and (max-width: 768px) {
  .bio-data-form {
    flex-direction: column;
  }

  .bio-bt {
    margin-top: 20px;
    width: 70%;
    align-self: center;
  }

  .logo-and-tag {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .edit-capture-modal .edit-cap-left-side img {
    height: 270px;
  }
}

.nav-tabs .nav-item .nav-link.active:after,
.nav-tabs .nav-item .nav-link.active:hover:after,
.nav-tabs .nav-item .nav-link.active:focus:after {
  border-bottom: 11px solid #eee;
}

/* Remove before and after effects from content-tab active tabs */
.content-tab .nav-link.active::before,
.content-tab .nav-link.active::after,
.content-tab .nav-link.active:before,
.content-tab .nav-link.active:after {
  display: none !important;
  content: none !important;
}

/* Also remove from hover and focus states */
.content-tab .nav-link.active:hover::before,
.content-tab .nav-link.active:hover::after,
.content-tab .nav-link.active:focus::before,
.content-tab .nav-link.active:focus::after,
.content-tab .nav-link.active:hover:before,
.content-tab .nav-link.active:hover:after,
.content-tab .nav-link.active:focus:before,
.content-tab .nav-link.active:focus:after {
  display: none !important;
  content: none !important;
}

.profile-page-subs .nav-tabs .nav-item .nav-link.active:after,
.profile-page-subs .nav-tabs .nav-item .nav-link.active:hover:after,
.profile-page-subs .nav-tabs .nav-item .nav-link.active:focus:after {
  border-bottom: 11px solid #fff;
}

/* Updated profile info grid styles */

.profile-description {
  position: relative;
}
.profile-description .profile-img-container {
  position: absolute;
  border: "2px solid #fff";
  width: 160px;
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.profile-img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.edit-profile-img-btn {
  font-size: 10px;
  z-index: 2;
  position: absolute;
  text-transform: none;
  bottom: 6px;
  font-weight: 400;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.1rem 0.4rem;
}

.profile-description .profile-details-container {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  margin: 0 auto;
  padding: 80px 0px 10px 0px;
  text-align: center;
}

.profile-page-header {
  min-height: 34vh !important;
}

.profile-description .bio-input {
  grid-column: span 2 / span 2;
  margin-top: 40px;
}
.profile-details p {
  font-size: 1.125rem;
  flex-shrink: 0;
}
.profile-buttons {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 32px auto 20px auto;
  font-size: 14px !important;
}
.profile-buttons .subscribe-btn {
  min-height: 44.5px;
  font-size: 0.800rem !important;
}

@media screen and (min-width: 767px) {
  .edit-profile-img-btn {
    bottom: 35px;
  }
  .profile-page-header {
    min-height: 40vh !important;
  }
  .profile-description .profile-img-container {
    left: 0;
    width: 200px;
    height: 200px;
    transform: translateX(0);
  }
  .profile-description .profile-details-container {
    padding: 10px 0px 0px 220px;
    max-width: none;
    text-align: start;
  }

  .profile-details-container .details-group {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 12px;
    max-width: 300px;
  }

  .profile-description .bio-input {
    grid-column: span 3 / span 3;
  }
  .profile-buttons {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 10px auto 20px auto;
  }
}

@media screen and (min-width: 1220px) {
  .profile-details {
    display: flex;
    justify-content: space-between;
  }
  .profile-buttons {
    margin: 0px 0px 0px 30px;
  }
}

.biography-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 520px;
}
.biography-form textarea {
  border: 0;
  resize: none;
  background-color: #efefef4d;
  font-size: 0.875rem;
  padding: 20px;
  border-radius: 10px;
  min-height: 160px;
  flex-grow: 1;
}

/* Responsive classes for tab count badges */
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: inline;
  }
  
  .sec-profile-tabs-container {
    overflow-y: hidden;
  }
}

@media screen and (min-width: 769px) {
  .desktop-only {
    display: inline;
  }
  
  .mobile-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .creator-pics.shade {
    width: 100%;
    height: 200px;     
    overflow: hidden;  
    position: relative;
  }

  .creator-pics.shade img {
    width: 100%;
    height: 100%;      
    object-fit: cover; 
    display: block;
  }
 .creator-picture-buttons {
  display: flex;
  justify-content: center;
  align-items: center;       
  gap: 10px;                 
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  width: auto;          
  height: auto;  
  flex-direction: column !important; 
  box-shadow: none !important;
  border: none !important;
  z-index: 10 !important;
}
}

.profile-main-content{
  /* margin-top: 2rem; */
  margin-bottom: 5rem; /* Add space to prevent footer overlap */
  padding-bottom: 2rem; /* Extra padding at bottom */
}
/* @media screen and (min-width: 480px) {
  .profile-main-content{
    margin-top: 5rem;
  }
} */
.profile-main-content{
  margin-top: 0.75rem;
}
@media screen and (max-width: 480px) {
  .profile-main-content{
    margin-top: 2rem;
  }
}


.help__billing-note {
  display: flex;
  align-items: center;
}
.help__billing-note i {
  margin-right: 10px;
  margin-top: 10px;
}
.help__billing-note p {
  font-size: 13px;
}

.btn-reset,
.btn-reset:focus,
.btn-reset:focus-visible,
.btn-reset:hover,
.btn-reset:active,
.btn:not(:disabled):not(.disabled):active {
  outline: none;
  border: none;
  background: transparent;
}

.btn-disabled:disabled, .btn-disabled:disabled:hover{
  pointer-events: none;
  cursor:auto;
}
body, html, body * {
  transition: none !important;
}

.legal strong {
  font-weight: 600;
}

.legal p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  color: black;
}

.legal ul,
.legal li,
.legal ol {
  color: black;
  font-weight: 400;
}

.legal td,
.legal tr {
  border: 1px solid #ddd;
  padding: 8px;
}

.legal .red-text {
  color: red;
}

.legal a {
  color: #0095be;
}
.legal a:hover {
  color: #037c9e;
}

.legal-page a {
  color: #a49e93;
  font-weight: 600;
  margin: 20px;
}
.legal-page a:hover {
  /* color: #f334be; */
  color: #f334be;
}

.profile-content.legal-page .settings-content-box {
  padding: 20px;
}
.profile-content {
  max-width: 90%;
  margin: 0 auto;
}

/* Modern Warning Modal Styles */


/* Ensure all SVG icons use the primary color, except specific ones */
.modern-warning-overlay svg:not(.fa-triangle-exclamation):not(.fa-calendar-days):not(.fa-earth-americas),
.modern-warning-overlay .svg-inline--fa:not(.fa-triangle-exclamation):not(.fa-calendar-days):not(.fa-earth-americas),
.modern-warning-overlay i[class*="fa-"]:not(.fa-triangle-exclamation):not(.fa-calendar-days):not(.fa-earth-americas) {
  color: #f534bf !important;
}

/* Make navigation text links blue */
.modern-warning-link,
.modern-warning-ccbill-link {
  color: #60a5fa !important;
  text-decoration: none;
  transition: color 0.2s ease;
}


.modern-warning-link:hover,
.modern-warning-ccbill-link:hover {
  color: #93c5fd !important;
}

.modern-warning-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.95));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1rem; */
}



/* Background Effects */
/* .modern-warning-bg-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.05), rgba(0, 0, 0, 0.3), rgba(55, 65, 81, 0.4));
  backdrop-filter: blur(1px);
  z-index: 250;
  pointer-events: none;
} */

.modern-warning-bg-blur-1 {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.15), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: pulse 3s ease-in-out infinite;
}

.modern-warning-bg-blur-2 {
  position: absolute;
  bottom: 5rem;
  right: 2.5rem;
  width: 12rem;
  height: 12rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.1), transparent);
  border-radius: 50%;
  filter: blur(3rem);
  animation: pulse 3s ease-in-out infinite;
  animation-delay: -2s;
}

.modern-warning-bg-blur-3 {
  position: absolute;
  top: 33.333333%;
  right: 25%;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.1), transparent);
  border-radius: 50%;
  filter: blur(2rem);
  animation: pulse 3s ease-in-out infinite;
  animation-delay: -1s;
}

.modern-warning-bg-blur-4 {
  position: absolute;
  bottom: 25%;
  left: 33.333333%;
  width: 7rem;
  height: 7rem;
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.05), transparent);
  border-radius: 50%;
  filter: blur(2rem);
  animation: pulse 3s ease-in-out infinite;
  animation-delay: -3s;
}

/* Main Modal */
.modern-warning-modal {
  background: rgba(23, 23, 23, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(245, 52, 191, 0.2);
  border-radius: 1.5rem;
  /* box-shadow: 0 0 20px rgba(245, 52, 191, 0.3), 0 0 40px rgba(245, 52, 191, 0.1); */
  padding: 1.25rem;
  width: 100%;
  max-width: 28rem;
  max-height: 95vh;
  overflow-y: auto;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
}

.modern-warning-modal::-webkit-scrollbar {
  display: none;
}

.modern-warning-modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modern-warning-content {
  font-family: 'Inter', sans-serif;
}

/* Warning Icon Section */
.modern-warning-icon-section {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* .modern-warning-icon-container {
  position: relative;
} */
.modern-warning-icon-container {
  position: relative;
  display: inline-block;
}

.modern-warning-icon-container::before,
.modern-warning-icon-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #ebb305 ; /* border color */
  border-radius: 50%;       /* makes it circular */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: ripple 3s infinite;
}

/* .modern-warning-icon-container::after {
  animation-delay: 1s; 
} */

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.modern-warning-icon-bg {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #eeb305, #eeb305, #eeb305);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  /* border: 4px solid rgba(245, 52, 191, 0.3); */
}

.modern-warning-icon-bg i {
  color: white;
  font-size: 1.25rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

/* .modern-warning-pulse-ring {
  position: absolute;
  inset: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid rgba(245, 52, 191, 0.5);
  animation: pulse-ring 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
} */

/* Header */
.modern-warning-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.modern-warning-header-text {
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

/* Content Sections */
.modern-warning-content-sections {
  margin-bottom: 1.5rem;
}

.modern-warning-section {
  background: rgba(23, 23, 23, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid #292929;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.modern-warning-section:last-child {
  margin-bottom: 0;
}

.modern-warning-section-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.modern-warning-section-icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-warning-section-icon i {
  color: #f534bf;
  font-size: 0.75rem;
}

.modern-warning-section-title {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

.modern-warning-section-text {
  color: white;
  font-size: 0.75rem;
  line-height: 1.625;
  margin: 0;
}

.modern-warning-link {
  color: #60a5fa;
  text-decoration: none;
  transition: color 0.2s ease;
}

.modern-warning-link:hover {
  color: #93c5fd;
  text-decoration: underline;
}

/* Agreement Items */
.modern-warning-agreement-items {
  margin-bottom: 1.5rem;
}

.modern-warning-agreement-container {
  background: rgba(23, 23, 23, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid #292929;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modern-warning-agreement-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modern-warning-agreement-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.5rem;
  background: #1a1a1a;
  border-radius: 0.5rem;
  border: 1px solid #292929;
  font-size: 0.75rem;
  color: white;
  line-height: 1.625;
}

.modern-warning-check-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
}

.modern-warning-check-icon i {
  color: #f534bf;
  font-size: 0.75rem;
}

/* Age Verification Section */
.modern-warning-age-verification {
  margin-bottom: 1.5rem;
}

.modern-warning-verification-container {
  background: rgba(23, 23, 23, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid #292929;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modern-warning-verification-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.modern-warning-verification-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modern-warning-verification-icon i {
  color: #f534bf;
  font-size: 0.875rem;
}

.modern-warning-verification-text {
  flex: 1 1;
}

.modern-warning-verification-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}

.modern-warning-verification-description {
  color: white;
  font-size: 0.75rem;
  line-height: 1.625;
  margin: 0 0 0.75rem 0;
}

.modern-warning-verification-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.modern-warning-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: #1a1a1a;
  border-radius: 0.5rem;
  border: 1px solid #292929;
}

.modern-warning-badge i {
  color: #ffffff;
  font-size: 0.75rem;
}

.modern-warning-badge span {
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Action Buttons */
.modern-warning-actions {
  margin-bottom: 1.5rem;
}

.modern-warning-agree-btn {
  width: 100%;
  background: linear-gradient(90deg, #f534bf, #f534bf, #f534bf);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(245, 52, 191, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
}

.modern-warning-agree-btn:hover:not(:disabled) {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
}

.modern-warning-agree-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  transform: scale(1);
}

.modern-warning-btn-content,
.modern-warning-btn-loading {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.modern-warning-btn-content i,
.modern-warning-btn-loading i {
  font-size: 1.125rem;
}

.modern-warning-btn-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.modern-warning-agree-btn:hover .modern-warning-btn-shimmer {
  opacity: 1;
}

.modern-warning-disagree-btn {
  width: 100%;
  background: transparent;
  color: #f534bf;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 2px solid #f534bf;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.modern-warning-disagree-btn:hover {
  background: rgba(245, 52, 191, 0.1);
}

/* Secondary Actions */
.modern-warning-secondary-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid #2a2a2a;
}

.modern-warning-secondary-btn {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.modern-warning-secondary-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.modern-warning-secondary-btn i {
  font-size: 0.875rem;
}

/* Footer */
.modern-warning-footer {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #2a2a2a;
}

.modern-warning-footer-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: #1a1a1a;
  border-radius: 0.75rem;
  border: 1px solid #2a2a2a;
}

.modern-warning-footer-notice span {
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.modern-warning-ccbill-link {
  color: #64a6f3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.modern-warning-ccbill-link:hover {
  color: #93c5fd;
  text-decoration: underline;
}

/* Animations */
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
    opacity: 1;
  }
  80%, 100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 640px) {
  .modern-warning-modal {
    margin: 0.5rem;
    max-width: calc(100vw - 1rem);
  }
  
  /* .modern-warning-verification-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  } */
  
  .modern-warning-verification-badges {
    display: flex;
    grid-template-columns: 1fr;
  }
  
  .modern-warning-secondary-actions {
    /* flex-direction: column; */
    gap: 0.5rem;
    align-items: center;
  }
} 


/* Fixed position at the bottom */
.cookies-banner-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: #1e1e1e;
  padding: 15px 20px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.cookies-content {
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.cookies-buttons {
  display: flex;
  gap: 10px;
}

.cookies-link {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/* Mobile responsiveness for 380px viewport */
.cookies-content {
  flex-direction: column;
  text-align: center;
  gap: 12px;
}

.cookies-buttons {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

.cookies-banner-bottom {
  padding: 12px 16px;
}

/* Ensure text fits within 380px */
.cookies-content p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.cookies-buttons .btn {
  font-size: 12px;
  padding: 8px 16px;
  min-width: 100px;
}
/* Message list middle or left-most panel */
.conversation-list {
  /* margin-top: 2rem !important; */
  width: 100%;
  /* padding: 20px; */
  /*margin: 20px auto;*/
  max-width: 650px;
  margin: 0;
 overflow-y: auto; 
  scrollbar-width: none; 
  -ms-overflow-style: none; 

}
.conversation-list::-webkit-scrollbar {
  display: none;
}


@media screen and (min-width: 991px) {
  .conversation-list {
    /*margin: 20px;*/
  }
}

@media screen and (min-width: 1280px) {
  .conversation-list {
    width: 444px;
    flex-shrink: 0;

    border-right: 1px solid #ccc;
    /*padding-right: 20px;*/
  }
}

.conversation-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.conversation-list__header h2,
.create-message__header h2 {
  font-size: 1.125rem;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  margin-left: 10px;
}
.conversation-list__header-title,
.conversation-list__header-icons {
  display: flex;
  align-items: center;
}

.conversation-list__buttons {
  display: flex;
  align-items: center;
}
/* @media (max-width: 480px) {
  .conversation-panel__icon-left-arrow {
 display: none;
  }
} */
.conversation-list__filterbar {
  /* padding: 26px 0 34px 0; */
}

.conversation-list__filterbar-btns {
  display: flex;
  padding : 10px 0px;
  overflow-y: auto;
  max-height: 120px; /* adjust as needed */
  scrollbar-width: none; /* Firefox */
}
.conversation-list__filterbar-btns::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.conversation-list__filterbar-btns button {
  position: relative;
  outline: none;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  margin-right: 10px;
  font-weight: 700;
  background-color: #bababa80;
}

.conversation-list__filterbar-btns button.active {
  background-color: var(--clr-primary);
  color: white;
}
.conversation-list__filterbar-btns button:hover {
  background-color: black;
  color: white;
}

.conversation-list__filterbar-btns button:hover .conversation-list__badge,
.conversation-list__filterbar-btns button.active .conversation-list__badge {
  color: white;
  border: 1px solid white;
}
.conversation-list__badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: -6px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--clr-primary);
  color: white;
  border-radius: 100%;
  font-size: 0.875rem;
  box-shadow: 0px 5px 5px rgba(131, 131, 131, 0.137);
}

.conversation-list__items {
  overflow-y: auto;
  max-height: 770px;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}
/* Conversation item */
.conversation-item {
  display: flex;
  position: relative;
  padding: 16px;
  margin-bottom: 6px;
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.conversation-list__items::-webkit-scrollbar {
  display: none; 
}
.conversation-item:hover,
.conversation-item.active {
  background-color: #bc8bd226;
}
.conversation-item__container {
  width: 100%;
}
.conversation-item__thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 16px;
  flex-shrink: 0;
}
.conversation-item__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.conversation-item__text {
  font-size: 0.875rem;
  color: black;
}
.conversation-item__time {
  flex-shrink: 0;
  padding-left: 6px;
}
.conversation-item__time.active {
  color: var(--clr-primary);
  font-weight: 500;
}
.conversation-item__content {
  display: flex;
  flex-direction: column;
}

.conversation-item__title {
  display: flex;
  flex-direction: column;
  color: #262626;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 6px;
}

.conversation-item__handle {
  color: #a9a9a9;
  font-size: 0.875rem;
  font-weight: 400;
}

@media screen and (min-width: 991px) {
  .conversation-item__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .conversation-item__title {
    flex-direction: row;
  }

  .conversation-list__header {
    margin-right: 20px
  }

  .conversation-list__items {
    /*margin-right: 20px*/
  }
}

.conversation-item__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* Message / conversation details, rightmost panel */

.conversation-panel {
  display: flex;
  flex-direction: column;
  margin: 0;
  flex-grow: 1;
  max-height: 100%;
  position: relative;
  border-right: 1px solid #ccc;
}
@media (min-width:375px){
  .conversation-panel{
    overflow-x: hidden;
  }
}
@media(max-width:768px){
  .conversation-panel-res {
    border-right: 0; 
    overflow-x: hidden; 
    position: relative;
    /* margin-top : 110px; */
  }

}
.conversation-panel__loading {
  padding-left: 20px;
  display: flex;
  height: 80vh;
  width: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: absolute;
}

.conversation-panel__empty {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: auto 0;
  flex-grow: 1;
  padding: 16px;
}
.conversation-panel__empty p {
  font-weight: 600;
  padding-bottom: 24px;
}

.conversation-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
  /* z-index: 1000; */
}



.conversation-panel__header h2 {
  font-size: 1rem;
  color: black;
  font-weight: 500;
  margin-top: 0;
  margin: 0;
}

.conversation-panel__alert {
  position: relative;
  background-color: #bc8bd226;
  color: var(--clr-primary);
  font-weight: 500;
  padding: 10px 40px 10px 16px;
  margin: 0;
 
}

.conversation-panel__messages {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 70vh; 
  height: 100%;
 
  /* height: calc(100vh - 110px); */
 
  flex-shrink: 1;
  /* padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px; */
  padding: 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.conversation-panel__messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #e9e9e9;
}

.conversation-panel__messages::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.conversation-panel__messages::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
 @media (min-width: 375px) {
  .conversation-panel__messages {
   scrollbar-width: none;
  }
  .conversation-panel__messages
    ::-webkit-scrollbar {
  display: none; 
  
} 
 }
 @media (max-width: 768px) {
  .conversation-panel__messages {
    scrollbar-width: none; 
  }
  .conversation-panel__messages::-webkit-scrollbar {
    display: none; 
  }
}

.inputMessage {
  border: none !important;
  background-color: transparent !important;
  /* padding: 0 !important; */

  
}
.inputMessage:focus {
  outline: none;
  border: 1px solid #e83e8c;
 box-shadow: 0 0 0 2px rgba(232, 62, 140, 0.4);
  border-radius: 6px;
  background-color: white; /* Optional: for better visibility */
}

.conversation-panel__footer {
  /*margin-top: auto;
  flex-shrink: 0;*/
  border-top: 1px solid #ccc;
  padding-top: 25px;
  padding-left: 20px;
min-height: 60px;
  box-sizing: border-box;
}
.conversation-panel__dropdown button {
  background-color: transparent;
  border: none;
}
.conversation-panel__dropdown .dropdown-menu {
  padding: 16px 5px;
}
.conversation-panel__dropdown.dropdown.show .dropdown-menu {
  background: white !important;
}

.conversation-panel__dropdown .dropdown-header {
  display: flex;
  align-items: center;
}
.conversation-panel__dropdown-thumbnail {
  width: 30px;
  height: 30px;
  
  border-radius: 100%;
  overflow: hidden;
  margin-right: 16px;
  margin-right: 1rem;
  flex-shrink: 0;
}

.conversation-panel__dropdown-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.message-item__container:not(:last-child) {
  margin-bottom: 10px;

}
/* Individual messages */
.message-item {
  display: flex;
  align-self: flex-start;
}
.current-user .message-item__content {
  margin-left: auto;
}
.image-with-dropdown {
  display: flex;
  align-items: flex-start; 
  justify-content: space-between;
  gap: 8px;
}
.message-item__content {
  position: relative;
  display: flex;
  padding: 10px;
  width: 80%;
  margin-bottom: 6px;
  height: 406px;
  border-radius: 12px;
  overflow: hidden;
}
.message-item__content .paid_label {
  position: absolute;
  border: 0;
  bottom: 15px;
  background-color: #ffffffaa;
  padding: 10px;
  border-radius: 15px;
  left: 15px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .message-item__content {
    width: 90%; 
    max-height: 200px; 
  }

  .conversation-panel__header h2 {
    font-size: 14px; 
  }

  .message-item__thumbnail {
    width: 30px; 
    height: 30px;
  }
  .conversation-panel__messages {
  /* bottom: -20px;
  left: 0;
  right: 0; */
  /* overflow-y: auto; */
  /* padding: 23px; */
  box-sizing: border-box;
  /* margin-top: 115px; */
  padding-top: 20px;
  margin-top: 32%;
  overflow: hidden;
/* position: relative; */
  }

  .conversation-panel__submit-box__footer {
     /* margin-bottom: 15px; 
    gap: 5%;  */
    margin-bottom: 8px;
    gap: 8px;
  }

  .submit-box__media-wrapper {
    height: 90px; 
  }
  .conversation-panel__footer {
    /* min-height: 50px; 
    padding: 8px 10px; */
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  height: 92px;
  background-color: white;
  z-index: 1000;
  border-top: 1px solid #ddd;
  /* background-color: #f9f9f9; */
  }
  .submit-drawer {
  
    left: -20px !important;
    bottom:87px !important;

  }
  .image-with-dropdown{
    width: 70% !important
  }
   /* .conversation-panel__header {
    height: 50px;
  }
    .conversation-panel__git pull
footer {
    height: 54px;
  } */
     .conversation-panel__header {
    position: fixed !important;
    /* top: 58px; */
    left: 0;
    right: 0;
    height: 50px !important;
    background-color: white;

    z-index: 1000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid #ddd;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  }
  /* .inputMessage{
    top: -10px !important;
    line-height: 0.5 !important;
  }*/
  .conversation-panel__submit-box{
    position: relative !important;
    bottom: 10px !important;
    top:-6px !important;
  } 
.message-text{
  font-size: 100% !important;
  width:-webkit-fit-content !important;
  width:fit-content !important;
    word-break: break-word !important;
  overflow-wrap: break-word !important; 
  white-space: pre-wrap !important;
  max-width: 150px !important;
  
}


}
@media screen and (max-width: 991px) {
  .message-item__content {
    width: 90%;
    height: 250px;
  }

  .conversation-panel {
    border-right: 0;
  }

  /* Ensure top nav is fixed */
  .top-nav.fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }

  /* .conversation-panel__messages {
   padding-top: 58px;
  } */

  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  .messaging-area .juicy-logo img {
    display: none !important;
  }

  .nav-open .navbar-translate {
    transform: translateX(0) !important;
    z-index: 1000;
  }

  .top-nav {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .nav-open .conversation-panel__header {
    display: none;
  }

  .conversation-panel__header {
    margin-bottom: 10px;
    margin-top: -10px;
    /* position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    height: 48px; */
  }

  /* Ensure messaging area has proper top padding for fixed nav */
  /* .messaging-area {
    padding-top: 60px;
  } */
}

.message-item__content.shade::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  z-index: 1;
  border-radius: 12px;
}
.message-item__content-locked {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 10px;
  padding-bottom: 20px;
}
.message-item__content-locked__container {
  display: flex;
  flex-direction: column;
  /*border: 2px solid #a9a9a9;*/
  height: 100%;
  border-radius: 12px;
  padding: 0;
}
.message-item__content-locked__container button {
  border-radius: 10px !important;
  padding: 5px 0;
  margin: 0;
}
.message-item__content-locked__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.message-item__content .carousel-item.active {
  height: 100%;
}
.message-item__content .carousel-item img,
.message-item__content img {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
.message-item__content [class="carousel slide"] {
  width: 100%;
  padding-bottom: 40px;
}
.message-item__content .carousel-inner {
  height: 100%;
}
.message-item__container blockquote {
  border-left: 4px solid #bc8bd226;
  padding: 10px 20px;
  background-color: #eaeaea;
  font-size: 0.875rem;
  max-width: 40ch;
  width: 100%;
}
.message-item__container.current-user {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.message-item__thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 16px;
  flex-shrink: 0;
}
.message-item__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.message-item__info {
  display: flex;
  align-items: flex-start;
}

.message-item__text {
  /*margin-right: 12px;*/
}

.message-item__text p {
  color: black;
  background-color: #eaeaea;
  border-radius: 12px;
  border-bottom-left-radius: 0px;
  padding: 10px;
  font-weight: 500;
  /* width: 250px; */
}

.message-item__container.current-user .message-item {
  margin-left: auto;
}
.message-item__container.current-user .message-item__text {
  display: flex;
  flex-direction: column;
}

.message-item__container .message-item__time {
  color: #777;
  font-size: 8pt;
  font-weight: 500;
  margin-top: 3px;
}

.message-item__container.current-user .message-item__time {
  margin-left: auto;
  color: #777;
  font-size: 8pt;
  font-weight: 500;
  margin-top: 3px;
}

.message-item__container.current-user .message-item__text p {
  background-color: #bc8bd226;
  border-radius: 12px;
  border-bottom-right-radius: 0px;
}

.message-item__container.current-user .removed .message-item__text p {
  background-color: transparent;
  font-style: italic;
  color: #888;
  font-size: 10pt;
  padding: 10px 0;
}

.message-item__container.current-user .tip .message-item__text {
  display: flex;
  background-color: var(--clr-primary);
  padding: 0 20px;
}
.message-item__container.current-user .tip .message-item__text p {
  background-color: transparent;
  color: white;
}

.message-item__container.current-user .message-item__info {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

/* Conversation panel submit box -> Submit messages & attachments */
.conversation-panel__submit-box {
  position: relative;
}
.conversation-panel__submit-box__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: 30px;
  gap:10px
}
.conversation-panel__submit-box > *:not(:last-child) {
  margin-bottom: 10px;
}
.conversation-panel__submit-box textarea {
  resize: none;
  background-color: transparent;
  border: none;
  color: black;
}
.conversation-panel__submit-box textarea:placeholder {
  color: black;
}

.conversation-panel__submit-box__icons {
  display: flex;
  align-items: center;
}


.conversation-panel__submit-box__icons svg {
  cursor: pointer;
  width: 24px;
  fill: black;
}

.conversation-panel__submit-box__icons > *:not(:last-child) {
  margin-right: 10px;
}
.submit-drawer {
  position: absolute;
  background-color: white;
  bottom: 90px;
  left: -20px;

  /* z-index: 100; */
  z-index: 99;
  width: Calc(100% + 20px);
  box-shadow: 0px -4px 4px -6px rgba(0, 0, 0, 0.295);
}
.submit-drawer__replies {
  padding: 1rem;
}
.submit-drawer__replies > *:not(:last-child) {
  margin-bottom: 10px;
}
.submit-drawer__replies__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.submit-drawer__replies__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
}
.submit-drawer__replies__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-circle {
  background-color: var(--clr-primary) !important;
  border-radius: 100%;
  height: 26px;
  width: 26px;
}
.submit-box__container {
  padding: 1rem;
  max-height: 150px;
  overflow-y: auto;
}
.submit-box__items {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.submit-box__media-wrapper {
  position: relative;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
}
.submit-box__audio-wrapper {
  display: flex;
  align-items: center;
}
.submit-box__audio-wrapper .btn-circle {
  margin-left: 1rem;
}
.submit-box__audio-items + .submit-box__items {
  padding-top: 1rem;
}
.submit-box__audio-items audio {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .submit-box__container {
    max-height: 300px;
  }
  .submit-box__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .submit-box__media-wrapper {
    height: 180px;
  }
}

.submit-box__media-wrapper img,
.submit-box__media-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-media {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* message dropdown */
.message-dropdown {
  position: relative;
  margin-top: 7px;
}
.message-dropdown button {
  outline: none;
  border: none;
  background-color: transparent;
}

.message-dropdown__items {
  display: flex;
  list-style: none;
  position: absolute;
  /*top: 120%;
  right: 0;*/
  background-color: #EEEEEE;
  border-radius: 8px;
  padding: 6px 20px;
flex-direction: column;
  top: -5px;
  left: 25px;
}

.current-user .message-dropdown__items {
  left: auto;
  right: 25px;
}

.message-dropdown__items button {
  color: white;
}
.message-dropdown__items button:hover {
  color: var(--clr-primary);
}
.message-dropdown__items button:not(:last-child) {
  margin-right: 10px;
}

/* Reset button styles */
.btn-reset,
.btn-reset:focus-visible,
.btn-reset:focus {
  outline: none;
  border: none;
  background-color: transparent;
  margin-bottom: 4px;
}

/* Image Viewer */
.image-viewer__overlay {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.308);
  z-index: 999999;
}

.image-viewer__overlay button {
  position: absolute;
  top: -10px;
  right: -10px;
  background: black;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 100%;
}
.image-viewer {
  max-width: 800px;
  height: 90vh;
  width: 95%;
}
.image-viewer img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  /* .message-text-para{
 width: 250px;
} */

/* @media (min-width: 375px) {
  .message-text-para{
    font-size: 100% ;
    width: 200px;
   
  }
} */
}
.message-text {
  font-size: 100%;

  word-break: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 250px;
}

/* @media (min-width: 375px) {
  .message-text {
    font-size: 100%;
    width: 200px;
  }
} */
.image-with-dropdown {
  display: flex;
  align-items: flex-start; 
  justify-content: space-between;
  gap: 6px;
  position: relative;
  overflow: visible;
}



@media(max-width:768px){

  .conversation-panel__messages {
        height: calc(100vh - 200px);
        display: block !important;
        overflow: auto;
        margin-top: 40px;
}
}
/* New Message & Message Recipients */
.create-message__header {
  display: flex;
  align-items: center;
  height: 50px;
}

.message-recipients {
  display: flex;
  flex-grow: 1;
  margin: 26px 0px 40px 0px;
}
.message-recipients__user {
  position: relative;
  background-color: #eaeaea;
  border-radius: 12px;
  padding: 2px 10px;
  font-weight: 500;
  height: 26px;
}

.message-recipients__user:not(:last-child) {
  margin-right: 10px;
}

/* Temporary fix for scrolling issues */
html, body {
  overflow-y: auto !important;
  height: auto !important;
}

.messages-container {
  display: flex;
  width: 90%;
  height: 100vh;
  margin: 0 auto;
  /* padding-top: 50px; */
  /* max-width: 90vw; */
  overflow-y: auto;
}

/* Ensure messaging area has proper positioning for fixed nav */
.messaging-area {
  position: relative;
}

@media screen and (max-width: 991px) {
  /* .messaging-area {
    padding-top: 44px;
  } */
  
  .messages-container {
    padding-top: 0;
  }
}

/* @media screen and (min-width: 991px) {
  .messages-container {
    padding-top: 40px;
  }
} */

.messages-container p {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .messages-container {
    width: 95%;
    margin-top: 3rem;
  }
}

body.modal-open {
  overflow: visible;
}

/* Payment iFrame */
.paymentIFrameWrap{
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 15px
}

.paymentIFrame{
  width: 100%;
  min-height: 650px;
  border: none;
  padding: 0;  
  box-shadow: none;
  background-color: #fff;
  width: 100%
}

.paymentIFrame .body{
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-top: 7px !important;
}

.paymentIFrame .flexforms_wrapper{
  max-width: 98% !important;
}

/*# sourceMappingURL=main.72fbc560.css.map*/