@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;
}
.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:hsla(0,0%,100%,.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}.btn.btn-border,.btn.btn-link{background-color:rgba(0,0,0,0)}.btn{background-color:#66615b;border-color:#66615b;color:#fff;opacity:1;filter:alpha(opacity=100)}.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{transition:all 150ms linear}.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:hsl(181.44,56.0538116592%,46.2745098039%);color:#fff;border-color:hsl(181.44,56.0538116592%,46.2745098039%);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:hsl(181.44,56.0538116592%,46.2745098039%);border-color:hsl(181.44,56.0538116592%,46.2745098039%)}.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:hsl(181.44,56.0538116592%,46.2745098039%) !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:rgb(68.2923076923,195.7076923077,125.0615384615);color:#fff;border-color:rgb(68.2923076923,195.7076923077,125.0615384615);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:rgb(68.2923076923,195.7076923077,125.0615384615);border-color:rgb(68.2923076923,195.7076923077,125.0615384615)}.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:rgb(68.2923076923,195.7076923077,125.0615384615) !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:rgb(43.4881516588,169.2511848341,204.5118483412);color:#fff;border-color:rgb(43.4881516588,169.2511848341,204.5118483412);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:rgb(43.4881516588,169.2511848341,204.5118483412);border-color:rgb(43.4881516588,169.2511848341,204.5118483412)}.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:rgb(43.4881516588,169.2511848341,204.5118483412) !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:rgb(249.8070175439,181,38.1929824561);color:#fff;border-color:rgb(249.8070175439,181,38.1929824561);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:rgb(249.8070175439,181,38.1929824561);border-color:rgb(249.8070175439,181,38.1929824561)}.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:rgb(249.8070175439,181,38.1929824561) !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:rgb(240.0120930233,14.1879069767,177.3488372093);color:#fff;border-color:rgb(240.0120930233,14.1879069767,177.3488372093);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:rgb(240.0120930233,14.1879069767,177.3488372093);border-color:rgb(240.0120930233,14.1879069767,177.3488372093)}.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:rgb(240.0120930233,14.1879069767,177.3488372093) !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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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)}.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{color:#66615b}.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:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Inter","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:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Inter","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:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Inter","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}a{color:#66615b}a:hover,a:focus{color:rgb(43.4881516588,169.2511848341,204.5118483412);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:hsl(181.44,56.0538116592%,63.2745098039%) !important}.bg-info{background-color:rgb(110.4398104265,199.3360189573,224.2601895735) !important}.bg-success{background-color:rgb(134.0953846154,216.6046153846,170.8569230769) !important}.bg-warning{background-color:rgb(251.8350877193,209.9,122.8649122807) !important}.bg-danger{background-color:rgb(244.9925581395,85.7074418605,200.7930232558) !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:rgb(61.8181818182,160.6818181818,235.6818181818) !important;border-color:rgb(61.8181818182,160.6818181818,235.6818181818) !important}.btn-facebook-bg{background-color:#3b5998 !important;border-color:#3b5998 !important}.btn-facebook-bg:hover{background-color:rgb(51.8696682464,78.2440758294,133.6303317536) !important;border-color:rgb(51.8696682464,78.2440758294,133.6303317536) !important}.btn-google-bg{background-color:#dd4b39 !important;border-color:#dd4b39 !important}.btn-google-bg:hover{background-color:rgb(215.4956896552,56.5948275862,37.0043103448) !important;border-color:rgb(215.4956896552,56.5948275862,37.0043103448) !important}.btn-github-bg{background-color:#767676 !important;border-color:#767676 !important}.btn-github-bg:hover{background-color:hsl(0,0%,41.2745098039%) !important;border-color:hsl(0,0%,41.2745098039%) !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:hsl(181.44,56.0538116592%,63.2745098039%)}.dropdown-menu.dropdown-info .dropdown-item:hover,.dropdown-menu.dropdown-info .dropdown-item:focus{background-color:rgb(110.4398104265,199.3360189573,224.2601895735)}.dropdown-menu.dropdown-success .dropdown-item:hover,.dropdown-menu.dropdown-success .dropdown-item:focus{background-color:rgb(134.0953846154,216.6046153846,170.8569230769)}.dropdown-menu.dropdown-warning .dropdown-item:hover,.dropdown-menu.dropdown-warning .dropdown-item:focus{background-color:rgb(251.8350877193,209.9,122.8649122807)}.dropdown-menu.dropdown-danger .dropdown-item:hover,.dropdown-menu.dropdown-danger .dropdown-item:focus{background-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.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:rgb(110.4398104265,199.3360189573,224.2601895735)}.alert-success{background-color:rgb(134.0953846154,216.6046153846,170.8569230769)}.alert-warning{background-color:rgb(251.8350877193,209.9,122.8649122807)}.alert-danger{background-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.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:rgb(244.9925581395,85.7074418605,200.7930232558)}.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:rgb(244.9925581395,85.7074418605,200.7930232558);bottom:-20px}.popover.top>.arrow::after{border-top-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.popover.right>.arrow::after{border-right-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.popover.left::before{border-left-color:rgb(244.9925581395,85.7074418605,200.7930232558);bottom:-20px}.popover-filter.in{visibility:visible;opacity:.2;filter:alpha(opacity=20);transition-delay:0s}.popover-primary{background-color:hsl(181.44,56.0538116592%,63.2745098039%);color:#fff}.popover-primary .popover-title{background-color:hsl(181.44,56.0538116592%,63.2745098039%);color:rgba(0,0,0,.56)}.popover-primary.bottom .arrow:after{border-bottom-color:hsl(181.44,56.0538116592%,63.2745098039%)}.popover-primary.left>.arrow::after{border-left-color:hsl(181.44,56.0538116592%,63.2745098039%)}.popover-primary.top>.arrow::after{border-top-color:hsl(181.44,56.0538116592%,63.2745098039%)}.popover-primary.right>.arrow::after{border-right-color:hsl(181.44,56.0538116592%,63.2745098039%)}.popover-info{background-color:rgb(110.4398104265,199.3360189573,224.2601895735);color:#fff}.popover-info .popover-title{background-color:rgb(110.4398104265,199.3360189573,224.2601895735);color:rgba(0,0,0,.56)}.popover-info.bottom .arrow:after{border-bottom-color:rgb(110.4398104265,199.3360189573,224.2601895735)}.popover-info.left>.arrow::after{border-left-color:rgb(110.4398104265,199.3360189573,224.2601895735)}.popover-info.top>.arrow::after{border-top-color:rgb(110.4398104265,199.3360189573,224.2601895735)}.popover-info.right>.arrow::after{border-right-color:rgb(110.4398104265,199.3360189573,224.2601895735)}.popover-success{background-color:rgb(134.0953846154,216.6046153846,170.8569230769);color:#fff}.popover-success .popover-title{background-color:rgb(134.0953846154,216.6046153846,170.8569230769);color:rgba(0,0,0,.56)}.popover-success.bottom .arrow:after{border-bottom-color:rgb(134.0953846154,216.6046153846,170.8569230769)}.popover-success.left>.arrow::after{border-left-color:rgb(134.0953846154,216.6046153846,170.8569230769)}.popover-success.top>.arrow::after{border-top-color:rgb(134.0953846154,216.6046153846,170.8569230769)}.popover-success.right>.arrow::after{border-right-color:rgb(134.0953846154,216.6046153846,170.8569230769)}.popover-warning{background-color:rgb(251.8350877193,209.9,122.8649122807);color:#fff}.popover-warning .popover-title{background-color:rgb(251.8350877193,209.9,122.8649122807);color:rgba(0,0,0,.56)}.popover-warning.bottom .arrow:after{border-bottom-color:rgb(251.8350877193,209.9,122.8649122807)}.popover-warning.left>.arrow::after{border-left-color:rgb(251.8350877193,209.9,122.8649122807)}.popover-warning.top>.arrow::after{border-top-color:rgb(251.8350877193,209.9,122.8649122807)}.popover-warning.right>.arrow::after{border-right-color:rgb(251.8350877193,209.9,122.8649122807)}.popover-danger{background-color:rgb(244.9925581395,85.7074418605,200.7930232558);color:#fff}.popover-danger .popover-title{background-color:rgb(244.9925581395,85.7074418605,200.7930232558);color:rgba(0,0,0,.56)}.popover-danger.bottom .arrow:after{border-bottom-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.popover-danger.left>.arrow::after{border-left-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.popover-danger.top>.arrow::after{border-top-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.popover-danger.right>.arrow::after{border-right-color:rgb(244.9925581395,85.7074418605,200.7930232558)}.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:hsl(181.44,56.0538116592%,63.2745098039%) !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:rgb(110.4398104265,199.3360189573,224.2601895735) !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:rgb(134.0953846154,216.6046153846,170.8569230769) !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:rgb(251.8350877193,209.9,122.8649122807) !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:rgb(244.9925581395,85.7074418605,200.7930232558) !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:rgb(240.0120930233,14.1879069767,177.3488372093)}.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:hsla(0,0%,80%,.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.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.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 hsla(0,0%,100%,.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 hsla(0,0%,100%,.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:rgb(110.4398104265,199.3360189573,224.2601895735)}.card[data-color=green]{background:rgb(134.0953846154,216.6046153846,170.8569230769)}.card[data-color=yellow]{background:rgb(251.8350877193,209.9,122.8649122807)}.card[data-color=brown]{background:hsl(31.0344827586,55.4140127389%,76.2156862745%)}.card[data-color=purple]{background:hsl(300,37.0558375635%,68.3725490196%)}.card[data-color=orange]{background:rgb(244.9925581395,85.7074418605,200.7930232558)}.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:hsla(0,0%,100%,.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:hsla(0,0%,100%,.7)}.section-image hr,.section-gold hr,.section-dark hr{border-color:hsla(0,0%,100%,.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}.navbar .container{left:0;width:100%;transition:all .33s cubic-bezier(0.685, 0.0473, 0.346, 1);position:relative}.navbar .navbar-nav .dropdown-menu{height:400px;overflow-y:scroll}.demo-header .motto{padding-top:30% !important}.navbar-toggle .icon-bar{display:block;position:relative;background:#fff;width:24px;height:2px;border-radius:1px;margin:0 auto}.navbar-header .navbar-toggle{margin-top:12px;width:40px;height:40px}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.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}[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}.footer .footer-nav,.footer .credits{margin:0 auto}#typography .typography-line .note{margin-left:7px !important}.dropdown-menu{display:none}.navbar-fixed-top{-webkit-backface-visibility:hidden}.social-line .btn{margin:0 0 10px 0}.subscribe-line .form-control{margin:0 0 10px 0}.social-line.pull-right{float:none}.footer nav.pull-left{float:none !important}.footer:not(.footer-big) nav>ul li{float:none}.social-area.pull-right{float:none !important}.form-control+.form-control-feedback{margin-top:5px}.form-control.form-control-danger.no-border{margin-top:15px}.navbar-toggle:hover,.navbar-toggle:focus{background-color:rgba(0,0,0,0) !important}.btn.dropdown-toggle{margin-bottom:0}.media-post .author{width:25%;float:none !important;display:block;margin:0 auto 10px}.media-post .media-body{width:100%}.modal-footer .btn-simple{padding:15px}.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}.typography-line{padding-left:100px !important}.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}.testimonials-2 .testimonials-people img,.section-testimonials .testimonials-people img{display:none !important}.presentation-page .components-container .card{margin-bottom:40px !important}.btn-wd{min-width:280px}.presentation-page .title-brand .type{font-size:16px;transform:translateY(-28px);-webkit-transform:translateY(-28px);-moz-transform:translateY(-28px);-o-transform:translateY(-28px)}.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}.bootstrap-datetimepicker-widget{visibility:visible !important}.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}.demo-icons ul li{width:20%;float:left}.info.info-separator:after{display:none}.pricing-5 .choose-plan{text-align:center}.pricing-5 .choose-plan .nav.nav-pills{display:inline-flex}.pricing-5 .description{text-align:center}.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}.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%}.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}.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: var(--font-family) !important;
}



html, body {
  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: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', '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 {
  color: var(--text-primary) !important;
  font-family: var(--font-family) !important;
}

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


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

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

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

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

.dark-mode .side-navbar .nav-link {
  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: var(--sidebar-bg) !important;
  }
  
  .dark-mode .navbar-collapse {
    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: 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: var(--card-bg) !important;
}

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

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

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

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

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

/* Forms */
.dark-mode .form-control {
  /* background-color: var(--input-bg) !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 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: var(--text-primary) !important;
}

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

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

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

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

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

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

.dark-mode .bg-white {
  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: var(--card-bg) !important;
}

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

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

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

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

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

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

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

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

/* Additional Components - Only in dark mode */
.dark-mode .container {
  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: var(--bg-primary);
}

/* Main Content Areas - Only in dark mode */
.dark-mode .main-content {
  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: var(--card-bg) !important;
}

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

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

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

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

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


/* 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 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 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 var(--border-color) !important;
}
.dark-mode .footer-responsive{
  background-color: #171717 !important;
}
/* Modal close button styling for dark mode */
.dark-mode .modal .close {
  color: var(--text-primary) !important;
  opacity: 0.7 !important;
}

.dark-mode .modal .close:hover {
  opacity: 1 !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: 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: var(--text-primary) !important;
} */

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

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

/* .dark-mode a:hover {
  color: var(--text-secondary);
} */

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

/* .dark-mode li {
  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: var(--card-bg) !important;
} */

/* Override any remaining white backgrounds */
/* [style*="background-color: white"],
[style*="background-color: #fff"],
[style*="background-color: #ffffff"] {
  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: var(--bg-primary) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-mode .text-white {
  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: var(--bg-primary);

}

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

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

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

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

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

.dark-mode body {
  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: 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: 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: var(--text-primary) !important;
}

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

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

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

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

.dark-mode .message-item__container .message-text {
  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: var(--text-primary) !important;
  background-color: #bc8bd226 !important;
}

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

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

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

/* Feed Section Dark Mode Fixes */
.dark-mode .section-gray {
  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: var(--text-primary) !important;
}

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

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

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

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

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

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

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

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

.dark-mode .btn-link {
  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: 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: var(--text-primary) !important;
}

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

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

/* Container and Layout Fixes */
.dark-mode .container {
  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: var(--bg-primary) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dark-mode [style*="background-color: #f3f3f3"] {
  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: var(--bg-secondary);
}

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

::-webkit-scrollbar-thumb:hover {
  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: var(--input-bg) !important;
  color: var(--text-primary) !important;
  border-color: var(--input-border) !important;
}

.dark-mode .help-dropdown option {
  background-color: var(--input-bg) !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: var(--bg-primary) !important;
}


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

/* SweetAlert Bright Mode Styles */
.swal2-container {
  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 {
  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;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: transparent !important;
}

/* Ensure SweetAlert popup has proper styling */
.dark-mode .swal2-popup {
  background-color: #2d2d2d !important;
  color: var(--text-primary) !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: var(--card-bg) !important;
  color: var(--text-primary) !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: var(--text-primary) !important;
  font-weight: 600 !important;
}

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

.dark-mode .swal2-html-container {
  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: var(--input-bg) !important;
  color: var(--text-primary) !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: var(--text-muted) !important;
}

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

/* SweetAlert Textarea */
.dark-mode .swal2-textarea {
  background-color: var(--input-bg) !important;
  color: var(--text-primary) !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: var(--input-bg) !important;
  color: var(--text-primary) !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 6px !important;
}

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

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

.dark-mode .swal2-range input[type="range"] {
  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: 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: 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: var(--text-primary) !important;
}

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

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

/* SweetAlert Icons */
.dark-mode .swal2-icon {
  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-radius: 100% !important;
  object-fit: cover;
}

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

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

.dark-mode .swal2-close:hover {
  color: var(--text-primary) !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: var(--text-primary) !important;
}

.dark-mode .swal-unsub-body {
  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: var(--border-color) !important;
  border-top-color: #f334be !important;
}

/* SweetAlert Backdrop */
/* .dark-mode .swal2-backdrop-show {
  background-color: #000 !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: 1.5rem !important;
  padding: 20px;
}

.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: var(--text-primary) !important;
}

.dark-mode .swal2-popup .custom-html-content p {
  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: 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: 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: 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: var(--text-primary) !important;
}

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

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

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

.dark-mode .swal2-popup li {
  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: var(--card-bg) !important;
}

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

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

.dark-mode .current-bonus-circle__text span {
  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: var(--card-bg) !important;
  border: 1px solid var(--border-color) !important;
  color: var(--text-primary) !important;
  font-family: inherit !important;
}

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

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

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

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

.dark-mode .react-datepicker__day:hover {
  background-color: var(--hover-bg) !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: var(--text-muted) !important;
  background-color: transparent !important;
}

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

.dark-mode .react-datepicker__day--today {
  background-color: rgba(243, 52, 190, 0.1) !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: var(--text-primary) !important;
}

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

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

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

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

.dark-mode .react-datepicker__month-text:hover {
  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: var(--text-primary) !important;
}

.dark-mode .react-datepicker__quarter-text:hover {
  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: var(--text-primary) !important;
}

.dark-mode .react-datepicker__year-text:hover {
  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: var(--card-bg) !important;
  border: 1px solid var(--border-color) !important;
}

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

.dark-mode .react-datepicker__year-option:hover {
  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: var(--card-bg) !important;
  border: 1px solid var(--border-color) !important;
}

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

.dark-mode .react-datepicker__month-option:hover {
  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: var(--card-bg) !important;
  border-left: 1px solid var(--border-color) !important;
}

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

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

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

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

.dark-mode .react-datepicker__time-list-item:hover {
  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: var(--text-muted) !important;
}

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

.dark-mode .react-datepicker__today-button:hover {
  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: 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: var(--input-bg) !important;
  color: var(--text-primary) !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: var(--text-muted) !important;
}

/* DatePicker Popper/Portal */
.dark-mode .react-datepicker-popper {
  background-color: var(--card-bg) !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: var(--card-bg) !important;
}

.dark-mode .react-datepicker__triangle::before {
  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: var(--text-primary) !important;
}

.dark-mode .react-datepicker__day--in-selecting-range {
  background-color: rgba(243, 52, 190, 0.2) !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: var(--text-primary) !important;
}

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

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

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

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

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

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

/* Statistics Item Transaction Details Dark Mode */
.dark-mode .transaction-details {
  background-color: var(--bg-secondary) !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: var(--hover-bg) !important;
}

.dark-mode .earnings-accordion-item .entry .fa-chevron-down,
.dark-mode .earnings-accordion-item .entry .fa-chevron-up {
  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 .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: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

.top-nav {
  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: 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) {
 
  .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: 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: 479px !important;
  margin: 0 auto !important;
  min-height: 100dvh !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: 479px !important;
  margin: 0 auto !important;
  width: 100%;
}

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

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


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

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

/* Grid layouts should work within 380px */
.creators-row,
.jh-modern-media-grid,
.jh-modern-profile-content-tabs {
  max-width: 479px !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;
}

/* Font Utilities - Matching Design Specifications */
/* Based on the provided HTML design using Roboto font family */

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

/* Font Weight Utilities - Matching Design */
.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

/* Typography Scale - Matching Design */
.text-xs {
  font-size: 0.75rem !important; /* 12px */
  line-height: 1rem !important;
}

.text-sm {
  font-size: 0.875rem !important; /* 14px */
  line-height: 1.25rem !important;
}

.text-base {
  font-size: 1rem !important; /* 16px */
  line-height: 1.5rem !important;
}

.text-lg {
  font-size: 1.125rem !important; /* 18px */
  line-height: 1.75rem !important;
}

.text-xl {
  font-size: 1.25rem !important; /* 20px */
  line-height: 1.75rem !important;
}

.text-2xl {
  font-size: 1.5rem !important; /* 24px */
  line-height: 2rem !important;
}

/* Design-specific font weight combinations */
.creator-username {
  font-size: 14px !important; /* text-2xl */
  font-weight: 700 !important; /* font-bold */
  color: #ffffff;
}

.creator-subtitle {
  font-size: 1rem !important; /* text-base */
  font-weight: 500 !important; /* font-medium */
  color: #a3a3a3;
}

.creator-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 14px; /* text-sm */
  font-weight: 500; /* font-medium */
  color: rgb(163, 163, 163);
}

.bio-text {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 400 !important; /* font-regular */
  color: #e5e5e5;
  line-height: 1.5rem !important;
}

.pinned-message {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 400 !important; /* font-regular */
  color: #d4d4d8;
}

.pinned-label {
  font-size: 0.75rem !important; /* text-xs */
  font-weight: 400 !important; /* font-regular */
  color: #a3a3a3;
}

.tab-text {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 500 !important; /* font-medium */
}

.tab-count {
  font-size: 0.75rem !important; /* text-xs */
  font-weight: 500 !important; /* font-medium */
}

.button-text {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 500 !important; /* font-medium */
}

.button-text-large {
  font-size: 1rem !important; /* text-base */
  font-weight: 600 !important; /* font-semibold */
}

.modal-title {
  font-size: 1.125rem !important; /* text-lg */
  font-weight: 700 !important; /* font-bold */
  color: #ffffff;
}

.modal-subtitle {
  font-size: 1rem !important; /* text-base */
  font-weight: 500 !important; /* font-medium */
  color: #ffffff;
}

.benefit-title {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 500 !important; /* font-medium */
  color: #ffffff;
}

.benefit-description {
  font-size: 0.75rem !important; /* text-xs */
  font-weight: 400 !important; /* font-regular */
  color: #a3a3a3;
}

.form-label {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 500 !important; /* font-medium */
  color: #d4d4d8;
}

.form-input {
  font-size: 1rem !important; /* text-base */
  font-weight: 400 !important; /* font-regular */
  color: #ffffff;
}

.price-text {
  font-size: 0.875rem;
  font-weight: 600 !important; /* font-semibold */
  color: #f534bf;
}

.price-strikethrough {
  font-size: 1rem !important; /* text-base */
  font-weight: 400 !important; /* font-regular */
  color: #a3a3a3;
  text-decoration: line-through;
}

.notification-title {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 700 !important; /* font-bold */
  color: #ffffff;
}

.notification-text {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 400 !important; /* font-regular */
  color: #d4d4d8;
}

/* Override existing font weights to match design */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700 !important; /* font-bold */
}

p, .paragraph {
  font-weight: 400 !important; /* font-regular */
}

button, .btn {
  font-weight: 500 !important; /* font-medium */
}

/* Ensure consistent font rendering */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Font Weight Standardization - Matching Design Specifications */
/* This file ensures consistent font weights across the entire project */

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

/* Headings - All should be bold (700) */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700 !important;
}

/* Paragraphs and body text - Regular (400) */
p, .paragraph, body, html {
  font-weight: 400 !important;
}

/* Buttons - Medium (500) */
button, .btn, .button {
  font-weight: 500 !important;
}

/* Links - Medium (500) */
a, .link {
  font-weight: 500 !important;
}

/* Form elements - Regular (400) */
input, textarea, select, .form-control, .form-input {
  font-weight: 400 !important;
}

/* Labels - Medium (500) */
label, .form-label, .label {
  font-weight: 500 !important;
}

/* Navigation items - Medium (500) */
.navbar-nav .nav-link, .nav-link, .navbar-brand {
  font-weight: 500 !important;
}

/* Card titles - Bold (700) */
.card-title, .card-header, .title {
  font-weight: 700 !important;
}

/* Card content - Regular (400) */
.card-text, .card-body p {
  font-weight: 400 !important;
}

/* Badge and tags - Medium (500) */
.badge, .tag, .chip {
  font-weight: 500 !important;
}

/* Table headers - Bold (700) */
th, .table-header, .thead th {
  font-weight: 700 !important;
}

/* Table content - Regular (400) */
td, .table-content, .tbody td {
  font-weight: 400 !important;
}

/* Modal titles - Bold (700) */
.modal-title, .modal-header h5, .modal-header h4 {
  font-weight: 700 !important;
}


/* Alert text - Medium (500) */
.alert, .alert p {
  font-weight: 500 !important;
}

/* List items - Regular (400) */
li, .list-item {
  font-weight: 400 !important;
}

/* Small text - Regular (400) */
small, .small, .text-small {
  font-weight: 400 !important;
}

/* Override specific component classes that might have incorrect weights */

.creator-subtitle, .subtitle {
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.stats {
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}

.bio-text, .bio {
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

/* Button specific overrides */
.btn-primary, .btn-secondary, .btn-success, .btn-danger, .btn-warning, .btn-info {
  font-weight: 500 !important;
}

.btn-lg {
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.btn-sm {
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}

/* Form specific overrides */
.form-group label {
  font-weight: 500 !important;
}

.form-control, .form-control:focus {
  font-weight: 400 !important;
}

/* Navigation specific overrides */
.navbar-nav .nav-link {
  font-weight: 500 !important;
}

.navbar-brand {
  font-weight: 700 !important;
}

/* Card specific overrides */
.card-title {
  font-weight: 700 !important;
}

.card-subtitle {
  font-weight: 500 !important;
}

.card-text {
  font-weight: 400 !important;
}

/* Modal specific overrides */
.modal-title {
  font-weight: 700 !important;
}

.modal-body {
  font-weight: 400 !important;
}

/* Override any existing font-weight declarations that don't match design */
[style*="font-weight"] {
  font-weight: inherit !important;
}

/* Ensure consistent font rendering */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Specific weight classes for when you need to override */
.font-light {
  font-weight: 300 !important;
}

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

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

* {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

html, body {
  /* height: 100% !important; */
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}


/* Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

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 */
}

/* iOS Safari Video Fixes */
video {
  -webkit-playsinline: true !important;
  object-fit: cover;
}

/* Prevent automatic fullscreen on iOS Safari */
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* Ensure video controls are properly displayed */
video::-webkit-media-controls {
  display: flex !important;
}

video::-webkit-media-controls-panel {
  display: flex !important;
}

/* Prevent body jump when popup opens */
body {
  overflow-x: hidden;
}

/* Ensure smooth scrolling behavior */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* SweetAlert Smooth Transitions */
.swal2-container {
  overflow-y: auto !important;
  scrollbar-width: thin;
}

/* Prevent layout shift when overflow is hidden */
body.swal2-shown {
  overflow: hidden !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/* Smooth backdrop transitions */
.swal2-container.swal2-backdrop-show {
  animation: swal2-show-backdrop 0.15s ease-out;
}

.swal2-container.swal2-backdrop-hide {
  animation: swal2-hide-backdrop 0.15s ease-in;
}

/* Smooth popup transitions */
.swal2-popup {
  animation: swal2-show 0.2s ease-out;
}

@keyframes swal2-show-backdrop {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@keyframes swal2-hide-backdrop {
  0% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    background-color: transparent;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.review-help-btn {
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.upload-icon svg {
  height: 24px;
}

.modern-login-copyright {
  font-size: 0.75rem;
  color: #737373;
  margin-bottom: 0.25rem;
}

.modern-login-version {
  font-size: 0.75rem;
  color: #525252;
}


.cm_share_profile {
  width: 40px;
  height: 40px;
  background: rgb(23 23 23 / 0.6);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgb(64 64 64 / 0.5);
}


.cm_share_profile:hover {
  color: #f534bf;
}

.cm_media_grid_dropdown .creator-feed-menu-trigger {
  background: transparent;
  width: auto;
}

.cm_media_grid_dropdown .creator-feed-menu-trigger:hover {
  background: transparent !important;
}

.cm_media_grid_dropdown .creator-feed-menu-trigger .fa-ellipsis-vertical {
  color: rgb(163, 163, 163) !important;
  font-size: 14px !important;
  height: 14px !important;
}

.cm_media_grid_dropdown .creator-feed-dropdown {
  position: absolute;
  bottom: 50px;
  right: 0;
  top: auto;
  background: rgb(28, 28, 30);
  border-color: rgba(64, 64, 64, 0.5);
  min-width: 1rem !important;
  width: auto;
  padding: 8px;
}

.cm_media_grid_dropdown .creator-feed-dropdown {
  top: calc(100% + 8px);
  right: 0;
}

.profile-price-section {
  text-align: center;
  margin-top: 8px;
}

span.profile-price-text {
  color: #737373;
}

span.profile-price-text-real {
  text-decoration: line-through;
  font-weight: 500;
  color: rgb(163, 163, 163);
  margin-left: 6px;
}

/* Tab Count Badge Styling */
/* Desktop: Show count with parentheses */
@media (min-width: 769px) {
  .tab-count-badge::before {
    content: "(";
  }
  
  .tab-count-badge::after {
    content: ")";
  }
}

/* Mobile: Show count without parentheses */
@media (max-width: 768px) {
  .tab-count-badge {
    display: inline-block;
  }
}

/* SweetAlert Profile Image Styling */
.swal-profile-image {
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 3px solid #f534bf !important;
  margin: 0 auto !important;
}


.creator-info-page .stat-text,
.profile-stats span.stat-text {
  font-size: 14px;
  color: rgb(163, 163, 163);
  font-weight: 600;
}

.cm_add_captions_subtitle {
  text-align: left;
  margin-bottom: 16px;
}

.cm_scroll_icon {
  position: absolute;
  top: calc(100% - 50px);
  left: 50%;
  z-index: 9999;
  background: #fff;
  color: #000;
  width: 130px;
  height: 30px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transform: translateX(-50%);
  gap: 10px;
  cursor: pointer;
}



/* 
.modern-signup-main,
.modern-forgot-password-main,
.modern-login-screen {
  padding: 32px 24px;
  padding-top: 100px;
}

.profile-tags-main {
  padding: 70px 24px;
  padding-top: 100px;
}

.modern-main {
  padding: 70px 24px;
  padding-top: 100px;
}

.modern-legal-main {
  padding: 24px 24px;
  padding-top: 70px;
}
.modern-faq-main {
  padding: 24px 24px;
  padding-top: 70px;
}


.modern-contact-main {
  padding: 24px 24px;
  padding-top: 70px;
}

.modern-reset-password-main {
  padding: 24px 24px;
  padding-top: 70px;
}

.all-categories-main {
  padding: 24px 24px;
  padding-top: 70px;
}

.all-creators-main {
  padding: 110px 24px;
  padding-top: 70px;
}

.jh-modern-profile-main {
  padding-top: 72px;
  padding-bottom: 100px;
}

.profile-main-content {
  padding-bottom: 70px;
  padding-top: 50px;
} */



/* === Common Sections (same padding: 24px 24px; padding-top: 70px) === */
.modern-wallet-page,
.modern-transactions-page,
.modern-legal-main,
.modern-faq-main,
.modern-contact-main,
.modern-reset-password-main,
.activity-main,
.modern-edit-username-main,
.messages-container,
.modern-notifications-page,
.all-categories-main {
  padding: 24px 24px;
  padding-top: 70px;
}

.all-categories-main {
  padding-bottom: 100px;
}

/* === Auth Screens (same padding: 32px 24px; padding-top: 100px) === */
.modern-earnings-payout-page,
.modern-signup-main,
.modern-forgot-password-main,
.modern-login-screen {
  padding: 32px 24px;
  padding-top: 100px;
}

.modern-earnings-payout-page {
  padding-top: 85px;
}

/* === Common Main Sections (same padding: 70px 24px; padding-top: 100px) === */
.modern-confirm-email-main,
.email-verification-main,
.profile-tags-main,
.modern-main {
  padding: 70px 24px;
  padding-top: 100px;
}

/* === All Creators Page (different bottom padding) === */
.all-creators-main {
  padding: 110px 24px;
  padding-top: 70px;
}

/* === Profile Section === */
.modern-statement-main,
.modern-mysubscription-main,
.modern-referral-main,
.modern-creator-notifications-main,
.modern-edit-password-main,
.jh-modern-profile-main {
  padding-top: 72px;
  padding-bottom: 100px;
}

.profile-main-content {
  padding-top: 66px;
  padding-bottom: 70px;
}


@media(max-width: 400px){
  .modern-transactions-page,
  .modern-wallet-page,
  .modern-notifications-page,
  .modern-statement-main,
  .modern-mysubscription-main,
  .modern-referral-main,
  .modern-edit-password-main,
  .modern-creator-notifications-main,
  .email-verification-main,
  .messages-container,
  .modern-confirm-email-main,
  .all-creators-main,
  .profile-tags-main,
  .modern-main,
  .modern-signup-main,
  .modern-forgot-password-main,
  .modern-login-screen,
  .modern-legal-main,
  .modern-faq-main,
  .modern-contact-main,
  .modern-reset-password-main,
  .all-categories-main {
    padding-left: 15px;
    padding-right: 15px;
  }


  .modern-confirm-email-main, .email-verification-main, .profile-tags-main, .modern-main {
    padding-top: 120px;
  }
}


.modern-login-screen .header-content {
  border-bottom: 1px solid rgb(255 255 255 / 0.05);
  padding: 12px 20px;
}

.modern-signup-container {
  width: 100%;
}

.cm_outline_primary {
  padding: 7px 12px;
  border: 1px solid #f334be;
  background: transparent;
  color: #f334be;
  font-size: 12px;
  border-radius: 6px;
}

.cm_outline_primary:hover {
  background-color: rgb(245 52 191 / 0.1);
}

.cm_user_avatar {
  width: 34px;
  height: 34px;
  border: 2px solid rgb(245 52 191 / 0.3);
  border-radius: 100%;
  object-fit: cover;
  padding: 1px;
}

.cm_follow_info_modal {
  max-width: 352px !important;
}

.cm_follow_info_modal .modal-header {
  padding: 0 !important;
  position: relative;
}

.cm_follow_info_modal .modal-header,
.cm_follow_info_modal .profile-back {
  border-radius: 9px 9px 0 0;
}

.cm_follow_info_modal .modal-content {
  box-shadow: none !important;
}

.cm_follow_info_modal p {
  color: #fff;
}

.subscribe-modal-benefit-desc {
  color: #a3a3a3;
}


.cm_modern_post_text {
  width: calc(100% - 64px);
  text-align: left;
}

.post_user_info {
  width: 48px;
  height: 48px;
  cursor: pointer;
}


.post_user_info img {
  width: 48px;
  height: 48px !important;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #525252;
}

.cm_modern_post_content {
  padding: 20px;
  display: flex;
  width: 100%;
  position: relative;
  gap: 16px;
  padding-bottom: 12px;
}

.cm_timestamp_badge {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #a3a3a3;
  background: rgb(64 64 64 / 0.5);
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}


.cm_pin_badge {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #a3a3a3;
  background: rgb(64 64 64 / 0.5);
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cm_modern_post_content {
  padding: 20px;
  display: flex;
  width: 100%;
  position: relative;
  gap: 16px;
  font-size: 12px;
  padding-bottom: 12px;
}

.username-section h6 {
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 600 !important;
  margin: 0;
  line-height: 20px;
}

.cm_post_caption {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}

.cm_post_caption .caption-text {
  font-size: 14px !important;
}

.tagged-users-section {
  margin-top: 8px;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  display: none !important;
}

.lock-content-box {
  text-align: center;
  padding: 32px 16px;
  border-radius: 24px;
  width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(64, 64, 64, 0.5);
  background: linear-gradient(to right bottom, rgb(23, 23, 23), rgb(38, 38, 38));
  gap: 24px;
}


.lock-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(245, 52, 191, 0.2);
  background: linear-gradient(to right bottom, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.lock-avatar svg {
  width: 21px;
  height: 24px;
}

.lock-avatar svg path {
  fill: rgb(245, 52, 191);
}

.unlock-text-title {
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  color: #fff;
}
.unlock-text-subtitle {
  color: rgb(163, 163, 163);
}

.lock-content-box .purchase-button {
  padding: 12px 24px;
  font-size: 16px;
  display: block;
  width: 100%;
  border-radius: 50px;
  font-weight: 700 !important;
}

.header_main_actions {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 16px;
  padding-right: 16px;
}

.header_main_actions .creator-feed-menu-container {
  position: static;
}

.header_main_actions .creator-feed-menu-container button.creator-feed-menu-trigger {
  width: 40px;
  background: rgb(23 23 23 / 0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgb(64 64 64 / 0.5);
}

.header_main_actions .creator-feed-menu-trigger:hover {
  background: rgb(23 23 23 / 0.6) !important;
}

.header_main_actions .creator-feed-menu-container button.creator-feed-menu-trigger svg path {
  fill: #fff;
}

.header_main_actions .creator-feed-menu-container:hover button.creator-feed-menu-trigger svg path {
  fill: #f534bf;
}

.header_main_actions .cm_media_grid_dropdown .creator-feed-dropdown {
  top: 60px;
  right: 20px;
  bottom: auto;
  /* border: aliceblue; */
  min-height: 90px;
}

.creator-feed-item-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.swal2-icon.swal2-question.swal2-icon-show {
  display: none !important;
}

.cm_fire_tag_wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  color: rgb(249, 115, 22);
}

.cm_follow_info_modal .modal-content {
  position: relative;
  margin: 20px !important;
  background: transparent !important;
  border: 1px solid #404040 !important;
}

.cm_follow_info_modal .modal-content .modal-header button.close {
  position: absolute;
  top: 27px;
  right: 27px;
  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;
  opacity: 1;
  z-index: 99;
}

.cm_follow_info_modal .avatar img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #f234be;
}

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

.lock-content-box.within_card {
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  width: calc(100% - 48px);
}

.lock-content-box.within_card .lock-avatar {
  border: 0;
}

.lock-content-box.within_card .purchase-button {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}

.lock-content-box.within_card .purchase-button:hover {
  background: rgb(229 229 229);
}

.bt_gray {
  border-top: 1px solid #404040;
}

.modal-body.bt_gray button {
  width: 100%;
  background-color: #f534bf;
  color: white;
  font-weight: 600 !important;
  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;
  text-transform: capitalize;
}

.subscribe-modal-benefit-icon svg {
  color: #fff;
}

.cm_follow_info_modal .modal-body {
  padding: 10px 15px;
  background: #171717;
  border-radius: 0 0 9px 9px;
}

span.cm_modal_close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgb(255 255 255 / 0.7);
  background: rgb(0 0 0 / 0.5);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cm_sider_errows {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

.cm_sider_errows span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.cm_sider_errows span:hover {
  background: rgb(0 0 0 / 0.5);
  color: #fff;
}

.creator-card.with_discover_page {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  background: rgb(26, 26, 26);
  width: 100%;
}

.creator-card.with_discover_page.card img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.modern-feed-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100dvh - 184px);
  color: #6b7280;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
}


.modern-feed-loading svg {
  margin: 0 auto;
}

.cm_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  gap: 12px;
}

.modern-feed-loading.modern_feed_loading {
  margin-top: 0 !important;
  min-height: calc(100dvh - 169px) !important;
}

.modal-content.ccbill-modal-container {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  max-width: 479px;
  max-height: 100%;
}

.cm_creator_username.mt-0 {
  font-size: 24px;
  font-weight: 600;
}

.cm_creator_username svg {
  height: 20px;
  color: rgb(249, 115, 22);
}

.dark-mode .pagination-btn {
  background: #262626;
  border: 1px solid #525252;
  color: #a3a3a3;
}

.dark-mode .pagination-btn:hover:not(:disabled) {
  background: #404040;
}

.pagination-btn.active {
  background: #f534bf;
  color: #ffffff;
  border: 1px solid #f534bf;
}


.cm_share_popup_wraper {
  position: fixed;
  background: #171717;
  width: 100%;
  max-width: 479px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 20px;
  border-top: 1px solid #525252;
}

.cm_share_popup_wraper span,
.cm_share_popup_wraper button {
  margin: 5px 0px;
  cursor: pointer;
}

.cm_share_popup_wraper svg {
  width: 24px;
  height: 24px;
}
.cm_share_popup_overlay {
  position: fixed;
  max-width: 479px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 100dvh;
  z-index: 999;
  top: 0;
}

.icon_box {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right bottom, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  border-radius: 8px;
  flex-shrink: 0;
}

.icon_box svg {
  color: #f633bf;
}

.file-preview-video {
  pointer-events: none; /* disables click on video */
  object-fit: cover;
}

.file-preview-video::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
}

.file-preview-video::-webkit-media-controls-enclosure {
  display: none !important;
}

.followers-popup-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 5000;
}

.followers-popup-container {
  background-color: rgb(23, 23, 23);
  border-radius: 16px;
  width: 100%;
  max-width: 352px;
  margin: 0 16px;
  overflow: hidden;
}

.followers-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.5);
}

.followers-popup-title {
  font-size: 22px;
  font-weight: 700 !important;
  color: white;
  letter-spacing: -0.02em;
  margin: 0;
}

.followers-popup-close {
  position: absolute;
  right: 16px;
  padding: 6px 8px;
  background: none;
  border: none;
  color: #a3a3a3;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.followers-popup-close:hover { background-color: rgba(38, 38, 38, 0.6); color: white; }

.followers-popup-search { padding: 16px; padding-bottom: 8px; }

.followers-popup-search-container { position: relative; }

.followers-popup-search-icon {
  position: absolute; top: 50%; left: 12px; transform: translateY(-50%);
  color: #737373; pointer-events: none;
}

.followers-popup-search-input {
  width: 100%;
  padding-left: 40px; padding-right: 12px; padding-top: 12px; padding-bottom: 12px;
  border: 1px solid rgba(55, 65, 81, 0.5);
  background-color: rgba(38, 38, 38, 0.3);
  color: white;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.2s;
}

.followers-popup-search-input:focus { outline: none; border-color: rgba(245, 52, 191, 0.5); box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.35); }
.followers-popup-search-input::placeholder { color: #737373; }

.followers-popup-count { color: #a3a3a3; padding: 0 16px 8px 16px; font-weight: 500; }

.followers-list { min-height: 300px; max-height: 60vh; overflow-y: auto; padding: 8px 8px 16px 8px; }

.followers-loading {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.followers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(23, 23, 23);
  border: 1px solid rgba(38, 38, 38, 0.3);
  border-radius: 12px;
  padding: 12px;
  /* cursor: pointer; */
}

.followers-item:hover {
  background-color: rgb(38 38 38 / 0.4);
}

.followers-user { display: flex; align-items: center; gap: 12px; }

.followers-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid rgb(255 255 255 / 0.1);
}

.followers-meta { display: flex; flex-direction: column; }
.followers-username { color: #fff; font-weight: 700; letter-spacing: -0.01em; }
.followers-subtext { color: #a3a3a3; font-weight: 500; }

.followers-message-btn {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: rgb(38, 38, 38);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(163, 163, 163);
  border: 0;
}

.followers-message-btn:hover {
  background-color: rgb(64 64 64);
  color: #fff;
 }

.followers-empty { color: #a3a3a3; text-align: center; padding: 16px; }


.cm_secure_info {
  font-size: 12px;
  color: rgb(115, 115, 115);
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}

p.cm_secure_info svg {
  height: 10px;
}

.cm_socail_share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
}

.cm_socail_share svg {
  height: 20px;
}

.cm_socail_share a:hover {
  color: #f234be;
}

.cm_blur_16 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 9px;
  overflow: hidden;
}

.pb_100 {
  padding-bottom: 100px;
}

.cm_z_10 {
  position: relative;
  z-index: 10;
}

.modal-backdrop.cm_full_dark.fade.show {
  opacity: 1 !important;
  background-color: #000 !important;
  width: 100% !important;
  height: 100% !important;
}

.border-t {
  border-top: 1px solid rgb(82, 82, 82);
}

.modern-edit-password-form-container,
.modern-edit-username-form {
  margin-top: 42px;
}

.pending_sub_btn:hover,
.pending_sub_btn {
  background: #f434bf !important;
  border-color: #f434bf !important;
}

.profile-price-text-free-trial {
  color: #f434bf;
}

.review-status-icon svg {
  height: 18px;
  width: 18px;
}

.modern-welcome-icon svg,
.modern-forgot-password-icon svg,
.profile-tags-icon svg {
  height: 26px;
  width: 26px;
}

.jh-search-result-item.cm_noSubLine .jh-trending-avatar {
  border: 0;
}

.cm_noSubLine.noImage {
  padding: 10px;
}

.lable_info {
    color: #737373;
    margin-bottom: 10px;
    display: block;
    margin-top: -10px;
}

.reminder-item.expiring-soon svg {
  color: rgb(250, 204, 21);
}

.reminder-item.urgent svg {
  color: rgb(248, 113, 113);
}

.jh-search-category-name {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}

.search_accordion .accordion-button {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 10px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 8px;
}

.search_accordion .accordion-button:hover {
  background: rgba(64, 64, 64, 0.5);
}

.search_accordion .accordion-button:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(225deg);
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: all 0.25 ease;
}

.search_accordion .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(45deg);
}

.search_accordion .accordion-header {
  font-size: 14px;
}

.search_accordion .accordion-body {
  padding-left: 16px;
  max-height: 300px;
  overflow: auto;
}

.modern-referral-card p {
  color: rgb(160, 160, 160);
  font-size: 14px;
  text-align: center;
  font-weight: 500 !important;
}

.referral_doller_icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-radius: 100%;
  background: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-referral-earnings-circle h2 {
  font-size: 36px;
  font-weight: 700 !important;
}
.cm_formatted_records_total {
  font-size: 14px;
  color: rgb(107, 107, 107);
}

.cm_formatted_records_total:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background: rgb(74, 222, 128);
  border-radius: 100%;
  margin-right: 8px;
  animation: blinkPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes blinkPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.modern-referral-card-title svg {
  margin-right: 12px;
  color: rgb(245, 52, 191);
}

.cm_how_its_work_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(45, 45, 45);
  margin-left: -20px;
  margin-right: -20px;
  padding: 16px 20px;
  margin-top: -20px;
}

.cm_how_its_work_head h2 {
  margin: 0;
}

.cm_how_its_work_body h4 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #fff;
}

.cm_how_its_work_body p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

.cm_how_its_work_body > div {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.cm_how_its_work_body > div span {
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: linear-gradient(to right bottom, rgb(245, 52, 191), rgb(209, 42, 157));
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600 !important;
  left: 0;
  top: 0;
}

.cm_how_its_work_body {
  padding-top: 24px;
}

.modern-referral-card.cm_how_its_work {
  padding-bottom: 0;
}


.your_ref_card {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  border-bottom: 1px solid rgb(45, 45, 45);
  padding: 16px;
  gap: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}


.your_ref_card img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid rgb(45, 45, 45);
}

.your_ref_card p {
  margin: 0;
}

.cm_reff_detail {
  margin-left: auto;
}

.cm_reff_user p {
  color: rgb(255, 255, 255);
  font-weight: 600 !important;
  text-align: left;
}

.cm_reff_user small {
  color: rgb(107, 107, 107);
  font-size: 12px;
}

.cm_reff_detail p {
  font-size: 14px;
  color: #fff;
}

.cm_reff_detail small {
  font-size: 12px;
  color: rgb(74, 222, 128);
  font-weight: 500 !important;
}

.your_ref_card:hover {
  background-color: rgb(45 45 45 / 0.3);
}

.c_gray {
  color: #737373;
  line-height: 1;
}






/* ************************** */





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

.mt-10 {
  margin-top: 80px;
}

.file_input_box {
  width: 100%;
  background: #171717;
  border: 2px dashed rgb(41, 41, 41);
  border-radius: 0.75rem;
  padding: 32px;
  color: rgb(229, 231, 235);
  font-size: 0.875rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.file_input_box:hover {
  border-color: #f534bf !important;
}

.file_input_box svg {
  width: 28px;
  height: 28px;
  color: rgb(229, 231, 235);
}

.file_input_box button {
  font-size: 16px;
  font-weight: 600 !important;
  color: rgb(229, 231, 235);
}
.file_input_box button:hover {
  color: #f534bf !important;
}

.file_input_box button:hover svg {
  color: #f534bf !important;
}

.drop_open .phone-input-field {
  opacity: 0;
}

.drop_open .country-selector {
  width: 100%;
}

.modern-back-btn,
.modern-legal-back-btn {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 0;
  border-radius: 100%;
  color: #fff;
  margin-right: 8px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.modern-back-btn svg,
.modern-legal-back-btn svg {
  width: 21px;
  height: 21px;
}

.modern-back-btn:hover,
.modern-legal-back-btn:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.modern-header-content {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}

.show_warning_modal .discover-screen {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.dark-mode .swal2-popup {
  max-width: 352px !important;
}

.swal2-icon.swal2-error.swal2-icon-show {
  display: none !important;
}

.dark-mode .swal2-title {
  margin-top: 11px;
}


@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: unset;
  }

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

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

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

.register-page-main {
  max-height: unset;
}

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

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

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

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

.verification-screen-header {
  max-height: unset;
}

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

.cm_header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 479px;
  z-index: 99;
  transform: translateX(-50%);
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm_header_logo_center .modern-legal-back-btn {
  position: static !important;
  transform: none !important;
}

.header_bottom_border {
  border-bottom: 1px solid rgb(38, 38, 38);
}


.cm_header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  gap: 12px;
  position: relative;
  width: 100%;
}



.modern-edit-password-title.modern-edit-password-title {
  font-size: 1rem;
  padding-left: 40px;
}

.cm_header_no_logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}




.cm_earnings_drop_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(30, 30, 30);
  border-bottom: 1px solid rgb(45, 45, 45);
  margin-left: -24px;
  margin-right: -24px;
  padding: 16px 24px;
}

.cm_my_dropdown {
  position: relative;
}

.cm_earnings_drop_wrapper h2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
  color: rgb(160, 160, 160);
  font-weight: 500 !important;
}

