@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-3xl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

body {
  --containerMaxWidth: 100%;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
  .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
  .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1447px;
  }
  .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1447px;
  }
}
@media (min-width: 1920px) {
  .container-3xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1447px;
  }
  .containerLeftPadding.container-3xl, .containerLeftPadding.container-xxl, .containerLeftPadding.container-xl, .containerLeftPadding.container-lg, .containerLeftPadding.container-md, .containerLeftPadding.container-sm, .containerLeftPadding.container {
    --containerPadding: 12px;
    padding-left: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerLeftPadding.container-3xl > .row > *:last-child, .containerLeftPadding.container-xxl > .row > *:last-child, .containerLeftPadding.container-xl > .row > *:last-child, .containerLeftPadding.container-lg > .row > *:last-child, .containerLeftPadding.container-md > .row > *:last-child, .containerLeftPadding.container-sm > .row > *:last-child, .containerLeftPadding.container > .row > *:last-child {
    padding-right: 0;
  }
  .containerRightPadding.container-3xl, .containerRightPadding.container-xxl, .containerRightPadding.container-xl, .containerRightPadding.container-lg, .containerRightPadding.container-md, .containerRightPadding.container-sm, .containerRightPadding.container {
    --containerPadding: 12px;
    padding-right: calc((100vw - var(--containerMaxWidth)) / 2 + var(--containerPadding));
    max-width: unset;
  }
  .containerRightPadding.container-3xl > .row > *:first-child, .containerRightPadding.container-xxl > .row > *:first-child, .containerRightPadding.container-xl > .row > *:first-child, .containerRightPadding.container-lg > .row > *:first-child, .containerRightPadding.container-md > .row > *:first-child, .containerRightPadding.container-sm > .row > *:first-child, .containerRightPadding.container > .row > *:first-child {
    padding-left: 0;
  }
  body {
    --containerMaxWidth: 1447px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-3xl {
    flex: 1 0 0%;
  }
  .row-cols-3xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-3xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-3xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-3xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-3xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.containerPadding-R0 {
  padding-right: 0;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-grid10-1 {
  flex: 0 0 auto;
  width: 10%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-grid10-2 {
  flex: 0 0 auto;
  width: 20%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-grid10-3 {
  flex: 0 0 auto;
  width: 30%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-grid10-4 {
  flex: 0 0 auto;
  width: 40%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-grid10-5 {
  flex: 0 0 auto;
  width: 50%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-grid10-6 {
  flex: 0 0 auto;
  width: 60%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-grid10-7 {
  flex: 0 0 auto;
  width: 70%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-grid10-8 {
  flex: 0 0 auto;
  width: 80%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-grid10-9 {
  flex: 0 0 auto;
  width: 90%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-grid10-10 {
  flex: 0 0 auto;
  width: 100%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-grid10-11 {
  flex: 0 0 auto;
  width: 110%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-grid10-12 {
  flex: 0 0 auto;
  width: 120%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-sm-R0 {
    padding-right: 0;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-sm-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-sm-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-md-R0 {
    padding-right: 0;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-md-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-md-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-md-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-md-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-md-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-md-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-md-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-lg-R0 {
    padding-right: 0;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-lg-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-lg-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xl-R0 {
    padding-right: 0;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-xxl-R0 {
    padding-right: 0;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-xxl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-xxl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-xxl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-xxl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-xxl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-xxl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-xxl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-xxl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-xxl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-xxl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-xxl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1920px) {
  .col-3xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .containerPadding-3xl-R0 {
    padding-right: 0;
  }
  .col-3xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-grid10-3xl-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-3xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-grid10-3xl-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-3xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-grid10-3xl-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-3xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-grid10-3xl-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-3xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-grid10-3xl-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-3xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-grid10-3xl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-3xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-grid10-3xl-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-3xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-grid10-3xl-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-3xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-grid10-3xl-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-3xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-grid10-3xl-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-grid10-3xl-11 {
    flex: 0 0 auto;
    width: 110%;
  }
  .col-3xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-grid10-3xl-12 {
    flex: 0 0 auto;
    width: 120%;
  }
  .offset-3xl-0 {
    margin-left: 0;
  }
  .offset-3xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-3xl-3 {
    margin-left: 25%;
  }
  .offset-3xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-3xl-6 {
    margin-left: 50%;
  }
  .offset-3xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-3xl-9 {
    margin-left: 75%;
  }
  .offset-3xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .g-3xl-0,
  .gx-3xl-0 {
    --bs-gutter-x: 0;
  }
  .g-3xl-0,
  .gy-3xl-0 {
    --bs-gutter-y: 0;
  }
  .g-3xl-1,
  .gx-3xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-3xl-1,
  .gy-3xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-3xl-2,
  .gx-3xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-3xl-2,
  .gy-3xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3xl-3,
  .gx-3xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3xl-3,
  .gy-3xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-3xl-4,
  .gx-3xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-3xl-4,
  .gy-3xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-3xl-5,
  .gx-3xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-3xl-5,
  .gy-3xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !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;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (min-width: 1920px) {
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
  color: var(--color-text);
}

body {
  font-family: "Poppins", sans-serif;
  max-width: 100vw;
  background: var(--color-bg);
  -webkit-tap-highlight-color: transparent;
}
body:focus {
  box-shadow: unset !important;
  outline: unset !important;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}
body.loginPage {
  height: 100vh;
}
body.loginPage .mainContent {
  position: relative;
}

.mainContainer {
  display: flex;
}
.mainContainer .mainContent {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

.custom-col {
  max-width: 130px;
  width: 100%;
  padding: 0;
}

.col-custom {
  max-width: 14.2857142857%;
  width: 100%;
}

.library-custom-col {
  max-width: 16.6666666667%;
  width: 100%;
}

.containerNoGap {
  padding: 0;
}
.containerNoGap .row {
  margin: 0;
}

.customContainer {
  max-width: 70%;
  margin: 0 auto 50px;
}
.customContainer .containerBorder {
  border: 2px solid var(--border-color);
}

.noSelect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none !important;
  transition: 0.3s ease all;
}
a:hover {
  text-decoration: none !important;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-text-muted);
  border-radius: 20px;
}

.container-zero {
  --bs-gutter-x: 0;
}
.container-zero > .row {
  --bs-gutter-x: 0;
}

header {
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 45px;
  padding-bottom: 30px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--color-bg);
}
header .logo {
  margin-left: 30px;
  width: 85px;
  aspect-ratio: 3/2;
}
header .logo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
header .headerMenu {
  padding-right: 13px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  z-index: 10;
  gap: 10px;
}
header .headerMenu .searchArea {
  margin: 0 auto;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  max-width: 400px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: border 0.2s ease;
}
header .headerMenu .searchArea input {
  color: var(--color-text);
  background: transparent;
  border: none !important;
  width: 100%;
  padding: 10px 40px 10px 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
header .headerMenu .searchArea input::placeholder {
  color: var(--color-text-muted);
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
}
header .headerMenu .searchArea input:focus {
  outline: none;
}
header .headerMenu .searchArea .searchBtn {
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .headerMenu .searchArea .searchBtn:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/search.svg");
  background: var(--color-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
header .headerMenu .searchArea:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
header .headerMenu .coins {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-width: 80px;
  gap: 10px;
  padding: 5.5px 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: border 0.2s ease;
  align-items: center;
}
header .headerMenu .coins .value {
  color: var(--color-text);
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
header .headerMenu .coins .imgArea {
  width: 25px;
  aspect-ratio: 1/1;
}
header .headerMenu .coins .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
  display: block;
}
header .headerMenu .coins .addBalance {
  position: relative;
  width: 13px;
  height: 13px;
  display: flex;
  margin-left: -5px;
}
header .headerMenu .coins:hover {
  border-color: var(--border-color-hover);
}
header .headerMenu .logMenus {
  margin-right: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
}
header .headerMenu .logMenus a {
  border: 1px solid rgba(224, 224, 224, 0.7);
  transition: 0.3s ease all;
  padding: 10px 10px;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  color: var(--color-text);
  font-weight: 600;
  white-space: nowrap;
}
header .headerMenu .logMenus a.signIn {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
header .headerMenu .logMenus a.logIn:hover {
  border: 1px solid var(--color-text);
}
header .headerMenu .logMenus.disabled {
  display: none;
}
header .headerMenu .profile {
  margin-left: 30px;
  width: 180px;
  transition: 0.3s ease all;
  position: relative;
}
header .headerMenu .profile .photo {
  aspect-ratio: 1/1;
  display: flex;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--color-primary);
}
header .headerMenu .profile .photo img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  margin: 0;
}
header .headerMenu .profile .name {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
  max-width: 90px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
header .headerMenu .profile .detail {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0);
  border-radius: 40px;
  cursor: pointer;
}
header .headerMenu .profile .detail::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  background: var(--color-text);
  transition: 0.3s ease all;
}
header .headerMenu .profile .detail:hover {
  background: rgba(255, 255, 255, 0.15);
}
header .headerMenu .profile .openMenu {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateY(calc(100% + 20px));
  z-index: 3;
  background-color: #1b1b1b;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  min-width: 260px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
header .headerMenu .profile .openMenu ul {
  padding: 0;
  margin: 0;
}
header .headerMenu .profile .openMenu ul li a {
  color: var(--color-text);
  padding: 10px 20px 10px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  transition: 0.3s ease all;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0);
}
header .headerMenu .profile .openMenu ul li a.logOut {
  color: #C5172E;
}
header .headerMenu .profile .openMenu ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
header .headerMenu .profile.active .openMenu {
  opacity: 1;
  pointer-events: auto;
}
header .headerMenu .profile.active .detail::after {
  transform: rotate(180deg) translateY(50%);
}
header.smHeader {
  padding: 10px 0;
}

@keyframes float1 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-155px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-95px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float4 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(95px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float5 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(155px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
section.login {
  display: flex;
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.logForms {
  background: #1b1b1b;
  border-radius: 12px;
  padding: 40px 40px 60px;
  width: 100%;
  max-width: 480px;
}
.logForms .loginTabs {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.logForms .loginTabs .item {
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  color: rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid var(--border-color);
  transition: 0.3s ease all;
  text-align: center;
}
.logForms .loginTabs .item.active {
  color: var(--color-text);
  border-bottom: 2px solid var(--border-color-hover);
}
.logForms .loginTabs .item:hover {
  color: var(--color-text);
}
.logForms .inputArea {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.logForms .inputArea label {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.logForms .inputArea input {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid var(--border-color);
  backdrop-filter: blur(4px);
  color: var(--color-text);
  border-radius: 8px;
  max-width: 100%;
  padding: 13px 18px 13px 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.logForms .inputArea input::placeholder {
  color: var(--color-text-muted);
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
}
.logForms .inputArea input:focus {
  outline: none;
}
.logForms .loginBtn {
  display: flex;
  margin-left: auto;
  margin-top: 50px;
  background-color: transparent;
  border: 2px solid var(--border-color);
  padding: 15px 30px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.logForms .loginBtn:hover {
  color: rgb(83, 252, 24);
}

.loginWithGoogle {
  display: inline-flex;
  gap: 20px;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  transition: 0.3s ease all;
  padding: 10px 20px;
  cursor: pointer;
  align-items: center;
}
.loginWithGoogle img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.loginWithGoogle p {
  font-size: 15px;
  color: var(--color-text);
}
.loginWithGoogle:hover {
  border: 2px solid var(--border-color-hover);
}

.logButtons {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

#media-container {
  padding: 0 30px;
}
#media-container.embedContainer {
  padding: 0;
}

.userMediaContent {
  padding: 0 30px;
}

.uploadContent {
  position: relative;
}
.uploadContent .uploadForm {
  background: var(--card-bg);
  padding: 30px;
  width: 100%;
  border-radius: 16px;
  margin: 50px auto;
}
.uploadContent .uploadForm .imgArea {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: auto;
}
.uploadContent .uploadForm .imgArea img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.uploadContent .uploadForm .inputArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.uploadContent .uploadForm .inputArea p {
  font-size: 14px;
  color: var(--color-text);
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  display: inline-flex;
}
.uploadContent .uploadForm .inputArea p.req:after {
  content: "";
  position: absolute;
  right: -12px;
  top: -2px;
  width: 7px;
  height: 7px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/req.svg");
  background: #C5172E;
  transition: 0.3s ease all;
  opacity: 1;
}
.uploadContent .uploadForm .inputArea input.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 40px;
}
.uploadContent .uploadForm .inputArea .inputBtn {
  background: transparent;
  border: 2px solid var(--border-color);
  backdrop-filter: blur(4px);
  cursor: pointer;
  color: var(--color-text);
  border-radius: 8px;
  max-width: 100%;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.uploadContent .uploadForm .inputArea .inputBtn span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.uploadContent .uploadForm .inputArea .inputBtn.selector span {
  display: flex;
  justify-content: center;
}
.uploadContent .uploadForm .uploadBtn {
  display: flex;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid var(--border-color);
  padding: 11px 30px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease all;
  margin-top: auto;
}
.uploadContent .uploadForm .uploadBtn:hover {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.uploadContent .uploadForm .imgContent {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.uploadContent .uploadForm .imgContent .inputArea {
  margin-top: 30px;
}
.uploadContent .uploadForm .soundContent {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.uploadContent .uploadForm .soundContent .inputArea {
  margin-bottom: 30px;
}
.uploadContent .uploadForm .videoOptions h4 {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.uploadContent .uploadForm .videoOptions .videoContent {
  display: flex;
  gap: 10px;
  align-items: center;
}
.uploadContent .uploadForm .video-preview-container {
  margin: 30px 0;
}
.uploadContent .uploadForm .video-preview-container #video-preview, .uploadContent .uploadForm .video-preview-container canvas {
  width: 100%;
  max-height: 350px;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.uploadContent .cutter h4 {
  color: var(--color-text);
  margin: 20px auto 35px;
  font-size: 18px;
  text-align: center;
}
.uploadContent .cutter p {
  font-size: 12px;
  color: var(--color-text);
  font-weight: 300;
  text-align: center;
  margin-top: 5px;
}
.uploadContent .cutter #audio-preview {
  display: none;
}
.uploadContent .cutter .time-inputs {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}
.uploadContent .cutter .time-inputs .item {
  width: 75px;
}
.uploadContent .cutter .time-inputs .volume-control {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.uploadContent .cutter .time-inputs .volume-control button {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
  background: transparent;
  border: none;
}
.uploadContent .cutter .time-inputs .volume-control button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/volumeon.svg");
  background: #fff;
  transition: 0.3s ease all;
  left: 0;
  top: 0;
}
.uploadContent .cutter .time-inputs .volume-control button.volume-low:after {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/volumelow.svg");
}
.uploadContent .cutter .time-inputs .volume-control button.volume-muted:after {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/volumeoff.svg");
}
.uploadContent .cutter .time-inputs .volume-control input {
  max-width: 200px;
}
.uploadContent .cutter .noUi-horizontal {
  height: 8px;
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
}
.uploadContent .cutter .noUi-horizontal .noUi-connects {
  background: rgba(255, 255, 255, 0.15);
  outline: none;
  border-radius: 10px;
}
.uploadContent .cutter .noUi-horizontal .noUi-connects .noUi-connect {
  background: rgb(39, 170, 255);
}
.uploadContent .cutter .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  top: -4px;
  border-radius: 50%;
  background: #1b1b1b;
  border: 2px solid var(--border-color);
  box-shadow: none;
  transition: 0.3s ease all;
  cursor: pointer;
}
.uploadContent .cutter .noUi-horizontal .noUi-handle:after, .uploadContent .cutter .noUi-horizontal .noUi-handle:before {
  display: none;
}
.uploadContent .cutter .noUi-horizontal .noUi-handle:active {
  border: 2px solid var(--border-color-hover);
}
.uploadContent .cutter .noUi-horizontal .noUi-tooltip {
  font-size: 11px;
  box-shadow: none;
  background: #1b1b1b;
  color: var(--color-text);
  border: 1px solid var(--color-text);
  top: 0;
  bottom: auto;
  transform: translateY(calc(-100% - 5px)) translateX(-50%);
}
.uploadContent .chromaTitle {
  margin: 20px 0;
  display: inline-flex;
}
.uploadContent .chromaSetting {
  margin: 20px 0;
}
.uploadContent .chromaSetting .content .item label {
  display: flex;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  user-select: none;
}
.uploadContent .chromaSetting .content .item label span {
  display: flex;
  width: 30px;
  justify-content: center;
}
.uploadContent .chromaSetting .content .item input {
  width: 100%;
  display: flex;
}
.uploadContent .chromaSetting .content .item.colorItem {
  display: flex;
  align-items: center;
  gap: 15px;
}
.uploadContent .chromaSetting .content .item.colorItem label {
  margin: 0;
}

.infoOpenerMenu {
  position: relative;
  margin-left: 10px;
}
.infoOpenerMenu img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.infoOpenerMenu .openerContent {
  position: absolute;
  width: 250px;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: -10px;
  transform: translateY(calc(-100% - 10px));
  padding: 5px 10px;
  background: #1b1b1b;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  transition: 0.3s ease all;
}
.infoOpenerMenu .openerContent p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.infoOpenerMenu:hover .openerContent {
  opacity: 1;
  pointer-events: auto;
}

#video-preview::-webkit-media-controls-panel {
  justify-content: flex-end; /* Aligns items to the right */
}

#video-preview::-webkit-media-controls-play-button,
#video-preview::-webkit-media-controls-fullscreen-button,
#video-preview::-webkit-media-controls-overflow-menu,
#video-preview::-webkit-media-controls-timeline,
#video-preview::-webkit-media-controls-current-time-display,
#video-preview::-webkit-media-controls-time-remaining-display {
  display: none;
}

.balanceContent {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.balanceContent .balanceCards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.balanceContent .balanceCards .balanceCard {
  width: 100%;
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  background: #1b1b1b;
}
.balanceContent .balanceCards .balanceCard .count {
  color: var(--color-text);
}
.balanceContent .balanceCards .balanceCard button {
  margin-left: auto;
  display: flex;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid var(--border-color);
  outline: none;
  padding: 8px 10px;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease all;
  justify-content: center;
  width: 90px;
}
.balanceContent .balanceCards .balanceCard button:hover {
  border: 2px solid var(--border-color-hover);
}

.streamerContent {
  padding-left: 30px;
  margin-top: 50px;
}
.streamerContent .streamerLists {
  max-width: 820px;
  margin: 0 auto;
}
.streamerContent .streamerLists .top {
  margin-bottom: 40px;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.streamerContent .streamerLists .top .one .box {
  background: #FFD700;
  max-height: 60%;
  height: 100%;
}
.streamerContent .streamerLists .top .one .topStreamerCard {
  position: relative;
}
.streamerContent .streamerLists .top .one .topStreamerCard .profile {
  width: 80px;
}
.streamerContent .streamerLists .top .one .topStreamerCard:before {
  content: "";
  position: absolute;
  transition: 0.3s ease all;
  left: 50%;
  transform: translateX(-50%) translateY(-125%);
  top: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/crown.svg");
  background: #FFD700;
  opacity: 1;
  width: 80px;
  height: 40px;
}
.streamerContent .streamerLists .top .two .box {
  background: #C0C0C0;
  max-height: 40%;
  height: 100%;
}
.streamerContent .streamerLists .top .two .topStreamerCard .profile {
  width: 75px;
}
.streamerContent .streamerLists .top .three .box {
  background: #CD7F32;
  max-height: 25%;
  height: 100%;
}
.streamerContent .streamerLists .top .three .topStreamerCard .profile {
  width: 65px;
}
.streamerContent .streamerLists .top > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 130px;
  height: 100%;
}
.streamerContent .streamerLists .top > div .box {
  order: 1;
  border-radius: 10px 10px 0 0;
  position: relative;
  padding: 10px;
}
.streamerContent .streamerLists .top > div .box .score {
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.streamerContent .streamerLists .top > div .topStreamerCard {
  text-align: center;
  order: 2;
  margin-bottom: 15px;
}
.streamerContent .streamerLists .top > div .topStreamerCard .profile {
  width: 65px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 auto 15px;
  object-fit: cover;
}
.streamerContent .streamerLists .top > div .topStreamerCard h3 {
  color: var(--color-text);
}
.streamerContent .streamer-card {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.streamerContent .streamer-card .rank {
  font-size: 18px;
  color: var(--color-text);
  background: #1b1b1b;
  padding: 13px 10px;
  border-radius: 8px;
  transition: 0.3s ease all;
  border: 2px solid var(--border-color);
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.streamerContent .streamer-card .rank:hover {
  border: 2px solid var(--border-color-hover);
}
.streamerContent .streamer-card .content {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #1b1b1b;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.3s ease all;
  padding: 10px 15px;
}
.streamerContent .streamer-card .content .profile {
  margin-right: 30px;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.streamerContent .streamer-card .content h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text);
  width: 150px;
  overflow: hidden;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.streamerContent .streamer-card .content .score {
  margin: 0 auto;
  font-size: 18px;
  color: var(--color-text);
  font-weight: 500;
}
.streamerContent .streamer-card .content:hover {
  border: 2px solid var(--border-color-hover);
}

.listNames {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.listNames .item {
  font-size: 16px;
  color: var(--color-text);
}
.listNames .item:first-child {
  width: 60px;
  margin-right: 20px;
}
.listNames .item:nth-child(2) {
  width: 235px;
}
.listNames .item:last-child {
  margin: 0 auto;
}

.settings-container {
  padding-left: 30px;
}
.settings-container .settingTitle {
  font-size: 18px;
  color: var(--color-text);
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 32px;
  padding-bottom: 5px;
}
.settings-container .profile-photo-section {
  margin-bottom: 20px;
}
.settings-container .profile-photo-section .imgArea {
  width: 100px;
  aspect-ratio: 1/1;
  pointer-events: none;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.settings-container .profile-photo-section .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.settings-container .profile-photo-section .photo-upload-form {
  display: flex;
  align-items: center;
  gap: 15px;
}
.settings-container .profile-photo-section .photo-upload-form #id_profile_photo {
  display: none;
}
.settings-container .settings-form .inputArea {
  margin-bottom: 30px;
  position: relative;
}
.settings-container .settings-form .inputArea label {
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 15px;
  background: #1b1b1b;
  z-index: 2;
}
.settings-container .settings-form .inputArea input {
  padding: 12px 15px;
  font-weight: 500;
  -webkit-touch-callout: none;
  user-select: none;
}
.settings-container .settings-form .inputArea:last-child {
  margin: 0;
}
.settings-container .settingItem {
  background: #1b1b1b;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 57px);
}
.settings-container .settingItem .mainInfo {
  margin: 20px 0 0;
}
.settings-container .settingItem .mediaSoundBar {
  display: flex;
  flex-direction: column;
}
.settings-container .settingItem .mediaSoundBar .top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.settings-container .settingItem .mediaSoundBar label {
  color: var(--color-text-muted);
  font-size: 17px;
  font-weight: 400;
  display: flex;
  white-space: nowrap;
}
.settings-container .settingItem .mediaSoundBar label span {
  color: var(--color-text);
  font-weight: 500;
  display: block;
  width: 20px;
  margin-left: 5px;
}
.settings-container .settingItem .mediaSoundBar .slider-container {
  width: 100%;
  position: relative;
  height: 10px;
}
.settings-container .settingItem .location {
  color: #EAEAEA;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.settings-container .settingItem.top, .settings-container .settingItem.range-slider-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.settings-container .settingItem.top label, .settings-container .settingItem.range-slider-area label {
  color: #EAEAEA;
  font-size: 14px;
  font-weight: 500;
  min-width: 140px; /* Key fix: Prevents layout shift */
  flex-shrink: 0;
}
.settings-container .embedLink a {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  font-size: 16px;
  color: var(--color-text);
  font-weight: 500;
}
.settings-container .embedLink a img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
.settings-container .streamerItems {
  display: flex;
  gap: 30px;
}
.settings-container .streamerItems .item {
  width: 100%;
}
.settings-container .streamerItems .item a {
  background: #1b1b1b;
  border-radius: 12px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease all;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.settings-container .streamerItems .item a img {
  width: 25px;
  height: 25px;
}
.settings-container .infoText {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text-muted);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
}
.settings-container .range-slider-area {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.settings-container .range-slider-area label {
  white-space: nowrap;
  display: flex;
}
.settings-container .range-slider-area label span {
  width: 36px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.settings-container .size-preview-container {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #2c2c2c;
  border: 1px solid #444;
  margin-top: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.settings-container .preview-info-text {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #888;
  font-size: 12px;
  margin: 0;
}
.settings-container .media-preview {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.settings-container .media-preview.square {
  aspect-ratio: 1/1;
}
.settings-container .media-preview.widescreen {
  aspect-ratio: 16/9;
}
.settings-container .fullWidthSettingCard {
  display: flex;
  background: rgb(27, 27, 27);
}
.settings-container .fullWidthSettingCard .item {
  max-width: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.settings-container .fullWidthSettingCard .item .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.settings-container .fullWidthSettingCard .item .colors {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.settings-container .fullWidthSettingCard .item .colors input {
  margin-top: 9px;
}
.settings-container .fullWidthSettingCard .item .colors button {
  margin-top: auto;
}
.settings-container .fullWidthSettingCard .item:first-child {
  max-width: 50%;
}
.settings-container .fullWidthSettingCard .themeImg {
  margin: 0;
}
.settings-container .fullWidthSettingCard .themeImg .imgArea {
  aspect-ratio: 1920/410;
  width: 320px;
  border: 2px solid var(--border-color);
}
.settings-container .fullWidthSettingCard .themeImg .imgArea img[src=""] {
  content: "";
}
.settings-container .fullWidthSettingCard .themeImg .banner-upload-form {
  display: flex;
  gap: 10px;
}
.settings-container .fullWidthSettingCard .themeImg .banner-upload-form #id_banner {
  display: none;
}
.settings-container .fullWidthSettingCard .themeImg .banner-upload-form .inputBtn {
  max-width: 113px;
}
.settings-container .fullWidthSettingCard .labelInputBtn {
  max-width: 113px;
}

.streamerLibrary {
  max-width: 70%;
  margin: 0 auto;
}
.streamerLibrary .streamerLibraryTitle {
  margin-bottom: -160px;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding: 40px 40px 40px 100px;
  position: relative;
  z-index: 10;
}
.streamerLibrary .streamerLibraryTitle .profilePhoto {
  width: 190px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 2px solid var(--color-text);
  border-radius: 50%;
}
.streamerLibrary .streamerLibraryTitle .profilePhoto img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.streamerLibrary .streamerLibraryTitle .title {
  font-size: 30px;
  color: var(--color-text);
  margin-bottom: 20px;
  text-shadow: 0px 0px 12px rgb(0, 0, 0);
}
.streamerLibrary .streamerLibraryTitle .title span {
  font-size: 24px;
}
.streamerLibrary .streamerLibraryTitle .title span:first-letter {
  text-transform: uppercase;
}
.streamerLibrary .gifContent {
  position: relative;
  padding: 0 20px;
  z-index: 4;
  margin-bottom: 10px;
  margin-top: 40px;
}
.streamerLibrary .gifContent .libraryContent {
  background: #1b1b1b;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  position: relative;
  border: 2px solid var(--border-color);
}
.streamerLibrary .gifContent .libraryContent .searchArea {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  max-width: 180px;
  width: 100%;
  border: 2px solid var(--border-color);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: border 0.2s ease;
}
.streamerLibrary .gifContent .libraryContent .searchArea input {
  color: var(--color-text);
  background: transparent;
  border: none !important;
  width: 100%;
  padding: 3px 40px 3px 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.streamerLibrary .gifContent .libraryContent .searchArea input::placeholder {
  color: var(--color-text-muted);
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
}
.streamerLibrary .gifContent .libraryContent .searchArea input:focus {
  outline: none;
}
.streamerLibrary .gifContent .libraryContent .searchArea .searchBtn {
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.streamerLibrary .gifContent .libraryContent .searchArea .searchBtn:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/search.svg");
  background: var(--color-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.streamerLibrary .gifContent .libraryContent .searchArea:hover {
  border-color: var(--border-color-hover);
}
.streamerLibrary .gifContent .libraryContent #library-container {
  overflow: hidden;
  overflow-y: auto;
}
.streamerLibrary .gifContent .libraryContent #library-container::-webkit-scrollbar-track {
  background: transparent !important;
}
.streamerLibrary .gifContent .libraryContent #library-container::-webkit-scrollbar {
  width: 0 !important;
  background-color: transparent !important;
}
.streamerLibrary .gifContent .libraryContent #library-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}
.streamerLibrary .gifContent .libraryContent .previewContainer.hidden {
  display: none;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia {
  margin-bottom: 15px;
  position: relative;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia img,
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia video {
  max-width: 100%;
  border-radius: 8px;
  max-height: 250px;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia .custom-audio-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia .custom-audio-wrapper .playBtn {
  margin: 20px auto;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia .custom-audio-wrapper .playBtn:after {
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia .custom-audio-wrapper .playBtn.pause:after {
  width: 21px;
  height: 21px;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .previewMedia:hover .custom-audio-wrapper {
  opacity: 1;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content .displayFormat {
  position: absolute;
  right: 20px;
  top: -20px;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #donation-position-container {
  display: none;
  overflow: hidden;
  height: 250px;
  aspect-ratio: 16/9;
  background-color: var(--card-bg);
  position: relative;
  cursor: crosshair;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #555;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #donation-position-container #donation-position-draggable {
  width: 80px;
  height: 45px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: move;
  border: 2px dashed #fff;
  border-radius: 4px;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content .controls {
  width: 445px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content .controls .fullScreenBtn {
  position: absolute;
  right: 0;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #size-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  z-index: 10;
  position: relative;
  margin-bottom: 30px;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #size-controls button {
  background: var(--card-bg);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #size-controls button .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/plus3.svg");
  background: var(--color-text);
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #size-controls button .minus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/minus2.svg");
  background: var(--color-text);
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #size-controls #size-display {
  color: white;
  font-size: 16px;
  min-width: 50px;
  text-align: center;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content .playButton {
  margin-top: 20px;
  display: block;
  color: var(--color-text);
  padding: 10px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease all;
  border: 2px solid var(--border-color);
  background: transparent;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content .playButton:hover {
  border: 2px solid var(--border-color-hover);
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card .content #preview-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 95%;
  overflow: hidden;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card #back-to-list {
  display: flex;
  padding: 20px;
  width: 100%;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 18px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 30px;
}
.streamerLibrary .gifContent .libraryContent .previewContainer #preview-card #back-to-list img {
  width: 20px;
  height: 20px;
}
.streamerLibrary .gifContent .libraryContent.streamerLibraryContent {
  padding: 0;
}
.streamerLibrary .gifContent .libraryContent.streamerLibraryContent #library-container {
  display: none;
}
.streamerLibrary .gifContent .libraryContent .streamerLibraryTopBar {
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
.streamerLibrary .gifContent .libraryContent .streamerLibraryTopBar .navList1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.streamerLibrary .gifContent .topSupporter {
  background: #1b1b1b;
  padding: 20px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
}
.streamerLibrary .gifContent .topSupporter h2 {
  color: var(--color-text);
  font-size: 18px;
  margin-bottom: 30px;
}
.streamerLibrary .gifContent .topSupporter ol li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--color-text);
  border-bottom: 2px solid var(--border-color);
  padding-right: 4px;
}
.streamerLibrary .gifContent .topSupporter ol li img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.streamerLibrary .gifContent .topSupporter ol li h3 {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.streamerLibrary .gifContent .topSupporter ol li #points {
  display: block;
  margin-left: auto;
}
.streamerLibrary .gifContent .topSupporter ol li .number {
  color: var(--color-text);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  width: 20px;
  text-align: center;
}

.libraryMedia {
  display: flex;
}

#themeColor {
  height: 150px;
  width: 100%;
  position: relative;
}
#themeColor #gradient {
  height: 200px;
  transform: translateY(140px);
}
#themeColor .imgArea {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 450px;
}
#themeColor .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  height: 385px;
}
#themeColor .imgArea:after {
  content: "";
  position: absolute;
  height: 200px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, #0D0E0E 53%);
  bottom: -30px;
  z-index: 2;
}
#themeColor.imgBanner #gradient {
  display: none;
}

#media-content .row {
  margin: 0;
}

.scrolling-title {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.scrolling-title span {
  display: inline-block;
  transform: translateX(0);
  transition: transform 1s linear;
}
.libraryTopBar {
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  padding: 30px 50px;
  display: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  flex-direction: column;
  background: #1b1b1b;
  margin-bottom: 15px;
}
.libraryTopBar .title {
  margin-right: 110px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.libraryTopBar .SubTitle {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.libraryTopBar .libraryTheme {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.libraryTopBar .libraryTheme p {
  color: var(--color-text);
}
.libraryTopBar .libraryTheme .colors {
  display: flex;
  align-items: center;
  gap: 20px;
}
.libraryTopBar .libraryTheme .colors button {
  position: relative;
  background: transparent;
  border: none !important;
  outline: none;
  cursor: pointer;
  width: 25px;
  height: 20px;
}
.libraryTopBar .libraryTheme .colors button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: white;
  opacity: 1;
  transition: 0.3s ease all;
}
.libraryTopBar .libraryTheme .colors button:hover:before {
  background: #06D001;
}
.libraryTopBar .libraryTheme #color-error-message {
  padding: 5px;
  position: absolute;
  left: -100%;
  white-space: nowrap;
  top: 0;
  transform: translateY(calc(-100% - 10px));
  z-index: 10;
  font-size: 15px;
  color: #C5172E;
  font-weight: 500;
}
.libraryTopBar .librarySettings {
  display: flex;
  position: relative;
  align-items: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.libraryTopBar .librarySettings form label {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 15px;
  background: #1b1b1b;
}
.libraryTopBar .librarySettings form input {
  max-width: 100px;
  color: var(--color-text);
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  padding: 15px 40px 15px 15px;
  min-width: 250px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  transition: 0.3s ease all;
}
.libraryTopBar .librarySettings form input::placeholder {
  color: var(--color-text-muted);
  font-size: 16px;
  font-weight: 400;
}
.libraryTopBar .librarySettings form input:hover {
  border: 2px solid var(--border-color-hover);
}
.libraryTopBar .librarySettings form button {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 18px;
  background: transparent;
  border: none;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.libraryTopBar .librarySettings form button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: white;
  opacity: 1;
}
.libraryTopBar .resetBtn {
  margin-right: auto;
  cursor: pointer;
  margin-left: 30px;
  color: var(--color-text);
  display: flex;
  border-radius: 8px;
  background: transparent;
  padding: 14.5px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s ease all;
}
.libraryTopBar .resetBtn img {
  width: 17px;
  aspect-ratio: 1/1;
  transition: 0.7s ease all;
}
.libraryTopBar .resetBtn:hover {
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.libraryTopBar .library-tabs {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: auto;
}
.libraryTopBar .library-tabs .library-tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  white-space: nowrap;
  height: 48px;
  color: var(--color-text);
  background: transparent;
  outline: none;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  transition: 0.3s ease all;
  cursor: pointer;
  font-weight: 600;
}
.libraryTopBar .library-tabs .library-tab-button span {
  display: flex;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}
.libraryTopBar .library-tabs .library-tab-button:hover, .libraryTopBar .library-tabs .library-tab-button.active {
  border: 2px solid var(--border-color-hover);
}
.libraryTopBar .profileBar > div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.libraryTopBar .profileBar .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.libraryTopBar .profileBar .item .library-name-input {
  background: transparent;
  color: var(--color-text-muted);
  border: 2px solid transparent;
  border-bottom: 2px solid var(--border-color);
  width: 165px;
  padding: 5px;
  border-radius: 8px 8px 0 0;
  transition: 0.3s ease all;
}
.libraryTopBar .profileBar .item .library-name-input:hover {
  border-bottom: 2px solid var(--color-text);
  background: rgba(255, 255, 255, 0.05);
}
.libraryTopBar .profileBar .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
.libraryTopBar .profileBar .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.libraryTopBar .profileBar .switch input:checked + .slider {
  background: rgba(255, 255, 255, 0.1);
}
.libraryTopBar .profileBar .switch input:checked + .slider::before {
  transform: translateX(21px);
}
.libraryTopBar .profileBar .switch .slider {
  border: 2px solid var(--border-color);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 24px;
}
.libraryTopBar .profileBar .switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.libraryTopBar .libraryContent {
  display: flex;
  justify-content: space-between;
}
.libraryTopBar .libraryContent .libraryItem {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}
.libraryTopBar .libraryContent .libraryItem .content {
  display: flex;
  align-items: center;
  height: 100%;
}

.libraryUrl {
  margin-left: 30px;
}
.libraryUrl a {
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease all;
  margin-bottom: 20px;
}
.libraryUrl a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.libraryUrl a:hover {
  color: var(--color-text);
}

.bankContent {
  background: #1b1b1b;
  padding: 30px;
  width: 100%;
  border-radius: 16px;
  margin: 0 auto;
}
.bankContent form {
  display: flex;
  flex-direction: column;
}
.bankContent .form-group label {
  margin-bottom: 10px;
  color: var(--color-text);
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.bankContent .form-group label span {
  font-size: 13px;
  color: var(--color-text-muted);
  font-weight: 300;
}
.bankContent .form-group p {
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-muted);
  font-weight: 300;
  margin-top: 30px;
}
.bankContent .bankBtn {
  margin-left: auto;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease all;
  border: 2px solid var(--border-color);
  background: transparent;
}
.bankContent .bankBtn:hover {
  border: 2px solid var(--border-color-hover);
}

.drawalContent {
  margin: 0 auto;
  background: #1b1b1b;
  width: 100%;
  border-radius: 16px;
}
.drawalContent .drawalTop {
  border-bottom: 2px solid var(--color-text-muted);
}
.drawalContent .drawalTop .bankInfos {
  display: flex;
  align-items: center;
  gap: 30px;
}
.drawalContent .drawalTop .wrongBank {
  color: var(--color-text-muted);
  font-weight: 400;
  font-size: 13px;
}
.drawalContent .drawalTop .wrongBank a {
  color: var(--color-text);
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline !important;
}
.drawalContent .drawalBottom {
  display: flex;
  flex-direction: column;
}
.drawalContent .form-group {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.drawalContent .form-group label {
  color: var(--color-text-muted);
  display: block;
}
.drawalContent .form-group input {
  max-width: 200px;
  padding: 10px 15px;
}
.drawalContent .form-group span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
}
.drawalContent p {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--color-text);
  font-weight: 300;
}
.drawalContent p b {
  font-weight: 500;
  margin-right: 5px;
  color: var(--color-text-muted);
}
.drawalContent .btnSend {
  margin-left: auto;
  color: var(--color-text);
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease all;
  border: 2px solid var(--border-color);
  display: flex;
  background: transparent;
}
.drawalContent .btnSend:hover {
  border: 2px solid var(--border-color-hover);
}
.drawalContent > div {
  padding: 30px;
}
.drawalContent > div .title {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}

.applyStreamerContent {
  background: #1b1b1b;
  padding: 30px;
  width: 100%;
  border-radius: 16px;
  margin: 0 auto;
}
.applyStreamerContent .form-group label {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}
.applyStreamerContent .form-group input {
  max-width: 200px;
  padding: 8px 10px;
}
.applyStreamerContent .wait {
  color: var(--color-text);
  margin-bottom: 20px;
}

.btnSend {
  display: flex;
  margin-left: auto;
  background-color: var(--card-bg);
  border: 2px solid var(--border-color);
  padding: 11px 30px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease all;
  margin-top: auto;
}
.btnSend:hover {
  border: 2px solid var(--border-color-hover);
}

.mainSearch {
  position: sticky;
  background: var(--color-bg);
  padding: 2px 0 20px;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease, z-index 0.6s ease;
}
.mainSearch > div {
  width: 700px;
  margin: 0 auto;
  border: 2px solid var(--border-color);
  border-radius: 50px;
  position: relative;
}
.mainSearch input {
  color: var(--color-text);
  background: transparent;
  border: none !important;
  width: 100%;
  padding: 5px 40px 5px 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.mainSearch input::placeholder {
  color: var(--color-text-muted);
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
}
.mainSearch input:focus {
  outline: none;
}
.mainSearch .searchBtn {
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.mainSearch .searchBtn:after {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/search.svg");
  background: var(--color-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.mainSearch.visible {
  transition-duration: 0.3s;
  z-index: 20;
  top: 70px;
}

.mainMediaContainer .videoType {
  max-width: 16.6666666667%;
  width: 100%;
}

.supportContent {
  margin: 0 auto;
  background: #1b1b1b;
  padding: 20px;
  border-radius: 16px;
}
.supportContent .mailText {
  color: var(--color-text-muted);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.supportContent .mailInfo {
  margin-bottom: 30px;
}
.supportContent .mailInfo .subTitle {
  font-size: 16px;
  color: var(--color-text-muted);
  font-weight: 500;
}
.supportContent .mailInfo a {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
}
.supportContent .title {
  font-size: 18px;
  color: var(--color-text);
  font-weight: 500;
  margin-bottom: 20px;
}
.supportContent .btnSend {
  margin-top: 40px;
}

.embedBody {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}

.embedContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.embedContainer img {
  max-width: 240px;
  max-height: 240px;
  border-radius: 12px;
}
.embedContainer .donorUserName {
  max-width: 340px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  gap: 10px;
  margin: 20px auto 0;
}
.embedContainer.hide {
  opacity: 0;
}
.embedContainer.custom-position {
  width: auto;
  height: auto;
  display: block;
}
.embedContainer.custom-position #video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.embedContainer.fullScreen .donorUserName {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin: 0;
  transform: translateX(-50%);
}

#video.large-video {
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}
#video.fullscreen-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.form-group {
  margin-bottom: 45px;
}

.customTextArea {
  min-height: 80px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: var(--card-bg);
  border: 2px solid var(--border-color);
  backdrop-filter: blur(4px);
  color: var(--color-text);
  border-radius: 8px;
  padding: 13px 18px 13px 18px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  margin-top: 25px;
}

.inputType1 {
  background: var(--card-bg);
  border: 2px solid var(--border-color);
  backdrop-filter: blur(4px);
  color: var(--color-text);
  border-radius: 8px;
  max-width: 100%;
  padding: 13px 18px 13px 18px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  outline: none;
}
.inputType1::placeholder {
  color: var(--color-text-muted);
  font-family: "Poppins", sans-serif;
  opacity: 0.6;
}

.inputType2 {
  border: 2px solid var(--border-color);
  padding: 5px 10px;
  width: 100%;
  background: #1b1b1b;
  border-radius: 8px;
  color: var(--color-text);
  outline: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease all;
}
.inputType2::placeholder {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
}
.inputType2.active {
  border: 2px solid var(--border-color-hover);
}

.customcheckbox1 {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.customcheckbox1 input {
  display: none;
}
.customcheckbox1 input:checked ~ .checkmark:after {
  opacity: 1;
}
.customcheckbox1 .checkboxText {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 400;
}
.customcheckbox1 .checkmark {
  width: 22px;
  height: 22px;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  border-radius: 5px;
  border: 2px solid var(--border-color);
}
.customcheckbox1 .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: var(--color-text);
  transition: 0.2s ease all;
  opacity: 0;
}

input {
  outline: none;
}

.select2-results__option--selected {
  display: none;
}

.library-card-select.select2-dropdown {
  margin-top: -2px;
  border: none;
  background: #1b1b1b;
  border: 2px solid var(--border-color);
  border-radius: 0;
}
.library-card-select .select2-results__options .select2-results__option {
  padding: 15px 10px;
  color: var(--color-text);
  font-size: 16px;
  font-style: normal;
  transition: 0.3s ease all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.library-card-select .select2-results__options .select2-results__option.select2-results__message {
  color: var(--color-text);
  font-size: 16px;
  font-style: normal;
}
.library-card-select .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: rgba(0, 0, 0, 0.25);
}

.standard-card-select {
  box-shadow: 0px 0px 400px -16px rgba(0, 0, 0, 0.75);
}
.standard-card-select.select2-dropdown {
  border-radius: 8px;
  background: var(--card-bg);
  border: none;
  margin-top: 5px;
}
.standard-card-select .select2-results__options {
  border-radius: 8px;
}
.standard-card-select .select2-results__options .select2-results__option {
  padding: 10px 5px;
  color: var(--color-text);
  font-size: 13px;
  font-style: normal;
  transition: 0.3s ease all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.standard-card-select .select2-results__options .select2-results__option.select2-results__message {
  color: var(--color-text);
  font-size: 14px;
  font-style: normal;
}
.standard-card-select .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: rgba(0, 0, 0, 0.25);
}

input[type=color] {
  cursor: pointer;
  padding: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  width: 58px;
  max-width: 58px;
  height: 28px;
  border-radius: 8px;
  border: 2px solid var(--border-color);
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--color-text-muted);
  border-radius: 0.5rem;
  height: 8px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -4px;
  background-color: var(--color-primary);
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
input[type=range]::-moz-range-track {
  background-color: var(--color-text-muted);
  border-radius: 0.5rem;
  height: 8px;
}
input[type=range]::-moz-range-thumb {
  background-color: var(--color-primary);
  border: none;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}

.accordionItem {
  width: 100%;
  transition: 0.3s ease all;
  margin-bottom: 20px;
}
.accordionItem .accordionTitle {
  position: relative;
  cursor: pointer;
  background: var(--card-bg);
  padding: 20px 30px;
  color: var(--color-text);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease all;
}
.accordionItem .accordionTitle:after {
  content: "";
  height: 22px;
  width: 25px;
  -webkit-mask-image: url(../img/svg/chevron.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: var(--color-text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 30px;
  transition: 0.3s ease all;
}
.accordionItem .accordionContent {
  background: transparent;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease all;
  opacity: 0;
  color: var(--color-text);
  border-radius: 0 0 10px 10px;
  border: 4px solid transparent;
  border-top: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.accordionItem .accordionContent ul {
  margin-top: 10px;
}
.accordionItem .accordionContent ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.accordionItem .accordionContent ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-text);
}
.accordionItem.active {
  transition: 0.3s ease border, 0.3s ease background;
}
.accordionItem.active .accordionTitle {
  border-radius: 10px 10px 0 0;
}
.accordionItem.active .accordionTitle:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordionItem.active .accordionContent {
  opacity: 1;
  max-height: 300px;
  padding: 20px 30px;
  transition-delay: 0.02s;
  border: 4px solid var(--card-bg);
  border-top: none;
}

.questionContent {
  max-width: 70%;
  margin: 0 auto;
}

.navList1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
  gap: 15px;
}
.navList1 .tab-button {
  background: transparent;
  border: 2px solid var(--border-color);
  padding: 8px 22px;
  border-radius: 32px;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: 0.3s ease all;
  font-size: 15px;
  font-weight: 600;
}
.navList1 .tab-button:hover {
  border: 2px solid var(--border-color-hover);
}
.navList1 .tab-button.active {
  border: 2px solid var(--border-color-hover);
  color: var(--color-text);
}

.navList2 {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 20px;
  gap: 15px;
}
.navList2 .tab-button {
  background: var(--card-bg);
  padding: 7px 20px;
  border-radius: 32px;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: 0.3s ease all;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid var(--border-color);
}
.navList2 .tab-button:hover {
  border: 1px solid var(--border-color-hover);
}
.navList2 .tab-button.active {
  border: 1px solid var(--border-color-hover);
  color: var(--color-text);
}

.mainTabs.disabled {
  display: none;
}

.tab-pane:not(.active) {
  display: none;
}

.myMedia .search-container {
  display: inline-flex;
  position: relative;
  margin: 0 auto;
}

.pageTitle {
  display: inline-flex;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text);
  border-bottom: 2px solid var(--color-text);
}

.defaultTitle {
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  padding: 30px;
  align-items: center;
  justify-content: flex-start;
  background: #1b1b1b;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
.defaultTitle .title {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-text);
}
.defaultTitle .profilePhoto {
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.defaultTitle .profilePhoto img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}

.mainInfo {
  font-size: 15px;
  line-height: 22px;
  color: var(--color-text-muted);
  font-weight: 300;
  margin-bottom: 30px;
}

.infoContent {
  background: #1b1b1b;
  padding: 30px;
  width: 100%;
  border-radius: 16px;
  margin: 50px auto;
}
.infoContent .title {
  font-size: 20px;
  color: var(--color-text);
  font-weight: 700;
  margin-bottom: 20px;
}
.infoContent .subTitle {
  font-size: 17px;
  color: var(--color-text);
  font-weight: 500;
  margin-bottom: 15px;
}
.infoContent ul {
  margin-bottom: 30px;
}
.infoContent ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 22px;
  color: var(--color-text-muted);
  font-weight: 300;
}
.infoContent ul li:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 12.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-text);
}

.sidebar {
  background: var(--color-bg);
  border-right: 2px solid rgba(255, 255, 255, 0.25);
  height: 100%;
  min-height: 100vh;
}
.sidebar ul {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  gap: 10px;
  padding: 10px;
}
.sidebar ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  aspect-ratio: 1/0.885;
  padding: 10px 8px;
  transition: 0.3s ease all;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0);
}
.sidebar ul li a .imgArea {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.sidebar ul li a .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  display: block;
}
.sidebar ul li a p {
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgb(156, 163, 172);
}
.sidebar ul li a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.sidebar ul li a.active {
  background: rgba(255, 255, 255, 0.08);
}

.media-item {
  border: 2px solid transparent;
}
.media-item.cardView {
  border-radius: 16px;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
  transition: 0.3s ease all;
  padding: 10px;
  border: 2px solid var(--border-color);
}
.media-item.cardView .imgArea {
  width: 100%;
  min-width: 100%;
  height: 202px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: auto;
}
.media-item.cardView .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media-item.cardView .imgArea video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1920/1080;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.media-item.cardView .imgArea .custom-audio-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  display: flex;
}
.media-item.cardView .imgArea .custom-audio-wrapper .play-btn {
  z-index: 4;
  padding: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .imgArea .custom-audio-wrapper .play-btn:after {
  content: "";
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/play.svg");
  background: white;
  transition: 0.3s ease all;
  opacity: 1;
}
.media-item.cardView .imgArea .custom-audio-wrapper .play-btn:before {
  content: "";
  position: absolute;
  transition: 0.3s ease all;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 22px;
  height: 22px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pause.svg");
  background: white;
  opacity: 1;
}
.media-item.cardView .imgArea .custom-audio-wrapper .play-btn.play:after {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView .imgArea .custom-audio-wrapper .play-btn.play:before {
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .imgArea .custom-audio-wrapper .play-btn.pause:after {
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .imgArea .custom-audio-wrapper .play-btn.pause:before {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView .imgArea .custom-audio-wrapper svg {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 10px));
  opacity: 0;
  transition: 0.3s ease all;
}
.media-item.cardView .imgArea:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease all;
}
.media-item.cardView .imgArea:hover svg {
  opacity: 1;
}
.media-item.cardView .imgArea:hover .play-btn {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView .content {
  margin-top: 10px;
}
.media-item.cardView .content .Name {
  color: var(--color-text);
  display: inline;
  max-width: 75%;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
.media-item.cardView .content .Name span {
  color: var(--color-text);
}
.media-item.cardView .content .Name:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  max-width: 0;
  background: var(--color-text);
  bottom: 3px;
  z-index: 3;
  left: 0;
  transition: 0.4s ease all;
}
.media-item.cardView .content .libraryQuery {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
.media-item.cardView .content .libraryQuery:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/plus.svg");
  background: white;
  transition: 0.3s ease all;
  opacity: 1;
}
.media-item.cardView .content .libraryQuery:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/minus.svg");
  background: white;
  transition: 0.3s ease all;
  opacity: 1;
}
.media-item.cardView .content .libraryQuery.add:after {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView .content .libraryQuery.add:before {
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .content .libraryQuery.remove:after {
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .content .libraryQuery.remove:before {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView .content .favoriteQuery {
  width: 19px;
  height: 19px;
  z-index: 2;
  position: relative;
  transition: 0.3s ease all;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.media-item.cardView .content .favoriteQuery:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/unfav.svg");
  transition: 0.3s ease all;
  opacity: 1;
  background: white;
}
.media-item.cardView .content .favoriteQuery:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/fav.svg");
  background: #C5172E;
  transition: 0.3s ease all;
  opacity: 1;
}
.media-item.cardView .content .favoriteQuery.add:after {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView .content .favoriteQuery.add:before {
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .content .favoriteQuery.remove:after {
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .content .favoriteQuery.remove:before {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView .content .favorite-count {
  font-size: 15px;
  color: var(--color-text);
  font-weight: 500;
}
.media-item.cardView .content .cardMenu {
  width: 20%;
  margin-left: auto;
  position: relative;
}
.media-item.cardView .content .cardMenu p {
  cursor: pointer;
  width: 35px;
  height: 22px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 20px;
  color: var(--color-text);
  display: block;
  margin-left: auto;
}
.media-item.cardView .content .cardMenu p:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 18px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/dot.svg");
  transition: 0.3s ease all;
  opacity: 1;
  background: white;
}
.media-item.cardView .content .cardMenu .openMenu {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(calc(100% + 5px));
  border-radius: 8px;
  background: #232222;
  box-shadow: 0px -1px 24px 2px rgba(0, 0, 0, 0.25);
  width: 75px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  gap: 10px;
  z-index: 3;
  transition: 0.3s ease all;
  opacity: 0;
  pointer-events: none;
}
.media-item.cardView .content .cardMenu .openMenu.active {
  pointer-events: auto;
  opacity: 1;
}
.media-item.cardView .content .cardMenu:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  background: var(--color-bg);
  background: linear-gradient(-90deg, var(--color-bg) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  z-index: 3;
  left: 0;
  transform: translateX(-100%);
  transition: 0.4s ease all;
}
.media-item.cardView .content .uploader-username {
  font-size: 14px;
  position: relative;
  color: var(--color-text-muted);
  margin-left: 5px;
  display: inline;
  max-width: 90px;
  overflow: hidden;
  padding-bottom: 3px;
  white-space: nowrap;
}
.media-item.cardView .content .uploader-username:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  max-width: 0;
  background: var(--color-text);
  bottom: 2px;
  z-index: 3;
  left: 0;
  transition: 0.4s ease all;
}
.media-item.cardView .content .uploader-username:hover:after {
  max-width: 100px;
}
.media-item.cardView .content .deleteBtn, .media-item.cardView .content .reportBtn {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease all;
}
.media-item.cardView .content .deleteBtn:hover, .media-item.cardView .content .reportBtn:hover {
  color: #C5172E;
}
.media-item.cardView .content .deleteBtn.disabled, .media-item.cardView .content .reportBtn.disabled {
  display: none;
}
.media-item.cardView .content .library-actions .select2-container {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
  min-width: 100px;
  border: none;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
.media-item.cardView .content .library-actions .select2-container .select2-selection--single {
  border: none;
  margin-right: 15px;
  outline: none;
  width: 100%;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
}
.media-item.cardView .content .library-actions .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--color-text);
  font-size: 13px;
  font-style: normal;
}
.media-item.cardView .content .library-actions .select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--color-text);
  font-size: 13px;
  font-style: normal;
}
.media-item.cardView .content .library-actions .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background: #fff;
  right: 5px;
  height: 15px;
  width: 25px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: 0.3s ease all;
}
.media-item.cardView .content .library-actions .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.media-item.cardView .content .library-actions .select2-container.select2-container--open .select2-selection--single {
  border-bottom: none;
}
.media-item.cardView .content .library-actions .select2-container.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.media-item.cardView .content > div {
  display: flex;
  max-width: 100%;
  align-items: center;
}
.media-item.cardView .content > div.bottom-div {
  margin-top: 5px;
  gap: 5px;
}
.media-item.cardView .content > div.top-div:hover h3:after {
  max-width: 300px;
}
.media-item.cardView.added {
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.media-item.cardView:hover .imgArea:after {
  background: rgba(0, 0, 0, 0.4);
}
.media-item.cardView:hover .content .libraryQuery {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView:hover .content .library-actions .select2-container {
  opacity: 1;
  pointer-events: auto;
}
.media-item.tableView {
  background: var(--card-bg);
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 16px;
  display: flex;
  border: 2px solid var(--border-color);
  position: relative;
  transition: 0.3s ease all;
}
.media-item.tableView .imgArea {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  padding-left: 35px;
  position: relative;
}
.media-item.tableView .imgArea img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  min-width: 80px;
  border-radius: 8px;
}
.media-item.tableView .imgArea video {
  object-fit: cover;
  aspect-ratio: 1920/1080;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  border-radius: 8px;
  width: 80px;
  height: 80px;
}
.media-item.tableView .imgArea .custom-audio-wrapper {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
}
.media-item.tableView .imgArea .custom-audio-wrapper .play-btn {
  z-index: 4;
  padding: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.media-item.tableView .imgArea .custom-audio-wrapper .play-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/play.svg");
  background: white;
  transition: 0.3s ease all;
  opacity: 1;
}
.media-item.tableView .imgArea .custom-audio-wrapper .play-btn:before {
  content: "";
  position: absolute;
  transition: 0.3s ease all;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 85%;
  height: 85%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pause.svg");
  background: white;
  opacity: 1;
}
.media-item.tableView .imgArea .custom-audio-wrapper .play-btn.play:after {
  opacity: 1;
  pointer-events: auto;
}
.media-item.tableView .imgArea .custom-audio-wrapper .play-btn.play:before {
  opacity: 0;
  pointer-events: none;
}
.media-item.tableView .imgArea .custom-audio-wrapper .play-btn.pause:after {
  opacity: 0;
  pointer-events: none;
}
.media-item.tableView .imgArea .custom-audio-wrapper .play-btn.pause:before {
  opacity: 1;
  pointer-events: auto;
}
.media-item.tableView .imgArea .custom-audio-wrapper svg {
  opacity: 0;
  pointer-events: none;
}
.media-item.tableView .content {
  padding-left: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
.media-item.tableView .content .Name {
  position: relative;
  background: transparent;
  border: 2px solid transparent;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
  padding: 3px 5px 0 5px;
  border-radius: 6px 6px 0 0;
  outline: none;
  max-width: 160px;
}
.media-item.tableView .content .Name::placeholder {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
}
.media-item.tableView .content .Name.red {
  border: 2px solid #C5172E;
}
.media-item.tableView .content .Name.green {
  border: 2px solid #06D001;
}
.media-item.tableView .content .uploader-username {
  display: none;
}
.media-item.tableView .content .favoriteQuery, .media-item.tableView .content .favorite-count {
  display: none;
}
.media-item.tableView .content .libraryQuery {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s ease all;
}
.media-item.tableView .content .libraryQuery:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/trash.svg");
  background: white;
  transition: 0.3s ease all;
  opacity: 1;
}
.media-item.tableView .content .libraryQuery:hover:before {
  background: #C5172E;
}
.media-item.tableView .content .librarySelect {
  margin-left: auto;
  margin-right: 50px;
  width: 140px;
}
.media-item.tableView .content .card-options {
  margin-right: 20px;
  margin-left: auto;
  position: relative;
}
.media-item.tableView .content .card-options .options-btn {
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.media-item.tableView .content .card-options .options-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/dot.svg");
  transition: 0.3s ease all;
  opacity: 1;
  background: white;
}
.media-item.tableView .content .card-options .options-dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background-color: #1b1b1b;
  min-width: 150px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  border-radius: 5px;
  transition: 0.3s ease all;
  border: 2px solid var(--border-color);
}
.media-item.tableView .content .card-options .options-dropdown button {
  color: var(--color-text-muted);
  padding: 12px 16px;
  display: block;
  width: 100%;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s ease all;
}
.media-item.tableView .content .card-options .options-dropdown button:hover {
  color: var(--color-text);
}
.media-item.tableView .content .card-options.active .options-dropdown {
  opacity: 1;
  pointer-events: auto;
}
.media-item.tableView .content form {
  margin-left: 100px;
  display: flex;
  position: relative;
  margin-right: 20px;
}
.media-item.tableView .content form .price-input-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.media-item.tableView .content form .price-counter {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--color-text);
  opacity: 0;
  pointer-events: none;
}
.media-item.tableView .content form .price-counter.active {
  opacity: 1;
}
.media-item.tableView .content form .price-input {
  position: relative;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 500;
  padding: 3px 5px 0 5px;
  border-radius: 6px 6px 0 0;
  outline: none;
  border: 2px solid transparent;
  background: transparent;
  max-width: 130px;
}
.media-item.tableView .content form .price-input.active {
  max-width: 130px;
}
.media-item.tableView .content form .price-input.padd {
  padding-right: 25px;
}
.media-item.tableView .content form button {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 18px;
  background: transparent;
  border: none;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
.media-item.tableView .content form button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/check.svg");
  background: white;
  opacity: 1;
}
.media-item.tableView .content form button.active {
  opacity: 1;
  pointer-events: auto;
}
.media-item.tableView .content > p {
  display: none;
}
.media-item.tableView .select2-container {
  width: 150px;
  border: none;
  padding: 0;
}
.media-item.tableView .select2-container .select2-selection--single {
  border: none;
  margin-right: 15px;
  outline: none;
  background: transparent;
  border-bottom: 2px solid var(--border-color);
  width: 100%;
  border-radius: 0;
}
.media-item.tableView .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--color-text);
  font-size: 16px;
  font-style: normal;
}
.media-item.tableView .select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--color-text);
  font-size: 16px;
  font-style: normal;
}
.media-item.tableView .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background: #fff;
  right: 5px;
  height: 15px;
  width: 25px;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/chevron.svg");
  transition: 0.3s ease all;
}
.media-item.tableView .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.media-item.tableView .select2-container.select2-container--open .select2-selection--single {
  border-bottom: none;
}
.media-item.tableView .select2-container.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.media-item.tableView .move-flyout-container {
  position: relative;
}
.media-item.tableView .move-flyout-container .flyout-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #1b1b1b;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  min-width: 150px;
  z-index: 10;
}
.media-item.tableView .move-flyout-container .flyout-menu-item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-muted);
}
.media-item.tableView:hover {
  border: 2px solid var(--border-color-hover);
}
.media-item.tableView:hover.tableView .Name {
  border-bottom: 2px solid var(--color-text);
  background: rgba(255, 255, 255, 0.05);
}
.media-item.tableView:hover.tableView form input {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 2px solid var(--color-text);
}
.media-item.videoCard .content:before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/video.svg");
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background: var(--color-text-muted);
}
.media-item.cardView .skeleton, .media-item.videoCard .skeleton {
  background-color: #1b1b1b;
  position: relative;
  overflow: hidden;
}
.media-item.cardView .skeleton img, .media-item.cardView .skeleton video, .media-item.videoCard .skeleton img, .media-item.videoCard .skeleton video {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.media-item.cardView .skeleton img.loaded, .media-item.cardView .skeleton video.loaded, .media-item.videoCard .skeleton img.loaded, .media-item.videoCard .skeleton video.loaded {
  opacity: 1;
}
.media-item.cardView .skeleton:after, .media-item.videoCard .skeleton:after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% {
    left: 150%;
  }
}
.libraryMediaCard {
  border-radius: 16px;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.libraryMediaCard .imgArea {
  max-width: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
.libraryMediaCard .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}
.libraryMediaCard .imgArea video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1920/1080;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.libraryMediaCard .imgArea .custom-audio-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.libraryMediaCard .imgArea .custom-audio-wrapper .play-btn {
  z-index: 4;
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.libraryMediaCard .imgArea .custom-audio-wrapper .play-btn:after {
  content: "";
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/play.svg");
  background: white;
  transition: 0.3s ease all;
  opacity: 1;
}
.libraryMediaCard .imgArea .custom-audio-wrapper .play-btn:before {
  content: "";
  position: absolute;
  transition: 0.3s ease all;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 22px;
  height: 22px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pause.svg");
  background: white;
  opacity: 1;
}
.libraryMediaCard .imgArea .custom-audio-wrapper .play-btn.play:after {
  opacity: 1;
  pointer-events: auto;
}
.libraryMediaCard .imgArea .custom-audio-wrapper .play-btn.play:before {
  opacity: 0;
  pointer-events: none;
}
.libraryMediaCard .imgArea .custom-audio-wrapper .play-btn.pause:after {
  opacity: 0;
  pointer-events: none;
}
.libraryMediaCard .imgArea .custom-audio-wrapper .play-btn.pause:before {
  opacity: 1;
  pointer-events: auto;
}
.libraryMediaCard .imgArea .custom-audio-wrapper svg {
  display: none !important;
}
.libraryMediaCard .imgArea:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease all;
}
.libraryMediaCard .content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 46px;
  padding-top: 10px;
}
.libraryMediaCard .content .Name {
  color: var(--color-text);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  order: 2;
  margin: auto;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  word-break: break-word;
  max-height: 26px;
}
.libraryMediaCard .content .play-button {
  background: var(--card-bg);
  position: absolute;
  left: 50%;
  top: 0;
  border: none;
  border-radius: 4px;
  padding: 3px 8px;
  z-index: 3;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.libraryMediaCard:hover .imgArea img {
  scale: 1.15;
}
.libraryMediaCard:hover .imgArea svg {
  opacity: 1;
}
.libraryMediaCard:hover .imgArea .play-btn {
  opacity: 1;
  pointer-events: auto;
}
.libraryMediaCard:hover .imgArea:after {
  background: rgba(0, 0, 0, 0.4);
}

.media-item.cardView.select2-open .imgArea::after {
  background: rgba(0, 0, 0, 0.4);
}
.media-item.cardView.select2-open .content .libraryQuery {
  opacity: 1;
  pointer-events: auto;
}
.media-item.cardView.select2-open .content .library-actions .select2-container {
  opacity: 1;
  pointer-events: auto;
}

.libraryMediaCard.select2-open .imgArea img {
  scale: 1.15;
}
.libraryMediaCard.select2-open .imgArea::after {
  background: rgba(0, 0, 0, 0.4);
}

.customAlertBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 105px;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s ease all;
}
.customAlertBox .content {
  background: #2a2a2a;
  color: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  max-width: 90%;
  width: 450px;
  border: 1px solid #444;
  transform: scale(0.9);
  transition: transform 0.2s ease-in-out;
}
.customAlertBox .text {
  margin: 0;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}
.customAlertBox .alertBtn {
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s ease all;
  border: 2px solid var(--border-color);
  background: transparent;
}
.customAlertBox .alertBtn:hover {
  border: 2px solid var(--border-color-hover);
}
.customAlertBox .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.customAlertBox .buttons .yesBtn:hover {
  border: 2px solid #06D001;
  color: #06D001;
}
.customAlertBox .buttons .noBtn:hover {
  border: 2px solid #C5172E;
  color: #C5172E;
}
.customAlertBox .buttons .alertBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.customAlertBox.visible {
  pointer-events: auto;
  opacity: 1;
}

:root {
  --buttonColor1:transparent;
}

.buttonSm {
  display: block;
  color: var(--color-text);
  padding: 10px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease all;
  border: 2px solid var(--border-color);
  background: var(--buttonColor1);
}
.buttonSm.marginAuto {
  margin-left: auto;
  margin-top: 20px;
}
.buttonSm.fullWidth {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttonSm.hoverRed:hover {
  border: 2px solid var(--border-color);
  color: #C5172E;
}
.buttonSm.hoverGreen:hover {
  border: 2px solid var(--border-color);
  color: rgb(83, 252, 24);
}
.buttonSm.deactive {
  display: none;
}
.buttonSm.bold {
  font-weight: 500;
}
.buttonSm:hover {
  border: 2px solid var(--border-color-hover);
}

.buttonMd {
  display: flex;
  background-color: transparent;
  border: 2px solid var(--border-color);
  padding: 15px 30px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.buttonMd.margin {
  margin-left: auto;
  margin-top: 50px;
}

.labelInputBtn, .inputBtn {
  background-color: #1b1b1b;
  border: 2px solid var(--border-color);
  backdrop-filter: blur(4px);
  cursor: pointer;
  color: var(--color-text);
  border-radius: 8px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  max-width: 162px;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s ease all;
}
.labelInputBtn span, .inputBtn span {
  overflow: hidden;
  display: block;
  padding: 6px 0;
}
.labelInputBtn.padding, .inputBtn.padding {
  padding: 8px 14px;
}
.labelInputBtn:hover, .inputBtn:hover {
  border: 2px solid var(--border-color-hover);
}

.playBtn {
  position: relative;
  width: 25px;
  height: 25px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.playBtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/play.svg");
  background: white;
  opacity: 1;
}
.playBtn.play:after {
  opacity: 1;
  pointer-events: auto;
}
.playBtn.stop:after, .playBtn.pause:after {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 45%;
  width: 85%;
  height: 85%;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url("../img/svg/pause.svg");
}

/*# sourceMappingURL=style.css.map */