.cm_my_dropdown ul {
  position: absolute;
  border: 1px solid rgb(45, 45, 45);
  margin: 0;
  list-style: none;
  padding: 0.5rem;
  background: rgb(30, 30, 30);
  border-radius: 16px;
  min-width: 192px;
  right: 0;
  top: 58px;
}

.cm_my_dropdown > span {
  background: rgb(30, 30, 30);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  border: 1px solid rgb(45, 45, 45);
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.cm_my_dropdown > span:hover {
  border-color: rgb(245 52 191 / 0.5);
}

.cm_my_dropdown ul li {
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-weight: 500 !important;
  border-radius: 8px;
}

.cm_my_dropdown ul li.active, 
.cm_my_dropdown ul li:hover {
  background-color: #2d2d2d;
}

.g_card {
  background: rgb(30, 30, 30);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 16px;
  margin-top: 24px;
  padding: 16px 24px;
}

.g_card h3 {
  font-size: 14px;
  color: rgb(160, 160, 160);
  margin: 0;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}

.g_card p {
  font-size: 12px;
  margin: 0;
  color: rgb(107, 107, 107);
  letter-spacing: 0.025em;
}

.g_card > p {
  color: rgb(163, 163, 163);
}

.cm_hr_full {
  border-bottom: 1px solid rgb(45, 45, 45);
  margin: 16px -24px;
}

.border_bottom_gray {
  border-bottom: 1px solid rgb(45, 45, 45);
}

.question_btn_wrap {
  display: inline-block;
  font-size: 12px;
  width: 16px;
  height: 16px;
  background: rgb(45, 45, 45);
  border-radius: 100%;
  cursor: pointer;
}

span.question_btn_wrap svg {
  height: 12px;
}

.question_btn_wrap:hover{
  background-color: rgb(245 52 191 / 0.2);
}

.question_btn_wrap:hover svg{
  color: #f534bf;
}

.gap-2 {
  gap: 0.5rem;
}

.btn_primary {
  background-color: #f534bf;
  border-color: #f534bf;
  border-radius: 0.75rem;
  font-weight: 700 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: capitalize;
}

.btn_primary:focus,
.btn_primary:active,
.btn_primary:hover {
  background-color: #f534bf !important;
  border-color: #f534bf !important;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 20px rgba(245, 52, 191, 0.3);
}

.g_card h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700 !important;
}

.g_card h3 svg {
  color: rgb(245, 52, 191);
  margin-right: 0.5rem;
}

.payouts_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.payouts_list li {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: rgb(30 30 30 / 0.3);
  border: 1px solid rgb(45 45 45 / 0.5);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payouts_list li:hover {
  border-color: rgb(245 52 191 / 0.3);
}

.cm_label_color {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.payouts_list li p b {
  color: #fff;
  font-size: 14px;
}

.payouts_list li h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
  margin: 0;
}

.cm_toggle_card {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  cursor: pointer;
  transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1) scaleY(1);

}



.cm_a_card_s {
  color: #f534bf; 
}


.cm_toggle_card_s {
  color: #f534bf;
  transition-property: transform;
  transition-timing-function: 
  cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  cursor: pointer;
  transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.menu_close .cm_toggle_card,
.card_close .cm_toggle_card_s {
  transform: none;
}


.cm_h_divder {
  height: 2rem;
  width: 1px;
  background: #2d2d2d;
}

li.cm_sm_list {
  padding: 12px;
  margin-left: 16px;
  width: calc(100% - 16px);
}

li.cm_sm_list h4 {
  font-size: 14px;
}

li.cm_sm_list p b {
  font-weight: 400 !important;
}

.with_links li {
  cursor: pointer;
}

.cm_export_btn {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

.g_card_hover {
  padding: 16px;
}

span.cm_export_btn svg {
  height: 24px;
  color: #f534bf;
  font-size: 24px;
}

.g_card_hover:hover {
  border-color: rgb(245 52 191 / 0.5);
}

.g_card_hover:hover .cm_export_btn {
  background-color: rgb(245 52 191 / 0.2);
}

.cm_g_modal_wrapper {
  max-width: 384px;
  width: calc(100% - 32px);
}


.cm_g_modal_wrapper .modal-content {
  height: calc(100% - 60px);
  background: rgb(23, 23, 23) !important;
  border-color: rgb(23, 23, 23) !important;
  box-shadow: none !important;
}
.cm_g_modal_header {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cm_g_modal_header h3 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500 !important;
}

.cm_g_modal_header span {
  cursor: pointer;
  color: rgb(115, 115, 115);
  font-size: 20px;
}

.cm_g_modal_header span:hover {
  color: #fff;
}

.cm_g_modal_body {
  padding: 16px;
}

.bg_icon_g {
  width: 32px;
  height: 32px;
  background: linear-gradient(to right bottom, rgba(236, 72, 153, 0.2), rgba(219, 39, 119, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: rgb(245, 52, 191);
}

.bg_icon_g svg {
  height: 14px;
}

.bb_card {
  padding: 0.75rem;
  background-color: rgb(38 38 38 / 0.5);
  border: 1px solid #27272a;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.gray_dot {
  width: 8px;
  height: 8px;
  background: rgb(115, 115, 115);
  border-radius: 100%;
}

.under-review-icon-bg svg {
  height: 22px !important;
  width: 26px;
}


.cm_main_tab {
  position: fixed;
  max-width: 479px;
  z-index: 9;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.cm_main_tab_wrapper {
  min-height: 113px;
}

.renewal_reminders_item .subscribe-btn {
  width: 25% !important;
}

.modal-open .modal,
.cm_bg_blur {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cm_payout_method {
  background: rgb(30, 30, 30);
  border: 1px solid rgb(45, 45, 45);
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.cm_payout_method.selected {
  border-color: rgb(245, 52, 191);
}

.cm_span_radio {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #757575;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.cm_payout_method.selected .cm_span_radio {
  background: #989898;
  border-color: #989898;
}

.cm_payout_method.selected .cm_span_radio::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #3b3b3b;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cm_payout_method p {
  margin: 0;
  color: rgb(160, 160, 160);
  font-size: 14px;
}

.cm_payout_method p b {
  color: #fff;
  margin-left: 12px;
  margin-bottom: 4px;
  display: inline-block;
}

.modern-earnings-payout-page h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.notice_card {
  background: rgba(235, 179, 5, 0.2);
  border: 1px solid rgba(235, 179, 5, 0.4);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.notice_card svg {
  color: rgb(235, 179, 5);
}

.notice_card h4 {
  font-size: 16px;
  font-weight: 500 !important;
  margin-bottom: 4px;
  color: #fff;
}

.notice_card p {
  margin: 0;
  color: rgb(160, 160, 160);
  font-size: 14px;
  margin-top: 8px;
}

.rounded_8 {
  border-radius: 8px !important;
}

.btn_dark_outline {
  background: transparent;
  border: 1px solid rgb(45, 45, 45);
  font-weight: 700 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: capitalize;
}

.btn_dark_outline:focus,
.btn_dark_outline:active,
.btn_dark_outline:hover {
  background-color: #1e1e1e !important;
  border-color: rgb(45, 45, 45) !important;
}

hr.cm_hr {
  border-color: rgb(45, 45, 45) !important;
  margin-top: 32px !important;
  margin-bottom: 24px !important;
}

.need_help_wrap h3 {
  font-size: 16px;
  font-weight: 400 !important;
  margin: 0 !important;
}

.need_help_wrap p {
  font-size: 14px;
  margin: 0;
  margin-top: 12px;
  color: rgb(160, 160, 160);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.need_help_wrap p:hover {
  color: #fff;
}

.cm_dark_form .cm_form_control {
  border-color: rgb(45, 45, 45) !important;
  background: rgb(30, 30, 30) !important;
  border-radius: 8px;
}

.cm_dark_form label {
  color: rgb(160, 160, 160);
  font-size: 14px !important;
  font-weight: 400 !important;
}

.vat_top_sec {
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.vat_top_sec span {
  width: 80px;
  height: 80px;
  background: linear-gradient(to right bottom, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(245, 52, 191, 0.1) 0px 10px 15px -3px, rgba(245, 52, 191, 0.1) 0px 4px 6px -4px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 24px;
}

.vat_top_sec span svg {
  color: rgb(245, 52, 191);
  font-size: 30px;
  height: 30px;
}

.vat_top_sec p {
  margin: 0;
  font-size: 14px;
  color: rgb(160, 160, 160);
}

.vat_card {
  background: rgb(30, 30, 30);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  transition: all 0.3s ease;
}

.vat_card:hover {
  transform: translateY(-2px);
}

.vat_card span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right bottom, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  border-radius: 12px;
}

.vat_card span svg {
  font-size: 14px;
  height: 14px;
  color: rgb(245, 52, 191);
}

.vat_card h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
  margin-bottom: 0.25rem;
}

.vat_card p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.625;
  color: rgb(160, 160, 160);
}

.need_help_card {
  background: linear-gradient(to right bottom, rgba(245, 52, 191, 0.1), rgba(209, 42, 157, 0.05));
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(245, 52, 191, 0.2);
  text-align: center;
}

.need_help_card span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: rgb(30, 30, 30);
  border-radius: 12px;
  margin-bottom: 12px;
}

.need_help_card span svg {
  color: rgb(245, 52, 191);
  font-size: 20px;
  height: 20px;
}

.need_help_card h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.need_help_card p {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(160, 160, 160);
  margin-bottom: 16px;
}

.btn_primary_outline {
  border: 1px solid rgb(245, 52, 191);
  background: transparent;
  border-radius: 8px;
  color: rgb(245, 52, 191);
  text-transform: capitalize;
  font-size: 14px;
}

.btn_primary_outline:focus,
.btn_primary_outline:active,
.btn_primary_outline:hover {
  background-color: rgb(245 52 191 / 0.1) !important;
  border: 1px solid rgb(245, 52, 191) !important;
  color: rgb(245, 52, 191) !important;
}

.tabs_section_min_height {
  min-height: 83px;
}

.tabs_section_min_height .content-tabs-section {
  border-top: 1px solid #404040;
  background-color: #171717;
  z-index: 10;
  min-height: 60px;
  width: calc(100% - 24px);
  margin: 0 auto;
  z-index: 9;
  max-width: 455px;
}

.tabs_fix_top .tabs_section_min_height .content-tabs-section {
  position: fixed;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
}


.signature_wrapper {
  background: rgb(30, 30, 30);
  padding: 16px;
  border: 1px solid rgb(45, 45, 45);
  border-radius: 8px;
}

.signature_board {
  border: 2px dashed rgb(45, 45, 45);
  border-radius: 8px;
  background: rgb(30, 30, 30) !important;
}

.signature_board path {
  fill: #fff;
}

.signature_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.signature_actions span {
  font-size: 12px;
  cursor: pointer;
}

.signature_actions span svg {
  font-size: 12px;
  height: 12px;
}

.btn_clear {
  color: rgb(160, 160, 160);
}
.btn_done {
  color: rgb(245, 52, 191);
}

.important_notice_card {
  background: linear-gradient(to right, rgba(245, 52, 191, 0.1), rgba(245, 52, 191, 0.05));
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(245, 52, 191, 0.2);
}

.important_notice_card h4 {
  font-size: 14px;
  font-weight: 500 !important;
}

.important_notice_card p {
  margin: 0;
  color: rgb(163, 163, 163);
  font-size: 12px;
  margin-bottom: 8px;
}

.f_12_gray {
  font-size: 12px;
  color: rgb(160, 160, 160);
}

.cm_term_check_wrap {
  background: rgb(30, 30, 30);
  border: 1px solid rgb(45, 45, 45);
  padding: 16px;
  border-radius: 8px;
}

.important_notice_card svg {
  color: rgb(245, 52, 191);
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  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: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  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: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.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--light {
  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: var(--toastify-z-index);
  opacity: 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: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

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

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.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: var(--navbar-bg, #ffffff) !important;
  transition: background-color 0.3s ease;
}

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

.navbar-transparent {
  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;
  }
}

/* UsersMenu specific styles */
.users-menu-nav {
  padding-top: 15px;
  flex-wrap: nowrap;
}

.dark-mode-toggle-container {
  text-align: center;
  padding: 10px 16px;
  margin-bottom: 10px;
  justify-content: end;
  display: flex;
  position: relative;
  top: 82px;
}

.user-profile-image {
  width: 3.3rem;
  height: 3.3rem;
  object-fit: cover;
}

.user-username {
  margin-bottom: 1px;
}

.nav-link-button {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}

.nav-link-button:hover {
  color: #f334be;
  cursor: pointer;
}

/* ContentCreatorMenu Styles */
.creator-menu-nav {
  padding-top: 15px;
  flex-wrap: nowrap;
}

.dark-mode-toggle-container {
  text-align: center;
  padding: 10px 16px;
  margin-bottom: 10px;
  justify-content: end;
  display: flex;
  position: relative;
  top: 82px;
}

.profile-section {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0;
}

.profile-image {
  width: 3.3rem;
  height: 3.3rem;
  object-fit: cover;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto 0.5rem;
  display: block;
}

.username {
  margin-bottom: 1px;
  font-size: 1rem;
  font-weight: 500;
}

.share-profile-section {
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  padding: 0.5rem 0;
}

.share-label {
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.copy-success {
  color: #fd7e14;
  word-break: break-word;
  white-space: pre-wrap;
  width: 90%;
  margin-left: 0.5rem;
}

.share-url {
  cursor: pointer;
  font-size: 0.8rem;
  color: #6c757d;
  word-break: break-all;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}

.share-url:hover {
  background-color: #f8f9fa;
}

.subscribers-section {
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}

.subscribers-section p {
  margin: 0;
  font-size: 0.9rem;
}

.subscribers-section span {
  font-weight: 600;
  color: #495057;
}

.menu-nav-items {
  padding: 0.5rem 0;
}

.menu-nav-items .nav-item {
  margin-bottom: 0.25rem;
}

.menu-nav-items .nav-item a,
.menu-nav-items .nav-item button {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #495057;
  text-decoration: none;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-nav-items .nav-item a:hover,
.menu-nav-items .nav-item button:hover {
  background-color: #f8f9fa;
  color: #212529;
  text-decoration: none;
}

.menu-nav-items .nav-item i {
  width: 20px;
  margin-right: 1rem;
  text-align: center;
}

.logout-button {
  color: #dc3545 !important;
}

.logout-button:hover {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dark-mode-toggle-container {
    top: 60px;
  }
  
  .profile-image {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .username {
    font-size: 0.9rem;
  }
}

/* Modern Legal Page Styles - Unique classes to avoid conflicts */

/* Main Page Container */
.modern-legal-page {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
  overflow-x: hidden;
}

/* Header Styles */
.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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}




.modern-legal-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.modern-legal-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-legal-main {
  background: #171717;
  min-height: 800px;
  color: #ffffff;
}

.modern-legal-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Document Container */
.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 {
  margin-bottom: 1.5rem;
}

.modern-legal-meta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.modern-legal-last-updated {
  font-size: 0.75rem;
  color: #a3a3a3;
}

/* Table of Contents */
.modern-legal-toc {
  margin-bottom: 1.5rem;
  background: #1a1a1a;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #292929;
}

.modern-legal-toc-title {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 500;
}

.modern-legal-toc-list {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #d1d5db;
}

.modern-legal-toc-item {
  display: flex;
  align-items: center;
}

.modern-legal-toc-number {
  margin-right: 0.5rem;
  color: #d1d5db;
  font-weight: 500;
}

.modern-legal-toc-text {
  color: #d1d5db;
}

/* Document Content */
.modern-legal-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Legal Sections */
.modern-legal-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  scroll-margin-top: 100px;
}

.modern-legal-section-title {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.modern-legal-section-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.modern-legal-text {
  font-size: 0.875rem;
  color: #d1d5db;
  line-height: 1.6;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
 
  .modern-legal-document {
    padding: 1rem;
  }
  
  .modern-legal-header-content {
    padding: 1rem;
  }
  


  
  .modern-legal-spacer {
    width: 2.5rem;
  }

  .modern-legal-toc {
    padding: 0.875rem;
  }
  
  .modern-legal-toc-title {
    font-size: 0.875rem;
  }
  
  .modern-legal-toc-list {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {


  .modern-legal-document {
    padding: 0.875rem;
  }
  
  .modern-legal-header-content {
    padding: 0.875rem;
  }
  

  .modern-legal-spacer {
    width: 2.25rem;
  }
 
  .modern-legal-toc {
    padding: 0.75rem;
  }
  
  .modern-legal-toc-title {
    font-size: 0.875rem;
  }
  
  .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 {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #60a5fa;
}



.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-toc-item:hover {
  color: #ffffff;
}


.modern-legal-toc-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} 
table {
  width: 100%;
  border-collapse: collapse;
}

table, td, th {
  border: 1px solid #ffffff;
}

td, th {
  padding: 8px;
}
.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;
  padding: 0;
  
}

ol.modern-legal-table-of-contents-list li {
  font-size: 14px;
  list-style: none;
  display: flex;
}

span.cm_ol_count {
  font-weight: 500;
  margin-right: 8px;
  width: 19px;
  text-align: right;
}


ol.modern-legal-table-of-contents-list li a {
  color: rgb(212, 212, 212);
  width: calc(100% - 27px);
}

ol.modern-legal-table-of-contents-list li a:hover {
  color: #60a5fa;
}


@media screen and (max-width: 480px) {
  .modern-legal-table-of-contents-list {
    position: relative;
  }
}
.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-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;
}


/* 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;
}
/* 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 {
  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);
  border: 1px solid #292929;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* 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-accordion ul {
  padding-left: 14px;
  margin: 0;
}

.modern-faq-accordion ul li {
  margin-bottom: 15px;
}

.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: #A1A1A1;
  background: #171717;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.modern-faq-question-btn.modern-faq-question-btn:hover {
  background: #000;
}

.modern-faq-question-btn-active.modern-faq-question-btn-active {
  background: #000;
}

.modern-faq-item .modern-faq-chevron {
  transform: rotate(0deg) !important;
  transition: all 0.2s !important;
}

.modern-faq-question-btn-active .modern-faq-chevron {
  transform: rotate(180deg) !important;
}

.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 {
  height: 0;
  transition: height 0.3s ease;
  background: #171717;
}

.modern-faq-answer-active.modern-faq-answer-active {
  height: auto;
}

.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;
  margin-bottom: 15px;
}

/* 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-container.modern-faq-container {
    margin-top: 1rem;
  }
  

  
  .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-container.modern-faq-container {
    margin-top: 6.5rem;
  }
  

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

/* 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 {
  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: 16px !important;
  font-weight: 500 !important;
  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;
}

/* Form message inside select container - reduce margin */
.modern-contact-select-container .text-sm {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.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-item:hover svg,
.modern-contact-support-item:hover span {
  color: #3498db;
}

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

/* File Upload Styles */
.file-upload-container.file-upload-container {
  margin-bottom: 16px;
}

.file-upload-label.file-upload-label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.file-upload-input.file-upload-input {
  display: none;
}

.file_input_box.file_input_box {
  border: 2px dashed #292929;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.light-mode .file_input_box {
  border-color: #d1d5db;
}

.file-upload-button.file-upload-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: #171717;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: lightgray;
  flex-direction: column;
  font-weight: bold;
  transition: all 0.3s ease;
}

.light-mode .file-upload-button {
  background-color: #f8fafc;
  color: #6b7280;
}

.file-upload-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.file-upload-files-container.file-upload-files-container {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.file-upload-file-item.file-upload-file-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #171717;
  padding: 4px;
  font-size: 12px;
  width: 80px;
  color: #fff;
  border-radius: 6px;
}

.light-mode .file-upload-file-item {
  background-color: #f8fafc;
  color: #1f2937;
}

.file-upload-image-preview.file-upload-image-preview {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 4px;
}

.file-upload-file-name.file-upload-file-name {
  text-align: center;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60px;
}

.file-upload-remove-btn.file-upload-remove-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #f534bf;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
}

.file-upload-remove-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.file-upload-help-text.file-upload-help-text {
  font-size: 14px;
  color: rgb(163, 163, 163);
  margin-top: 4px;
  text-align: center;
}

.light-mode .file-upload-help-text {
  color: #6b7280;
} 

/* 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: 32px;
  height: 32px;
  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;
  text-align: center;
  width: 100%;
}

.ImageDiv-centered {
  margin-right: 0;
  flex: 1 1;
  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 {
  position: relative;
  overflow: hidden;
}


.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: 100%;
  margin: 0 auto;
}



/* Welcome Section */
.modern-login-welcome {
  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 {
  color: #a3a3a3;
  position: absolute;
  left: 0;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 5;
}

.modern-login-input:focus ~ .modern-login-password-toggle,
.modern-login-input:focus ~ .modern-login-input-icon {
  color: #fff;
}

.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 rgba(255, 255, 255, 0.1);
  background: rgb(26, 26, 26);
  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;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
}


/* 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;
  color: #a3a3a3;
}

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


/* 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-form-wrapper {
    padding: 1.5rem;
  }
} 

/* 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 {
  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;
  width: 100%;
}

/* Welcome Section */
.modern-forgot-password-welcome {
  text-align: center;
  margin-bottom: 2rem;
}

.modern-forgot-password-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background: linear-gradient(to right, #f534bf, #f534bf);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}

.modern-forgot-password-icon svg {
  height: 20px;
}

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

/* Error Message */
.modern-forgot-password-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 0.5rem;
  color: #fca5a5;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  animation: slideIn 0.3s ease-out;
}

.modern-forgot-password-screen.light-mode .modern-forgot-password-error {
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.modern-forgot-password-error i {
  font-size: 1rem;
  flex-shrink: 0;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Submit Button */
.modern-forgot-password-submit-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #f534bf;
  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(to right, #f534bf, #f534bf);
  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: #fff;
  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: #f534bf;
  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-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%;
  }
}

/* Modern Reset Password Screen Styles */
.modern-reset-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-reset-password-screen.light-mode {
  background-color: #f8fafc;
}

/* Scrollbar hiding */
.modern-reset-password-screen::-webkit-scrollbar {
  display: none;
}

.modern-reset-password-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Header */
.modern-reset-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-reset-password-screen.light-mode .modern-reset-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-reset-password-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  height: 60px;
}


.modern-reset-password-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin: 0;
  transition: color 0.3s ease;
}

.modern-reset-password-screen.light-mode .modern-reset-password-title {
  color: #1f2937;
}

.modern-reset-password-header-spacer {
  width: 3rem;
}

/* Main Content */
.modern-reset-password-main {
  position: relative;
  overflow: hidden;
}

.modern-reset-password-bg-effects {
  position: absolute;
  inset: 0;
}

.modern-reset-password-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #171717, #171717);
  transition: background 0.3s ease;
}

.modern-reset-password-screen.light-mode .modern-reset-password-bg-gradient {
  background: linear-gradient(to bottom, #f8fafc, #f8fafc);
}

.modern-reset-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-reset-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-reset-password-screen.light-mode .modern-reset-password-bg-blur-1 {
  background-color: rgba(245, 52, 191, 0.05);
}

.modern-reset-password-screen.light-mode .modern-reset-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-reset-password-container {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: 0 auto;
}

/* Welcome Section */
.modern-reset-password-welcome {
  text-align: center;
  margin-bottom: 2rem;
}

.modern-reset-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-reset-password-icon i {
  color: #f534bf;
  font-size: 1.5rem;
}

.modern-reset-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-reset-password-screen.light-mode .modern-reset-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-reset-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-reset-password-screen.light-mode .modern-reset-password-welcome-subtitle {
  color: #6b7280;
}

.modern-reset-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-reset-password-form-container {
  margin-top: 2rem;
}

.modern-reset-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-reset-password-screen.light-mode .modern-reset-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-reset-password-form {
  width: 100%;
}

/* Input Groups */
.modern-reset-password-input-group {
  margin-bottom: 1.5rem;
}

.modern-reset-password-label {
  display: block;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.modern-reset-password-screen.light-mode .modern-reset-password-label {
  color: #1f2937;
}

.modern-reset-password-input-wrapper {
  position: relative;
}

.modern-reset-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-reset-password-screen.light-mode .modern-reset-password-input-icon {
  color: #6b7280;
}

.modern-reset-password-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-reset-password-input-wrapper .modern-login-password-toggle {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.modern-reset-password-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.1);
}

.modern-reset-password-input::placeholder {
  color: #a3a3a3;
}

.modern-reset-password-screen.light-mode .modern-reset-password-input {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #1f2937;
}

.modern-reset-password-screen.light-mode .modern-reset-password-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 3px rgba(245, 52, 191, 0.1);
}

.modern-reset-password-screen.light-mode .modern-reset-password-input::placeholder {
  color: #6b7280;
}

/* Fix autofill background in light mode */
.modern-reset-password-screen.light-mode .modern-reset-password-input:-webkit-autofill,
.modern-reset-password-screen.light-mode .modern-reset-password-input:-webkit-autofill:hover,
.modern-reset-password-screen.light-mode .modern-reset-password-input:-webkit-autofill:focus,
.modern-reset-password-screen.light-mode .modern-reset-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-reset-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-reset-password-input-wrapper:hover .modern-reset-password-input-shimmer {
  opacity: 1;
}

/* Error Message */
.modern-reset-password-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 0.5rem;
  color: #fca5a5;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  animation: slideIn 0.3s ease-out;
}

.modern-reset-password-screen.light-mode .modern-reset-password-error {
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.modern-reset-password-error i {
  font-size: 1rem;
  flex-shrink: 0;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Submit Button */
.modern-reset-password-submit-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #f534bf;
  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-reset-password-submit-btn:hover:not(:disabled) {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(245, 52, 191, 0.3);
}

.modern-reset-password-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: scale(1);
}

.modern-reset-password-btn-content,
.modern-reset-password-btn-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-reset-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-reset-password-submit-btn:hover .modern-reset-password-btn-shimmer {
  transform: translateX(100%);
}

/* Success State */
.modern-reset-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-reset-password-screen.light-mode .modern-reset-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-reset-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-reset-password-success-icon i {
  color: #22c55e;
  font-size: 2rem;
}

.modern-reset-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-reset-password-screen.light-mode .modern-reset-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-reset-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-reset-password-screen.light-mode .modern-reset-password-success-subtitle {
  color: #6b7280;
}

.modern-reset-password-success-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modern-reset-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);
  background: rgba(41, 41, 41, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: white;
  transition: all 0.3s ease;
}

.modern-reset-password-login-btn:hover {
  background: rgba(41, 41, 41, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}

.modern-reset-password-screen.light-mode .modern-reset-password-login-btn {
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #1f2937;
}

.modern-reset-password-screen.light-mode .modern-reset-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-reset-password-welcome-title {
    font-size: 1.75rem;
  }

  .modern-reset-password-success-title {
    font-size: 1.75rem;
  }

  .modern-reset-password-form-wrapper {
    padding: 1.5rem;
  }

  .modern-reset-password-success {
    padding: 2rem 1.5rem;
  }

  .modern-reset-password-success-actions {
    flex-direction: column;
  }

  .modern-reset-password-login-btn {
    width: 100%;
  }
}

/* Modern Signup Screen Styles */
.modern-signup-screen {
  background: #171717;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  /* Fallback for older browsers */
  min-height: 100vh;
  /* Modern browsers with CSS custom properties support */
  min-height: calc(var(--vh, 1vh) * 100);
  /* Safari mobile viewport fix */
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  /* Fallback for browsers that don't support -webkit-overflow-scrolling */
  scroll-behavior: smooth;
  position: relative;
}

/* Scrollbar hiding - Safari compatible */
.modern-signup-screen::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.modern-signup-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Additional Safari scrollbar hiding */
  overflow: -moz-scrollbars-none;
}

/* Header - Profile Tags Style */
.profile-tags-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background-color: #171717;
  color: white;
  z-index: 50;
  border-bottom: 1px solid #2a2a2a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

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

/* Legacy Header Styles - keeping for backward compatibility */
.modern-signup-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 380px;
  background: rgba(23, 23, 23, 0.95);
  /* Safari backdrop-filter fallback */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* Fallback for older Safari versions */
  background: rgba(23, 23, 23, 0.98);
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  /* Safari-specific fixes */
  -webkit-transform: translate3d(-50%, 0, 0);
  will-change: transform;
}

.modern-signup-header-content {
  display: flex;
  gap: 3rem;
  /* align-items: center;
  justify-content: center; */
  padding: 0.75rem 1.25rem;
  height: 60px;
  position: relative;
  /* Safari flexbox fixes */
  align-items: center;
}

.modern-signup-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  /* position: absolute; */
  left: 1.25rem;
  /* Safari button fixes */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.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 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom right, #171717, #171717, rgba(23, 23, 23, 0.95));
  min-height: 100vh;
  min-height: -webkit-fill-available; /* Safari mobile viewport fix */
  display: flex;
  justify-content: center;
  /* Safari-specific fixes */
  -webkit-overflow-scrolling: touch;
}


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

/* Account Type Options */
.modern-signup-account-types {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.modern-signup-account-option {
  /* Fallback background for browsers that don't support backdrop-filter */
  background: rgba(41, 41, 41, 0.9);
  /* Modern gradient background */
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6));
  /* Safari backdrop-filter fallback */
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  /* Fallback for older Safari versions */
  background: rgba(41, 41, 41, 0.9);
  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);
  position: relative;
  z-index: 20;
  cursor: pointer;
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
  /* Safari-specific fixes */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modern-signup-account-option:hover {
  border-color: rgba(245, 52, 191, 0.4);
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.3);
}

.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-flex {
  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-check svg {
  color: rgb(245, 52, 191);
  width: 10px;
}

.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: #f534bf;
  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;
  /* Safari button fixes */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  /* Safari-specific fixes */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modern-signup-option-btn:hover {
  background: #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 !important;
}

.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: 24px;
  position: relative;
}

.modern-signup-login-text {
  color: #d4d4d8;
  font-weight: 500 !important;
  font-size: 16px;
  margin: 0;
  font-family: 'Inter', sans-serif !important;
  margin-top: 24px;
}

.modern-signup-login-link-text {
  color: #f534bf;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 0.25rem;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  /* Safari button fixes */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.modern-signup-login-link-text:hover {
  color: #f534bf;
  text-decoration: underline;
  opacity: 0.8;
}


/* Terms Section */
.modern-signup-terms {
  text-align: center;
  font-size: 0.75rem;
  color: #a3a3a3;
  position: relative;
}

.modern-signup-terms-text {
  font-weight: 500 !important;
  margin: 0 0 0.5rem 0;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px;
}
.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;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px;
  /* Safari button fixes */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  color: #0095be;
}

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

/* Safari-specific fixes */
@supports (-webkit-touch-callout: none) {
  .modern-signup-screen {
    min-height: -webkit-fill-available;
  }
  
  .modern-signup-main {
    min-height: -webkit-fill-available;
  }
  
  .modern-signup-header {
    transform: translate3d(-50%, 0, 0);
  }
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) and (not (display: -webkit-box)) {
  .modern-signup-account-option {
    transform: translateZ(0);
  }
  
  .modern-signup-option-btn {
    transform: translateZ(0);
  }
}

/* Responsive */
@media (max-width: 640px) {

  
  .modern-signup-account-option {
    padding: 1.25rem;
  }
}

/* Safari mobile viewport fixes */
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  .modern-signup-screen {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  
  .modern-signup-main {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

/* Additional Safari fixes for better compatibility */
@supports (-webkit-touch-callout: none) {
  /* Fix for Safari's handling of fixed positioning */
  .modern-signup-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  /* Improve text rendering on Safari */
  .modern-signup-option-title,
  .modern-signup-option-subtitle,
  .modern-signup-feature-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Fix for Safari's handling of backdrop-filter */
  .modern-signup-account-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: -1;
  }
}

/* Safari-specific fixes for older versions */
@media screen and (-webkit-min-device-pixel-ratio: 1) {
  .modern-signup-account-option {
    background: rgba(41, 41, 41, 0.95) !important;
  }
  
  .light-mode .modern-signup-account-option {
    background: rgba(255, 255, 255, 0.98) !important;
  }
}

/* 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;
  /* Safari backdrop-filter fallback for light mode */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.98) !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;
  /* Safari backdrop-filter fallback for light mode */
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.95) !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;
}

/* Browser compatibility fallbacks */
.no-grid-support .modern-signup-account-types {
  display: flex;
  flex-direction: column;
}

.no-backdrop-filter-support .modern-signup-account-option {
  background: rgba(41, 41, 41, 0.95) !important;
}

.no-custom-properties-support .modern-signup-screen {
  min-height: 100vh !important;
}

.no-calc-support .modern-signup-account-option {
  margin-bottom: 1.5rem;
}

/* Light Mode Styles for Profile Tags Header */
.light-mode .profile-tags-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;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.98) !important;
}

.light-mode .profile-tags-title {
  color: #1f2937 !important;
} 
/* Profile Tags Screen Styles */
.profile-tags-screen {
  background-color: #171717;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100); /* Dynamic viewport height for Safari */
  min-height: -webkit-fill-available; /* Safari fix for viewport height */
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* 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;
  z-index: 50;
  border-bottom: 1px solid #2a2a2a;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.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);
  -webkit-tap-highlight-color: transparent;
}

.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 {
  height: 100dvh;
  background-color: #171717;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.profile-tags-container {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: 0 auto;
}


/* Welcome Section */
.profile-tags-welcome {
  margin-bottom: 1rem;
  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;
  color: #fff;
}

.profile-tags-icon i {
  color: #fff;
  font-size: 1.5rem;
}

.profile-tags-icon svg path {
  fill: '#fff'
}

.profile-tags-subtitle {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}
@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-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;
  -webkit-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.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;
  font-weight: 600;
  margin-top: 1rem;
}

.profile-tags-selected-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: flex-start;
  padding-top: 1.25rem;
  border-radius: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
  scrollbar-width: none;
  padding-left: 0px;
}

.profile-tags-selected-container::-webkit-scrollbar {
  display: none;
}

.profile-tags-empty-state {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    padding: 15px;
    padding-bottom: 30px;
    background-color: #1a1a1a;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-tags-selected-tag {
  flex-shrink: 0;
  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-text {
  font-size: 0.75rem;
  color: white;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
}

.profile-tags-remove-btn {
  color: #d1d5db;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: .85rem;
  font-weight: 500;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.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;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0;
  gap: 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(245, 52, 191, 0.5) transparent;
  -ms-overflow-style: none;
  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;
}
.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;
  -webkit-tap-highlight-color: transparent;
}

.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: #f534bf;
  color: white;
  font-weight: 600;
}

.profile-tags-category-btn.active:hover {
  background: #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: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Fallback for browsers that don't support CSS Grid */
@supports (display: grid) {
  .profile-tags-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: initial;
  }
}

.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;
  -webkit-tap-highlight-color: transparent;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 0.5rem);
  min-width: 0;
}

.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;
  flex: 1 1;
  min-width: 0;
}

.profile-tags-item-text {
  color: white;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.profile-tags-radio {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #737373;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

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

.footerForSignup{
  width: 390px;
  display: flex;
  justify-content: space-between;
}
.profile-tags-back-footer-btn {
  padding: 0.5rem 1rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  background-color: #1a1a1a;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}

.profile-tags-back-footer-btn:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background-color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.profile-tags-continue-btn {
  padding: 8px 24px;
  background: transparent;
  color: white;
  border-radius: 8px;
  transition: all 0.3s ease;
  transform: scale(1);
  font-size: 14px;
  border: 1px solid rgb(245 52 191 / 0.4);
  -webkit-tap-highlight-color: transparent;
}

.profile-tags-continue-btn.btn_dark_pink {
  background: #f535bf;
}


.profile-tags-continue-btn.btn_dark_pink:hover {
  background: #f535c0 !important;
}


.profile-tags-continue-btn:hover:not(.disabled) {
  background: #f534bf;
  transform: scale(1.05);
  border-color: rgb(245 52 191 / 1) !important;
  background-color: rgb(245 52 191 / 0.1) !important;
}

.profile-tags-continue-btn.disabled {
  background: #f633bf;
  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;
  min-height: calc(var(--vh, 1vh) * 20); /* Dynamic viewport height for Safari */
  min-height: -webkit-fill-available; /* Safari fix for viewport height */
  color: #e5e7eb;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 24px;
}

.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-item-text {
    font-size: 0.75rem;
  }
  
  .profile-tags-grid {
    gap: 0.75rem;
  }
  
  .profile-tags-item {
    padding: 0.75rem;
  }
}
/* Safari-specific fixes */
@supports (-webkit-touch-callout: none) {
  .profile-tags-screen {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .profile-tags-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .profile-tags-search-input {
    -webkit-user-select: text;
    user-select: text;
  }
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) and (not (display: -webkit-box)) {
  .profile-tags-grid {
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .profile-tags-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.5rem);
  }
}

/* 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-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: #f534bf !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;
  background-color: #f3f4f6 !important;
  transform: translateY(-1px);
}

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

/* Empty State Styles */
.profile-tags-empty-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.profile-tags-empty-text {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

/* 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;
  display: flex;
  background: rgba(23, 23, 23, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 50;
  justify-content: center;
}

.creator-registration-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  height: 60px;
  width: 380px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@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-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;
}

/* 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-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));
  backdrop-filter: blur(24px);
  -webkit-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;
  -webkit-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;
  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) ;
}

.upload-area.dragging {
  border-color: rgba(245, 52, 191, 0.8) !important;
  background: rgba(245, 52, 191, 0.15) !important;
  transform: scale(1.02);
}

.file-input {
  display: none;
}

.upload-content {
  text-align: center;
  -webkit-user-select: none; /* Safari fallback */
  user-select: none;
}

.upload-icon {
  font-size: 2rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.upload-content p {
    font-weight: 400;  
    color: #737373;  
}
#pass::placeholder{
  font-size: 1.5rem;
  text-align: left;
  line-height: 1;
  vertical-align: middle;
}
.uploaded-file {
  position: relative;
  display: inline-block;
}
#margin{
  margin-bottom: 0px !important;
}
.file-preview {
  width: 100%;
  /* max-width: 200px;*/
  height: auto; 
  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: #60a5fa;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
}

.terms-link:hover {
  color: #60a5fa;
}

/* Submit Button */
.form-submit-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #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: #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 {
  width: 17px;
  height: 17px;
  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;
  -webkit-user-select: none; /* Safari fallback */
  user-select: none;
}

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

.upload-link {
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
  color: white;
  font-weight: 500;
  margin-bottom: 0px !important;
  transition: color 0.3s ease;
}

.upload-link:hover {
  color: #f534bf;
}

.upload-subtitle {
  color: #a3a3a3;
  margin-bottom: 0px !important;
}

.upload-size {
  font-size: 0.75rem;
  color: #a3a3a3;
  background-color: rgb(66 64 64 / 31%);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  -webkit-border-radius: 9999px; /* Safari fallback */
  display: inline-block;
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.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 {
  font-size: 1.2rem;
  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);
  -webkit-transform: scale(1.05); /* Safari fallback */
}

.upload-btn i {
  color: #a3a3a3;
}

/* File Preview */
.file-preview {
  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;
  -webkit-gap: 0.5rem; /* Safari fallback */
  gap: 0.5rem;
}

.file-preview-title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  gap:10px;
}

.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;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.file-remove-btn:hover {
  color: #f534bf;
}

.file-preview-image {
  width: 100%;
  height: 8rem;
  object-fit: cover;
  -webkit-object-fit: cover; /* Safari fallback */
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem; /* Safari fallback */
}

/* 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;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
}

.terms-link:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Submit Button */
.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);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
}

.submit-btn:hover {
  background: #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;
  text-align: center;
  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);
    -webkit-transform: translateY(0px); /* Safari fallback */
  }
  50% { 
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); /* Safari fallback */
  }
}

@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);
  backdrop-filter: blur(20px);
  -webkit-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;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
}

.shimmer {
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.4), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  -webkit-animation: shimmer 2s infinite; /* Safari fallback */
}

.pulse-glow {
  animation: pulseGlow 3s ease-in-out infinite;
  -webkit-animation: pulseGlow 3s ease-in-out infinite; /* Safari fallback */
}

/* 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: #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: #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:not(:focus) {
  border: 1px solid #d1d5db !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .form-input.invalid:not(:focus) {
  border: 1px solid #d1d5db !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .form-input.checking:not(:focus) {
  border: 1px solid #d1d5db !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .form-input.error:not(:focus) {
  border: 1px solid #d1d5db !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !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-area.dragging {
  border-color: rgba(245, 52, 191, 0.8) !important;
  background: rgba(245, 52, 191, 0.15) !important;
  transform: scale(1.02);
}

.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: #f534bf !important;
  color: white !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .form-submit-btn:hover {
  background: #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);
  border: 2px dashed rgba(64, 64, 64, 0.5) ;
}

.dark-mode .upload-area:hover {
  border-color: rgba(245, 52, 191, 0.5);
  /* background: rgba(245, 52, 191, 0.1) ; */
}

.dark-mode .upload-area.dragging {
  border-color: rgba(245, 52, 191, 0.8) !important;
  background: rgba(245, 52, 191, 0.15) !important;
  transform: scale(1.02);
}

.dark-mode .upload-label {
  color: white !important;
}

/* .dark-mode .upload-content p {
  color: #e5e7eb !important;
} */

.dark-mode .upload-icon {
  color: white !important;

}

/* New Design Support Classes */
.glass-effect {
  background: rgba(23, 23, 23, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(245, 52, 191, 0.2);
}

.floating-animation {
  animation: float 6s ease-in-out infinite;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
}

.shimmer {
  background: linear-gradient(90deg, transparent, rgba(245, 52, 191, 0.4), transparent);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  -webkit-animation: shimmer 2s infinite; /* Safari fallback */
}

/* Ensure proper spacing and layout */
.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.space-y-3 > * + * {
  margin-top: 0.75rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

/* Grid layouts */
.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-4 {
  gap: 1rem;
}

/* Flexbox utilities */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

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

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

.space-x-2 > * + * {
  margin-left: 0.5rem;
}

.space-x-3 > * + * {
  margin-left: 0.75rem;
}

/* Text utilities */
.text-center {
  text-align: center;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

/* Color utilities */
.text-white {
  color: rgb(255 255 255);
}

.text-neutral-300 {
  color: rgb(212 212 216);
}

.text-neutral-400 {
  color: rgb(163 163 167);
}

.text-red-400 {
  color: rgb(248 113 113);
}

.text-green-400 {
  color: rgb(74 222 128);
}

.text-yellow-500 {
  color: rgb(234 179 8);
}

/* Background utilities */
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[#292929\] {
  --tw-gradient-from: #292929;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0));
}

.to-\[#292929\] {
  --tw-gradient-to: #292929;
}

.from-\[#f534bf\] {
  --tw-gradient-from: #f534bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 52, 191, 0));
}

.to-\[#f534bf\] {
  --tw-gradient-to: #f534bf;
}

.bg-\[#292929\]\/80 {
  background-color: rgba(41, 41, 41, 0.8);
}

.bg-\[#292929\]\/50 {
  background-color: rgba(41, 41, 41, 0.5);
}

.bg-\[#f534bf\]\/10 {
  background-color: rgba(245, 52, 191, 0.1);
}

/* Border utilities */
.border {
  border-width: 1px;
}

.border-\[#404040\]\/30 {
  border-color: rgba(64, 64, 64, 0.3);
}

.border-\[#f534bf\]\/20 {
  border-color: rgba(245, 52, 191, 0.2);
}

.border-\[#f534bf\]\/30 {
  border-color: rgba(245, 52, 191, 0.3);
}

.border-red-500 {
  border-color: rgb(239 68 68);
}

.border-green-500 {
  border-color: rgb(34 197 94);
}

.border-yellow-500 {
  border-color: rgb(234 179 8);
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

/* Shadow utilities */
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Padding utilities */
.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

/* Margin utilities */
.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

/* Width and height utilities */
.w-4 {
  width: 1rem;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-full {
  width: 100%;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

/* Position utilities */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-3 {
  right: 0.75rem;
}

.top-1\/2 {
  top: 50%;
}

/* Transform utilities */
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Z-index utilities */
.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

/* Display utilities */
.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

/* Overflow utilities */
.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

/* Cursor utilities */
.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

/* Pointer events */
.pointer-events-none {
  pointer-events: none;
}

/* Focus utilities */
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[#f534bf\]:focus {
  --tw-ring-color: #f534bf;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:border-\[#f534bf\]:focus {
  border-color: #f534bf;
}

/* Hover utilities */
.hover\:bg-white\/5:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.hover\:bg-\[#404040\]\/80:hover {
  background-color: rgba(64, 64, 64, 0.8);
}

.hover\:text-\[#f534bf\]:hover {
  color: #f534bf;
}

.hover\:text-\[#f534bf\]\/80:hover {
  color: rgba(245, 52, 191, 0.8);
}

.hover\:border-\[#f534bf\]\/40:hover {
  border-color: rgba(245, 52, 191, 0.4);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.paddingTOp{
  padding-top: 20px;
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Active utilities */
.active\:scale-95:active {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Disabled utilities */
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:transform-none:disabled {
  transform: none;
}

/* Transition utilities */
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Backdrop utilities */
.backdrop-blur-xl {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.backdrop-blur-20 {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

/* Border radius utilities */
.rounded-lg {
  border-radius: 0.5rem;
}

/* Border width utilities */
.border-2 {
  border-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-r-0 {
  border-right-width: 0px;
}

/* Text decoration utilities */
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/* Line height utilities */
.leading-relaxed {
  line-height: 1.625;
}

/* Opacity utilities */
.opacity-50 {
  opacity: 0.5;
}

/* Flex utilities */
.flex-1 {
  flex: 1 1;
}

/* Object fit utilities */
.object-cover {
  object-fit: cover;
}

/* Screen reader utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Drop shadow utilities */
.drop-shadow-lg {
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.drop-shadow-sm {
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1));
}

/* Blur utilities */
.blur-3xl {
  filter: blur(64px);
}

/* Gradient text utilities */
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.text-transparent {
  color: transparent;
}

/* Animation delay utilities */
.animation-delay-\[-3s\] {
  animation-delay: -3s;
}

.animation-delay-\[-1\.5s\] {
  animation-delay: -1.5s;
}

.id-upload-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.id-upload-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
  font-size: 0.75rem;
}

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

.id-upload-info-text {
  font-size: 0.75rem;
  color: #d1d5db;
  display: flex;
  align-items: center;
  margin: 0;
}

.id-upload-info-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
}

.document-type-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.document-type-option {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.document-radio {
  width: 17px;
  height: 17px;
  color: #f534bf;
  border-color: rgba(64, 64, 64, 0.3);
  background: transparent;
}

.document-radio:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.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-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
}

.upload-field {
  margin-bottom: 1.5rem;
}

.upload-field-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.upload-field-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  height: 1rem;
  width: 1rem;

}

.upload-container {
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6));
  backdrop-filter: blur(20px);
  -webkit-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);
}

.upload-area {
  display: flex;
  justify-content: center;
  padding: 2rem;
  border: 2px dashed rgba(245, 52, 191, 0.3) !important;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem; /* Safari fallback */
  -webkit-user-select: none; /* Safari fallback */
  user-select: none;
}

.upload-content {
  text-align: center;
  -webkit-user-select: none; /* Safari fallback */
  user-select: none;
}

.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;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
}

.upload-icon i {
  color: white;
  font-size: 1.5rem;
}

.upload-text {
  font-size: 0.875rem;
  color: #e5e5e5;
  margin-bottom: 0.7rem;
  font-weight: 500;
  -webkit-font-size: 0.875rem; /* Safari fallback */
  -webkit-font-weight: 500; /* Safari fallback */
}

.upload-link {
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem; /* Safari fallback */
  color: white;
  font-weight: 500;
  -webkit-font-weight: 500; /* Safari fallback */
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
}

.upload-link:hover {
  color: #f534bf;
}

.upload-subtitle {
  color: #a3a3a3;
  font-size: 0.875rem;
  -webkit-font-size: 0.875rem; /* Safari fallback */
  /* margin-bottom: 0.75rem; */
}

.upload-size {
  font-size: 0.75rem;
  color: #a3a3a3;
  background-color: rgb(66 64 64 / 31%);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  -webkit-border-radius: 9999px; /* Safari fallback */
  display: inline-block;
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.upload-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.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;
  -webkit-transition: all 0.3s ease;
  transform: scale(1);
  -webkit-transform: scale(1); /* Safari fallback */
}

.upload-btn:hover {
  background: rgba(64, 64, 64, 0.8);
  border-color: rgba(245, 52, 191, 0.4);
  transform: scale(1.05);
  -webkit-transform: scale(1.05); /* Safari fallback */
}

.upload-btn i {
  color: #a3a3a3;
}

.file-preview {
  background: rgba(41, 41, 41, 0.8);
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem; /* Safari fallback */
  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;
  -webkit-gap: 0.5rem; /* Safari fallback */
  gap: 0.5rem;
}

.file-preview-title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  -webkit-font-size: 0.875rem; /* Safari fallback */
  -webkit-font-weight: 500; /* Safari fallback */
  -webkit-gap: 0.5rem; /* Safari fallback */
  gap: 0.5rem;
}

.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;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.file-remove-btn:hover {
  color: #f534bf;
}

.file-preview-image {
  width: 100%;
  height: 8rem;
  object-fit: cover;
  -webkit-object-fit: cover; /* Safari fallback */
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem; /* Safari fallback */
}

/* Floating Animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.floating-animation {
  animation: float 6s ease-in-out infinite;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
}

/* Login Link Styles */
.login-link-container {
  margin-top: 2rem;
  text-align: center;
}

.login-link-box {
  background-color: rgba(41, 41, 41, 0.5);
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem; /* Safari fallback */
  padding: 1rem;
  margin-top: 30px;
  border: 1px solid rgba(64, 64, 64, 0.3);
}

.login-link-text {
  font-size: 0.875rem;
  color: #d1d5db;
  margin: 0;
  -webkit-font-size: 0.875rem; /* Safari fallback */
}

.login-link-span {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
  -webkit-font-weight: 500; /* Safari fallback */
}

.login-link-span:hover {
  color: rgba(245, 52, 191, 0.8);
}

/* Terms Section Styles */
.terms-section {
  background-color: rgba(41, 41, 41, 0.8);
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem; /* Safari fallback */
  padding: 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  margin-top: 1rem;
}

.terms-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  -webkit-gap: 0.75rem; /* Safari fallback */
}

.terms-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  -webkit-gap: 0.75rem; /* Safari fallback */
}

.terms-checkbox-container {
  display: flex;
  align-items: center;
  height: 1.25rem;
  margin-top: 0.25rem;
}

.terms-checkbox {
  height: 1rem;
  width: 1rem;
  color: #f534bf;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem; /* Safari fallback */
  background: transparent;
  accent-color: #f534bf;
  cursor: pointer;
}

.terms-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  -webkit-box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2); /* Safari fallback */
}

.terms-label-container {
  font-size: 0.875rem;
  -webkit-font-size: 0.875rem; /* Safari fallback */
}

.terms-label {
  color: #e5e5e5;
  cursor: pointer;
  line-height: 1.625;
  margin: 0;
  -webkit-line-height: 1.625; /* Safari fallback */
}

.terms-link {
  color: #f534bf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
}

.terms-link:hover {
  color: rgba(245, 52, 191, 0.8);
  opacity: 0.9;
}

/* Modern Design Classes */
.modern-bg-elements {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  -webkit-overflow: hidden; /* Safari fallback */
}

.modern-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), transparent);
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Safari fallback */
  filter: blur(3rem);
  -webkit-filter: blur(3rem); /* Safari fallback */
  animation: float 6s ease-in-out infinite;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
}

.modern-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), transparent);
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Safari fallback */
  filter: blur(3rem);
  -webkit-filter: blur(3rem); /* Safari fallback */
  animation: float 6s ease-in-out infinite;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
  animation-delay: -3s;
  -webkit-animation-delay: -3s; /* Safari fallback */
}

.modern-bg-blur-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari fallback */
  width: 15rem;
  height: 15rem;
  background: linear-gradient(to right, rgba(245, 52, 191, 0.05), transparent);
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Safari fallback */
  filter: blur(3rem);
  -webkit-filter: blur(3rem); /* Safari fallback */
  animation: float 6s ease-in-out infinite;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s; /* Safari fallback */
}

.modern-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(23, 23, 23, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.modern-back-icon {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.modern-header-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));
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)); /* Safari fallback */
  text-align: center;
  -webkit-font-size: 1.25rem; /* Safari fallback */
  -webkit-font-weight: 600; /* Safari fallback */
  width: 100%;
  text-align: center !important;
}

.modern-header-spacer {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-width: 2.5rem; /* Safari fallback */
  -webkit-height: 2.5rem; /* Safari fallback */
}


.modern-welcome-section {
  text-align: center;
  margin-bottom: 2rem;
  -webkit-text-align: center; /* Safari fallback */
}

.modern-welcome-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Safari fallback */
  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;
  -webkit-animation: float 6s ease-in-out infinite; /* Safari fallback */
  -webkit-display: inline-flex; /* Safari fallback */
  -webkit-align-items: center; /* Safari fallback */
  -webkit-justify-content: center; /* Safari fallback */
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
}

.modern-welcome-icon i {
  color: white;
  font-size: 1.5rem;
  -webkit-font-size: 1.5rem; /* Safari fallback */
}

.modern-welcome-title {
  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;
  -webkit-text-fill-color: transparent; /* Safari fallback */
  -webkit-font-size: 1.5rem; /* Safari fallback */
  -webkit-font-weight: 700; /* Safari fallback */
}

.modern-welcome-description {
  color: rgb(203, 213, 225);
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 25px;
  -webkit-font-size: 0.875rem; /* Safari fallback */
  -webkit-text-align: center; /* Safari fallback */
  -webkit-line-height: 1.6; /* Safari fallback */
}

.modern-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;
  -webkit-border-radius: 0.75rem; /* Safari fallback */
  text-align: center;
  -webkit-text-align: center; /* Safari fallback */
}

.modern-tags-text {
  font-size: 0.875rem;
  color: #f534bf;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  -webkit-font-size: 0.875rem; /* Safari fallback */
  -webkit-display: flex; /* Safari fallback */
  -webkit-align-items: center; /* Safari fallback */
  -webkit-justify-content: center; /* Safari fallback */
  -webkit-gap: 0.5rem; /* Safari fallback */
}

.modern-tags-text i {
  font-size: 0.75rem;
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.modern-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  -webkit-gap: 1.5rem; /* Safari fallback */
  -webkit-display: flex; /* Safari fallback */ /* Safari fallback */
}

.modern-form-section {
  display: flex;
  flex-direction: column;
  -webkit-display: flex; /* Safari fallback */ /* Safari fallback */
}

.modern-form-label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  -webkit-display: flex; /* Safari fallback */
  -webkit-align-items: center; /* Safari fallback */
  -webkit-font-size: 0.875rem; /* Safari fallback */
  -webkit-font-weight: 600; /* Safari fallback */
}

.modern-form-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  height: 1rem;
  width: 1rem;
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.modern-account-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  -webkit-gap: 1rem; /* Safari fallback */
  -webkit-display: grid; /* Safari fallback */
  -webkit-grid-template-columns: repeat(2, 1fr); /* Safari fallback */
}

.modern-account-option {
  background: linear-gradient(to bottom right, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.6));
  backdrop-filter: blur(24px);
  -webkit-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;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 1rem; /* Safari fallback */
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
}

.modern-account-option:hover {
  border-color: rgba(245, 52, 191, 0.4);
  transform: scale(1.02);
  -webkit-transform: scale(1.02); /* Safari fallback */
}

.modern-account-option:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
  border-color: rgba(245, 52, 191, 0.6);
  transform: scale(1.02);
  -webkit-transform: scale(1.02); /* Safari fallback */
}

/* Error state for account type field */
.modern-account-option.error-focus {
  outline: 2px solid #ef4444 !important;
  outline-offset: 2px !important;
  border-color: rgba(239, 68, 68, 0.6) !important;
  animation: errorPulse 0.5s ease-in-out;
}

@keyframes errorPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.modern-account-option.selected {
  border-color: #f534bf;
  box-shadow: 0 0 20px rgba(245, 52, 191, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(245, 52, 191, 0.3); /* Safari fallback */
}
.modern-account-option.selected .modern-account-icon {
  background: #f534bf;
  -webkit-background: #f534bf; /* Safari fallback */
}

.modern-account-option.selected .modern-account-icon svg {
  color: #fff !important;
  -webkit-color: #fff !important; /* Safari fallback */
}

.modern-account-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-display: flex; /* Safari fallback */ /* Safari fallback */
  -webkit-align-items: center; /* Safari fallback */
}

.modern-account-icon {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(64, 64, 64, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Safari fallback */
  color: #a3a3a3;
  -webkit-display: flex; /* Safari fallback */
  -webkit-align-items: center; /* Safari fallback */
  -webkit-justify-content: center; /* Safari fallback */
  margin-bottom: 0.75rem;
  /* border: 1px solid #737373; */
}

.modern-account-icon i {
  color: #a3a3a3 !important;
  font-size: 1.125rem;
  -webkit-font-size: 1.125rem; /* Safari fallback */
}

.modern-account-title {
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  margin-bottom: 0.25rem;
  -webkit-font-size: 0.75rem; /* Safari fallback */
  -webkit-font-weight: 500; /* Safari fallback */
}

.modern-account-radio {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Safari fallback */
  border: 2px solid #737373;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-display: flex; /* Safari fallback */
  -webkit-align-items: center; /* Safari fallback */
  -webkit-justify-content: center; /* Safari fallback */
}

.modern-account-radio.selected {
  border-color: #f534bf;
  -webkit-border-color: #f534bf; /* Safari fallback */
}

.modern-radio-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%; /* Safari fallback */
  background-color: #f534bf;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease; /* Safari fallback */
  -webkit-background-color: #f534bf; /* Safari fallback */
}

.modern-radio-dot.active {
  opacity: 1;
  -webkit-opacity: 1; /* Safari fallback */
}

.modern-name-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  -webkit-gap: 1rem; /* Safari fallback */
  -webkit-display: grid; /* Safari fallback */
  -webkit-grid-template-columns: repeat(2, 1fr); /* Safari fallback */
}

.modern-form-field {
  display: flex;
  flex-direction: column;
  /* gap: 0.5rem; */
  -webkit-display: flex; /* Safari fallback */ /* Safari fallback */
}

.modern-field-label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400 !important;
  color: white;
  -webkit-font-weight: 400 !important; /* Safari fallback */
  -webkit-display: flex; /* Safari fallback */
  -webkit-align-items: center; /* Safari fallback */
  -webkit-font-size: 0.875rem; /* Safari fallback */
}

.modern-field-required {
  color: #f534bf;
  margin-left: 0.25rem;
  font-weight: 500;
}

.modern-field-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  height: 1rem;
  width: 1rem;
  -webkit-font-size: 0.75rem; /* Safari fallback */
  -webkit-height: 1rem; /* Safari fallback */
  -webkit-width: 1rem; /* Safari fallback */
}

.modern-input-container {
  position: relative;
  -webkit-position: relative; /* Safari fallback */
}

.modern-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;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 0.75rem; /* Safari fallback */
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
  -webkit-font-size: 0.875rem; /* Safari fallback */
}

/* Ensure consistent border styling for all form fields regardless of validation state */
.modern-input.valid,
.modern-input.invalid,
.modern-input.checking,
.modern-input.error {
  border: 1px solid rgba(64, 64, 64, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
}

.modern-input::placeholder {
  color: #a3a3a3;
  -webkit-color: #a3a3a3; /* Safari fallback */
}

/* Safari-specific fixes for date input to match other inputs */
.modern-date-input-container input[type="date"] {
  width: 100%;
  height: 2.75rem; /* Match the height of other inputs (padding + font-size) */
  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;
  -webkit-appearance: none;
  appearance: none;
  /* Safari-specific fixes */
  -webkit-border-radius: 0.75rem;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
}

/* Safari date input specific fixes */
.modern-date-input-container input[type="date"]::-webkit-datetime-edit {
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 1.25rem;
}

.modern-date-input-container input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
  margin: 0;
}

.modern-date-input-container input[type="date"]::-webkit-datetime-edit-text {
  padding: 0 0.25rem;
}

.modern-date-input-container input[type="date"]::-webkit-datetime-edit-month-field,
.modern-date-input-container input[type="date"]::-webkit-datetime-edit-day-field,
.modern-date-input-container input[type="date"]::-webkit-datetime-edit-year-field {
  padding: 0 0.125rem;
}

/* Hide default calendar icon and add custom one */
.modern-date-input-container input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  z-index: 2;
}

.modern-date-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari fallback */
  color: #a3a3a3;
  font-size: 0.875rem;
  pointer-events: none;
  z-index: 1;
}

/* Hide custom calendar icon in Firefox since it shows native icon */
@supports (-moz-appearance: none) {
  .modern-date-icon {
    display: none;
  }
}

/* Custom date placeholder */
.modern-date-input-container {
  position: relative;
}

.modern-date-placeholder {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari fallback */
  color: #a3a3a3;
  pointer-events: none;
  font-size: 0.875rem;
  z-index: 1;
}

/* Hide date text when placeholder should show */
.modern-date-input-container input[type="date"]:not(:focus):invalid {
  color: transparent;
}

.modern-date-input-container input[type="date"]:not(:focus):invalid + .modern-date-placeholder {
  display: block;
}

.modern-date-input-container input[type="date"]:focus + .modern-date-placeholder,
.modern-date-input-container input[type="date"]:valid + .modern-date-placeholder {
  display: none;
}

/* Focus and validation states for date input */
.modern-date-input-container input[type="date"]:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  -webkit-box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2); /* Safari fallback */
}

.modern-date-input-container input[type="date"].valid {
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
  -webkit-box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2); /* Safari fallback */
}

.modern-date-input-container input[type="date"].invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
  -webkit-box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2); /* Safari fallback */
}

.modern-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  -webkit-box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2); /* Safari fallback */
}

/* Override validation states to maintain consistent border styling */
.modern-input.valid {
  border: 1px solid #184e3d !important;
    background: #182722 !important;
}
.modern-input.valid:not(:focus) {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(16, 185, 129, 0.1) !important;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(16, 185, 129, 0.1) !important; /* Safari fallback */
}

.modern-input.invalid:not(:focus) {
  border: 1px solid rgba(64, 64, 64, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
}

.modern-input.checking:not(:focus) {
  border: 1px solid rgba(64, 64, 64, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
}

.modern-input.error:not(:focus) {
  border: 1px solid rgba(64, 64, 64, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
}

.modern-validation-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari fallback */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.75rem;
}

.modern-validation-icon.valid {
  background: #12b982;
  color: #084231;
  border: 3px solid #134836;
  padding: 8px;
}

.modern-validation-icon.valid svg {
  width: 10px;
}

.modern-validation-icon.invalid {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.modern-validation-icon.checking {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
}

.modern-field-hint {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #a3a3a3;
  margin-top: 10px;
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.modern-hint-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
}

.modern-field-message {
  margin-top: 0.5rem;
}

.modern-error-text {
  font-size: 0.75rem;
  color: #ef4444;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  -webkit-gap: 0.5rem; /* Safari fallback */
  margin: 0;
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.modern-success-text {
  font-size: 0.75rem;
  color: #10b981;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  -webkit-gap: 0.5rem; /* Safari fallback */
  margin: 0;
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.modern-error-text i,
.modern-success-text i {
  font-size: 0.625rem;
  -webkit-font-size: 0.625rem; /* Safari fallback */
}

.modern-password-toggle {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari fallback */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #a3a3a3;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease; /* Safari fallback */
  padding: 0.25rem;
}

.modern-password-toggle:hover {
  color: #f534bf;
}

.modern-password-hint {
  background: rgba(41, 41, 41, 0.8);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem; /* Safari fallback */
  padding: 0.75rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  margin-top: 10px;
  margin-bottom: 0px;
}

.modern-password-requirements {
  font-size: 0.75rem;
  color: #a3a3a3;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  -webkit-gap: 0.5rem; /* Safari fallback */
  -webkit-font-size: 0.75rem; /* Safari fallback */
}

.modern-date-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
  pointer-events: none;
  font-size: 0.875rem;
}

/* Hide custom calendar icon in Firefox since it shows native icon */
@supports (-moz-appearance: none) {
  .modern-date-icon {
    display: none;
  }
}

.modern-phone-container {
  display: flex;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem; /* Safari fallback */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* Safari fallback */
  overflow: hidden;
}

.modern-phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-right: none;
  background: linear-gradient(to right, #292929, #292929);
  color: #a3a3a3;
  font-size: 0.875rem;
  font-weight: 500; /* Safari fallback */
  border-radius: 0.75rem 0 0 0.75rem;
}

.modern-phone-icon {
  color: #a3a3a3;
  margin-right: 0.5rem;
  font-size: 0.75rem;
}

.modern-phone-input-container {
  position: relative;
  flex: 1 1;
}

.modern-phone-input {
  width: 100%;
  border-radius: 0;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  -webkit-border-radius: 0 0.75rem 0.75rem 0; /* Safari fallback */
  border: 1px solid rgba(64, 64, 64, 0.3);
  background: linear-gradient(to right, #292929, #292929);
  padding: 0.75rem;
  font-size: 0.875rem;
  color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.modern-phone-input::placeholder {
  color: #a3a3a3;
}

.modern-phone-input:focus {
  outline: none;
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
  -webkit-box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2); /* Safari fallback */
}

/* Creator Register Submit Button */
.creator-register-submit-btn {
  font-size: 1.2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f534bf, #f534bf, #f534bf);
  color: white;
  padding: 0.85rem 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;
  -webkit-transition: all 0.3s ease;
  transform: scale(1);
  -webkit-transform: scale(1); /* Safari fallback */
}

.creator-register-submit-btn:hover {
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.9), #f534bf);
  transform: scale(1.02);
  -webkit-transform: scale(1.02); /* Safari fallback */
}

.creator-register-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: scale(1);
  -webkit-transform: scale(1); /* Safari fallback */
  background: #9ca3af;
}

.creator-register-submit-text {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.creator-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;
  -webkit-animation: shimmer 2s infinite; /* Safari fallback */
}

/* UserUploadFile Error Styles */
.upload-field-error {
  border: 2px solid #ef4444 !important;
  border-radius: 8px;
  background-color: rgba(239, 68, 68, 0.05);
}

.upload-field-label-error {
  color: #ef4444 !important;
}

.upload-field-label-error .upload-field-icon {
  color: #ef4444 !important;
}

.upload-area-error {
  border: 2px solid #ef4444 !important;
  background-color: rgba(239, 68, 68, 0.05) !important;
}

.upload-area-error:hover {
  border-color: #dc2626 !important;
  background-color: rgba(239, 68, 68, 0.1) !important;
}

.upload-btn-error {
  border: 2px solid #ef4444 !important;
  background-color: rgba(239, 68, 68, 0.1) !important;
  color: #ef4444 !important;
}

.upload-btn-error:hover {
  border-color: #dc2626 !important;
  background-color: rgba(239, 68, 68, 0.2) !important;
}

.upload-error-message {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 12px;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid #ef4444;
  border-radius: 6px;
  color: #ef4444;
  font-size: 14px;
  font-weight: 500;
  animation: slideDown 0.3s ease-out;
}

.upload-error-message i {
  font-size: 16px;
  flex-shrink: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} 

/* Under Review Screen Styles */
.under-review-screen {
  background-color: #171717;
  min-height: 100vh;
  min-height: -webkit-fill-available; /* Safari mobile viewport fix */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Background Content (Blurred) */
.background-content {
  filter: blur(2px);
  min-height: 100vh;
  min-height: -webkit-fill-available; /* Safari mobile viewport fix */
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 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;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.profile-tags-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}

.profile-tags-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  width: 49rem;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.profile-tags-spacer {
  width: 3rem;
  height: 3rem;
}

/* 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;
  -webkit-overflow-scrolling: touch;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 10;
  min-height: calc(100vh - 4rem); /* Ensure it takes full height minus header */
}

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

/* Additional Content Styles */
.additional-content {
  margin-top: 2rem;
}

.content-section {
  background-color: #1a1a1a;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.content-title {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.content-description {
  color: #a3a3a3;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* Popup Overlay */
.review-popup-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 479px;
  height: 100dvh;
  height: -webkit-fill-available; /* Safari mobile viewport fix */
  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%;
  border: 1px solid rgba(245, 52, 191, 0.3);
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
}
.review-progress-scrollable {
  max-height: 300px;
  overflow: auto;
}

/* 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;
}

.review-description {
  margin-bottom: 0.25rem;
}

.review-description-text {
  color: #a3a3a3 !important;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
}



/* Safari-specific scrollbar styling */
.review-progress-scrollable::-webkit-scrollbar {
  width: 4px;
}

.review-progress-scrollable::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 2px;
}

.review-progress-scrollable::-webkit-scrollbar-thumb {
  background: #f534bf;
  border-radius: 2px;
}

.review-progress-scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(245, 52, 191, 0.8);
}
/* 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;
  font-weight: 500;
}

.review-progress-status {
  color: #a3a3a3;
  font-weight: 500;
}

.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;
  margin-top: 4px;
}

.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;
  padding-top: 15px;
}

.review-login-btn {
  width: 100%;
  background-color: #f534bf;
  color: white;
  font-weight: 600 !important;
  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;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}

.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;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.review-help-btn:hover {
  color: #f534bf !important;
}

/* 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;
  }
}

/* Phone Input with Country Selector Styles */
.phone-input-container {
  width: 100%;
}

/* Phone input wrapper with validation */
.phone-input-wrapper-with-validation {
  position: relative;
  width: 100%;
}

.phone-input-wrapper-with-validation .phone-input-container {
  position: relative;
}

.phone-input-wrapper-with-validation .modern-validation-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.phone-input-wrapper-with-validation .modern-validation-icon.valid {
  color: #10b981;
}

.phone-input-wrapper-with-validation .modern-validation-icon.invalid {
  color: #ef4444;
}

.phone-input-wrapper-with-validation .modern-validation-icon.checking {
  color: #f59e0b;
}

.phone-input-wrapper {
  display: flex;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: linear-gradient(to right, #292929, #292929);
  border: 1px solid rgba(64, 64, 64, 0.3);
  transition: all 0.3s ease;
  width: 100%;
}

.phone-input-wrapper:focus-within {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

/* Country Selector */
.country-selector {
  position: relative;
  flex-shrink: 0;
}

.country-selector-button {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: linear-gradient(to right, #292929, #292929);
  border: none;
  border-right: 1px solid rgba(64, 64, 64, 0.3);
  color: #a3a3a3;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
  justify-content: space-between;
}

.country-selector-button:hover {
  background: linear-gradient(to right, #333333, #333333);
  color: #ffffff;
}

.country-flag {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.country-dial-code {
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 0.5rem;
}

.dropdown-icon {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
  color: #a3a3a3;
}

.dropdown-icon.open {
  transform: rotate(180deg);
}

/* Country Dropdown */
.country-dropdown {
  top: 100%;
  left: 0;
  right: 0;
  background: #1a1a1a;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-height: 300px;
  overflow: hidden;
  margin-top: 0.25rem;
}

/* Search Input */
.country-search {
  position: relative;
  padding: 0.75rem;
  border-bottom: 1px solid rgba(64, 64, 64, 0.3);
}

.country-search .search-icon {
  right: 23px;
}

.country-search-input {
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  background: #2a2a2a;
  border: 1px solid rgba(64, 64, 64, 0.3);
  border-radius: 0.375rem;
  color: #ffffff;
  font-size: 0.875rem;
  outline: none;
  transition: all 0.3s ease;
}

.country-search-input:focus {
  border-color: #f534bf;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.country-search-input::placeholder {
  color: #a3a3a3;
}

.search-icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
  font-size: 0.75rem;
}

/* Country List */
.country-list {
  max-height: 200px;
  overflow-y: auto;
  padding: 0.25rem 0;
}

.country-option {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.country-option:hover {
  background: rgba(245, 52, 191, 0.1);
}

.country-option.selected {
  background: rgba(245, 52, 191, 0.2);
  color: #f534bf;
}

.country-option .country-flag {
  margin-right: 0.75rem;
  font-size: 1rem;
}

.country-option .country-name {
  flex: 1 1;
  margin-right: 0.5rem;
}

.country-option .country-dial-code {
  font-weight: 600;
  color: #a3a3a3;
}

/* No Results */
.no-results {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  color: #a3a3a3;
  font-size: 0.875rem;
}

.no-results i {
  margin-right: 0.5rem;
  font-size: 1rem;
}

/* Phone Number Input */
.phone-input-field {
  flex: 2 1;
  position: relative;
  min-width: 250px;
}

.phone-number-input {
  width: 100%;
  padding: 0.75rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 0.875rem;
  outline: none;
  transition: all 0.3s ease;
}

.phone-number-input::placeholder {
  color: #a3a3a3;
}

.phone-number-input:focus {
  outline: none;
}

/* Scrollbar Styling */
.country-list::-webkit-scrollbar {
  width: 6px;
}

.country-list::-webkit-scrollbar-track {
  background: #2a2a2a;
}

.country-list::-webkit-scrollbar-thumb {
  background: #4a4a4a;
  border-radius: 3px;
}

.country-list::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a;
}

/* Responsive Design */
@media (max-width: 640px) {
  .country-selector-button {
    min-width: 100px;
    padding: 0.75rem 0.75rem;
  }
  
  .country-dial-code {
    font-size: 0.8rem;
  }
  
  .country-dropdown {
    max-height: 250px;
  }
  
  .country-list {
    max-height: 150px;
  }
}

/* Screen reader only content */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
  .phone-input-wrapper {
    background: linear-gradient(to right, #1a1a1a, #1a1a1a);
    border-color: rgba(100, 100, 100, 0.3);
  }
  
  .country-selector-button {
    background: linear-gradient(to right, #1a1a1a, #1a1a1a);
  }
  
  .country-selector-button:hover {
    background: linear-gradient(to right, #2a2a2a, #2a2a2a);
  }
  
  .country-dropdown {
    background: #0a0a0a;
    border-color: rgba(100, 100, 100, 0.3);
  }
  
  .country-search-input {
    background: #1a1a1a;
    border-color: rgba(100, 100, 100, 0.3);
  }
}

/* Profile Tags Screen Styles */
.profile-tags-screen {
  background-color: #171717;
  min-height: 100vh;
  /* Fallback for older browsers */
  min-height: 100vh;
  /* Modern browsers with CSS custom properties support */
  min-height: calc(var(--vh, 1vh) * 100); /* Dynamic viewport height for Safari */
  /* Safari specific fixes */
  min-height: -webkit-fill-available; /* Safari fix for viewport height */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS Safari */
  /* Fallback for browsers that don't support -webkit-overflow-scrolling */
  scroll-behavior: smooth;
}

/* 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;
  -webkit-backdrop-filter: blur(10px); /* Safari backdrop support */
  backdrop-filter: blur(10px);
}
/* @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);
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on iOS */
}

.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;
  /* width: 49rem; */
  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;
}

/* Welcome Section */
.profile-tags-welcome {
  margin-bottom: 1rem;
  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;
}

@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;
  -webkit-appearance: none; /* Remove Safari input styling */
  appearance: none; /* Standard property for compatibility */
  -webkit-border-radius: 0.75rem; /* Safari border radius fix */
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on iOS */
}

.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 {
  /* Fallback for older browsers */
  display: flex;
  flex-wrap: nowrap;
  /* Fallback for gap property */
  margin: -0.375rem;
  /* Modern gap property */
  gap: 0.75rem;
  /* min-height: 5rem; */
  align-items: flex-start;
  padding-top: 1.25rem;
  border-radius: 1rem;
  /* border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(135deg, #1a1a1a, #1e1e1e); */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS Safari */
  /* Fallback for browsers that don't support -webkit-overflow-scrolling */
  scroll-behavior: smooth;
  padding-bottom: 5px;
  scrollbar-width: none;
  padding-left: 0px;
}

/* Fallback for gap property in older browsers */
.profile-tags-selected-container > * {
  margin: 0.375rem;
}

.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 { /* Prevent tags from shrinking */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  /* Fallback background for browsers that don't support backdrop-filter */
  background: rgba(245, 52, 191, 0.15);
  /* Modern gradient background */
  background: linear-gradient(90deg, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.1));
  /* Fallback for browsers that don't support backdrop-filter */
  -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-text {
  font-size: 0.75rem;
  color: white;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
}

.profile-tags-remove-btn {
  color: #d1d5db;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: .85rem;
  font-weight: 500;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on iOS */
}

.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;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS Safari */
  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;
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on iOS */
}

.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: #f534bf;
  color: white;
  font-weight: 600;
}

.profile-tags-category-btn.active:hover {
  background: #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: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Fallback for browsers that don't support CSS Grid */
@supports (display: grid) {
  .profile-tags-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: initial;
  }
}

/* Enhanced fallback for older browsers without CSS Grid support */
@supports not (display: grid) {
  .profile-tags-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .profile-tags-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.5rem);
    margin-bottom: 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;
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on iOS */
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(50% - 0.5rem);
  min-width: 0; /* Prevent flex items from overflowing */
}

.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;
  flex: 1 1;
  min-width: 0; /* Prevent text overflow */
}

.profile-tags-item-text {
  color: white;
  font-weight: 500;
  /* font-size: 0.875rem; */
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.profile-tags-radio {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #737373;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.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: 479px;
  background-color: #171717;
  border-top: 1px solid #2a2a2a;
  padding: 1rem;
  display: flex;
  justify-content: center;
  z-index: 50;
  -webkit-backdrop-filter: blur(10px); /* Safari backdrop support */
  backdrop-filter: blur(10px);
}
.footerForSignup{
  width: 390px;
  display: flex;
  justify-content: space-between;
}
.profile-tags-back-footer-btn {
  padding: 0.5rem 1rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  background-color: #1a1a1a;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on iOS */
}

.profile-tags-back-footer-btn:hover {
  border-color: rgba(245, 52, 191, 0.4);
  background-color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


.profile-tags-continue-btn.disabled {
  background: #f633bf;
  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;
  min-height: calc(var(--vh, 1vh) * 20); /* Dynamic viewport height for Safari */
  min-height: -webkit-fill-available; /* Safari fix for viewport height */
  color: #e5e7eb;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 24px;
}

.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-item-text {
    font-size: 0.75rem;
  }
  
  .profile-tags-grid {
    gap: 0.75rem;
  }
  
  .profile-tags-item {
    padding: 0.75rem;
  }
}


/* Safari-specific fixes */
@supports (-webkit-touch-callout: none) {
  /* Safari-specific styles */
  .profile-tags-screen {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .profile-tags-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .profile-tags-search-input {
    -webkit-user-select: text;
    user-select: text;
  }
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) and (not (display: -webkit-box)) {
  .profile-tags-grid {
    display: -webkit-flex;
    flex-wrap: wrap; /* Standard property for compatibility */
    justify-content: space-between; /* Standard property for compatibility */
  }
  
  .profile-tags-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.5rem);
  }
}

/* Browser compatibility fallbacks */
.no-grid-support .profile-tags-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.no-grid-support .profile-tags-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}

.no-backdrop-filter-support .profile-tags-selected-tag {
  background: rgba(245, 52, 191, 0.15) !important;
}

.no-backdrop-filter-support .modern-signup-account-option {
  background: rgba(41, 41, 41, 0.95) !important;
}

.no-custom-properties-support .profile-tags-screen {
  min-height: 100vh !important;
}

.no-calc-support .profile-tags-item {
  flex: 0 0 48%;
}

/* 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-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: #f534bf !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;
  background-color: #f3f4f6 !important;
  transform: translateY(-1px);
}

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

.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 svg {
  width: 30px !important;
  height: 30px !important;
}

.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: #60a5fa;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.subscriber-register-terms-link:hover {
  color: #3b69a3;
}

.subscriber-register-submit-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #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);
  font-size: 16px;
}

.subscriber-register-submit-btn:hover {
  background: #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: #60a5fa;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.subscriber-register-login-link:hover {
  color: #3b69a3;
}

/* 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;
  
}

/* Modern Design Classes for Subscriber Registration */
.modern-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;
}

.modern-clear-location-btn:hover {
  background: rgba(239, 68, 68, 0.1);
  border-color: #ef4444;
}

.modern-clear-location-btn i {
  font-size: 0.625rem;
}

.modern-places-container {
  position: relative;
  width: 100%;
}

.modern-city-input {
  padding-left: 2.5rem;
}

.modern-city-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 0.75rem;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.modern-city-icon i {
  color: #9ca3af;
}

.modern-location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

/* .modern-location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
} */

.modern-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 .modern-autocomplete-dropdown {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d1d5db;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modern-autocomplete-loading {
  padding: 0.75rem 1rem;
  color: #9ca3af;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-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);
  transition: background-color 0.2s ease;
}

.light-mode .modern-suggestion {
  color: #374151;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e5e7eb;
}

.modern-suggestion:last-child {
  border-bottom: none;
}

.modern-suggestion:hover {
  border-left: 4px solid #f534bf;
  padding-left: 0.75rem;
  color: #f534bf;
  background-color: rgba(245, 52, 191, 0.1);
}

.modern-suggestion i {
  color: #9ca3af;
  font-size: 0.75rem;
  min-width: 12px;
}

.modern-suggestion:hover i {
  color: #f534bf;
}

.modern-suggestion span {
  flex: 1 1;
  line-height: 1.4;
}

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

.modern-input.auto-filled {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.modern-input.auto-filled:read-only {
  cursor: not-allowed;
}

/* Ensure state and city fields with values have same styling as email field when valid */
.modern-input.valid {
  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);
  color: white;
}

.modern-input.valid:not(:focus) {
  border: 1px solid rgba(64, 64, 64, 0.3);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Light mode styles for valid state */
.light-mode .modern-input.valid {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-input.valid:not(:focus) {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #1f2937;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Additional classes for inline styles */
.modern-welcome-icon i {
  height: 1.7rem;
  width: 1.7rem;
}

.modern-tags-text i {
  height: 1.4rem;
}

.modern-username-field {
  margin-top: 25px;
}

.modern-location-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.modern-suggestion-active {
  border-left: 4px solid #f534bf;
  padding-left: 0.75rem;
  color: #f534bf;
  background-color: rgba(245, 52, 191, 0.1);
}

.modern-suggestion-icon {
  color: #9ca3af;
}

.modern-suggestion-icon.active {
  color: #f534bf;
}

.modern-login-link {
  cursor: pointer;
}
/* Modern Confirm Email Page Styles */
.modern-confirm-email-screen {
  background-color: var(--bg-primary);
  min-height: 100vh;
  font-family: var(--font-family);
  overflow-x: hidden;
  transition: all 0.3s ease;
}

/* Scrollbar hiding */
.modern-confirm-email-screen::-webkit-scrollbar {
  display: none;
}

.modern-confirm-email-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Main Content */
.modern-confirm-email-main {
  position: relative;
  overflow: hidden;
}


/* Background Effects */
.modern-confirm-email-bg-effects {
  position: absolute;
  inset: 0;
}

.modern-confirm-email-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-primary), var(--bg-primary));
  transition: all 0.3s ease;
}

.modern-confirm-email-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-confirm-email-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);
}

/* Container */
.modern-confirm-email-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}


/* Welcome Section */
.modern-confirm-email-welcome {
  text-align: center;
}

.modern-confirm-email-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-confirm-email-welcome-title {
    font-size: 1.5rem !important;
  }
}

.modern-confirm-email-welcome-subtitle {
  color: var(--text-muted);
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  transition: color 0.3s ease;
}

@media screen and (max-width: 480px) {
  .modern-confirm-email-welcome-subtitle {
    font-size: 1rem !important;
  }
}

.modern-confirm-email-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;
}

/* Content Container */
.modern-confirm-email-content-container {
  margin-bottom: 2rem;
  box-shadow: var(--shadow-hover);
}

.modern-confirm-email-content-wrapper {
  padding: 2rem;
  background-color: var(--card-bg);
  border-radius: 0.75rem;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

/* Loading State */
.modern-confirm-email-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.modern-confirm-email-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Success State */
.modern-confirm-email-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.modern-confirm-email-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);
}

.modern-confirm-email-success-icon i {
  font-size: 2.5rem;
  color: white;
}

.modern-confirm-email-success-text {
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
  text-align: center;
  max-width: 300px;
}

/* Error State */
.modern-confirm-email-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.modern-confirm-email-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);
}

.modern-confirm-email-error-icon i {
  font-size: 2.5rem;
  color: white;
}

.modern-confirm-email-error-text {
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
  text-align: center;
  max-width: 300px;
}

/* Actions */
.modern-confirm-email-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 280px;
}

/* Buttons */
.modern-confirm-email-continue-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;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.modern-confirm-email-continue-btn:hover {
  background: rgba(245, 52, 191, 0.8);
  transform: scale(1.02);
}

.modern-confirm-email-continue-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: scale(1);
}

.modern-confirm-email-continue-btn i {
  font-size: 1.125rem;
}

.modern-confirm-email-continue-btn span {
  font-size: 1rem;
}

.modern-confirm-email-btn-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-confirm-email-continue-btn:hover .modern-confirm-email-btn-shine {
  transform: translateX(100%) skewX(12deg);
  opacity: 1;
}

.modern-confirm-email-login-btn {
  background: #f534bf;
  color: white;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  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%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.modern-confirm-email-login-btn:hover {
  background: linear-gradient(135deg, #e91e63, #c2185b);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 52, 191, 0.4);
}

.modern-confirm-email-login-btn i {
  font-size: 1.125rem;
}

.modern-confirm-email-login-btn span {
  font-size: 1rem;
}

.modern-confirm-email-retry-btn {
  background: transparent;
  color: #f534bf;
  border: 2px solid #f534bf;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.modern-confirm-email-retry-btn:hover {
  background: #f534bf;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 52, 191, 0.3);
}

.modern-confirm-email-retry-btn i {
  font-size: 1.125rem;
}

.modern-confirm-email-retry-btn span {
  font-size: 1rem;
}

.modern-confirm-email-resend-btn {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.modern-confirm-email-resend-btn:hover {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.modern-confirm-email-resend-btn i {
  font-size: 1.125rem;
}

.modern-confirm-email-resend-btn span {
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 640px) {

  
  .modern-confirm-email-content-wrapper {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 480px) {

  
  .modern-confirm-email-success-icon,
  .modern-confirm-email-error-icon {
    width: 60px;
    height: 60px;
  }
  
  .modern-confirm-email-success-icon i,
  .modern-confirm-email-error-icon i {
    font-size: 2rem;
  }
  
  .modern-confirm-email-success-text,
  .modern-confirm-email-error-text {
    font-size: 0.9rem;
  }
}
/* 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 {
  background-color: var(--bg-primary);
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

/* Light Mode Styles */
.light-mode .email-verification-screen {
  background: #ffffff;
}

.light-mode .email-verification-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

/* Animated Background Elements */
.email-verification-bg {
  position: absolute;
  inset: 0;
}

.email-verification-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);
}

.email-verification-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);
}

.email-verification-bg-blur-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 15rem;
  background-color: rgba(245, 52, 191, 0.05);
  border-radius: 9999px;
  filter: blur(3rem);
}

/* Header */
.email-verification-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;
}


.email-verification-header-content {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen  and (max-width:480px){
  .email-verification-header-content{
    height: 60px !important;
  }
}

.email-verification-title {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  color: var(--text-primary);
  margin: 0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.email-verification-header-spacer {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Content */
.email-verification-main {
  position: relative;
  overflow: hidden;
}

.email-verification-container {
  position: relative;
  z-index: 10;
  max-width: 24rem;
  margin: 0 auto;
}

/* 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: rgb(255 255 255 / 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: rgb(255 255 255 / 0.8);
}

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

/* Email Edit Mode Styles */
.email-verification-email-edit {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.email-verification-email-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  padding: 0.75rem;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}

.email-verification-email-input:focus {
  border-color: #f535bf;
  box-shadow: 0 0 0 3px rgba(245, 53, 191, 0.1);
}

.email-verification-email-input::placeholder {
  color: #9ca3af;
}

.light-mode .email-verification-email-input {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #374151;
}

.light-mode .email-verification-email-input:focus {
  border-color: #f535bf;
  box-shadow: 0 0 0 3px rgba(245, 53, 191, 0.1);
}

.light-mode .email-verification-email-input::placeholder {
  color: #9ca3af;
}

.email-verification-email-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.email-verification-save-btn,
.email-verification-cancel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}

.email-verification-save-btn {
  background: #10b981;
  color: #ffffff;
}

.email-verification-save-btn:hover:not(:disabled) {
  background: #059669;
  transform: translateY(-1px);
}

.email-verification-save-btn:disabled {
  background: #6b7280;
  cursor: not-allowed;
  opacity: 0.5;
}

.email-verification-cancel-btn {
  background: #ef4444;
  color: #ffffff;
}

.email-verification-cancel-btn:hover {
  background: #dc2626;
  transform: translateY(-1px);
}

.light-mode .email-verification-save-btn {
  background: #10b981;
}

.light-mode .email-verification-save-btn:hover:not(:disabled) {
  background: #059669;
}

.light-mode .email-verification-cancel-btn {
  background: #ef4444;
}

.light-mode .email-verification-cancel-btn:hover {
  background: #dc2626;
}

/* Buttons */
.email-verification-resend-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #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: #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: transform 0.3s ease;
  transform: scale(1);
}

.email-verification-login-btn:hover {
  background: #f534bf;
  color: white;
  transform: scale(1.02);
}

.email-verification-login-btn span,
.email-verification-login-btn svg {
  transition: none !important;
}

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

/* 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;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.discover-screen ::-webkit-scrollbar {
  display: none;
}

/* Navigation Tabs */
.discover-nav-tabs {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 479px;
  display: flex;
  overflow-x: auto;
  gap: 0.25rem;
  padding: 0.75rem;
  scrollbar-width: none;
  border-bottom: 2px solid #292929;
  -ms-overflow-style: none;
  background-color: #171717;
  z-index: 49;
  width: 100%;
}

.discover-nav-tabs::-webkit-scrollbar {
  display: none;
}

.discover-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;
  color: #ffffff;
}

.discover-nav-tab:hover {
  color: #f534bf;
  border: none;
}

.discover-nav-tab.active {
  color: #ffffff;
  background-color: transparent;
  border: none;
}

.discover-nav-tab:focus,
.discover-nav-tab:active {
  outline: none;
  background-color: transparent;
  border: none;
}

.active-indicator {
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: #f534bf;
  transition: all 0.3s ease;
}

/* Main Content */
.discover-main {
  min-height: calc(100vh - 8rem);
}

.discover-main .section-title {
  margin-bottom: 1.25rem;
}

/* 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;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
}


/* Loading States */
.loading-container {
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.loading-text {
  color: #ffffff;
}

.loading-categories-container {
  display: flex;
  padding: 2rem;
}

/* Categories Row */
.categories-row {
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

/* Categories Wrapper for Swipe Effect */
.categories-wrapper {
  position: relative;
  width: 100%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-origin: center;
  overflow: visible;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth page transition animation */
.categories-wrapper.transitioning {
  animation: pageTransition 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.categories-wrapper.swipe-next.transitioning {
  animation: slideToNext 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.categories-wrapper.swipe-prev.transitioning {
  animation: slideToPrev 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes pageTransition {
  0% {
    opacity: 0.95;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideToNext {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-20px);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideToPrev {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(20px);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Cursor Pointer Utilities */
.cursor-pointer {
  cursor: pointer;
}


.see-all-link, .refresh-link {
  color: #f534bf;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-bottom: 1.25rem;
}

.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 12px;
  padding-bottom: 0.5rem;
  min-width: -webkit-max-content;
  min-width: max-content;
}

/* All Creators */
.creators-grid {
  overflow-x: auto;
  padding: 0 12px;
  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; 
}

.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: #737373 !important;
}

/* Light mode styles for follow button */
.renews_btn,
.renews_btn:hover,
.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: transparent;
  color: #f534bf;
  border-color: rgba(245, 52, 191, 0.7);
  box-shadow: none;
  transform: none;
}

/* 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: transparent !important;
  color: #f534bf !important;
  border-color: rgba(245, 52, 191, 0.7) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Categories Section */
section.categories-section {
  padding: 0 0 2rem 0;
  min-height: 390px;
  min-height: 221px;
}

.categories-grid {
  margin-bottom: 1rem;
  padding: 0 12px;
  min-height: 221px;
}

.categories-swipeable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: pan-y;
  cursor: grab;
  position: relative;
  overflow: hidden;
}

.categories-swipeable:active {
  cursor: grabbing;
}

.categories-swipeable .category-card {
  cursor: pointer;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, filter 0.15s ease-out;
  will-change: transform;
}

.categories-swipeable:active .category-card {
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

/* Visual feedback during swipe */
.categories-swipeable.swiping .category-card {
  filter: brightness(0.92);
  transform: scale(0.97);
}

.categories-swipeable.swiping .categories-wrapper {
  transition: none !important;
}

.category-card {
  background: #1f2937;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #363636;
  cursor: pointer;
  transition: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card:hover {
  border-color: #f534bf;
}

.category-card:hover * {
  transform: none !important;
}

.category-content {
  text-align: center;
}

.category-name {
  color: #ffffff;
  font-weight: 500;
  display: block;
}

.category-count {
  color: #a3a3a3 !important;
  font-size: 0.870rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
  line-height: 1.2;
}

.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: 12px; 
  padding-right: 12px;
}

/* Odd items (1st, 3rd, 5th...) */
.cm-category-size:nth-child(odd) {
  padding-right: 6px;
}

.cm-category-size:nth-child(even) {
  padding-left: 6px;
}

.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 cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.7;
  position: relative;
}

.pagination-dot:hover {
  background: #9ca3af;
  opacity: 1;
  transform: scale(1.1);
}

.pagination-dot.active {
  background: #f534bf;
  opacity: 1;
  transform: scale(1.2);
  animation: pulseDot 0.5s ease-out;
}

@keyframes pulseDot {
  0% {
    transform: scale(1.2);
    box-shadow: 0 0 0 0 rgba(245, 52, 191, 0.4);
  }
  50% {
    transform: scale(1.25);
    box-shadow: 0 0 0 3px rgba(245, 52, 191, 0);
  }
  100% {
    transform: scale(1.2);
    box-shadow: 0 0 0 0 rgba(245, 52, 191, 0);
  }
}

/* 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;
  transition: all 0.3s ease;
}

.recommended_profiles_min_height {
  min-height: 410px;
  position: relative;
}

.recommended-swipeable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: pan-y;
  cursor: grab;
  position: relative;
  overflow: hidden;
}

.recommended-swipeable:active {
  cursor: grabbing;
}

.recommended-profiles-wrapper {
  position: relative;
  width: 100%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-origin: center;
  overflow: visible;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth page transition animation for recommended */
.recommended-profiles-wrapper.transitioning {
  animation: pageTransition 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.recommended-profiles-wrapper.swipe-next.transitioning {
  animation: slideToNext 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.recommended-profiles-wrapper.swipe-prev.transitioning {
  animation: slideToPrev 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Visual feedback during swipe for recommended */
.recommended-swipeable.swiping .recommended-profiles-wrapper {
  transition: none !important;
}

.recommended-profiles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 12px;
  min-height: 362px;
}

/* Light Mode Styles for Recommended Section */
.light-mode .recommended-section {
  background: transparent;
}

/* Trending Section Styles */
.trending-profiles-container {
  overflow-x: auto;
  padding: 0 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.trending-profiles-container::-webkit-scrollbar {
  display: none;
}

.trending-profiles-row {
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.trending-profile-col {
  flex: 0 0 9rem;
  max-width: 9rem;
  min-width: 9rem;
  display: flex;
}

.trending-profile-card {
  background: #1a1a1a;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem;
  text-align: center;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.trending-profile-image-container {
  position: relative;
  width: 100%;
  height: 8rem;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.trending-profile-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.trending-rank-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #f534bf;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  z-index: 10;
}

.trending-profile-username {
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  text-align: center;
  transition: color 0.3s ease;
}

.trending-profile-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.trending-fire-icon {
  color: #f97316;
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.trending-profile-status {
  color: #a3a3a3;
  font-size: 0.75rem;
  font-weight: 400;
}

.trending-profile-price {
  margin-bottom: 0.5rem;
}

.trending-profile-price span {
  color: #a3a3a3;
  font-size: 0.75rem;
  font-weight: 400;
}

.trending-profile-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

.trending-follow-btn {
  background: #f534bf;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.trending-follow-btn:hover {
  background: rgba(245, 52, 191, 0.8);
  transform: scale(1.02);
}

.trending-view-btn {
  background: transparent;
  color: #f534bf;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #f534bf;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.trending-view-btn:hover {
  background: rgba(245, 52, 191, 0.1);
  transform: scale(1.02);
}

.trending-view-profile-btn {
  background: transparent;
  color: #f534bf;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #f534bf;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.trending-view-profile-btn:hover {
  background: rgba(245, 52, 191, 0.1);
  transform: scale(1.02);
}

.trending-view-profile-btn:active {
  background: #f534bf;
  color: white;
}



.light-mode .discover-nav-tab {
  color: var(--text-primary) !important;
}

/* Light mode styles for trending section */
.light-mode .trending-profile-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}


.light-mode .trending-profile-username {
  color: #1f2937;
}

.light-mode .trending-profile-status {
  color: #6b7280;
}

.light-mode .trending-profile-price span {
  color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
 
  
  .discover-screen {
    --header-offset: 8rem;
  }


}

@media (max-width: 480px) {
  .follow-btn {
    font-size: 0.77rem;
  }
  
  .view-profile-btn {
    font-size: 0.77rem;
  }
  
  
  .discover-screen {
    --header-offset: 8.5rem;
  }
  
  .discover-nav-tab {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
  }
}

main.discover-main {
  padding-top: 130px;
  padding-bottom: 65px;
}
/* Modern Header Styles */

.modern-header {
  position: fixed;
  top: 0;
  /* 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: 8px;
  color: var(--modern-text-primary);
  transition: all 0.3s ease;
}

.header-left {
  display: flex;
  align-items: center;
}

.cm_header_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

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

.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;
  min-width: 35px;
  margin-left: 10px;
}

.user-avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  border: 2px solid #363636;
  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);
}

/* Responsive styles */
@media (max-width: 768px) {
  .modern-header {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 480px) {
  .modern-header {
    padding: 0.5rem 0.2rem;
    height: 60px;
  }
} 
@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;
}

/* 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;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1rem;
  overflow: visible;
  vertical-align: -.125em;
}
/* 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: #171717;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  height: 100dvh;
}

.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-search-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  gap: 12px;
}

/* Search input container */
.jh-search-input-container {
  position: relative;
  flex: 1 1;
  max-width: none;
}

.jh-search-input {
  width: calc(100% - 41px);
  background-color: #404040;
  border: 1px solid #525252;
  border-radius: 50px;
  padding: 8px 40px 8px 15px;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease;
  margin-left: 40px;
}

.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: 64px;
  padding-bottom: 12px;
  height: 100%;
  overflow-y: auto;
}

.jh-search-content {
  padding: 16px;
}

/* Search results section */
.jh-search-results-section {
  margin-bottom: 32px;
}

/* Add spacing between sections when searching */
.jh-search-results-section .jh-search-section {
  margin-bottom: 32px;
}

.jh-search-results-section .jh-search-section:last-child {
  margin-bottom: 0;
}

.jh-search-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  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;
  margin-bottom: 16px;
}

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

.jh-search-view-all-btn {
  background: none;
  border: none;
  color: #f534bf;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s ease;
}

.jh-search-view-all-btn:hover {
  color: #f534bf;
  opacity: 0.8;
}

.jh-category-view-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
}

/* Results list */
.jh-search-results-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}

.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;
  width: calc(100% - 60px);
}

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

/* 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-input {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  .jh-search-result-item {
    padding: 10px 4px;
  }
  
}

/* Accessibility */
.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-input {
    transition: none;
  }
}

/* Category items styling */
.jh-search-category-item {
  padding: 8px 8px 8px 0px;
}

.jh-search-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(245, 52, 191, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #f534bf;
  font-size: 16px;
}

.jh-modern-search-screen.light-mode .jh-search-category-icon {
  background-color: rgba(245, 52, 191, 0.08);
}

.jh-search-category-arrow {
  color: #737373;
  font-size: 12px;
  margin-left: auto;
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.jh-search-category-item:hover .jh-search-category-arrow {
  color: #f534bf;
  transform: translateX(2px);
}

.jh-search-categories-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}


/* Search Result Card Styles */
.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;
  width: calc(100% - 60px);
}

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

/* Accessibility */
.jh-search-result-item:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .jh-search-result-item:hover {
    background-color: rgba(245, 52, 191, 0.2);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .jh-search-result-item {
    transition: none;
  }
}

/* Mobile optimizations */
@media (max-width: 480px) {
  .jh-search-result-item {
    padding: 10px 4px;
  }
}


.lazy-image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
  will-change: opacity, filter;
  background-color: #f3f4f6;
}

.lazy-image-loaded {
  opacity: 1;
  filter: blur(0);
}

.lazy-image-error {
  opacity: 1;
  filter: blur(0);
  background-color: #fee2e2;
}

/* Prevent layout shift during loading */
.lazy-image[src*="data:image/svg"] {
  background-color: #f3f4f6;
}

/* Smooth animation for images */
@keyframes fadeInImage {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

/* Add a subtle pulse animation while loading */
.lazy-image:not(.lazy-image-loaded):not(.lazy-image-error) {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

/* Ensure smooth rendering on mobile devices */
@media (max-width: 768px) {
  .lazy-image {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}


/* 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: 99;
  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;
}
.notification-badge-messages {
right: 10px;
}
/* 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-color: rgb(245, 52, 191);
  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: rgba(245, 52, 191, 0.9);
}

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

/* Light Mode Messages Button Styling */
.light-mode .footer-nav-item.messages-button {
  color: #9ca3af !important;
}

.light-mode .footer-nav-item.messages-button:hover {
  color: #f534bf !important;
}

.light-mode .footer-nav-item.messages-button.active {
  color: #f534bf !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;
}

/* Messages Button Specific Styling */
.footer-nav-item.messages-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #9ca3af;
  transition: color 0.2s ease;
}

.footer-nav-item.messages-button:hover {
  color: #f534bf;
}

.footer-nav-item.messages-button.active {
  color: #f534bf;
}

.footer-nav-item.messages-button i {
  font-size: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
}

.footer-nav-item.messages-button span {
  font-size: 0.625rem;
  line-height: 1;
}

/* 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;
}

/* Remove pink color for menu item when active (but keep hover effect) */
.footer-nav-item:last-child.active {
  color: #9ca3af !important;
  transform: none !important;
}

.footer-nav-item:last-child:hover {
  color: #f534bf !important;
}

.light-mode .footer-nav-item:last-child.active {
  color: #6b7280 !important;
  transform: none !important;
}

.light-mode .footer-nav-item:last-child:hover {
  color: #f534bf !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;
  }
}

/* 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: 479px;
  height: 100%;
  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;
  position: relative;
  z-index: 9;
}

.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: 28px;
  height: 28px;
  background: rgb(38, 38, 38);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 99;
}

.modern-side-menu-edit-badge.modern-side-menu-edit-badge:hover {
  background: #333333;
}

.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-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: 1.25rem;
}

/* 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: #a3a3a3;
  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(163, 163, 163, 0.1);
  transform: scale(1.1);
  color: #ffffff;
}

.modern-side-menu-theme-toggle:active {
  transform: scale(0.95);
}

.modern-side-menu-theme-toggle i {
  transition: transform 0.3s ease, color 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;
}

.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);
  font-size: 14px;
}

.modern-side-menu-logout-btn.modern-side-menu-logout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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));
}

.modern-side-menu-logout-icon.modern-side-menu-logout-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  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: 1rem;
  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-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-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;
}


/* 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: #6b7280;
}

.light-mode .modern-side-menu-theme-toggle:hover {
  background: rgba(107, 114, 128, 0.1);
  color: #374151;
}

.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-copyright,
.dark-mode .modern-side-menu-version-text {
  color: rgb(115, 115, 115) !important;
}

.dark-mode .modern-side-menu-theme-toggle {
  color: #a3a3a3 !important;
}

.dark-mode .modern-side-menu-theme-toggle:hover {
  background: rgba(163, 163, 163, 0.1) !important;
  color: #ffffff !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: #f534bf;
  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: #6b7280;
  background: transparent;
}

.light-mode .modern-side-menu-theme-toggle:hover {
  background: rgba(107, 114, 128, 0.1);
  color: #374151;
}

/* ============================================
   Photo Uploader Container
   ============================================ */
.photo-uploader-container {
  position: relative;
  display: inline-block;
}

/* ============================================
   Hidden File Input
   ============================================ */
.photo-uploader-file-input {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/* ============================================
   Trigger Button
   ============================================ */
.photo-uploader-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(163, 163, 163);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.photo-uploader-trigger:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-2px);
}

.photo-uploader-trigger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.photo-uploader-trigger-active {
  background: rgba(245, 52, 190, 0.8);
}

.photo-uploader-trigger-icon {
  font-size: 16px;
}

.photo-uploader-trigger-text {
  font-size: 14px;
  font-weight: 600;
}

/* ============================================
   Custom Trigger
   ============================================ */
.photo-uploader-custom-trigger {
  cursor: pointer;
}

/* ============================================
   Upload Menu
   ============================================ */
.photo-uploader-menu {
  position: absolute;
  z-index: 1000;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 8px;
  min-width: 200px;
  animation: slideIn 0.2s ease-out;
  right: 0;
  top: 43px;
  border: 1px solid rgba(64, 64, 64, 0.5);
}

/* Menu Positions */
.photo-uploader-menu-top-left {
  bottom: calc(100% + 10px);
  left: 0;
}

.photo-uploader-menu-top-right {
  bottom: calc(100% + 10px);
  right: 0;
}

.photo-uploader-menu-bottom-left {
  top: calc(100% + 10px);
  left: 0;
}

.photo-uploader-menu-bottom-right {
  top: calc(100% + 10px);
  right: 0;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   Menu Item
   ============================================ */
.photo-uploader-menu-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.photo-uploader-menu-item:hover:not(:disabled) {
  background: rgb(64 64 64 / 0.5);
}

.photo-uploader-menu-item:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.photo-uploader-menu-item-icon-container {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right bottom, rgba(245, 52, 191, 0.2), rgba(245, 52, 191, 0.05));
  border-radius: 8px;
  flex-shrink: 0;
}

.photo-uploader-menu-item-icon {
  font-size: 18px;
  color: #f534bf !important;
  height: 16px !important;
  width: 16px !important;
}

.photo-uploader-menu-item-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* ============================================
   Camera Overlay
   ============================================ */
.photo-uploader-camera-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.photo-uploader-camera-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10002;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.photo-uploader-camera-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

/* ============================================
   Camera Loading State
   ============================================ */
.photo-uploader-camera-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: white;
}

.photo-uploader-camera-loading-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.photo-uploader-camera-loading-text {
  font-size: 16px;
  opacity: 0.8;
  margin: 0;
}

/* ============================================
   Progress Bar
   ============================================ */
.photo-uploader-progress-container {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.photo-uploader-progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.photo-uploader-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #f534bf 0%, #ff6b9d 100%);
  border-radius: 10px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(245, 52, 191, 0.5);
  position: relative;
}

.photo-uploader-progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.photo-uploader-progress-text {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ============================================
   Upload Loading Overlay
   ============================================ */
.photo-uploader-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.photo-uploader-loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 40px 60px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.photo-uploader-loading-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.photo-uploader-loading-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  text-align: center;
}

/* ============================================
   Dark Mode Support
   ============================================ */
[data-theme="dark"] .photo-uploader-menu {
  background: rgb(28, 28, 30);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .photo-uploader-menu-item-text {
  color: #e0e0e0;
}

[data-theme="dark"] .photo-uploader-loading-content {
  background: #2a2a2a;
}

[data-theme="dark"] .photo-uploader-loading-title {
  color: #e0e0e0;
}

[data-theme="dark"] .photo-uploader-loading-text {
  color: #a0a0a0;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 768px) {
  .photo-uploader-menu {
    min-width: 180px;
  }

  .photo-uploader-menu-item {
    padding: 10px 14px;
  }

  .photo-uploader-menu-item-icon-container {
    width: 36px;
    height: 36px;
  }

  .photo-uploader-menu-item-icon {
    font-size: 16px;
  }

  .photo-uploader-menu-item-text {
    font-size: 14px;
  }

  .photo-uploader-camera-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .photo-uploader-loading-content {
    padding: 30px 40px;
  }

  .photo-uploader-loading-title {
    font-size: 18px;
  }

  .photo-uploader-loading-text {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .photo-uploader-trigger {
    padding: 8px 16px;
    font-size: 13px;
  }

  .photo-uploader-trigger-icon {
    font-size: 14px;
  }

  .photo-uploader-menu {
    min-width: 180px;
    padding: 6px;
  }

  .photo-uploader-loading-content {
    padding: 25px 30px;
    margin: 0 20px;
  }
}

/* ============================================
   Accessibility
   ============================================ */
.photo-uploader-trigger:focus-visible,
.photo-uploader-menu-item:focus-visible,
.photo-uploader-camera-close:focus-visible {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .photo-uploader-menu {
    border: 2px solid currentColor;
  }

  .photo-uploader-trigger {
    border: 2px solid white;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .photo-uploader-menu,
  .photo-uploader-camera-overlay,
  .photo-uploader-loading-overlay {
    animation: none;
  }

  .photo-uploader-trigger,
  .photo-uploader-menu-item,
  .photo-uploader-camera-close,
  .photo-uploader-progress-fill {
    transition: none;
  }

  .photo-uploader-progress-fill::after {
    animation: none;
  }
}

/* ============================================
   PhotoUploader Integration Styles
   ============================================ */


.header-edit-btn .photo-uploader-trigger {
  background: rgb(0 0 0 / 0.7);
  border: 0;
  border-radius: 30px;
}

.header-edit-btn .photo-uploader-trigger:hover {
  background: rgb(0 0 0 / 0.9);
  transform: translateY(0px);
}


/* Avatar Edit Button with PhotoUploader */
.edit-avatar-btn.photo-uploader-container {
  position: absolute;
  bottom: 0;
  right: 0;
}

.edit-avatar-btn-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(245, 52, 190, 0.9);
  border: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.edit-avatar-btn-inner:hover {
  background: rgba(245, 52, 190, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(245, 52, 190, 0.3);
}

.edit-avatar-icon {
  color: white;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
 

  .edit-avatar-btn-inner {
    width: 36px;
    height: 36px;
  }

  .edit-avatar-icon {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
 

  .header-edit-btn .photo-uploader-trigger {
    padding: 8px 14px;
    font-size: 13px;
  }

  .edit-avatar-btn-inner {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }

  .edit-avatar-icon {
    font-size: 12px;
  }
}


.camera-container {
  width: 100%;
  padding: 16px;
}

.camera-mode-grid {
  display: flex
;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 600px) {
 

  .video-stream-wrapper {
    height: 250px;     
  }


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

.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: unset;
  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;
  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;  */
  object-fit: cover;
  border-radius: 4px;
}

.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: unset;
    }
}
/* 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: unset; /* 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: unset; /* 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: unset; /* 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;
}

.modal-dialog.upload-content {
  max-width: 479px !important;
  width: 100% !important;
  box-shadow: none !important;
}

.modal-dialog.upload-content .modal-content {
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
}

.upload-modal-main {
  background-color: #171717;
  padding: 16px;
  margin-top: 65px;

}

.modal-dialog.upload-content .upload-modal-main {
  height: calc(100dvh - 75px) !important;
  overflow: auto;
}

/* Content Type Section */
.content-type-section {
  margin-bottom: 32px;
}

.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;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.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;
  min-height: auto;
  height: auto;
}

.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;
  min-width: 0;
  width: 100%;
}

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

.cm_caption_price_section {
  width: 100%;
  position: relative;
}

.cm_caption_price_section input {
  width: 100%;
}

span.cm_doller_icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.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 !important;
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.caption-tag-section {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: auto;
  width: 100%;
}

.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;
  font-weight: 500;
}

.action-button-cancel {
  background-color: #404040 !important;
  color: white !important;
  border: 1px solid #525252 !important;
}

.action-button-cancel:hover {
  background-color: #525252 !important;
}

.action-button-cancel:focus {
  border-color: #f534bf !important;
  outline: none;
}

.action-button-cancel:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.action-button-cancel:disabled:hover {
  background-color: #404040 !important;
  cursor: not-allowed !important;
}

.action-button-upload {
  background-color: #f534bf !important;    
  color: #ffffff !important;  
  cursor: pointer !important;
}

.action-button-upload:hover {
  background-color: #e02ba8 !important;
}

.action-button-upload:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.action-button-blurred {
  filter: blur(2px) !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

/* Ensure action buttons are properly styled in the upload modal */
.upload-content .action-buttons {
  display: flex !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

.upload-content .action-button {
  flex: 1 1 !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  text-align: center !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all 0.2s !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important; /* Override any inherited background */
}

.upload-content .action-button-cancel {
  background-color: #404040 !important;
  color: white !important;
  border: 1px solid #525252 !important;
}

.upload-content .action-button-cancel:hover {
  background-color: #525252 !important;
}

.upload-content .action-button-cancel:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.upload-content .action-button-cancel:disabled:hover {
  background-color: #404040 !important;
  cursor: not-allowed !important;
}

.upload-content .action-button-upload {
  background-color: #f534bf !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.upload-content .action-button-upload:hover {
  background-color: #e02ba8 !important;
}

.upload-content .action-button-upload:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/* Loading state for upload button */
.upload-content .action-button.loading {
  background-color: #525252 !important;
  color: #d4d4d8 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

/* Mobile Full Width Modal */
@media (max-width: 768px) {
  
  
  .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: 100dvh !important;
    max-height: 100dvh !important;
  }
  

  
  .modal {
    padding: 0 !important;
  }
  
  /* Ensure no gaps or margins anywhere */
  body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
  }

  
  .upload-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .upload-content .modal {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .caption-tag-section {
    gap: 6px !important;
  }
  
  .tagged-user-chip {
    font-size: 11px;
    padding: 2px 6px;
  }
  
  .selected-files-section {
    padding: 0 16px !important;
  }
  
  
  .file-preview-item {
    min-height: 90px !important;
    aspect-ratio: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .add-more-button {
    min-height: 90px !important;
    aspect-ratio: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .add-more-button i {
    font-size: 18px !important;
  }
  
  .file-preview-remove {
    width: 24px !important;
    height: 24px !important;
    top: 4px !important;
    right: 4px !important;
  }
  
  .file-preview-remove i {
    font-size: 12px !important;
  }
  
  .file-preview-type-badge {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }
}

/* Very small screens */
@media (max-width: 640px) {
 
  
  .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-section {
    padding: 0 12px !important;
  }
  
  
  .file-preview-item {
    min-height: 80px !important;
    aspect-ratio: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .add-more-button {
    min-height: 80px !important;
    aspect-ratio: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .add-more-button i {
    font-size: 16px !important;
  }
  
  .file-preview-remove {
    width: 22px !important;
    height: 22px !important;
    top: 3px !important;
    right: 3px !important;
  }
  
  .file-preview-remove i {
    font-size: 11px !important;
  }
  
  .file-preview-type-badge {
    font-size: 9px !important;
    padding: 2px 4px !important;
  }
}
/* Extra small screens (iPhone SE, etc.) */
@media (max-width: 375px) {
  .selected-files-section {
    padding: 0 8px !important;
  }
  

  
  .file-preview-item {
    min-height: 70px !important;
  }
  
  .add-more-button {
    min-height: 70px !important;
  }
  
  .add-more-button i {
    font-size: 16px !important;
  }
  
  .file-preview-remove {
    width: 20px !important;
    height: 20px !important;
  }
  
  .file-preview-remove i {
    font-size: 10px !important;
  }
  
  .file-preview-type-badge {
    font-size: 8px !important;
    padding: 1px 3px !important;
  }
}

/* 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;
}

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

.profile-page-pictures .has-danger .form-control {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid black;
  color: white;
}

.modal-dialog.edit-profile-picure-modal.upload-content.upload.modal-dialog-centered
  .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
}

@media (min-width: 576px) {
 
  .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: 500px;
    overflow: auto;
    border: 0;
    overflow-y: scroll;
  }

  .dropzone {
    width: 74% !important;
    height: 20%;
    margin-top: 15px !important;
  }
}

.disabled-btn:disabled {
  cursor: auto;
  pointer-events: none;
}

/* Load More Files Button Styles */
.aspect-square {
  aspect-ratio: 1 / 1;
}

.bg-\[\#171717\] {
  background-color: #171717;
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border-\[\#2a2a2a\] {
  border-color: #2a2a2a;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.border-2 {
  border-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.flex {
  display: flex;
}

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

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

.hover\:border-\[\#f534bf\]:hover {
  border-color: #f534bf;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:border-\[\#f534bf\]:focus {
  border-color: #f534bf;
}

.active\:border-\[\#f534bf\]:active {
  border-color: #f534bf;
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-plus:before {
  content: "\f067";
}

.text-neutral-400 {
  color: #a3a3a3;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Specific button styling to match exact Tailwind classes */
.aspect-square.bg-\[\#171717\].border.border-\[\#2a2a2a\].rounded-lg.overflow-hidden.border-2.border-dashed {
  background-color: #171717 !important;
  border: 2px dashed #2a2a2a !important;
  border-radius: 0.5rem !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.aspect-square.bg-\[\#171717\].border.border-\[\#2a2a2a\].rounded-lg.overflow-hidden.border-2.border-dashed:hover {
  border-color: #f534bf !important;
}

.aspect-square.bg-\[\#171717\].border.border-\[\#2a2a2a\].rounded-lg.overflow-hidden.border-2.border-dashed:focus {
  border-color: #f534bf !important;
}

.aspect-square.bg-\[\#171717\].border.border-\[\#2a2a2a\].rounded-lg.overflow-hidden.border-2.border-dashed:active {
  border-color: #f534bf !important;
}

/* Raw CSS for add-more-button */
.add-more-button {
  aspect-ratio: 1 / 1;
  background-color: #171717;
  border: 2px dashed #2a2a2a;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  height: auto;
  min-width: 60px;
  min-height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.add-more-button:hover {
  border-color: #f534bf;
}

.add-more-button:focus {
  border-color: #f534bf;
  outline: none;
}

.add-more-button:active {
  border-color: #f534bf;
}

.add-more-button i {
  color: #a3a3a3;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Recording and Modal Styles */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}


.content-type-section {
  margin-bottom: 0;
  padding: 16px;
}

.upload-options-section {
  margin-bottom: 24px;
  padding: 0 16px;
}

.upload-tips-section {
  background-color: #171717;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

.selected-files-section {
  margin-bottom: 24px;
  padding: 0 16px;
}

.add-captions-section {
  margin-bottom: 24px;
  padding: 0 16px;
}

.upload-option-button {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.upload-option-button > * {
  width: 100%;
  max-width: 100%;
}

.camera-fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 479px;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.camera-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.camera-close-button:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.content-type-title,
.upload-options-title,
.selected-files-title,
.add-captions-title {
  text-align: left !important;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.upload-options-title {
  margin-bottom: 16px;
}

.bottom-action-bar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1000;
  background-color: #171717;
  border-top: 1px solid #404040;
  border-radius: 0 0 12px 12px;
}

.upload-modal-main::-webkit-scrollbar {
  width: 6px;
}

.upload-modal-main::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 3px;
}

.upload-modal-main::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 3px;
}

.upload-modal-main::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.modal-content {
  border: none !important;
  box-shadow: none !important;
}

.upload-content .modal-content {
  border: none !important;
  box-shadow: none !important;
}

.caption-tag-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
  align-items: center;
  min-height: auto;
  width: 100%;
}

.tagged-user-chip {
  display: inline-flex;
  align-items: center;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 9999px;
  padding: 2px 8px;
  margin: 0;
  font-size: 12px;
  color: #60a5fa;
  font-weight: 500;
  gap: 4px;
}

.tagged-user-remove {
  background: none;
  border: none;
  color: #60a5fa;
  cursor: pointer;
  padding: 0;
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.tagged-user-remove:hover {
  background-color: rgba(96, 165, 250, 0.2);
  color: #3b82f6;
}

.tagged-user-remove i {
  font-size: 8px;
}

.bundle-tag-button {
  background-color: #f534bf;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.bundle-tag-button:hover {
  border-color: #f534bf;
}

.bundle-tag-button i {
  font-size: 10px;
}

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

.bundle-add-tag-button i {
  font-size: 10px;
}

.caption-tag-button {
  background-color: #f534bf;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.caption-tag-button:hover {
  border-color: #f534bf;
}

.caption-tag-button i {
  font-size: 10px;
}

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

.caption-add-tag-button i {
  font-size: 10px;
}

.price-input-dollar-padding {
  padding-left: 1.75rem;
}

.dark-mode-upload-modal .modal-content {
  background-color: #171717 !important;
}

.upload-content-button-color {
  color: white !important;
}

.hidden-input {
  display: none;
}

.white-icon {
  color: #ffffff;
}

.file-placeholder-icon {
  font-size: 20px;
  color: #666;
}

.file-placeholder-icon-white {
  font-size: 18px;
  color: white;
}

.plus-icon-light {
  color: #e5e5e5;
}

.content-type-title-margin {
  margin-bottom: 10px;
}

.bundle-tag-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  overflow-x: hidden;
}

.progress-bar-wrapper {
  width: 100%;
  background-color: #262626;
  border-radius: 9999px;
  height: 6px;
  margin-right: 12px;
  position: relative;
}

.progress-bar-inner {
  background-color: #f534bf;
  height: 6px;
  border-radius: 9999px;
  transition: all 0.3s ease-out;
  width: var(--progress-width, 0%);
  min-width: 0;
}

.progress-bar-inner[style*="--progress-width"]:not([style*="--progress-width: 0%"]) {
  min-width: 2px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
 
  
  .content-type-section {
    padding: 12px;
    margin-bottom: 20px;
  }
  
  .content-type-buttons {
    flex-direction: row;
    gap: 8px;
  }
  
  .content-type-button {
    padding: 10px;
    flex: 1 1;
  }
  
  .upload-options-section {
    padding: 0 12px;
    margin-bottom: 20px;
  }
  
  .upload-options-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  
  .upload-option-button,
  .upload-option-full {
    padding: 16px;
    min-height: 80px;
  }

  
  .upload-option-label {
    font-size: 13px;
  }
  
  .upload-option-description {
    font-size: 11px;
  }

  

  


  
  .selected-files-section {
    padding: 0 12px;
    margin-bottom: 20px;
  }
  

  
  .file-preview-item {
    min-height: 90px;
    aspect-ratio: 1;
  }
  
  .file-preview-type-badge {
    font-size: 9px;
    padding: 2px 4px;
  }
  
  .file-preview-remove {
    width: 24px;
    height: 24px;
    top: 4px;
    right: 4px;
  }
  
  .file-preview-remove i {
    font-size: 12px;
  }
  
  .add-more-button {
    min-height: 90px;
    aspect-ratio: 1;
  }
  
  .add-more-button i {
    font-size: 18px;
  }
  
  .add-captions-section {
    padding: 0 12px;
    margin-bottom: 20px;
  }
  
  .caption-item {
    padding: 12px;
  }
  
  .caption-item-content {
    gap: 8px;
  }
  
  .caption-item-thumbnail {
    width: 40px;
    height: 40px;
  }
  
  .caption-item-name {
    font-size: 11px;
  }
  
  .caption-item-type-badge {
    font-size: 9px;
    padding: 2px 4px;
  }
 
  

  
  .caption-add-tag-button {
    width: 24px;
    height: 24px;
  }
  
  .caption-add-tag-button i {
    font-size: 10px;
  }
  
  .bottom-action-bar {
    padding: 12px;
  }
  
  .action-button {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .progress-bar-container {
    height: 4px;
  }
  
  .progress-bar-fill {
    height: 4px;
  }
  
  .progress-percentage {
    font-size: 11px;
  }
  
  .camera-close-button {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  }
  
}

@media (max-width: 480px) {

  
  .content-type-section {
    padding: 8px;
  }
  
  .content-type-button {
    padding: 8px;
  }
  
  .upload-options-section {
    padding: 0 8px;
  }
  
  
  .selected-files-section {
    padding: 0 8px;
  }
  

  
  .file-preview-item {
    min-height: 80px;
  }
  
  .add-more-button {
    min-height: 80px;
  }
  
  .add-more-button i {
    font-size: 16px;
  }
  
  .add-captions-section {
    padding: 0 8px;
  }
  
  .caption-item {
    padding: 10px;
  }
  
  .bottom-action-bar {
    padding: 8px;
  }
}

/* Header Spacer */
.header-spacer {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Badge Styles */
.badge-pink {
  background-color: #f534bf;
  background-color: rgba(245, 52, 191, 0.5);
}

.badge-green {
  background-color: #49de80;
}

/* Bundle Label */
.bundle-label {
  color: #737373;
  font-size: 14px;
  margin-bottom: 16px;
}

/* Progress Percentage Text */
.progress-percentage {
  color: white;
  font-size: 12px;
  white-space: nowrap;
}

/* Upload Button Loading State */
.upload-button-loading {
  flex: 1 1;
  background-color: #525252;
  color: #d4d4d4;
  padding: 12px 16px;
  border-radius: 12px;
  text-align: center;
  cursor: not-allowed;
}

/* Progress Container */
.progress-container {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* Tag Popup Modal Styles */
.tag-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 10000;
}

.tag-popup-container {
  background-color: #171717;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 384px;
  margin: 0 16px;
  overflow: hidden;
}

.tag-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.5);
}

.tag-popup-title {
  font-size: 18px;
  font-weight: 600 !important;
  color: white;
  letter-spacing: -0.025em;
  margin: 0;
}

.tag-popup-close {
  position: absolute;
  right: 16px;
  padding: 6px;
  background: none;
  border: none;
  color: #a3a3a3;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.tag-popup-close:hover {
  background-color: rgba(38, 38, 38, 0.5);
  color: white;
}

.tag-popup-search {
  padding: 16px;
  padding-bottom: 12px;
}

.tag-popup-search-container {
  position: relative;
}

.tag-popup-search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #737373;
  pointer-events: none;
}

.tag-popup-search-input {
  width: 100%;
  padding-left: 40px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid rgba(55, 65, 81, 0.5);
  background-color: rgba(38, 38, 38, 0.3);
  color: white;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.2s;
}

.tag-popup-search-input:focus {
  outline: none;
  border-color: rgba(245, 52, 191, 0.5);
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.5);
}

.tag-popup-search-input::placeholder {
  color: #737373;
}

.tag-popup-selected {
  padding: 0 16px 12px 16px;
}

.tag-popup-selected-container {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
  flex-wrap: wrap;
}

button.tag-popup-selected-remove svg {
  font-size: 12px;
  height: 12px;
}

.tag-popup-selected-user {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(245, 52, 191, 0.2) 0%, rgba(147, 51, 234, 0.2) 100%);
  border: 1px solid rgba(245, 52, 191, 0.3);
  border-radius: 12px;
  padding: 6px 12px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.tag-popup-selected-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.tag-popup-selected-username {
  font-size: 12px;
  font-weight: 500;
  color: white;
}

.tag-popup-selected-remove {
  background: none;
  border: none;
  color: #a3a3a3;
  cursor: pointer;
  margin-left: 4px;
  transition: color 0.2s;
}

.tag-popup-selected-remove:hover {
  color: #f87171;
}

.tag-popup-user-list {
  max-height: 192px;
  overflow-y: auto;
}

.tag-popup-user-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(38, 38, 38, 0.3);
}

.tag-popup-user-item:hover {
  background-color: rgba(38, 38, 38, 0.4);
}

.tag-popup-user-item:last-child {
  border-bottom: none;
}

.tag-popup-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.tag-popup-user-info {
  flex: 1 1;
  text-align: left;
}

.tag-popup-user-username {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

.tag-popup-user-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #4b5563;
  border-radius: 4px;
  transition: border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-popup-user-checkbox:hover {
  border-color: #f534bf;
}

.tag-popup-user-checkbox.checked {
  background-color: #f534bf;
  border-color: #f534bf;
  color: white;
}

.tag-popup-search-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #737373;
}

.tag-popup-no-results {
  padding: 20px;
  text-align: center;
  color: #737373;
  font-size: 14px;
}

.tag-popup-footer {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid rgba(38, 38, 38, 0.5);
  background-color: rgba(23, 23, 23, 0.3);
}

.tag-popup-cancel {
  flex: 1 1;
  padding: 10px 16px;
  border: 1px solid rgba(55, 65, 81, 0.5);
  border-radius: 12px;
  color: #d1d5db;
  font-weight: 500;
  background: none;
  cursor: pointer;
  transition: all 0.2s;
}

.tag-popup-cancel:hover {
  background-color: rgba(38, 38, 38, 0.4);
  border-color: #4b5563;
}

.tag-popup-confirm {
  flex: 1 1;
  padding: 10px 16px;
  background-color: #f534bf;
  color: white;
  font-weight: 500;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.tag-popup-confirm:hover {
  background-color: rgba(245, 52, 191, 0.9);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}


.discover-loading-screen {
  min-height: 100vh;
  background-color: var(--bg-primary);
  position: relative;
  overflow: hidden;
  max-width: 479px !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: 479px;
  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: 479px;
  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;
}

/* Media query for 320px screens */
@media (max-width: 320px) {
  .discover-loading-nav-tabs {
    padding: 0.75rem 1rem;
    gap: 0.25rem;
  }
  
  .discover-loading-nav-tab {
    width: 100px;
    height: 28px;
  }
}

/* Featured Creator Card Styles */

.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 {
  -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 {
  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;
  width: 60px;
  height: 60px !important;
}

.creator-details {
  flex-grow: 1;
  min-width: 0;
}

.creator-username {
  font-size: 14px;
  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);
  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;
}

/* Remove hover effects from featured card */
.featured-card,
.featured-card:hover {
  transform: none !important;
  box-shadow: var(--shadow) !important;
}

/* .view-btn:hover {
  background: transparent;
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.7);
  box-shadow: none;
  transform: none;
} */

/* Responsive Design */
@media (max-width: 768px) {
  .featured-col {
    flex: 0 0 18rem;
    max-width: 18rem;
  }
}

@media (max-width: 480px) {
  .featured-col {
    flex: 0 0 16rem;
    max-width: 16rem;
    min-width: 21rem;
  }
}


/* Button Styles - Matching Trending Section */

/* Primary Follow Button Styles */
.follow-ppv-btn {
  background: #f534bf;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.follow-ppv-btn:hover {
  background: #f76fd1;
  transform: scale(1.02);
}

/* View Profile Button Styles */
.view-profile-ppv-btn {
  background: transparent;
  color: #f534bf;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #f534bf;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.view-profile-ppv-btn:hover {
  background: rgba(245, 52, 191, 0.1);
  transform: scale(1.02);
}

.view-profile-ppv-btn:active {
  background: #f534bf;
  color: white;
}

/* Light mode styles for buttons */
.light-mode .follow-ppv-btn {
  background: #f534bf;
  color: white;
}

.light-mode .follow-ppv-btn:hover {
  background: #f76fd1;
}

.light-mode .view-profile-ppv-btn {
  background: transparent;
  color: #f534bf;
  border: 1px solid #f534bf;
}

.light-mode .view-profile-ppv-btn:hover {
  background: rgba(245, 52, 191, 0.1);
}

.light-mode .view-profile-ppv-btn:active {
  background: #f534bf;
  color: white;
}


/* Creator Card Styles */

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

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

.creator-card .follow-btn:hover {
  box-shadow: none;
  transform: none;
}

.modern-creator-card .follow-btn.following,
.creator-card .follow-btn.following {
  background: #737373 !important;
}

/* Light mode styles for follow button */
.light-mode .creator-card .follow-btn {
  background: #f534bf !important;
  color: #ffffff !important;
  border: none !important;
}

.light-mode .creator-card .follow-btn:hover {
  background: #e91e63 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.light-mode .creator-card .follow-btn.following {
  background: #f534bf !important;
  color: #ffffff !important;
}

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

.creator-card .view-profile-btn:hover {
  background: #f534bf;
  color: #ffffff;
  border-color: #f534bf;
  transform: scale(1.05);
}

/* Light mode styles for view profile button */
.light-mode .creator-card .view-profile-btn {
  background: transparent !important;
  border: 1px solid #f534bf !important;
  color: #f534bf !important;
}

.light-mode .creator-card .view-profile-btn:hover {
  background: #f534bf !important;
  color: #ffffff !important;
  border-color: #f534bf !important;
  transform: scale(1.05) !important;
}

/* Responsive Design */
@media (max-width: 480px) {
  .creator-card .follow-btn {
    font-size: 0.77rem;
  }
  
  .creator-card .view-profile-btn {
    font-size: 0.77rem;
  }
  
  
  .creator-card-avatar {
    height: 6rem;
  }
}


/* Disable card hover transforms and shadows */
.creator-card:hover {
  box-shadow: none;
  transform: none;
}

/* Remove hover effects on card action buttons */
.creator-card .follow-btn:hover {
  box-shadow: none;
  transform: none;
}

.creator-card .view-profile-btn:hover {
  background: transparent;
  color: #f534bf;
  border-color: rgba(245, 52, 191, 0.7);
  box-shadow: none;
  transform: none;
}

/* Ensure no card movement on hover */
.creator-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Remove any remaining hover transforms */
.creator-card:hover * {
  transform: none !important;
}

/* .cm_outline_primary.following {
  color: #6b7280 !important;
  border-color: #6b7280 !important;
  background: transparent !important;
}

.cm_outline_primary.following:hover {
  background: #6b7280 !important;
  color: white !important;
  border-color: #6b7280 !important;
} */
/* Trending Profile Card Styles */

.trending-profile-col {
  flex: 0 0 9rem; /* w-36 equivalent */
  max-width: 9rem;
  min-width: 9rem;
  display: flex;
}

.trending-profile-card {
  background: #1a1a1a;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem;
  text-align: center;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
}


.trending-profile-image-container {
  position: relative;
  width: 100%;
  height: 8rem; /* h-32 equivalent */
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.trending-profile-avatar {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.trending-rank-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(245, 52, 191, 0.9);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.trending-profile-username {
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trending-profile-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.trending-fire-icon {
  color: #ff6b35;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}

.trending-profile-status {
  color: #a3a3a3;
  font-size: 0.75rem;
  font-weight: 400;
}

.trending-profile-price {
  margin-bottom: 0.5rem;
}

.trending-profile-price span {
  color: #a3a3a3;
  font-size: 0.75rem;
  font-weight: 400;
}

.trending-profile-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

.trending-follow-btn {
  width: 100%;
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.trending-follow-btn:hover {
  background: #d92a9f;
  transform: scale(1.02);
}

.trending-view-profile-btn {
  width: 100%;
  background: transparent;
  color: #f534bf;
  border: 1px solid #f534bf;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.trending-view-profile-btn:hover {
  background: #f534bf;
  color: #ffffff;
  transform: scale(1.02);
}

/* Light Mode Styles */
.light-mode .trending-profile-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.light-mode .trending-profile-username {
  color: #1f2937;
}

.light-mode .trending-profile-status {
  color: #6b7280;
}

.light-mode .trending-profile-price span {
  color: #6b7280;
}

/* Responsive Design */
@media (max-width: 480px) {
 

  .trending-profile-card {
    padding: 0.5rem;
  }

  .trending-profile-image-container {
    height: 6rem;
  }

  .trending-follow-btn,
  .trending-view-profile-btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}


/* Recommended Profile Card Styles */

.recommended-card {
  background: #1f2937;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #404040;
  transition: all 0.3s ease;
  min-height: 110px;
  justify-content: center;
  margin-bottom: 0 !important;
}

.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 {
  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;
  flex-shrink: 0;
}

/* Light Mode Styles for Recommended Card */
.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;
}

/* Remove hover effects from cards */
.recommended-card {
  transition: none;
}

.recommended-card:hover {
  transform: none;
}

/* Ensure no card movement on hover */
.recommended-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Remove any remaining hover transforms */
.recommended-card:hover * {
  transform: none !important;
}

/* Set avatar to have 30px rounded corners */
.recommended-avatar {
  border-radius: 30px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  
  
  .recommended-actions {
    flex-direction: column !important;
    width: 8rem;
    flex-direction: row;
  }
  
  .recommended-actions .follow-btn,
  .recommended-actions .view-profile-btn {
    flex: 1 1;
  }
}

@media (max-width: 480px) {
  .recommended-content {
    gap: 0.75rem;
  }
  
  .recommended-actions {
    flex-direction: column !important;
    flex-direction: row;
    width: 102px;
  }
  
  .recommended-actions .follow-btn,
  .recommended-actions .view-profile-btn {
    flex: 1 1;
  }
}


/* Modern Creator Profile Styles */
.modern-creator-profile {
  background-color: #171717;
  color: #f5f5f5;
  font-family: 'Inter', sans-serif;
  width: 100%;
  margin: 0 auto;
  padding-top: 0 !important;
}

.profile-page-creator {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 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;
  display: block;
  /* Prevent layout shift during image load */
  min-height: 16rem;
  background-color: #404040;
  transition: opacity 0.3s ease-in-out;
}

.header-image[src] {
  opacity: 1;
}

.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-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;
  /* Reserve space to prevent layout shift */
  min-height: 200px;
  transition: all 0.3s ease-in-out;
}

.profile-details-container {
  padding-top: 0.75rem;
}

.profile-top-section {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: -48px;
}

.profile-avatar-section {
  position: relative;
}

.profile-avatar {
  width: 7rem;
  height: 7rem;
  min-width: 7rem;
  min-height: 7rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  /* Prevent layout shift during image load */
  background-color: #404040;
  transition: opacity 0.3s ease-in-out;
}

.profile-avatar[src] {
  opacity: 1;
}

.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: 8px;
}

.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-weight: 500;
  color: #a3a3a3;
}

.edit-profile-btn {
  padding: 8px 20px;
  background-color: rgba(23, 23, 23, 0.8);
  border: 1px solid #525252;
  border-radius: 9999px;
  font-size: 14px;
  color: rgb(245, 245, 245);
  font-weight: 600 !important;
  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;
  cursor: pointer;
}

.creator-username {
  font-size: 14px !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: rgb(163, 163, 163) !important;
  font-weight: 500 !important;
  font-size: 16px;
  margin: 0;
}

/* Bio Section */
.bio-section {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.bio-text {
  color: #e5e5e5;
  line-height: 1.6;
  margin: 0;
  white-space: pre-wrap; /* preserve newlines, allow wrapping */
  word-break: break-word; /* break long tokens */
  overflow-wrap: anywhere; /* extra safety for extremely long strings */
}

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

.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;
  cursor: pointer;
}

.tips-label {
  font-size: 14px;
  color: rgb(115, 115, 115);
  margin-right: 8px;
  font-weight: 500;
}

.cta-section .tips-icon {
  color: rgb(73, 222, 128);
  display: flex;
  width: 32px;
  align-items: center;
  justify-content: center;
}

.cta-section .tips-amount {
  margin-left: 4px;
  color: rgb(73, 222, 128);
  display: flex;
  font-size: 14px;
  font-weight: 500;
}

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

.profile-page-creator .content-tabs-section .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0 !important;
}

/* Ensure ModernPost components are not affected by tab-content styles */
.profile-page-creator .creator-feed-section .tab-content {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  gap: unset !important;
  margin-bottom: unset !important;
}

.profile-page-creator .creator-feed-section .tab-content > div {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  gap: unset !important;
  margin-bottom: unset !important;
}

.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;
  /* Reserve space to prevent layout shift when count appears */
  min-width: 24px;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.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;
  padding-bottom: 2rem;
  /* Reserve minimum space to prevent layout shift */
  min-height: 300px;
  transition: all 0.3s ease-in-out;
}

.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-grid {
  display: block;
}

.loading-more {
  text-align: center;
}

.loading-more-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Image Protection */
.image-protected {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

/* 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;
  }
}

.trending-badge {
  padding: 4px 12px;
  border: 1px solid rgb(249, 115, 22);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(249, 115, 22);
  display: flex;
  gap: 4px;
  align-items: center;
}

/* Smooth transitions to prevent layout jumps */
.profile-main-content {
  transition: all 0.3s ease-in-out;
  will-change: contents;
}

/* Prevent layout shift on image load */
.header-image,
.profile-avatar,
.dm-avatar {
  transition: opacity 0.3s ease-in-out;
}

/* Ensure content doesn't shift when data loads */
.username-section,
.creator-stats,
.bio-section {
  min-height: -webkit-fit-content;
  min-height: fit-content;
  transition: all 0.2s ease-in-out;
}

/* 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: #737373;
    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;
    }
  }
  
/* This file imports the existing styles from the parent component */
/* If needed, you can add component-specific styles here */

/* Note: The styles are currently in profilePageCreator.css and profilePageUpdateCss.css */
/* Consider moving relevant styles here for better component encapsulation */

/* Button Container - Inline Layout */
.button-msg {
  display: flex;
  align-items: self-start;
  flex-direction: row;
  gap: 12px;
  position: relative;
}

/* Message Button Styling - Match Follow/Subscribe Buttons */
.jh-modern-profile-message-btn {
  background-color: transparent;
  border: 1px solid #737373;
  border-radius: 9999px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.jh-modern-profile-message-btn:hover {
  border-color: #f534bf;
  color: #f534bf;
  transform: scale(1.02);
}

.jh-modern-profile-message-btn i {
  font-size: 14px;
}

/* Light mode for message button */
.light-mode .jh-modern-profile-message-btn {
  background-color: transparent !important;
  border-color: #e5e7eb !important;
  color: #374151 !important;
}

.light-mode .jh-modern-profile-message-btn:hover {
  border-color: #f534bf !important;
  color: #f534bf !important;
}

.jh-modern-profile-following-btn {
  padding: 8px 20px;
  background-color: #f534bf;
  border: 1px solid #f534bf;
  border-radius: 9999px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  outline: none;
  min-height: 36px;
}

.profile-actions-section .subscribe-btn,
.jh-modern-profile-follow-btn {
  padding: 8px 20px;
  background-color: rgba(23, 23, 23, 0.8);
  border: 1px solid rgb(64, 64, 64);
  border-radius: 9999px;
  font-size: 14px;
  color: rgb(245, 245, 245);
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500 !important;
  outline: none;
  min-height: 36px;
}

.profile-actions-section .subscribe-btn:hover,
.jh-modern-profile-follow-btn:hover {
  background-color: #f534bf;
  color: #ffffff;
  transform: scale(1.02);
  border: 1px solid rgb(64, 64, 64) !important;
}

.cm_subscribed_btn,
.jh-modern-profile-following-btn {
  background-color: transparent;
  color: #f534bf;
  border: 1px solid #f534bf;
  text-transform: capitalize;
}

.cm_subscribed_btn:hover,
.jh-modern-profile-following-btn:hover {
  background-color: #f534bf;
  color: #ffffff;
  transform: scale(1.02);
}

.cm_subscribed_btn:hover {
  border-color: #f534bf;
}

.jh-modern-profile-subscribe-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.light-mode .jh-modern-profile-following-btn {
  background-color: #10b981 !important;
  color: #ffffff !important;
  border-color: #10b981 !important;
}

.light-mode .jh-modern-profile-following-btn:hover {
  background-color: #059669 !important;
  border-color: #059669 !important;
}

/* Promotion Badge Styling */
.profile-type-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}

.profile-type-text {
  color: #f534bf;
  background: rgb(74, 29, 61);
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

/* Loading Skeleton Styles */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.skeleton-banner {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(
    90deg,
    #1a1a1a 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
  border-radius: 0;
}

.skeleton-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    #1a1a1a 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
  border: 4px solid #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.skeleton-username {
  width: 200px;
  height: 32px;
  background: linear-gradient(
    90deg,
    #1a1a1a 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
  border-radius: 8px;
  margin-bottom: 8px;
}

.skeleton-free-content {
  width: 150px;
  height: 18px;
  background: linear-gradient(
    90deg,
    #1a1a1a 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
  border-radius: 6px;
}

.skeleton-stat {
  width: 100px;
  height: 24px;
  background: linear-gradient(
    90deg,
    #1a1a1a 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
  border-radius: 8px;
  margin-right: 16px;
}

.skeleton-bio-line {
  width: 100%;
  height: 16px;
  background: linear-gradient(
    90deg,
    #1a1a1a 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
  border-radius: 6px;
  margin-bottom: 8px;
}

.skeleton-bio-line.short {
  width: 60%;
}

.skeleton-tips-display {
  width: 100%;
  height: 80px;
  background: linear-gradient(
    90deg,
    #1a1a1a 0%,
    #2a2a2a 50%,
    #1a1a1a 100%
  );
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
  border-radius: 12px;
}

/* Responsive Skeleton Styles */
@media (max-width: 768px) {
  .skeleton-avatar {
    width: 100px;
    height: 100px;
  }

  .skeleton-username {
    width: 160px;
    height: 28px;
  }

  .skeleton-free-content {
    width: 120px;
    height: 16px;
  }

  .skeleton-stat {
    width: 80px;
    height: 20px;
    margin-right: 12px;
  }
}

/* Unified Edit Profile Modal Styles */
.unified-edit-profile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 999;
}

.unified-edit-profile-modal {
  background: rgba(38, 38, 38, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 352px;
  width: 100%;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.unified-edit-profile-content {
  padding: 12px;
  flex: 1 1;
  background: #171717;
  overflow-y: auto;
}

.unified-edit-profile-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

.unified-edit-profile-sections {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.unified-edit-section {
  background-color: rgba(38, 38, 38, 0.5);
  border-radius: 8px;
  padding: 16px;
}

.unified-edit-section-description {
  color: rgb(115, 115, 115) !important;
  font-size: 12px !important;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.unified-edit-section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.unified-edit-section-icon {
  color: #f534bf;
  font-size: 1.125rem;
}

.unified-edit-section-icon.amazon-icon {
  color: #FF9900;
}

.unified-edit-section-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem !important;
}

/* Subscription Price Section */
.unified-edit-price-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #404040;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.unified-edit-price-prefix {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  padding-left: 0.75rem;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.unified-edit-price-input {
  background-color: transparent;
  flex: 1 1;
  color: #ffffff !important;
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  outline: none;
}

.unified-edit-price-input-wrapper:focus-within {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
}

.unified-edit-price-input-wrapper:has(.unified-edit-price-input.error) {
  outline: 2px solid #ef4444 !important;
  outline-offset: 2px;
}

.unified-edit-price-error {
  margin-top: 0.5rem;
}

.unified-edit-error-text {
  color: #ef4444 !important;
  font-size: 0.75rem !important;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.unified-edit-error-text::before {
  content: "⚠";
  font-size: 0.875rem;
}

.unified-edit-price-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.unified-edit-price-text {
  color: #49de80 !important;
  font-size: 12px !important;
}

.unified-edit-price-note {
  color: #737373 !important;
  font-size: 12px !important;
}

.unified-edit-price-warning {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background-color: rgba(245, 52, 191, 0.1);
  border-radius: 8px;
  margin-bottom: 12px;
}

.unified-edit-campaign-slots {
  display: inline-block;
  padding: 2px 6px;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  color: #fff !important;
  font-size: 10px;
  font-weight: 500;
}

.unified-edit-campaign-header {
  color: rgb(245, 52, 191);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 12px;
    font-weight: 500;
}

.unified-edit-price-warning i {
  color: #f59e0b;
  font-size: 1rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.unified-edit-price-warning p {
  color: #f534bf;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  font-weight: 500 !important;
  display: flex;
  margin-bottom: 4px;
}

.unified-edit-price-input:disabled {
  background-color: rgba(64, 64, 64, 0.5);
  cursor: not-allowed;
  opacity: 0.6;
}

/* Promotion Campaign Section */
.unified-edit-campaign-description {
  color: #737373 !important;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.unified-edit-campaign-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.unified-edit-form-group:last-child {
  margin-bottom: 0;
}

.unified-edit-label {
  display: block;
  color: #d4d4d8 !important;
  font-size: 0.92rem !important;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* Button Groups */
.unified-edit-button-group {
  display: flex;
  gap: 0.5rem;
}

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

.unified-edit-option-button.active:hover,
.unified-edit-option-button.active {
  background-color: #f534bf;
}

.unified-edit-option-button:hover {
  background-color: #525252;
}



/* Row Layout */
.unified-edit-row {
  display: flex;
  gap: 0.75rem;
}

.unified-edit-row .unified-edit-form-group {
  flex: 1 1;
}

/* Select Inputs */
.unified-edit-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27%23aaa%27 height=%2712%27 viewBox=%270 0 20 20%27 width=%2712%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 7l3 3 3-3z%27/></svg>");
  background-repeat: no-repeat;
  background-position: right 5px;
  background-size: 30px;
  width: 100%;
  background-color: #404040;
  color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
}

.unified-edit-select:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

/* Toggle Switch */
.unified-edit-toggle-group {
  margin-bottom: 1rem;
}

.unified-edit-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.unified-edit-toggle-label {
  color: #d4d4d8;
  font-size: 0.875rem;
}

.unified-edit-toggle {
  position: relative;
  display: inline-block;
  width: 2.75rem;
  height: 1.5rem;
}

.unified-edit-toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

.unified-edit-toggle-input:checked + .unified-edit-toggle-slider {
  background-color: #f534bf;
}

.unified-edit-toggle-input:checked + .unified-edit-toggle-slider:before {
  transform: translateX(1.25rem);
}

.unified-edit-toggle-input:disabled + .unified-edit-toggle-slider {
  background-color: #404040;
  cursor: not-allowed;
  opacity: 0.5;
}

.unified-edit-toggle-input:disabled:checked + .unified-edit-toggle-slider {
  background-color: rgba(245, 52, 191, 0.5);
}

.unified-edit-toggle-text {
  color: #737373;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

/* Subscriber Type Buttons */
.unified-edit-subscriber-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

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

.unified-edit-subscriber-button.active {
  background-color: #f534bf;
  color: #ffffff;
}

.unified-edit-subscriber-button:hover {
  background-color: #525252;
}

.unified-edit-subscriber-button.active:hover {
  background-color: #f534bf;
}

/* Campaign Button */
.unified-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;
}

.unified-edit-campaign-button.active-button {
  background-color: #f534bf;
  cursor: pointer;
  opacity: 1;
  transition: background-color 0.2s ease;
}

.unified-edit-campaign-button.active-button:hover {
  background-color: rgba(245, 52, 191, 0.9);
}

.unified-edit-campaign-button.active-button:disabled {
  background-color: rgba(245, 52, 191, 0.6);
  cursor: not-allowed;
  opacity: 0.6;
}

.unified-edit-campaign-button.cancel-button {
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
  transition: background-color 0.2s ease;
  border: 1px solid rgb(239, 68, 68);
  color: rgb(239, 68, 68);
}

.unified-edit-campaign-button.cancel-button:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.unified-edit-campaign-button.cancel-button:disabled {
  background-color: #991b1b;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Voice & Video Call Options */
.unified-edit-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.unified-edit-option {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.unified-edit-radio {
  accent-color: #2f9bb5;
}

.unified-edit-option-label {
  color: #d4d4d8;
  font-size: 0.875rem;
  width: 6rem;
}

.unified-edit-call-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #404040;
  border-radius: 0.25rem;
  width: 6rem;
  height: 2.25rem;
  overflow: hidden;
}

.unified-edit-call-prefix {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.5rem;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.unified-edit-call-input {
  flex: 1 1;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  font-size: 0.875rem;
  height: 100%;
  border: none;
  outline: none;
}

.unified-edit-call-input-wrapper:focus-within {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
}

.unified-edit-call-duration {
  background-color: #404040;
  color: #ffffff !important;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  width: 6rem;
  height: 2.25rem;
  border: none;
}

.unified-edit-call-duration:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.unified-edit-call-duration::placeholder {
  color: #737373;
}

/* Warning Banner */
.unified-edit-warning-banner {
  background-color: rgba(120, 53, 15, 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;
}

.unified-edit-warning-icon {
  color: #fbbf24;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.unified-edit-warning-text {
  color: rgb(253, 230, 138);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500 !important;
}

/* Textarea Container */
.unified-edit-textarea-container {
  position: relative;
}

.unified-edit-textarea {
  width: 100%;
  background-color: #404040 !important;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  resize: none;
  border: none;
  font-family: inherit;
}

.unified-edit-textarea:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.unified-edit-textarea::placeholder {
  color: #737373 !important;
}

.unified-edit-char-count {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  color: #9ca3af;
  font-size: 0.75rem;
}

/* URL Input */
.unified-edit-url-input {
  width: 100%;
  background-color: #404040;
  color: #737373;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  border: none;
}

.unified-edit-url-input:focus {
  outline: 2px solid #f534bf !important;
  outline-offset: 2px;
  border-color: #f534bf !important;
}

.unified-edit-url-input::placeholder {
  color: #737373;
}

/* Action Buttons */
.unified-edit-profile-actions {
    display: flex;
    gap: 0.75rem;
    padding: 24px;
    border-top: 1px solid rgba(64, 64, 64, 0.5);
    background-color: rgba(23, 23, 23, 0.95);
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 12px;
}

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

.unified-edit-cancel-btn:hover {
  border-color: #737373;
  color: #ffffff;
}

.unified-edit-cancel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

.unified-edit-save-btn:hover {
  background-color: rgba(245, 52, 191, 0.9);
}

.unified-edit-save-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


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


@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: 450px;
    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;
}

/* Ensure buttons used for subscribe actions have consistent base styling */
.subscribe-btn {
  text-transform: unset;
  position: relative;
}

/* Full-width variant for subscribe button when needed */
.subscribe-btn-fullwidth {
  width: 100%;
}

/* Utility for making overlay images fill their container */
.subscribe-btn-image-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Spinner spacing in subscribe modal buttons */
.subscribe-modal-spinner {
  margin-right: 8px;
}

@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;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


.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: 352px;
  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: 16px 24px;
}

.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;
  object-fit: cover;
  object-position: center;
}

.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%;
  object-fit: cover;
}

.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 svg {
  height: 12px;
}

.subscribe-modal-benefit-title {
  color: white;
  font-size: 0.875rem;
  font-weight: 500 !important;
  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 !important;
  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;
  gap: 10px;
  color: #737373 !important;
}

/* 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 */
.ccbill-modal-root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11500 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modal Container */
.ccbill-modal-container {
  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: #1c1c1e !important;
  flex: 1 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  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: rgb(30, 30, 30); /* 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 {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subscription-creator-details p:first-child {
  color: white;
  font-weight: 600 !important;
  font-size: 16px; /* text-base */
  margin: 0;
  text-align: left;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subscription-creator-details p:last-child {
  color: #a3a3a3; /* text-neutral-400 */
  font-size: 14px; /* text-sm */
  font-weight: 600 !important;
  margin: 0;
  text-align: left;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Light mode subscription creator details */
.light-mode .subscription-creator-details p:first-child {
  color: #111827;
  font-weight: 600 !important;
  text-align: left;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.light-mode .subscription-creator-details p:last-child {
  color: #6b7280;
  font-weight: 600 !important;
  text-align: left;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subscription-price {
  display: flex;
  align-items: center;
  gap: 12px; /* space-x-3 */
}

.subscription-price p {
  color: white;
  font-weight: 600 !important;
  font-size: 16px; /* text-base */
  margin: 0;
}

/* Light mode subscription price */
.light-mode .subscription-price p {
  color: #111827;
  font-weight: 600 !important;
}

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

/* .subscription-toggle-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
} */

.subscription-toggle-btn i {
  color: #6b7280; /* text-neutral-500 - gray color */
  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; /* Keep same gray color for consistency */
}

.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: 600 !important;
  margin: 0;
  text-align: left;
}

.subscription-benefit-text p:last-child {
  color: #a3a3a3; /* text-neutral-400 */
  font-size: 12px; /* text-xs */
  font-weight: 600 !important;
  margin: 0;
}

/* Light mode subscription benefit text */
.light-mode .subscription-benefit-text p:first-child {
  color: #111827;
  font-weight: 600 !important;
}

.light-mode .subscription-benefit-text p:last-child {
  color: #6b7280;
  font-weight: 600 !important;
}

/* Payment Info Message */
.payment-info-text {
  font-size: 14px; /* text-xs */
  font-weight: 600 !important;
  margin-bottom: 16px; /* mb-4 */
  text-align: center;
  color: #737373;
}

/* Light mode payment info text */
.light-mode .payment-info-text {
  color: #6b7280;
  font-weight: 600 !important;
}

/* 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: 600 !important;
  font-size: 20px; /* text-xl */
  margin: 0;
  text-align: left;
  margin-bottom: 15px;
}

/* Light mode form section headers */
.light-mode .form-section h3 {
  color: #111827;
  font-weight: 600 !important;
}

/* Form Fields */
.form-field {
  display: flex;
  flex-direction: column;
}

.form-label {
  color: #d4d4d8; /* text-neutral-300 */
  font-size: 14px; /* text-sm */
  font-weight: 600 !important;
  margin-bottom: 8px; /* mb-2 */
  display: block;
  text-align: left;
}

/* Light mode form labels */
.light-mode .form-label {
  color: #374151;
  font-weight: 600 !important;
}

.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 */
  font-weight: 600 !important;
  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 */
  font-weight: 600 !important;
  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 */
  font-weight: 600 !important;
  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);
  margin-bottom: 1rem;
}

.cm-back-button {
  width: 100%;
  background: #232121 !important;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid #3e3d3d;
  font-size: 16px;
  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 */
  margin-bottom: 2rem;
}

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

.payment-logo svg,
.payment-logo i {
  font-size: 20px; /* text-xl */
  color: #a3a3a3; /* text-neutral-400 */
  height: 20px;
}

/* 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: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: #737373;
  text-align: center;
}

.payment-footer i {
  margin-right: 6px; /* mr-1.5 */
}

/* Light mode payment footer */
.light-mode .payment-footer p {
  color: #6b7280;
  font-weight: 600 !important;
}

/* Back Button Container */
.ccbill-back-button-container {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  margin-top: 8px;
}

.ccbill-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #171717;
  border: 1px solid #404040;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600 !important;
  min-width: 100px;
}

.ccbill-back-btn:hover {
  background: #f534bf;
  color: #ffffff;
  transform: scale(1.02);
  border-color: #f534bf;
}

.ccbill-back-btn i {
  font-size: 12px;
}

/* 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;
}

.form-input {
  background: #2d2d2d !important;}
/* MediaGridDropdown Component Styles */

/* Creator Feed Menu Container */
.creator-feed-menu-container {
  position: absolute;
  right: 8px;
}

.creator-feed-menu-trigger {
  width: 40px;
  height: 40px;
  background: rgba(64, 64, 64, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 0;
}

.creator-feed-item  .creator-feed-menu-trigger {
  width: 24px;
  height: 24px;
  z-index: 99;
}
.icon-container {
  top: 8px;
}

.icon-container::before {
  top: 0;
}

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

.creator-feed-menu-trigger .fa-pen-to-square {
  font-size: 16px !important;
  height: 16px !important;
}

.creator-feed-menu-trigger:hover .fa-pen-to-square {
  transform: none !important;
}

.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-edit,
.creator-feed-menu-trigger .fa-pen-to-square,
.creator-feed-menu-trigger .fa-ellipsis-vertical {
  color: white !important;
  font-size: 12px;
  height: 12px;
  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-edit,
.creator-feed-menu-trigger:hover .fa-pen-to-square,
.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);
}

/* Dropdown Menu */
.creator-feed-dropdown {
  overflow: visible;
  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;
}


.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;
  border-radius: 8px;
}

.creator-feed-dropdown-item:hover {
  background: rgb(64 64 64 / 0.5);
}

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

/* MediaGridDropdown styles for Feed context */
.post-actions .creator-feed-menu-container {
  position: relative;
  overflow: visible;
  }
  
  .post-actions .creator-feed-dropdown {
    position: absolute;
    bottom: 50px;
    right: 0;
    top: auto;  
  }

/* Simple Modal Styles */
.jh-modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.jh-modal {
  width: 100%;
  max-width: 430px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  padding: 0 12px;
  background: #171717;
  overflow-y: auto;
}

.jh-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid #262626;
  margin-left: -12px;
  margin-right: -12px;
}

.jh-modal-header h4 {
  margin: 0;
  font-size: 16px;
}

.jh-modal-close {
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
}

.jh-modal-body {
  padding: 12px;
  flex: 1 1;
  background: #171717;
  overflow-y: auto;
}

.jh-modal-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #d4d4d4;
}

.jh-modal-input {
  width: 100%;
  padding: 10px 12px;
  background: #111;
  border: 1px solid #333;
  border-radius: 8px;
  color: #fff;
  outline: none;
}

.jh-modal-input:focus {
  border-color: #f334be;
  box-shadow: 0 0 0 3px rgba(243, 52, 190, 0.2);
}

.jh-modal-error {
  margin-top: 8px;
  color: #f87171;
  font-size: 12px;
}

.jh-modal-footer {
  justify-content: flex-end;
  display: flex;
  gap: 0.75rem;
  padding: 24px;
  border-top: 1px solid rgba(64, 64, 64, 0.5);
  background-color: rgba(23, 23, 23, 0.95);
  margin-left: -12px;
  margin-right: -12px;
}

.jh-btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
}

.jh-btn-primary {
  background: linear-gradient(90deg, #f334be, #a855f7);
  color: #fff;
}

.jh-btn-secondary {
  background: #1a1a1a;
  color: #e5e5e5;
  border-color: #333;
}

.jh-modal-textarea {
  width: 100%;
  padding: 10px 12px;
  background-color: #404040 !important;
  border: 1px solid #333;
  border-radius: 8px;
  color: #fff !important;
  font-size: 14px;
  resize: vertical;
  outline: none;
  min-height: 80px;
  font-family: inherit;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.jh-modal-textarea:focus {
  border-color: #f334be;
  box-shadow: 0 0 0 3px rgba(243, 52, 190, 0.2);
}

.jh-modal-textarea::placeholder {
  color: #737373;
}
/* Report Modal Overlay */
.report-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 10000;
}

/* Report Modal Container */
.report-modal-container {
  background-color: #171717;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 352px;
  margin: 0 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}

/* Report Modal Header */
.report-modal-header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.5);
  justify-content: center;
}

.report-modal-title {
  font-size: 18px;
  font-weight: 600 !important;
  color: white;
  letter-spacing: -0.025em;
  margin: 0;
}

.report-modal-back {
  position: absolute;
  left: 16px;
  padding: 6px;
  background: none;
  border: none;
  color: #a3a3a3;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 18px;
}

.report-modal-back:hover {
  background-color: rgba(38, 38, 38, 0.5);
  color: white;
}

.report-modal-close {
  position: absolute;
  right: 16px;
  padding: 6px;
  background: none;
  border: none;
  color: #a3a3a3;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.report-modal-close:hover {
  background-color: rgba(38, 38, 38, 0.5);
  color: white;
}

/* Report Modal Body */
.report-modal-body {
  padding: 16px;
  overflow-y: auto;
  flex: 1 1;
  min-height: 300px;
}

.report-modal-description {
  margin-bottom: 16px;
}

.report-modal-description p {
  color: #d1d5db;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

/* Report Modal Search */
.report-modal-search {
  margin-bottom: 16px;
}

.report-modal-search-container {
  position: relative;
}

.report-modal-search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #737373;
  pointer-events: none;
}

.report-modal-search-input {
  width: 100%;
  padding-left: 40px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid rgba(55, 65, 81, 0.5);
  background-color: rgba(38, 38, 38, 0.3);
  color: white;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.2s;
  box-sizing: border-box;
}

.report-modal-search-input:focus {
  outline: none;
  border-color: rgba(245, 52, 191, 0.5);
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.1);
}

.report-modal-search-input::placeholder {
  color: #737373;
}

.report-modal-search-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.report-modal-search-input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Report Modal User List */
.report-modal-user-list {
  max-height: 400px;
  overflow-y: auto;
}

.report-modal-user-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  margin: 0 0 8px 0;
  border-radius: 12px;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(38, 38, 38, 0.3);
}

.report-modal-user-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.report-modal-user-item:hover {
  background-color: rgba(38, 38, 38, 0.4);
}

.report-modal-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  object-fit: cover;
  flex-shrink: 0;
}

.report-modal-user-info {
  flex: 1 1;
  text-align: left;
  min-width: 0;
}

.report-modal-user-username {
  color: white;
  font-weight: 500;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.report-modal-user-button {
  padding: 8px 16px;
  background-color: #dc3545;
  color: white;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}

.report-modal-user-button:hover {
  background-color: #c82333;
  transform: scale(1.02);
}

.report-modal-user-button:active {
  transform: scale(0.98);
}

.report-modal-user-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.report-modal-user-button:disabled:hover {
  background-color: #dc3545;
  transform: none;
}

.report-modal-user-button-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.report-modal-back:disabled,
.report-modal-close:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Loading Container */
.report-modal-loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 16px;
}

.report-modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 16px;
}

.report-modal-loading p {
  color: #d1d5db;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.report-modal-loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-modal-loading-text {
  color: #d1d5db;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

/* Skeleton Loaders */
.report-modal-skeleton-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.report-modal-skeleton-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background-color: rgba(38, 38, 38, 0.3);
  border-bottom: 1px solid rgba(38, 38, 38, 0.3);
}

.report-modal-skeleton-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgba(55, 65, 81, 0.4) 0%,
    rgba(75, 85, 99, 0.5) 50%,
    rgba(55, 65, 81, 0.4) 100%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

.report-modal-skeleton-info {
  flex: 1 1;
  min-width: 0;
}

.report-modal-skeleton-username {
  height: 16px;
  width: 120px;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    rgba(55, 65, 81, 0.4) 0%,
    rgba(75, 85, 99, 0.5) 50%,
    rgba(55, 65, 81, 0.4) 100%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
}

.report-modal-skeleton-button {
  width: 70px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(55, 65, 81, 0.4) 0%,
    rgba(75, 85, 99, 0.5) 50%,
    rgba(55, 65, 81, 0.4) 100%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* No Results */
.report-modal-no-results {
  padding: 20px;
  text-align: center;
  color: #737373;
  font-size: 14px;
}

.report-modal-no-results p {
  margin: 0;
}

/* Success Message */
.report-modal-success {
  padding: 40px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.report-modal-success-message {
  color: #d1d5db;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 400px;
}

/* Legacy styles for other report modals */
.report-why-modal .modal-body {
  padding: 20px 0;
}

.report-buttons {
  cursor: pointer;
}

.report-why-modal,
.delete-pic-modal,
.view-uploaded,
.edit-profile-picure-modal {
  justify-content: center;
}

.report-why-modal .modal-content,
.delete-pic-modal .modal-content,
.view-uploaded .modal-content,
.edit-profile-picure-modal .modal-content {
  width: 100%;
  align-self: center;
}

@media (min-width: 576px) {
  .modal-dialog.report-why-modal,
  .modal-dialog.report-why-modal.modal-dialog-centered {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .report-why-modal .follows .btn {
    margin-bottom: 0px;
  }
}

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

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

/* iOS Safari video fixes */
video {
  -webkit-playsinline: true;
  playsinline: true;
}

/* Prevent fullscreen on iOS Safari */
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* Custom fullscreen button for React Player */
.react-player__preview {
  -webkit-playsinline: true;
  playsinline: true;
}
/* Modern Post UI Component Styles */

.modern-post-ui {
  position: relative;
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  margin-bottom: 24px;
  margin-top: 10px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  z-index: 1;
}

/* Post Header */
.post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}

.post-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}

.user-avatar-section {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #363636;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.username {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-primary);
}

.tagged-users {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.tag-user {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 20px;
  background: rgba(64, 64, 64, 0.5);
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  color: rgb(96, 165, 250);
}


.post-timestamp {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
}

.timestamp-badge {
  font-size: 12px;
  color: var(--text-muted);
  background: var(--bg-secondary);
  padding: 4px 13px;
  border-radius: 16px;
}

/* Caption Section */
.post-caption {
  padding: 0 16px 8px 16px;
}

.caption-text {
  font-size: 14px;
  color: var(--text-primary);
  word-wrap: break-word;
  word-break: break-word;
}

.read-more-btn {
  color: var(--text-primary);
  cursor: pointer;
  margin-left: 5px;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.read-more-btn:hover {
  color: var(--accent-color);
}

/* Post Content */
.post-content {
  position: relative;
}

.post-media-container {
  aspect-ratio: 1;
  position: relative;
}

.post-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Type Badge */
.content-type-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  z-index: 20;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.video_time_badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #ffffff;
}

.video_time_badge i {
  font-size: 14px;
}

.content-type-badge.premium {
  background: #f633bf;
}

.content-type-badge.free {
  background: #30302f;
}

/* Price Badge - Top Right */
.price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  z-index: 20;
  color: #ffffff;
  background: #30302f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Lock Overlay */
.lock-overlay {
  position: absolute;
  inset: 0;
  background: #171717;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.lock-content {
  text-align: center;
  padding: 16px;
  background: var(--bg-primary);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  max-width: 320px;
  margin: 0 auto;
}



.lock-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unlock-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.content-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--text-primary);
}

.content-info svg {
  width: 12px;
  height: 12px;
}

.content-info .separator {
  font-size: 8px;
}

.action-button {
  background: var(--accent-color);
  border: none;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.action-button:hover {
  background: var(--accent-hover);
}

.follow-purchase-button {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 12px 32px !important;
  border: none !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-duration: 300ms !important;
}

.follow-purchase-button:hover {
  background-color: #e5e7eb !important;
}

/* Post Actions */
.post-actions {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.actions-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% + 50px);
}

.actions-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.like-section {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.like-icon {
  display: flex;
}

.like-section:hover {
  color: #f534bf;
}


.like-count {
  font-size: 1em;
  margin-left: 8px;
}

.tip-section {
  display: flex;
  align-items: center;
  gap: 1px;
}

.tip-button {
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.tip-button:hover {
  color: var(--accent-color);
}

.tip-button svg {
  width: 1.2em;
  height: 1.2em;
}

.tip-text {
  color: var(--text-primary);
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}

.tip-text:hover {
  color: var(--accent-color);
}

.message-button {
  background: transparent;
  border: none;
  color: var(--text-primary);
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.message-button:hover {
  background: var(--accent-color);
  color: white;
}

.message-button svg {
  width: 1.5em;
  height: 1.5em;
}

/* Dark Mode Styles */
.dark-mode .modern-post-ui {
  background: #1e1e1e;
  border: 1px solid #363636;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.modern-post-ui:hover {
  border-color: rgb(245 52 191 / 0.2);
}


.dark-mode .username {
  color: #f9fafb;
}


.dark-mode .timestamp-badge {
  color: #9ca3af;
  background: #363636;
}

.dark-mode .caption-text {
  color: #f9fafb;
}

.dark-mode .read-more-btn {
  color: #ffffff;
}

.dark-mode .lock-content {
  background: rgb(28, 28, 28);
  box-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

.dark-mode .unlock-text {
  color: #f9fafb;
}

.dark-mode .content-info {
  color: #f9fafb;
}



.dark-mode .tip-button {
  color: white;
}

.dark-mode .tip-text {
  color: #f9fafb;
}

.dark-mode .message-button {
  color: white;
}

/* Light Mode Styles */
.light-mode .modern-post-ui {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .user-avatar {
  border: 2px solid #e5e7eb;
}

.light-mode .username {
  color: #111827;
}



.light-mode .timestamp-badge {
  color: #6b7280;
  background: #f3f4f6;
}

.light-mode .caption-text {
  color: #111827;
}

.light-mode .read-more-btn {
  color: #000000;
}


.light-mode .lock-content {
  background: #f9fafb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.light-mode .unlock-text {
  color: #111827;
}

.light-mode .content-info {
  color: #111827;
}

.light-mode .like-icon svg {
  color: #374151;
}


.light-mode .tip-button {
  color: #374151;
}

.light-mode .tip-text {
  color: #111827;
}

.light-mode .message-button {
  color: #374151;
}

/* Responsive Design */
@media (max-width: 768px) {
  .post-header {
    padding: 12px;
  }
  
  .post-caption {
    padding: 0 12px 8px 12px;
  }
  
  .post-actions {
    padding: 12px;
  }
  
  
  
  .tip-button svg {
    width: 1em;
    height: 1em;
  }
  
  .message-button svg {
    width: 1.2em;
    height: 1.2em;
  }

}

@media (max-width: 480px) {
  .post-header {
    padding: 10px;
  }
  
  .post-caption {
    padding: 0 10px 8px 10px;
  }
  
  .post-actions {
    padding: 10px;
  }
  
  .user-avatar {
    width: 28px;
    height: 28px;
  }
  
  .username {
    font-size: 13px;
  }
  
  .timestamp-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
  
  .caption-text {
    font-size: 13px;
  }
  
  
  .message-button {
    padding: 6px;
  }



  .tagged-users {
    gap: 4px;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scale-hover {
  transition: transform 0.2s ease;
}

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

/* Utility Classes */
.text-center {
  text-align: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.rounded-full {
  border-radius: 50%;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.action-button-new {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 300ms;
}

.unlock-text-ui {
  color: #f9fafb;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* Video Fallback */
.video-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-mode .video-fallback {
  background-color: #374151;
  color: #9ca3af;
}

.light-mode .video-fallback {
  background-color: #f9fafb;
  color: #6b7280;
}

/* Video Controls */
.video-no-timeline {
  -webkit-playsinline: true;
  playsinline: true;
}

/* Lock Content Box *

/* Purchase Buttons with inline hover */
.purchase-button {
  background: #F334BE;
  border: none;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.purchase-button:hover {
  background-color: #d42ba3;
}

/* Pinned Icon */
.pinned-icon {
  color: #f534bf !important;
}

.bundle-slider {
  position: relative;
  width: 100%;
}

.bundle-slider-wrapper {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
}

.bundle-slider-wrapper.grabbing {
  cursor: grabbing;
}

.bundle-slider-wrapper.grab {
  cursor: grab;
}

.bundle-slider-content {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bundle-slider-item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.n_border_raidus .bundle-slider-item {
  border-radius: 0px !important; 
}

.bundle-slider-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0px;
}

.bundle-slider-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.video-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  color: #6b7280;
}

.bundle-slider-dots {
  position: static;
  align-items: center;
  display: flex;
  z-index: 9;
  background: #1e1e1e;
  width: 100%;
  left: 0;
  bottom: 0;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  gap: 12px;
}

.bundle-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  padding: 4px;
  margin: 0px;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto !important;
  position: relative;
  z-index: 101;
  background-clip: padding-box;
}

.bundle-slider-dot:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer !important;
}

.bundle-slider-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer !important;
}

.bundle-slider-dot:active {
  cursor: pointer !important;
}

.bundle-slider-dot.active {
  background-color: #F334BE;
}

.bundle-slider-dot.active:hover {
  background-color: #F334BE;
  cursor: pointer !important;
}


/* Cross-browser Video Component Styles */

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

/* iOS Safari video fixes */
video {
  -webkit-playsinline: true;
  playsinline: true;
}


/* Prevent fullscreen on iOS Safari */
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* Hide download button in controls */
video::-webkit-media-controls-download-button {
  display: none !important;
}

/* Fallback message styling */
.video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/* Firefox video styling */
video::-moz-media-controls {
  display: flex !important;
}

/* Edge/IE video styling */
video::-ms-media-controls {
  display: flex !important;
}

/* Ensure video doesn't break layout */
.cross-browser-video {
  max-width: 100%;
  max-height: 100%;
}

/* Loading state */
.video-wrapper.loading .cross-browser-video {
  opacity: 0.5;
}

/* Error state */
.video-wrapper.error .cross-browser-video {
  display: none;
}

/* Hide controls when showDurationBadge is true and video is not playing */
.cross-browser-video.hide-controls {
  cursor: pointer;
}

.cross-browser-video.hide-controls::-webkit-media-controls {
  display: none !important;
}

.cross-browser-video.hide-controls::-webkit-media-controls-panel {
  display: none !important;
}

.cross-browser-video.hide-controls::-webkit-media-controls-play-button {
  display: none !important;
}

/* Custom play button overlay */
.custom-play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.custom-play-button-overlay:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.custom-play-button-overlay::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

/* Loading placeholder */
.video-loading-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 5;
  pointer-events: none;
}

/* Loading spinner */
.video-loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: video-spin 0.8s linear infinite;
}

@keyframes video-spin {
  to {
    transform: rotate(360deg);
  }
}

/* MediaGridDropdown Component Styles */

/* Creator Feed Menu Container */
.creator-feed-menu-container {
  position: absolute;
  right: 8px;
}

.creator-feed-menu-trigger {
  width: 40px;
  height: 40px;
  background: rgba(64, 64, 64, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 0;
}

.creator-feed-item  .creator-feed-menu-trigger {
  width: 24px;
  height: 24px;
  z-index: 99;
}
.icon-container {
  top: 8px;
}

.icon-container::before {
  top: 0;
}

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

.creator-feed-menu-trigger .fa-pen-to-square {
  font-size: 16px !important;
  height: 16px !important;
}

.creator-feed-menu-trigger:hover .fa-pen-to-square {
  transform: none !important;
}

.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-edit,
.creator-feed-menu-trigger .fa-pen-to-square,
.creator-feed-menu-trigger .fa-ellipsis-vertical {
  color: white !important;
  font-size: 12px;
  height: 12px;
  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-edit,
.creator-feed-menu-trigger:hover .fa-pen-to-square,
.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);
}

/* Dropdown Menu */
.creator-feed-dropdown {
  overflow: visible;
  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;
}

.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;
  border-radius: 8px;
}

.creator-feed-dropdown-item:hover {
  background: rgb(64 64 64 / 0.5);
}

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

/* MediaGridDropdown styles for Feed context */
.post-actions .creator-feed-menu-container {
  position: relative;
  overflow: visible;
  }
  
  .post-actions .creator-feed-dropdown {
    position: absolute;
    bottom: 50px;
    right: 0;
    top: auto;  
  }

/* Simple Modal Styles */
.jh-modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.jh-modal {
  width: 100%;
  max-width: 430px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  padding: 0 12px;
  background: #171717;
  overflow-y: auto;
}

.jh-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid #262626;
  margin-left: -12px;
  margin-right: -12px;
}

.jh-modal-header h4 {
  margin: 0;
  font-size: 16px;
}

.jh-modal-close {
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
}

.jh-modal-body {
  padding: 12px;
  flex: 1 1;
  background: #171717;
  overflow-y: auto;
}

.jh-modal-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #d4d4d4;
}

.jh-modal-input {
  width: 100%;
  padding: 10px 12px;
  background: #111;
  border: 1px solid #333;
  border-radius: 8px;
  color: #fff;
  outline: none;
}

.jh-modal-input:focus {
  border-color: #f334be;
  box-shadow: 0 0 0 3px rgba(243, 52, 190, 0.2);
}

.jh-modal-error {
  margin-top: 8px;
  color: #f87171;
  font-size: 12px;
}

.jh-modal-footer {
  justify-content: flex-end;
  display: flex;
  gap: 0.75rem;
  padding: 24px;
  border-top: 1px solid rgba(64, 64, 64, 0.5);
  background-color: rgba(23, 23, 23, 0.95);
  margin-left: -12px;
  margin-right: -12px;
}

.jh-btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
}

.jh-btn-primary {
  background: linear-gradient(90deg, #f334be, #a855f7);
  color: #fff;
}

.jh-btn-secondary {
  background: #1a1a1a;
  color: #e5e5e5;
  border-color: #333;
}

.jh-modal-textarea {
  width: 100%;
  padding: 10px 12px;
  background-color: #404040 !important;
  border: 1px solid #333;
  border-radius: 8px;
  color: #fff !important;
  font-size: 14px;
  resize: vertical;
  outline: none;
  min-height: 80px;
  font-family: inherit;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.jh-modal-textarea:focus {
  border-color: #f334be;
  box-shadow: 0 0 0 3px rgba(243, 52, 190, 0.2);
}

.jh-modal-textarea::placeholder {
  color: #737373;
}
/* Creator Feed Grid Styles */
.creator-feed-grid {
  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-wrapper {
  width: 100%;
  height: 100%;
}

.creator-feed-item {
  aspect-ratio: 1;
  position: relative;
  overflow: visible;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
}

.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 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Ensure videos match image container sizing and style */
.creator-feed-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


/* Hide native video controls across browsers */
.hide_video_controls::-webkit-media-controls,
.hide_video_controls::-webkit-media-controls-enclosure,
.hide_video_controls::-webkit-media-controls-panel,
.hide_video_controls::-webkit-media-controls-play-button,
.hide_video_controls::-webkit-media-controls-start-playback-button,
.hide_video_controls::-webkit-media-controls-volume-slider,
.hide_video_controls::-webkit-media-controls-mute-button,
.hide_video_controls::-webkit-media-controls-timeline,
.hide_video_controls::-webkit-media-controls-toggle-closed-captions-button,
.hide_video_controls::-webkit-media-controls-current-time-display,
.hide_video_controls::-webkit-media-controls-time-remaining-display {
  display: none !important;
  -webkit-appearance: none !important;
}

/* Chrome cast button */
.hide_video_controls::-internal-media-controls-overlay-cast-button {
  display: none !important;
}

/* Firefox (limited support) */
.hide_video_controls::-moz-media-controls {
  display: none !important;
}

.video_play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

/* Bundle slider styles for creator feed */
.creator-feed-bundle-slider {
  width: 100%;
  height: 100%;
}

.creator-feed-bundle-slider .bundle-slider {
  width: 100%;
  height: 100%;
}

.creator-feed-bundle-slider .bundle-slider img,
.creator-feed-bundle-slider .bundle-slider video {
  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-lock-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  background-color: rgb(0 0 0 / 0.7);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(245, 52, 191);
}

.creator-feed-lock-icon.with_amount {
  width: auto;
  border-radius: 30px;
  gap: 8px;
  padding: 0 15px;
}

.creator-feed-lock-icon.with_amount span {
  color: #fff;
  font-weight: 700;
}

.creator-feed-lock-icon i {
  font-size: 48px;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.media-grid-locked-content {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.creator-feed-gradient-overlay {
  position: absolute;
  border-radius: 8px;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.creator-feed-item-wrapper:hover .creator-feed-gradient-overlay {
  background-color: rgb(245 52 191 / 0.2);
  }

.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;
  z-index: 9;
}

.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-stats-content svg {
  max-height: 12px;
  max-width: 12px;
}

.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 {
background-color: rgb(245 52 191 / 0.2);
}

/* 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;
}

/* Post Modal Styles */
.post-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.post-modal-content {
  max-width: 352px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}

.post-modal-close-button {
  position: absolute;
  top: 0;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* ViewContent Modal - Additional styles if needed */
/* Main styles come from feed.css which is imported in index.js */

/* Modal-specific overrides if needed */
.view-content-container {
  max-width: 100%;
  width: 100%;
}

/* Ensure modal content respects aspect ratios */
.post-media-container {
  aspect-ratio: 1;
  position: relative;
}

/* Tips display styling to match feed.css */
.tips-display {
  display: flex;
  align-items: center;
}

.tips-icon {
  display: flex;
  align-items: center;
}



.tips-display:hover .tips-amount,
.tips-display:hover .tips-icon svg {
  color: #f534bf;
}



.tips-icon-text {
  font-size: 1.2em;
  color: var(--text-primary);
}

.tips-amount {
  font-size: 1em;
  font-weight: 500;
  color: var(--text-primary);
}

/* Trending badge styling */
.trending-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6b6b, #feca57);
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.trending-badge-text {
  margin-right: 4px;
}

.trending-badge i {
  font-size: 14px;
}

/* Post user info section */
.post_user_info {
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.post_user_info img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border: 0;
}

/* Modern post text section */
.cm_modern_post_text {
  flex: 1 1;
}

.username-section h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

/* Post content wrapper */
.cm_modern_post_content {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  position: relative;
}

/* Timestamp badge positioning */
.cm_timestamp_badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 12px;
  color: #737373;
  background: #262626;
  padding: 4px 8px;
  border-radius: 16px;
}

.cm_timestamp_badge_in_modal {
  top: 52px;
}

/* Pin badge positioning */
.cm_pin_badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  z-index: 10;
}

/* Caption section */
.cm_post_caption {
  margin-top: 4px;
  padding-bottom: 8px;
  padding-right: 40px;
}

/* Navigation Arrows */
.post-navigation-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.post-navigation-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.post-navigation-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.post-navigation-arrow-left {
  left: -10px;
}

.post-navigation-arrow-right {
  right: -10px;
}

.post-navigation-arrow i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure arrows are visible on top of media */
.post-media-container {
  position: relative;
}

/* 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;
}


/* Filters Section */
.all-creators-filters {
  padding: 1rem 0;
  background: var(--bg-secondary);
  transition: all 0.3s ease;
}

.filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--text-primary);
  margin: 0 0 0.25rem 0;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.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;
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}

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

/* Reset option styling */
.sort-option.reset-option {
  color: #6b7280;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 0.25rem;
  padding-bottom: 0.75rem;
}

.sort-option.reset-option:hover {
  background: rgba(107, 114, 128, 0.1);
  color: #374151;
}

.sort-option.reset-option.active {
  background: rgba(107, 114, 128, 0.2);
  color: #374151;
}

/* Sort divider */
.sort-divider {
  height: 1px;
  background: var(--border-color);
  margin: 0.25rem 0;
}

/* Content Wrapper */
.creators-content-wrapper {
  min-height: 400px;
  position: relative;
}

/* Content Loaded Animation */
.content-loaded {
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Creators Grid */
.all-creators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  gap: 8px;
  background-color: var(--bg-secondary);
  overflow-x: auto;
  transition: background-color 0.3s ease;
  padding: 24px;
  margin-left: -24px;
  margin-right: -24px;
}


/* 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: #f534bf;
}

.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: #f534bf;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.follow-btn:hover {
  background-color: rgb(245 52 191 / 0.8);
}

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


/* 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) {
  

  
  .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;
  }
  
  .view-profile-btn {
    padding: 0.375rem;
    font-size: 0.625rem;
  }
  
  
  .page-subtitle {
    font-size: 0.75rem;
  }

  
  .all-creators-pagination {
    padding: 1.5rem 0;
  }
  
  .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;
  }
} 

/* 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-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 .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: initial !important;
  background-clip: initial !important;
  background-origin: initial !important;
  background-position: initial !important;
  background-repeat: initial !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: initial !important;
  background-clip: initial !important;
  background-origin: initial !important;
  background-position: initial !important;
  background-repeat: initial !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 .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 .creator-name {
  color: #1f2937 !important;
}

.light-mode .page-title {
  color: #1f2937 !important;
}

.light-mode .page-subtitle {
  color: #6b7280 !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 .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;
}

.dark-mode .all-creators-grid {
  background-color: #171717;
}

.dark-mode .all-creators-pagination {
  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);
}


/* 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);
  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;
  min-height: 230px !important;
}

.modern-creator-card.modern-creator-card--subscribed.is_trending {
  border: 2px solid rgb(250 204 21 / 0.6) !important;
}

.modern-creator-card.modern-creator-card:hover {
  box-shadow: var(--shadow-hover) !important;
  transform: scale(1.05) !important;
  border-color: #f633bf !important;
}



.show_bage_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.show_bage_wrap .fa-star path {
  fill: #facc15;
}

.show_bage_wrap .fa-fire path {
  fill: rgb(249, 115, 22);
}

/* 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;
  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;
  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 {
  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-renewal-info .subscriptions {
  color: #49de80 !important;
}

.modern-renewal-info .expiresoon {
  color: #ebb305 !important;
}

.modern-renewal-info .expire {
  color: #737373 !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;
}

.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-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: #f534bf !important;
  color: white !important;
}

/* .modern-view-profile-btn.modern-view-profile-btn.following {
  color: #6b7280 !important;
  border-color: #6b7280 !important;
  background: transparent !important;
}

.modern-view-profile-btn.modern-view-profile-btn.following:hover {
  background: #6b7280 !important;
  color: white !important;
  border-color: #6b7280 !important;
} */

/* Animations */
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .modern-badge-icon.modern-badge-icon {
    font-size: 0.9rem !important;
  }
  
  .modern-card-content.modern-card-content {
    padding-top: 1rem !important;
    height: calc(100% - 7rem) !important;
  }
  
  .modern-creator-name.modern-creator-name {
    font-size: 0.875rem !important;
  }
}

/* Connect with Creators CTA Styles */
.connect-creators-cta {
  padding-bottom: 0.5rem;
}

.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 styles can be added here if needed */

/* 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;
  }
}


/* Skeleton Loading Styles */
.skeleton-loading {
  animation: fadeIn 0.3s ease;
}

.skeleton-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;
  animation: skeletonPulse 1.5s ease-in-out infinite;
}

.skeleton-image {
  width: 100%;
  height: 8rem;
  background: linear-gradient(
    90deg,
    var(--skeleton-base) 0%,
    var(--skeleton-highlight) 50%,
    var(--skeleton-base) 100%
  );
  background-size: 200% 100%;
  animation: skeletonShimmer 1.5s ease-in-out infinite;
}

.skeleton-content {
  padding: 0.75rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.skeleton-line {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    var(--skeleton-base) 0%,
    var(--skeleton-highlight) 50%,
    var(--skeleton-base) 100%
  );
  background-size: 200% 100%;
  animation: skeletonShimmer 1.5s ease-in-out infinite;
}

.skeleton-title {
  width: 70%;
  height: 14px;
}

.skeleton-subtitle {
  width: 50%;
  height: 10px;
}

.skeleton-price {
  width: 40%;
  height: 10px;
}

.skeleton-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.skeleton-button {
  height: 32px;
  width: 60%;
  border-radius: 0.5rem;
  background: linear-gradient(
    90deg,
    var(--skeleton-base) 0%,
    var(--skeleton-highlight) 50%,
    var(--skeleton-base) 100%
  );
  background-size: 200% 100%;
  animation: skeletonShimmer 1.5s ease-in-out infinite;
}

.skeleton-button-full {
  width: 100%;
}

/* Skeleton Animations */
@keyframes skeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes skeletonPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Skeleton Colors - CSS Variables */
:root {
  --skeleton-base: rgba(200, 200, 200, 0.2);
  --skeleton-highlight: rgba(220, 220, 220, 0.3);
}

.dark-mode {
  --skeleton-base: rgba(64, 64, 64, 0.3);
  --skeleton-highlight: rgba(82, 82, 82, 0.4);
}

.light-mode {
  --skeleton-base: rgba(229, 231, 235, 0.6);
  --skeleton-highlight: rgba(243, 244, 246, 0.8);
}

/* Light Mode Skeleton Styles */
.light-mode .skeleton-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.light-mode .skeleton-image {
  background: linear-gradient(
    90deg,
    rgba(229, 231, 235, 0.6) 0%,
    rgba(243, 244, 246, 0.8) 50%,
    rgba(229, 231, 235, 0.6) 100%
  ) !important;
}

.light-mode .skeleton-line,
.light-mode .skeleton-button {
  background: linear-gradient(
    90deg,
    rgba(229, 231, 235, 0.6) 0%,
    rgba(243, 244, 246, 0.8) 50%,
    rgba(229, 231, 235, 0.6) 100%
  ) !important;
}

/* Dark Mode Skeleton Styles */
.dark-mode .skeleton-card {
  background: #262626 !important;
  border: 1px solid #404040 !important;
}

.dark-mode .skeleton-image {
  background: linear-gradient(
    90deg,
    rgba(64, 64, 64, 0.3) 0%,
    rgba(82, 82, 82, 0.4) 50%,
    rgba(64, 64, 64, 0.3) 100%
  ) !important;
}

.dark-mode .skeleton-line,
.dark-mode .skeleton-button {
  background: linear-gradient(
    90deg,
    rgba(64, 64, 64, 0.3) 0%,
    rgba(82, 82, 82, 0.4) 50%,
    rgba(64, 64, 64, 0.3) 100%
  ) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .skeleton-image {
    height: 8rem;
  }
}

@media (max-width: 480px) {
  .skeleton-image {
    height: 6rem;
  }

  .skeleton-card {
    border-radius: 0.75rem;
  }

  .skeleton-content {
    padding: 0.5rem;
    padding-top: 1rem;
    gap: 0.5rem;
  }

  .skeleton-line {
    height: 10px;
  }

  .skeleton-title {
    height: 12px;
  }

  .skeleton-button {
    height: 28px;
  }
}

@media (max-width: 360px) {
  .skeleton-image {
    height: 5rem;
  }
}


/* CTA Section */
.signup-creator-cta {
  padding: 2rem 0.75rem;
  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-color: #f534bf;
  border: none;
  border-radius: 0.75rem;
  color: #ffffff;
  font-weight: 600 !important;
  transition: all 0.3s ease;
  font-size: 16px;
}

.cta-btn:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-1px);
}

/* Light Mode Specific Styles */
.light-mode .cta-card {
  border: 1px solid #d1d5db;
  background: linear-gradient(to right, rgba(245, 52, 191, 0.1), rgba(236, 72, 153, 0.1));
}

.light-mode .cta-title {
  color: #1f2937 !important;
}

.light-mode .cta-description {
  color: #6b7280 !important;
}

/* Dark Mode Specific Styles */
.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);
}



/* Featured Section - Categories */


#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;
  padding-top: 0.5rem;
}

.loading-categories {
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  transition: color 0.3s ease;
}

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

/* 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 Styles */
.light-mode .loading-categories {
  color: #6b7280;
}

.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 .featured-section-title {
  color: #1f2937 !important;
}

.light-mode .featured-section-button {
  color: var(--clr-primary);
}

.light-mode .featured-section-button:hover {
  color: var(--clr-primary-hover);
}

/* 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;
}

/* Dark Mode Specific Styles */
.dark-mode .category-card {
  background: #262626;
  border: 1px solid #404040;
}

/* Dark mode specific category styles - ensure colorful gradients show */
.dark-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;
}

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

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

.dark-mode .category-card.purple {
  background: rgba(147, 51, 234, 0.2) !important;
  border: 1px solid rgba(147, 51, 234, 0.3) !important;
}


/* 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;
}

/* Fade-in animation for smooth page load */
.all-categories-page.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* Categories Grid Section */
.categories-grid-section {
  margin-bottom: 2rem;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.most-active-section .section-title,
.categories-grid-section .section-header {
  padding: 0;
  margin-bottom: 15px;
}

.section-title {
  color: var(--text-primary);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  transition: color 0.3s ease;
}


/* Categories Grid */
.all-categories-grid.all-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.load-more-btn {
  width: 100%;
  color: #fff;
  border: 1px solid rgb(82, 82, 82);
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-weight: 500 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-image: linear-gradient(to right, rgb(38, 38, 38), rgb(64, 64, 64));
  font-size: 16px;
}

.load-more-btn:hover {
  border-color: #ec4899;
  transform: translateY(-2px);
}

.load-more-btn i {
  font-size: 0.875rem;
}

/* Error and Empty States */
.error-container,
.no-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.25rem;
  text-align: center;
  color: var(--text-muted);
}

.error-container p {
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.retry-btn {
  background: var(--card-bg);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.retry-btn:hover {
  border-color: var(--clr-primary);
  background: var(--hover-bg);
  transform: translateY(-2px);
}


.activity-card {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(250, 204, 21, 0.1), rgba(0, 0, 0, 0));
  border-radius: 0.75rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(251, 191, 36, 0.3);
  box-shadow: 0 0 15px rgba(251, 191, 36, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.activity-card:hover {
  transform: translateY(-2px);
}

.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;
  animation: slideInUp 0.5s ease-out backwards;
}

.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: #fbbf24;
  box-shadow: var(--shadow);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

.activity-count {
  color: #facc15;
  font-size: 0.75rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
 

  .all-categories-header {
    padding: 0.75rem 1rem;
  }





  .all-categories-grid.all-categories-grid {
    gap: 0.5rem;
  }

  .activity-card {
    padding: 0.75rem;
  }

  .progress-bar-container {
    width: 3rem;
  }
}

@media (max-width: 480px) {


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





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

@media (min-width: 1280px) {
  .all-categories-grid.all-categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }


}

/* 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-item {
  background: transparent !important;
}



.light-mode .progress-bar-container {
  background: #e5e7eb !important;
}

.light-mode .progress-bar {
  background: #f534bf !important;
} 
/* All Categories Loading Screen Styles */
.all-categories-loading-screen {
  min-height: 100vh;
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
  transition: all 0.3s ease;
}

.all-categories-loading-main {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

/* Categories Grid Section Skeleton */
.categories-loading-grid-section {
  margin-bottom: 2rem;
}

.section-loading-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 1rem;
}

.section-loading-title {
  width: 150px;
  height: 24px;
  background-color: var(--skeleton-bg);
  border-radius: 6px;
  animation: shimmer 2s infinite;
  transition: background-color 0.3s ease;
}

/* Categories Grid Skeleton */
.all-categories-loading-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem;
  gap: 0.75rem;
  padding: 0 20px;
  margin-bottom: 1rem;
}

.all-categories-loading-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.all-categories-loading-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 100%
  );
  animation: shimmerSlide 2s infinite;
}

.all-categories-loading-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.loading-category-name {
  width: 80%;
  height: 16px;
  background: var(--skeleton-bg);
  border-radius: 4px;
  animation: pulse 2s ease-in-out infinite;
}

.loading-category-count {
  width: 50%;
  height: 12px;
  background: var(--skeleton-bg);
  border-radius: 4px;
  animation: pulse 2s ease-in-out infinite;
  animation-delay: 0.1s;
}

/* Most Active Categories Section Skeleton */
.most-active-loading-section {
  padding: 0 1.25rem 1.5rem;
}

.activity-loading-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;
  margin-top: 1rem;
}

.activity-loading-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.activity-loading-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activity-loading-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.activity-loading-indicator {
  width: 0.75rem;
  height: 0.75rem;
  background: var(--skeleton-bg);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.activity-loading-name {
  width: 80px;
  height: 14px;
  background: var(--skeleton-bg);
  border-radius: 4px;
  animation: pulse 2s ease-in-out infinite;
  animation-delay: 0.2s;
}

.activity-loading-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.progress-loading-bar-container {
  width: 4rem;
  height: 0.5rem;
  background: var(--skeleton-bg);
  border-radius: 9999px;
  overflow: hidden;
  animation: pulse 2s ease-in-out infinite;
  animation-delay: 0.3s;
}

.progress-loading-bar {
  height: 100%;
  width: 60%;
  background: linear-gradient(
    90deg,
    var(--skeleton-bg) 0%,
    var(--skeleton-shimmer) 50%,
    var(--skeleton-bg) 100%
  );
  background-size: 200% 100%;
  border-radius: 9999px;
  animation: shimmer 2s infinite;
}

.activity-loading-count {
  width: 30px;
  height: 12px;
  background: var(--skeleton-bg);
  border-radius: 4px;
  animation: pulse 2s ease-in-out infinite;
  animation-delay: 0.4s;
}

/* Animations */
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

@keyframes shimmerSlide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Shimmer effect for all skeleton elements */
.section-loading-title,
.loading-category-name,
.loading-category-count,
.activity-loading-indicator,
.activity-loading-name,
.progress-loading-bar-container,
.activity-loading-count {
  background: linear-gradient(
    90deg,
    var(--skeleton-bg) 25%,
    var(--skeleton-shimmer) 50%,
    var(--skeleton-bg) 75%
  );
  background-size: 200px 100%;
  animation: shimmer 2s infinite;
}

/* Light Mode Styles */
.light-mode .all-categories-loading-screen {
  background: #f8fafc;
}

.light-mode .section-loading-title,
.light-mode .loading-category-name,
.light-mode .loading-category-count,
.light-mode .activity-loading-indicator,
.light-mode .activity-loading-name,
.light-mode .progress-loading-bar-container,
.light-mode .activity-loading-count {
  background: linear-gradient(
    90deg,
    #f3f4f6 25%,
    #e5e7eb 50%,
    #f3f4f6 75%
  );
  background-size: 200px 100%;
  animation: shimmer 2s infinite;
}

.light-mode .all-categories-loading-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.light-mode .activity-loading-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .all-categories-loading-main {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .all-categories-loading-grid {
    gap: 0.5rem;
  }

  .all-categories-loading-card {
    padding: 0.75rem;
    min-height: 80px;
  }

  .most-active-loading-section {
    padding: 0 1rem 1rem;
  }

  .activity-loading-card {
    padding: 0.75rem;
  }

  .activity-loading-name {
    width: 60px;
  }

  .progress-loading-bar-container {
    width: 3rem;
  }
}

@media (max-width: 480px) {
  .all-categories-loading-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
  }

  .all-categories-loading-card {
    padding: 0.5rem;
    min-height: 80px;
  }

  .progress-loading-bar-container {
    width: 5rem;
  }
}

/* Desktop Responsive */
@media (min-width: 1024px) {
  .all-categories-loading-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .all-categories-loading-card {
    padding: 1.25rem;
    min-height: 100px;
  }
}

@media (min-width: 1280px) {
  .all-categories-loading-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .all-categories-loading-main {
    margin: 0 auto;
  }
}


/* Category Box Component Styles */

.category-box.category-box {
  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);
  border: 1px solid #404040;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  animation: slideInUp 0.5s ease-out backwards;
}

/* Staggered slide-in animation for category cards */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.category-card:hover,
.category-box.category-box:hover {
  background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
  border-color: #f534bf;
  box-shadow: 0 8px 25px rgba(245, 52, 191, 0.15);
}

.category-box-overlay.category-box-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;
}

.category-box.category-box:hover .category-box-overlay.category-box-overlay {
  opacity: 1;
}


.category-box-content.category-box-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.category-box-name.category-box-name {
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.category-box-count.category-box-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);
}

/* Responsive Design */
@media (max-width: 768px) {
  .category-box.category-box {
    padding: 0.75rem;
    min-height: 80px;
  }
}

@media (max-width: 480px) {
  .category-box.category-box {
    padding: 0.5rem;
    min-height: 80px;
  }
}

/* Desktop Responsive */
@media (min-width: 1024px) {
  .category-box.category-box {
    padding: 1.25rem;
    min-height: 100px;
  }
}


/* Modern Creator Profile Styles */
.modern-creator-profile {
  background-color: #171717;
  color: #f5f5f5;
  font-family: 'Inter', sans-serif;
  width: 100%;
  margin: 0 auto;
  padding-top: 0 !important;
}

.profile-page-creator {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 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-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: end;
  margin-top: -48px;
}

.profile-avatar-section {
  position: relative;
}

.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: 8px;
}

.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-weight: 500;
  color: #a3a3a3;
}

.edit-profile-btn {
  padding: 8px 20px;
  background-color: rgba(23, 23, 23, 0.8);
  border: 1px solid #525252;
  border-radius: 9999px;
  font-size: 14px;
  color: rgb(245, 245, 245);
  font-weight: 600 !important;
  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;
  cursor: pointer;
}

.creator-username {
  font-size: 14px !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: rgb(163, 163, 163) !important;
  font-weight: 500 !important;
  font-size: 16px;
  margin: 0;
}

/* Bio Section */
.bio-section {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.bio-text {
  color: #e5e5e5;
  line-height: 1.6;
  margin: 0;
  white-space: pre-wrap; /* preserve newlines, allow wrapping */
  word-break: break-word; /* break long tokens */
  overflow-wrap: anywhere; /* extra safety for extremely long strings */
}

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

.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-text:hover {
  color: #6c7180;
}

.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;
  cursor: pointer;
}

.tips-label {
  font-size: 14px;
  color: rgb(115, 115, 115);
  margin-right: 8px;
  font-weight: 500;
}

.cta-section .tips-icon {
  color: rgb(73, 222, 128);
  display: flex;
  width: 32px;
  align-items: center;
  justify-content: center;
}

.cta-section .tips-amount {
  margin-left: 4px;
  color: rgb(73, 222, 128);
  display: flex;
  font-size: 14px;
  font-weight: 500;
}




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

.profile-page-creator .content-tabs-section .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0 !important;
}

/* Ensure ModernPost components are not affected by tab-content styles */
.profile-page-creator .creator-feed-section .tab-content {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  gap: unset !important;
  margin-bottom: unset !important;
}

.profile-page-creator .creator-feed-section .tab-content > div {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  gap: unset !important;
  margin-bottom: unset !important;
}

.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;
  padding-bottom: 2rem;
}

.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-grid {
  display: block;
}

.loading-more {
  text-align: center;
}

.loading-more-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Image Protection */
.image-protected {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

/* 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;
  }
}


/* Modern Post UI Component Styles */

.modern-post-ui {
  position: relative;
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  margin-bottom: 24px;
  margin-top: 10px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

/* Post Header */
.post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}

.post-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}

.user-avatar-section {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #363636;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.username {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-primary);
}

.tagged-users {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.tag-user {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 20px;
  background: rgba(64, 64, 64, 0.5);
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  color: rgb(96, 165, 250);
}


.post-timestamp {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
}

.timestamp-badge {
  font-size: 12px;
  color: var(--text-muted);
  background: var(--bg-secondary);
  padding: 4px 13px;
  border-radius: 16px;
}

/* Caption Section */
.post-caption {
  padding: 0 16px 8px 16px;
}

.caption-text {
  font-size: 14px;
  color: var(--text-primary);
  word-wrap: break-word;
  word-break: break-word;
}

.read-more-btn {
  color: var(--text-primary);
  cursor: pointer;
  margin-left: 5px;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.read-more-btn:hover {
  color: var(--accent-color);
}

/* Post Content */
.post-content {
  position: relative;
}

.post-media-container {
  aspect-ratio: 1;
  position: relative;
}

.post-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Type Badge */
.content-type-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  z-index: 20;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.video_time_badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #ffffff;
}

.video_time_badge i {
  font-size: 14px;
}

.content-type-badge.premium {
  background: #f633bf;
}

.content-type-badge.free {
  background: #30302f;
}

/* Price Badge - Top Right */
.price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  z-index: 20;
  color: #ffffff;
  background: #30302f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Lock Overlay */
.lock-overlay {
  position: absolute;
  inset: 0;
  background: #171717;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.lock-content {
  text-align: center;
  padding: 16px;
  background: var(--bg-primary);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  max-width: 320px;
  margin: 0 auto;
}

.lock-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unlock-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.content-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--text-primary);
}

.content-info svg {
  width: 12px;
  height: 12px;
}

.content-info .separator {
  font-size: 8px;
}

.action-button {
  background: var(--accent-color);
  border: none;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.action-button:hover {
  background: var(--accent-hover);
}

.follow-purchase-button {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 12px 32px !important;
  border: none !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-duration: 300ms !important;
}

.follow-purchase-button:hover {
  background-color: #e5e7eb !important;
}


/* Post Actions */
.post-actions {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.actions-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% + 50px);
}

.actions-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.like-section {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.like-icon {
  display: flex;
}

.like-section:hover {
  color: #f534bf;
}


.like-count {
  font-size: 1em;
  margin-left: 8px;
}

.tip-section {
  display: flex;
  align-items: center;
  gap: 1px;
}

.tip-button {
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.tip-button:hover {
  color: var(--accent-color);
}

.tip-button svg {
  width: 1.2em;
  height: 1.2em;
}

.tip-text {
  color: var(--text-primary);
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}

.tip-text:hover {
  color: var(--accent-color);
}

.message-button {
  background: transparent;
  border: none;
  color: var(--text-primary);
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.message-button:hover {
  background: var(--accent-color);
  color: white;
}

.message-button svg {
  width: 1.5em;
  height: 1.5em;
}

/* Dark Mode Styles */
.dark-mode .modern-post-ui {
  background: #1e1e1e;
  border: 1px solid #363636;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.modern-post-ui:hover {
  border-color: rgb(245 52 191 / 0.2);
}


.dark-mode .username {
  color: #f9fafb;
}


.dark-mode .timestamp-badge {
  color: #9ca3af;
  background: #363636;
}

.dark-mode .caption-text {
  color: #f9fafb;
}

.dark-mode .read-more-btn {
  color: #ffffff;
}


.dark-mode .lock-content {
  background: rgb(28, 28, 28);
  box-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

.dark-mode .unlock-text {
  color: #f9fafb;
}

.dark-mode .content-info {
  color: #f9fafb;
}



.dark-mode .tip-button {
  color: white;
}

.dark-mode .tip-text {
  color: #f9fafb;
}

.dark-mode .message-button {
  color: white;
}

/* Light Mode Styles */
.light-mode .modern-post-ui {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .user-avatar {
  border: 2px solid #e5e7eb;
}

.light-mode .username {
  color: #111827;
}



.light-mode .timestamp-badge {
  color: #6b7280;
  background: #f3f4f6;
}

.light-mode .caption-text {
  color: #111827;
}

.light-mode .read-more-btn {
  color: #000000;
}

.light-mode .lock-content {
  background: #f9fafb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.light-mode .unlock-text {
  color: #111827;
}

.light-mode .content-info {
  color: #111827;
}

.light-mode .like-icon svg {
  color: #374151;
}


.light-mode .tip-button {
  color: #374151;
}

.light-mode .tip-text {
  color: #111827;
}

.light-mode .message-button {
  color: #374151;
}

/* Responsive Design */
@media (max-width: 768px) {
  .post-header {
    padding: 12px;
  }
  
  .post-caption {
    padding: 0 12px 8px 12px;
  }
  
  .post-actions {
    padding: 12px;
  }
  
  
  
  .tip-button svg {
    width: 1em;
    height: 1em;
  }
  
  .message-button svg {
    width: 1.2em;
    height: 1.2em;
  }

}

@media (max-width: 480px) {
  .post-header {
    padding: 10px;
  }
  
  .post-caption {
    padding: 0 10px 8px 10px;
  }
  
  .post-actions {
    padding: 10px;
  }
  
  .user-avatar {
    width: 28px;
    height: 28px;
  }
  
  .username {
    font-size: 13px;
  }
  
  .timestamp-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
  
  .caption-text {
    font-size: 13px;
  }
  
  .like-icon {
    padding: 6px;
  }
  
  .message-button {
    padding: 6px;
  }



  .tagged-users {
    gap: 4px;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scale-hover {
  transition: transform 0.2s ease;
}

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

/* Utility Classes */
.text-center {
  text-align: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.rounded-full {
  border-radius: 50%;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.action-button-new {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 300ms;
}

.unlock-text-ui {
  color: #f9fafb;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* Video Fallback */
.video-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-mode .video-fallback {
  background-color: #374151;
  color: #9ca3af;
}

.light-mode .video-fallback {
  background-color: #f9fafb;
  color: #6b7280;
}

/* Video Controls */
.video-no-timeline {
  -webkit-playsinline: true;
  playsinline: true;
}


/* Purchase Buttons with inline hover */
.purchase-button {
  background: #F334BE;
  border: none;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.purchase-button:hover {
  background-color: #d42ba3;
}

/* Pinned Icon */
.pinned-icon {
  color: #f534bf !important;
}

.tag-user:hover {
  color: #f534bf;
  cursor: pointer;
}

/* Modern Purchase Content Modal Styles - Similar to TipModal */

/* Overlay */
.jh-modern-purchase-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: jh-modern-purchase-fade-in 0.3s ease-out;
  overflow: auto;
}

@keyframes jh-modern-purchase-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Popup container */
.jh-modern-purchase-popup {
  background: #171717;
  border-radius: 14px;
  width: 100%;
  max-width: 380px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: jh-modern-purchase-slide-up 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 10001;
}

@keyframes jh-modern-purchase-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Main container */
.jh-modern-purchase-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  align-items: center;
  text-align: center;
}

/* Close button */
.jh-modern-purchase-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  outline: none;
}

.jh-modern-purchase-close:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}

/* Header section with icon and title */
.jh-modern-purchase-header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6px;
}

.jh-modern-purchase-icon-container {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgb(245 52 191 / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.3);
}

.jh-modern-purchase-icon {
  color: #f534bf;
  font-size: 16px;
  height: 20px;
}

.jh-modern-purchase-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Creator tag */
.jh-modern-purchase-creator-tag {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Instructions */
.jh-modern-purchase-instructions {
  margin-bottom: 6px;
  max-width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Content preview section */
.jh-modern-purchase-content-preview {
  margin-bottom: 16px;
}

.jh-modern-purchase-preview-container {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jh-modern-purchase-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jh-modern-purchase-preview-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.jh-modern-purchase-preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.jh-modern-purchase-play-icon {
  color: #ffffff;
  font-size: 32px;
  opacity: 0.9;
}

.jh-modern-purchase-preview-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f534bf;
  font-size: 20px;
  border: 2px solid rgba(245, 52, 191, 0.5);
}

/* Total section */
.jh-modern-purchase-total-section {
  width: 100%;
  margin-bottom: 4px;
}

.jh-modern-purchase-total-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: rgb(64 64 64 / 0.5);
  border-radius: 12px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.jh-modern-purchase-total-label {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.jh-modern-purchase-total-amount {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

/* VAT information */
.jh-modern-purchase-vat-info {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Processing message */
.jh-modern-purchase-processing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 16px;
}

.jh-modern-purchase-processing p {
  margin-top: 12px;
  color: #a3a3a3;
  font-size: 14px;
}

.jh-modern-purchase-spinner {
  border: 4px solid rgba(115, 115, 115, 0.3);
  border-top: 4px solid #f534bf;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: jh-modern-purchase-spin 1s linear infinite;
}

@keyframes jh-modern-purchase-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Action buttons */
.jh-modern-purchase-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
  width: 100%;
}

.jh-modern-purchase-cancel-btn {
  width: 100%;
  background: #171717;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.jh-modern-purchase-cancel-btn:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.jh-modern-purchase-confirm-btn {
  width: 100%;
  background: #f534be;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(245, 52, 191, 0.3);
}

.jh-modern-purchase-confirm-btn:hover {
  background: #f534be;
  opacity: 0.9;
  box-shadow: 0 6px 16px rgba(245, 52, 191, 0.4);
  transform: translateY(-1px);
}

.jh-modern-purchase-confirm-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 52, 191, 0.3);
}

/* Footer */
.jh-modern-purchase-footer {
  padding-top: 4px;
  margin-top: 2px;
  width: 100%;
}

.jh-modern-purchase-security-text {
  color: #737373 !important;
  font-size: 9px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.jh-modern-purchase-shield-icon {
  font-size: 9px;
  color: #737373;
}

/* Responsive design */
@media (max-width: 480px) {
  .jh-modern-purchase-overlay {
    padding: 16px;
  }
  
  .jh-modern-purchase-popup {
    max-width: 100%;
  }
}

/* Accessibility */
.jh-modern-purchase-cancel-btn:focus,
.jh-modern-purchase-confirm-btn:focus,
.jh-modern-purchase-close:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* Animation for glow effect */
.jh-modern-purchase-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 */
.purchase-content-modal .modal-body {
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  background: transparent;
}

/* Payment iFrame */
.paymentIFrameWrap {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}

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

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

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

/* SweetAlert Purchase Modal Styles */
.jh-modern-purchase-swal-popup {
  background: #171717 !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
  padding: 0 !important;
  height: auto !important;
  max-height: 55vh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.jh-modern-purchase-swal-content {
  padding: 1.5rem !important;
  margin: 0 !important;
  flex: 1 1 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.jh-modern-purchase-swal-actions,
.jh-modern-purchase-swal-popup .swal2-actions {
  gap: 12px;
  padding: 24px;
  width: 100%;
  position: static !important;
  padding-bottom: 55px;
  padding-top: 0;
  margin-top: 0;
}

.jh-modern-purchase-swal-popup .swal2-confirm,
.jh-modern-purchase-swal-popup .swal2-cancel {
  width: 100% !important;
  border-radius: 50px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 0 !important;
}

.jh-modern-purchase-swal-popup .swal2-confirm {
  background: #f534be !important;
  box-shadow: 0 4px 12px rgba(245, 52, 191, 0.3) !important;
  color: #ffffff !important;
  border: none !important;
  width: 100% !important;
  order: 1 !important;
  font-weight: 700 !important;
}

.jh-modern-purchase-swal-popup .swal2-confirm:hover {
  background: #f534be !important;
  opacity: 0.9 !important;
  box-shadow: 0 6px 16px rgba(245, 52, 191, 0.4) !important;
  transform: translateY(-1px) !important;
}

.jh-modern-purchase-swal-popup .swal2-confirm::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  margin-right: 6px !important;
  display: inline-block !important;
  font-size: 11px !important;
}

.jh-modern-purchase-swal-popup .swal2-cancel {
  background: #000 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  order: 2 !important;
}

.jh-modern-purchase-swal-popup .swal2-cancel:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

/* Dark mode support for SweetAlert */
.dark-mode .jh-modern-purchase-swal-popup {
  background: rgb(0 0 0) !important;
  border-color: rgb(245 52 191 / 0.3) !important;
  max-height: none !important;
}

.dark-mode .jh-modern-purchase-swal-popup .swal2-html-container {
  color: #ffffff !important;
}

/* Text color overrides to match project theme */
.jh-modern-purchase-swal-popup .jh-modern-purchase-title {
  color: #ffffff !important;
}

.jh-modern-purchase-swal-popup .jh-modern-purchase-creator-tag {
  color: #60a5fa !important;
}

.jh-modern-purchase-swal-popup .jh-modern-purchase-instructions {
  color: #a3a3a3 !important;
}

.jh-modern-purchase-swal-popup .jh-modern-purchase-total-label,
.jh-modern-purchase-swal-popup .jh-modern-purchase-total-amount {
  color: #ffffff !important;
}

.jh-modern-purchase-swal-popup .jh-modern-purchase-vat-info {
  color: #737373 !important;
}

.jh-modern-purchase-swal-popup .jh-modern-purchase-security-text {
  color: #737373 !important;
}

/* Ensure HTML container takes full height */
.jh-modern-purchase-swal-popup .swal2-html-container {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
  flex: 1 1 !important;
  min-height: 0 !important;
  padding-bottom: 10px !important;
}

/* Modern Tip Modal Styles - Unique classes to avoid conflicts */

/* Overlay */
.jh-modern-tip-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
  text-align: left;
}

.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: 12px;
}

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

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

.jh-modern-tip-security-text {
  color: #737373 !important;
  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;
}

.cm_payment_info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: rgb(115, 115, 115);
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500 !important;
}

.payment-info-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}

/* ViewContent Modal - Additional styles if needed */
/* Main styles come from feed.css which is imported in index.js */

/* Modal-specific overrides if needed */
.view-content-container {
  max-width: 100%;
  width: 100%;
}

/* Ensure modal content respects aspect ratios */
.post-media-container {
  aspect-ratio: 1;
  position: relative;
}

/* Tips display styling to match feed.css */
.tips-display {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tips-icon {
  display: flex;
  align-items: center;
}


.tips-icon-text {
  font-size: 1.2em;
  color: var(--text-primary);
}

.tips-amount {
  font-size: 1em;
  font-weight: 500;
  color: var(--text-primary);

}

.tips-display:hover .tips-amount.color_green,
.tips-amount.color_green {
  color: #4ade80;
}

/* Trending badge styling */
.trending-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6b6b, #feca57);
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.trending-badge-text {
  margin-right: 4px;
}

.trending-badge i {
  font-size: 14px;
}

/* Post user info section */
.post_user_info {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.post_user_info img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border: 0;
}

/* Modern post text section */
.cm_modern_post_text {
  flex: 1 1;
}

.username-section h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

/* Post content wrapper */
.cm_modern_post_content {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  position: relative;
}

.cm_timestamp_badge {
  position: absolute;
  top: 16px;
  right: 11px;
  font-size: 12px;
  color: #737373;
  background: #262626;
  padding: 4px 8px;
  border-radius: 16px;
}

.cm_timestamp_badge_in_modal {
  top: 45px;
}


/* Pin badge positioning */
.cm_pin_badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  z-index: 10;
}

/* Caption section */
.cm_post_caption {
  margin-top: 4px;
  padding-bottom: 8px;
  padding-right: 40px;
}

/* Navigation Arrows */
.post-navigation-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.post-navigation-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.post-navigation-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.post-navigation-arrow-left {
  left: -10px;
}

.post-navigation-arrow-right {
  right: -10px;
}

.post-navigation-arrow i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure arrows are visible on top of media */
.post-media-container {
  position: relative;
}
.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);
  }
}

/* Loading spinner styles */
.ppv-follow-modal .btn-loading-spinner {
  width: 16px;
  height: 16px;
  margin-right: 8px;
} 
/* Loading Container */
.creators-loading-container {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.creators-loading-text {
  text-align: center;
  color: #6b7280;
}

/* Main Container */
.creators-container {
  background: rgb(30, 30, 30);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 24px;
}

/* Header */
.creators-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}


.creators-header-title {
  font-size: 18px;
  font-weight: 600 !important;
  color: #fff;
  margin: 0;
}

/* Creators Container */
.recommended-creators-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.recommended-creators-container::-webkit-scrollbar {
  display: none;
}

@media (max-width: 480px) {
  .recommended-creators-container {
    gap: 12px;
  }
}

/* Swipe Indicator */
.creators-swipe-indicator {
  display: flex;
  justify-content: center;
}

.creators-swipe-indicator-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(163, 163, 163);
  font-size: 12px;
  margin-top: 16px;
  font-weight: 600;
}

.creators-swipe-arrow svg {
  height: 12px;
}

/* Slide animations for arrows */
.creators-swipe-arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.creators-swipe-arrow.slide-left {
  animation: slideLeft 0.6s ease;
}

.creators-swipe-arrow.slide-right {
  animation: slideRight 0.6s ease;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}


.creator-card {
  flex-shrink: 0;
  background: rgba(64, 64, 64, 0.5);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  width: 128px;
  min-width: 128px;
}


.profile-picture-container {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px auto;
  border: 2px solid #9ca3af;
}

@media (max-width: 480px) {
  .profile-picture-container {
    width: 56px;
    height: 56px;
  }
}

.profile-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.username {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 8px;
  word-break: break-word;
}

.username.with-price {
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .username {
    font-size: 12px;
  }
}

.price {
  color: #737373;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .price {
    font-size: 10px;
  }
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.follow-button {
  width: 100%;
  background-color: #f534bf;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  border: none;
}

.follow-button:hover {
  background-color: #d42ba3;
}

.view-button {
  width: 100%;
  border: 1px solid rgb(243, 52, 190);
  color: rgb(243, 52, 190);
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 500;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.view-button.without-follow {
  margin-top: 8px;
}

.view-button:hover {
  background-color: rgb(245 52 191 / 0.1);
}


/* 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;
  width: calc(100% - 24px);
  margin: 0 auto;
  margin-top: 3.7rem;
}

.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;
  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) {
 
  
  .tab-button {
    padding: 12px 16px;
  }
  
  .light-mode .main-tabs {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 769px) {
  .tab-button {
    padding: 20px 32px;
  }
  
  .light-mode .main-tabs {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}


/* Custom scrollbar */
.modern-home-screen::-webkit-scrollbar {
  display: none;
}

.modern-home-screen {
  -ms-overflow-style: none;
  scrollbar-width: none;
} 


.modern-feed {
  width: 100%;
  padding: 0 !important;
  background-color: #171717;
  transition: all 0.3s ease;
  min-height: calc(100dvh - 170px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 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 {
  width: 100%;
  padding: 12px;
  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;
}




.loading-more {
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.loading-more-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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



/* 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;
  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: 4px;
}

.stat-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.stat-indicator.active {
  background-color: #49de80;
}

.stat-indicator.expiring {
  background-color: #ebb305;
}

.stat-indicator.expired {
  background-color: #737373;
}

.stat-text {
  color: #fff;
  transition: all 0.3s ease;
  font-size: 10px;
}

.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;
  padding-bottom: 12px;
  border-bottom: 1px solid #292929;

}


.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: 16px;
  gap: 16px;
  margin-bottom: 24px;
  width: 100%;
}

/* Pagination */
.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);
}

/* 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.active {
  background-color: #1e2f1e;
  border: 1px solid #2f5f2f;
}

.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.active {
  background-color: #f0fdf4;
  border: 1px solid #22c55e;
}

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

.yellow-warning {
  background-color: #54431e; /* Yellow/orange warning for 3-7 days */
}

.green-warning {
  background-color: #2f5f2f; /* Green for active subscriptions */
}

.light-mode .red-warning {
  background-color: #fef2f2;
}

.light-mode .orange-warning {
  background-color: #fef3c7;
}

.light-mode .yellow-warning {
  background-color: #fef3c7; /* Yellow warning for 3-7 days */
}

.light-mode .green-warning {
  background-color: #dcfce7; /* Green warning for active subscriptions */
}

.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) {

  .filter-buttons {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }

}

/* Mobile Layout - 3x3 Grid */
@media (max-width: 768px) {

  .filter-title{
    width: 416px;
  }
 
  .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;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    padding-bottom: 12px;
    border-bottom: 1px solid #292929;
  }

  .filter-buttons::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .filter-btn {
    flex: 0 0 auto;
    text-align: center;
    scroll-snap-align: center;
  }
}

.modern-subscriptions-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 184px);
  color: #6b7280;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  background: #171717;
}


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


.error-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 2rem;
}

.error-content {
  text-align: center;
  max-width: 400px;
  padding: 2rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 12px;
  color: #ef4444;
}

.error-content i {
  font-size: 48px;
  margin-bottom: 1rem;
  display: block;
}

.error-content h4 {
  margin: 0.5rem 0;
  color: #ef4444;
  font-size: 18px;
  font-weight: 600;
}

.error-content p {
  margin: 0.5rem 0 1.5rem;
  color: #a3a3a3;
  font-size: 14px;
}

.light-mode .error-content {
  background: rgba(239, 68, 68, 0.05);
  border-color: rgba(239, 68, 68, 0.2);
}

.light-mode .error-content p {
  color: #6b7280;
}

.retry-btn-large {
  background: #ef4444;
  border: 1px solid #ef4444;
  color: #ffffff;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}

.retry-btn-large:hover {
  background: #dc2626;
  border-color: #dc2626;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.retry-btn-large i {
  transition: transform 0.3s ease;
}

.retry-btn-large:hover i {
  transform: rotate(180deg);
}

/* Pagination Loading Overlay */
.pagination-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 23, 23, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 12px;
}

.light-mode .pagination-loading-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.creator-grid {
  position: relative;
}

/* Skeleton Spinner for Pagination Overlay */
.skeleton-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(245, 52, 191, 0.2);
  border-top: 3px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
/* 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;
}

.modern-edit-username-loading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #171717;
  color: #ffffff;
}

.modern-edit-username-loading-content {
  text-align: center;
}

.modern-edit-username-loading-spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid #292929;
  border-top: 2px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem auto;
}


.modern-edit-username-section.modern-edit-username-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* 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-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;
  }
}



/* 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;
}

.light-mode .modern-edit-username-loading-wrapper {
  background: #ffffff;
  color: #1f2937;
}

.light-mode .modern-edit-username-loading-spinner {
  border: 2px solid #d1d5db;
  border-top: 2px solid #f534bf;
}

/* 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;
}

/* Custom Delete Modal Styles */
.delete-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10002;
}

.delete-modal-overlay.hidden {
  display: none;
}

.delete-modal-content {
  background: #171717;
  border-radius: 12px;
  border: 1px solid #404040;
  padding: 24px;
  margin: 20px;
  width: 100%;
  max-width: 384px;
}

.delete-modal-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.delete-modal-input-container {
  margin-bottom: 24px;
}

.delete-modal-input {
  width: 100%;
  background: #171717;
  border: 1px solid #404040;
  border-radius: 8px;
  padding: 16px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.delete-modal-input::placeholder {
  color: #737373;
}

.delete-modal-input:focus {
  border-color: #f534bf;
  outline: none;
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.delete-modal-buttons {
  display: flex;
  gap: 12px;
}

.delete-modal-button {
  flex: 1 1;
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.delete-modal-cancel {
  background: transparent;
  border: 1px solid #404040;
  color: #ffffff;
}

.delete-modal-cancel:hover {
  background: #262626;
}

.delete-modal-confirm {
  background: transparent;
  border: 2px solid #dc2626;
  color: #dc2626;
}

.delete-modal-confirm:hover {
  background: #dc2626;
  color: #ffffff;
}

.delete-modal-confirm.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: transparent;
  border: 2px solid #404040;
  color: #737373;
}

.delete-modal-confirm.disabled:hover {
  background: transparent;
  color: #737373;
  border: 2px solid #404040;
}

/* Mobile Responsive for Delete Modal */
@media (max-width: 768px) {
  .delete-modal-content {
    margin: 16px;
    padding: 20px;
  }
  
  .delete-modal-title {
    font-size: 16px;
  }
  
  .delete-modal-input {
    padding: 14px;
    font-size: 14px;
  }
  
  .delete-modal-button {
    padding: 10px;
    font-size: 14px;
  }
} 
/* 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;
}

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

.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: #a3a3a3;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
}

.modern-edit-password-requirement svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

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


/* 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 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 {
  background: #171717;
  min-height: 100%;
  color: #ffffff;
}


.modern-notifications-description-text.modern-notifications-description-text {
  color: rgb(212, 212, 212);
  font-size: 0.875rem;
  margin-top: 32px;
  margin-bottom: 22px;
  font-weight: 600 !important;
}

/* 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: rgb(212, 212, 212);
}

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



/* 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 Creator Notifications Page Styles */

/* Main Page Container */
.modern-creator-notifications-page {
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
  background: #121212;
  color: #FFFFFF;
  overflow-x: hidden;
  position: relative;
}

/* Mobile Screen Container */
.modern-creator-notifications-page::before {
  content: '';
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 448px; /* max-w-md equivalent */
  height: 100vh;
  background: #121212;
  z-index: -1;
}

/* Header Styles */
.modern-creator-notifications-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 448px;
  background: rgba(18, 18, 18, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 50;
  border-bottom: 1px solid #2D2D2D;
}

.modern-creator-notifications-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.modern-creator-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;
  transform: scale(1);
}

.modern-creator-notifications-back-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: scale(1.05);
}

.modern-creator-notifications-back-btn:active {
  transform: scale(0.95);
}

.modern-creator-notifications-back-btn i {
  font-size: 1.25rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.modern-creator-notifications-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  color: #FFFFFF;
}

.modern-creator-notifications-spacer {
  width: 2.5rem;
}

/* Main Content */
.modern-creator-notifications-main {
  flex: 1 1;
  color: #FFFFFF;
  overflow-y: auto;
  margin: 0 auto;
}

/* Email Section */
.modern-creator-notifications-email-section {
  margin-bottom: 1.5rem;
}

.modern-creator-notifications-email-card {
  background: #1E1E1E;
  border: 1px solid #2D2D2D;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.modern-creator-notifications-email-title {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 0.75rem 0;
}

.modern-creator-notifications-email-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.modern-creator-notifications-email-details {
  flex: 1 1;
}

.modern-creator-notifications-email-label {
  font-size: 0.875rem;
  color: #A0A0A0;
  margin: 0;
}

.modern-creator-notifications-email-value {
  font-size: 0.875rem;
  color: #A0A0A0;
  font-weight: 500;
  margin: 0;
}

.modern-creator-notifications-email-badge {
  background: #2D2D2D;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  color: #A0A0A0;
}

.modern-creator-notifications-email-note {
  font-size: 0.75rem;
  color: #6B6B6B;
  margin: 0;
}

/* Toggles Section */
.modern-creator-notifications-toggles-section {
  margin-bottom: 2rem;
}

.modern-creator-notifications-toggles-card {
  background: #1E1E1E;
  border: 1px solid #2D2D2D;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.modern-creator-notifications-toggles-title {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 1.25rem 0;
}

.modern-creator-notifications-toggles-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.modern-creator-notifications-toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modern-creator-notifications-toggle-info {
  flex: 1 1;
}

.modern-creator-notifications-toggle-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
}

.modern-creator-notifications-toggle-description {
  font-size: 0.75rem;
  color: #A0A0A0;
  margin: 0.25rem 0 0 0;
  line-height: 1.4;
}

/* Custom Toggle Switch */
.modern-creator-notifications-toggle-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.modern-creator-notifications-toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.modern-creator-notifications-toggle-slider {
  width: 2.75rem;
  height: 1.5rem;
  background: #2D2D2D;
  border-radius: 9999px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.modern-creator-notifications-toggle-slider::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.25rem;
  height: 1.25rem;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modern-creator-notifications-toggle-input:checked + .modern-creator-notifications-toggle-slider {
  background: #f534bf;
}

.modern-creator-notifications-toggle-input:checked + .modern-creator-notifications-toggle-slider::after {
  transform: translateX(1.25rem);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modern-creator-notifications-toggle-input:focus + .modern-creator-notifications-toggle-slider {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-creator-notifications-toggle-input:disabled + .modern-creator-notifications-toggle-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.modern-creator-notifications-toggle-input:disabled:checked + .modern-creator-notifications-toggle-slider {
  background: #666666;
}

/* Disabled toggle item styling */
.modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) {
  opacity: 0.5;
  pointer-events: none;
}

.modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) .modern-creator-notifications-toggle-info {
  opacity: 0.6;
}

.modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) .modern-creator-notifications-toggle-name {
  color: #6B6B6B;
}

.modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) .modern-creator-notifications-toggle-description {
  color: #4A4A4A;
}

/* Save Section */
.modern-creator-notifications-save-section {
  margin-top: auto;
}

.modern-creator-notifications-save-btn {
  width: 100%;
  background: #f534bf;
  color: #FFFFFF;
  font-weight: 500;
  padding: 1rem;
  border-radius: 0.5rem;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  transform: scale(1);
}

.modern-creator-notifications-save-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.modern-creator-notifications-save-btn:active:not(:disabled) {
  transform: scale(0.95);
}

.modern-creator-notifications-save-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.modern-creator-notifications-save-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #f534bf;
  transform: scale(1);
}

/* Global Spinner Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-creator-notifications-header-content {
    padding: 1rem;
  }

  .modern-creator-notifications-main {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5rem;
  }

  .modern-creator-notifications-title {
    font-size: 1.125rem;
  }

  .modern-creator-notifications-back-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .modern-creator-notifications-back-btn i {
    font-size: 1.125rem;
  }

  .modern-creator-notifications-spacer {
    width: 2.5rem;
  }

  .modern-creator-notifications-email-card,
  .modern-creator-notifications-toggles-card {
    padding: 1rem;
  }

  .modern-creator-notifications-save-btn {
    padding: 0.875rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .modern-creator-notifications-email-section,
  .modern-creator-notifications-toggles-section {
    margin-bottom: 1.5rem;
  }

  .modern-creator-notifications-email-card,
  .modern-creator-notifications-toggles-card {
    padding: 0.875rem;
  }






  .modern-creator-notifications-toggles-list {
    gap: 1rem;
  }

  .modern-creator-notifications-toggle-slider {
    width: 2.5rem;
    height: 1.375rem;
  }

  .modern-creator-notifications-toggle-slider::after {
    width: 1.125rem;
    height: 1.125rem;
  }

  .modern-creator-notifications-toggle-input:checked + .modern-creator-notifications-toggle-slider::after {
    transform: translateX(1.125rem);
  }

}

/* Light Mode Styles */
.light-mode .modern-creator-notifications-page {
  background: #ffffff;
  color: #1f2937;
}

.light-mode .modern-creator-notifications-page::before {
  background: #ffffff;
}

.light-mode .modern-creator-notifications-header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-bottom: 1px solid #e5e7eb;
}

.light-mode .modern-creator-notifications-back-btn {
  color: #374151;
}

.light-mode .modern-creator-notifications-back-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.light-mode .modern-creator-notifications-title {
  color: #1f2937;
}

.light-mode .modern-creator-notifications-main {
  color: #1f2937;
}

.light-mode .modern-creator-notifications-email-card,
.light-mode .modern-creator-notifications-toggles-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-creator-notifications-email-label {
  color: #6b7280;
}


.light-mode .modern-creator-notifications-email-badge {
  background: #f3f4f6;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.light-mode .modern-creator-notifications-email-note {
  color: #9ca3af;
}

.light-mode .modern-creator-notifications-toggle-name {
  color: #1f2937;
}

.light-mode .modern-creator-notifications-toggle-description {
  color: #6b7280;
}

.light-mode .modern-creator-notifications-toggle-slider {
  background: #d1d5db;
}

.light-mode .modern-creator-notifications-toggle-slider::after {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.light-mode .modern-creator-notifications-toggle-input:checked + .modern-creator-notifications-toggle-slider {
  background: #f534bf;
}

.light-mode .modern-creator-notifications-toggle-input:checked + .modern-creator-notifications-toggle-slider::after {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.light-mode .modern-creator-notifications-toggle-input:focus + .modern-creator-notifications-toggle-slider {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-creator-notifications-toggle-input:disabled + .modern-creator-notifications-toggle-slider {
  opacity: 0.5;
  background: #f3f4f6;
}

.light-mode .modern-creator-notifications-toggle-input:disabled:checked + .modern-creator-notifications-toggle-slider {
  background: #9ca3af;
}

/* Disabled toggle item styling - Light Mode */
.light-mode .modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) {
  opacity: 0.5;
  pointer-events: none;
}

.light-mode .modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) .modern-creator-notifications-toggle-info {
  opacity: 0.6;
}

.light-mode .modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) .modern-creator-notifications-toggle-name {
  color: #9ca3af;
}

.light-mode .modern-creator-notifications-toggle-item:has(.modern-creator-notifications-toggle-input:disabled) .modern-creator-notifications-toggle-description {
  color: #d1d5db;
}

.light-mode .modern-creator-notifications-save-btn {
  background: #f534bf;
  color: #ffffff;
}

.light-mode .modern-creator-notifications-save-btn:hover:not(:disabled) {
  background: rgba(245, 52, 191, 0.9);
}

.light-mode .modern-creator-notifications-save-btn:focus {
  box-shadow: 0 0 0 2px rgba(245, 52, 191, 0.2);
}

.light-mode .modern-creator-notifications-save-btn:disabled {
  opacity: 0.6;
  background: #f534bf;
}

/* Hover effects for better interactivity */
.modern-creator-notifications-toggle-switch:hover .modern-creator-notifications-toggle-slider:not(:has(.modern-creator-notifications-toggle-input:disabled)) {
  background: #404040;
}

.modern-creator-notifications-toggle-switch:hover .modern-creator-notifications-toggle-input:checked + .modern-creator-notifications-toggle-slider {
  background: rgba(245, 52, 191, 0.9);
}

.light-mode .modern-creator-notifications-toggle-switch:hover .modern-creator-notifications-toggle-slider:not(:has(.modern-creator-notifications-toggle-input:disabled)) {
  background: #9ca3af;
}

.light-mode .modern-creator-notifications-toggle-switch:hover .modern-creator-notifications-toggle-input:checked + .modern-creator-notifications-toggle-slider {
  background: rgba(245, 52, 191, 0.9);
}

/* Card hover effects */
.modern-creator-notifications-email-card,
.modern-creator-notifications-toggles-card {
  transition: border-color 0.3s ease;
}

.modern-creator-notifications-email-card:hover,
.modern-creator-notifications-toggles-card:hover {
  border-color: #404040;
}

.light-mode .modern-creator-notifications-email-card:hover,
.light-mode .modern-creator-notifications-toggles-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Focus management for better accessibility */
.modern-creator-notifications-back-btn:focus,
.modern-creator-notifications-save-btn:focus {
  outline: 2px solid #f534bf;
  outline-offset: 2px;
}

/* Loading state styles */
.modern-creator-notifications-save-btn:disabled {
  pointer-events: none;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .modern-creator-notifications-back-btn,
  .modern-creator-notifications-save-btn,
  .modern-creator-notifications-toggle-slider,
  .modern-creator-notifications-toggle-slider::after {
    transition: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .modern-creator-notifications-email-card,
  .modern-creator-notifications-toggles-card {
    border-width: 2px;
  }

  .modern-creator-notifications-toggle-slider {
    border: 2px solid #404040;
  }
}

/* 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: rgb(23, 23, 23);
  color: #ffffff;
  overflow-x: hidden;
}

.modern-wallet-auth-check {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #ffffff;
  color: #1f2937;
}

.modern-wallet-auth-check-content {
  text-align: center;
}

.modern-wallet-auth-spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid #d1d5db;
  border-top: 2px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem auto;
}

.modern-wallet-auth-check-text {
  color: #1f2937;
  font-size: 0.875rem;
}

.modern-wallet-icon-wrapper {
  display: inline-block;
}

/* 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 {
  min-height: 100%;
  margin-top: 24px;
}

/* 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;
  font-weight: 500 !important;
}

/* 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: 16px;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  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-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, rgb(38, 38, 38), rgb(64, 64, 64));
  color: rgb(115, 115, 115);
  cursor: not-allowed;
  transform: none;
  border: 1px solid rgba(82, 82, 82, 0.5);
}


.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: 25vh;
  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-icon.modern-wallet-empty-icon svg {
  height: 48px;
}

.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;
  position: relative;
}

/* Deleting State */
.modern-wallet-cards-list--deleting.modern-wallet-cards-list--deleting {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}

.modern-wallet-cards-list--deleting.modern-wallet-cards-list--deleting .modern-wallet-card-item {
  filter: blur(2px);
}

.modern-wallet-deleting-overlay.modern-wallet-deleting-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.light-mode .modern-wallet-deleting-overlay.modern-wallet-deleting-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.modern-wallet-deleting-spinner.modern-wallet-deleting-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;
}

.light-mode .modern-wallet-deleting-spinner.modern-wallet-deleting-spinner {
  border: 3px solid #d1d5db;
  border-top: 3px solid #f534bf;
}

.modern-wallet-deleting-text.modern-wallet-deleting-text {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}

.light-mode .modern-wallet-deleting-text.modern-wallet-deleting-text {
  color: #1f2937;
}

.modern-wallet-card-item.modern-wallet-card-item {
  background: rgb(23, 23, 23);
  border: 1px solid rgb(41, 41, 41);
  border-radius: 16px;
  padding: 24px;
}


.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: 48px;
  height: 48px;
  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: 24px;
  height: 24px;
}

.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: #a3a3a3;
  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;
  color: rgb(212, 212, 212);
  font-weight: 500 !important;
}

.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;
  margin-left: auto;
}

.modern-wallet-action-btn.modern-wallet-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 2.5rem;
  border-radius: 0.5rem;
  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;
  background-color: rgb(239 68 68 / 0.1);
}

.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;
  height: 20px;
}

.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(20, 83, 45, 0.2), rgba(6, 78, 59, 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: 20px;
  margin-right: 0.75rem;
  height: 20px;
}

.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(49, 46, 129, 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: rgb(96, 165, 250);
  font-size: 20px;
  margin-right: 0.75rem;
  height: 20px;
}

.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: #f534bf;
  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-card-header.modern-wallet-card-header {
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
  }

  .modern-wallet-card-brand.modern-wallet-card-brand {
    margin-bottom: 1.25rem;
  }


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

  
}

@media (max-width: 480px) {

  .modern-wallet-card-header.modern-wallet-card-header {
    gap: 1rem;
  }
  
  
  .modern-wallet-card-icon-container.modern-wallet-card-icon-container {
    width: 2.5rem;
    height: 2.5rem;
  }
  

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


/* 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: #f534bf;
  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%);
  }
} 
/* 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 {
  background: #171717;
  min-height: 100%;
  color: #ffffff;
  margin-top: 24px;
}


.modern-transactions-description-text.modern-transactions-description-text {
  color: rgb(212, 212, 212);
  font-size: 0.875rem;
  margin: 0;
  font-weight: 500 !important;
  margin-bottom: 24px;
}

/* 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);
}

.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-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-creator.modern-transactions-creator.no-link {
  cursor: default;
}

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

.modern-transactions-type.modern-transactions-type a {
  color: #f534bf;
  text-decoration: none;
}

.modern-transactions-type-link.modern-transactions-type-link {
  color: #f534bf;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modern-transactions-type-link.modern-transactions-type-link:hover {
  color: #e91e63;
}

/* 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: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.modern-transactions-pagination-btn.modern-transactions-pagination-btn:hover:not(.disabled) {
  color: #f534bf;
}

.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: rgb(64, 64, 64);
  color: rgb(212, 212, 212);
  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: #525252;
}

.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-item.modern-transactions-item {
    padding: 1rem;
  }
  
  .modern-transactions-item-header.modern-transactions-item-header {
    /* flex-direction: column; */
    gap: 0.75rem;
  }
  

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

  
}

@media (max-width: 480px) {
  
  .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-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 Referral Page Styles */
.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: 20px;
  transition: all 0.2s ease;
  overflow: hidden;
}


.modern-referral-card-title {
  font-size: 16px;
  font-weight: 600 !important;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.modern-referral-stats-container {
  text-align: center;
}

.modern-referral-share-card {
  grid-column: 1 / -1;
}

.modern-referral-link-section {
  margin-top: 1.5rem;
}

.modern-referral-link-text {
  padding: 12px 16px;
  word-break: break-all;
  background: rgb(30, 30, 30);
  border: 1px solid rgb(45, 45, 45);
  border-radius: 12px;
  color: rgb(160, 160, 160);
  font-size: 14px;
  margin-bottom: 16px;
}

.modern-referral-copy-btn {
  background: #f534bf;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-weight: 600 !important;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  width: 100%;
  border-radius: 12px;
  font-size: 14px !important;
}

.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-no-history {
  text-align: center;
  color: #a0a0a0;
  margin: 2rem 0;
  font-style: italic;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Loading Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Stats Loading State */
.modern-referral-stats-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  min-height: 200px;
  animation: fadeIn 0.3s ease-in;
}

.modern-referral-stats-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #2a2a2a;
  border-top: 3px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.modern-referral-stats-loading-text {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0;
}

/* History Loading State */
.modern-referral-history-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  min-height: 200px;
  animation: fadeIn 0.3s ease-in;
}

.modern-referral-history-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #2a2a2a;
  border-top: 3px solid #f534bf;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.modern-referral-history-loading-text {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0;
}

/* Smooth Fade-in Animation */
.modern-referral-fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pagination Styles */
.modern-referral-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.25rem;
  gap: 0.75rem;
  margin-top: 1rem;
}

.modern-referral-pagination .pagination-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border: 1px solid #2a2a2a;
  color: #a0a0a0;
  background: #1a1a1a;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
}

.modern-referral-pagination .pagination-btn:hover:not(:disabled) {
  background: #2a2a2a;
  border-color: #f534bf;
  color: #ffffff;
}

.modern-referral-pagination .pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.modern-referral-pagination .pagination-btn.active {
  background: #f534bf;
  border-color: #f534bf;
  color: #ffffff;
}

.modern-referral-pagination .pagination-btn.active:hover {
  background: #e024a8;
  border-color: #e024a8;
}

/* Responsive Pagination */
@media (max-width: 480px) {
  .modern-referral-pagination {
    padding: 1.5rem 0 0;
  }
  
  .modern-referral-pagination .pagination-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}



/* 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-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-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;
  }
}


.activity-screen {
  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 {
  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;
  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: #f534bf;
  border-color: transparent;
}

.light-mode .activity-tab.active {
  background: #f534bf;
  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-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-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-empty,
.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;
}
.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: 450px;
    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;
} */

@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: 450px;
    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-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-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 Warning Modal Styles */

/* Icon Color Overrides */
.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;
}

/* Link Styles */
.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: 450px;
  height: 100dvh;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-warning-bg-overlay:after {
  content: '';
  position: fixed;
  width: 200vh;
  height: 200vh;
  left: -50vh;
  top: -50vh;
  background: #171717;
}

.modern-warning-modal > div {
  position: relative;
  z-index: 99;
}

@media(max-width: 600px) {
  .modern-warning-overlay {
    max-width: 100%;
  }
}



/* Background Effects */

.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-radius: 1.5rem;
  padding: 1.25rem;
  width: 100%;
  max-width: 28rem;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(1);
  opacity: 1;
  margin: 0px 14px;
  transition: all 0.5s ease;
  margin-top: 0;
}

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


@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;
  color: #fff !important;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.modern-warning-icon-bg svg {
  width: 24px !important;
  height: 24px !important;
}

.modern-warning-icon-bg svg path {
  fill: #fff !important;
}

.modern-warning-icon-bg i {
  color: #fff !important;
  font-size: 1.25rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}


/* Header */
.modern-warning-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.modern-warning-header-text {
  color: white;
  font-size: 0.875rem;
  font-weight: 600 !important;
  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: 2rem;
  height: 2rem;
  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.7rem;
  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-circle{
  color: white !important;
}
.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-actions svg {
  color: #fff !important;
}

.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;
  background: transparent;
    border: 0;
    outline: none;
}

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

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

/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsive Design */
@media (max-width: 640px) {
  .modern-warning-modal {
    max-width: calc(100vw - 1rem);
  }
  
  .modern-warning-verification-badges {
    display: flex;
    grid-template-columns: 1fr;
  }
  
  .modern-warning-secondary-actions {
    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;
}

.messages-container {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow-y: auto;
}

/* Ensure messaging area has proper positioning for fixed nav */
.messaging-area {
  position: relative;
}


/* @media screen and (min-width: 991px) {
  .messages-container {
    padding-top: 40px;
  }
} */

.messages-container p {
  margin: 0;
}

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.a7185523.css.map*/