@charset "UTF-8";
html {
  font-size: 16px;
}

*:focus {
  outline: none !important;
}

@media only screen and (min-width: 768px) {
  body {
    background-color: #ffffff;
  }
  h1 {
    color: hsl(120, 100%, 20%);
  }
  h2 {
    color: hsl(120, 100%, 30%);
  }
  h3 {
    color: hsl(160, 100%, 30%);
  }
  h4 {
    color: hsl(150, 50%, 40%);
  }
  h5 {
    color: hsl(120, 50%, 60%);
  }
  body {
    min-height: 100vh;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  header {
    min-height: 50px;
  }
  footer {
    min-height: 30px;
  }
  /* The article fills all the space between header & footer */
  article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dialog, .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
    border-radius: 0.3em;
    overflow: hidden;
  }
  .whitestroke {
    -webkit-text-stroke-width: 0.65px;
    -webkit-text-stroke-color: rgba(200, 200, 200, 0.75);
  }
  .blackstroke {
    -webkit-text-stroke-width: 0.03rem;
    -webkit-text-stroke-color: black;
  }
  .greystroke {
    -webkit-text-stroke-width: 0.03rem;
    -webkit-text-stroke-color: lightslategrey;
  }
}
/* Global Styling for scrollbars*/
a ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
}
a ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}
a ::-webkit-scrollbar {
  width: 12px;
  border-radius: 1px;
  background-color: rgb(191, 191, 191);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-color: rgb(91, 91, 91);
  /* display: none;*/
}

/* settings for scrolling containers */
/* /components/buttons */
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.tx-button {
  position: relative;
  height: auto;
  padding: 2px 8px;
  margin: 12px;
  font-size: 1em;
  font-weight: 400;
  font-family: "Amaranth", sans-serif;
  border: none;
  background: none;
  outline: none;
  color: var(--title-color);
  /*mix-blend-mode: screen;*/
}

.tx-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  border: 1px solid var(--title-color);
  border-radius: 3px;
  content: "";
  /*mix-blend-mode: color-burn;*/
}

.gallery-nav-button {
  font-weight: lighter;
  font-size: 0.75rem;
  font-style: normal;
  font-family: "Amaranth", sans-serif;
  text-transform: uppercase;
  padding: 0.2rem 0.3rem;
  border-radius: 0.2rem;
  color: var(--content-light); /*white;*/
  border: 0.05rem solid var(--content-light);
  background-color: hsl(from var(--background-color) h s l/0.4);
  z-index: 2;
}

.exit-button {
  position: absolute;
  right: 0;
  top: -1px;
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 5px;
  border: none;
  background-size: cover;
  cursor: pointer;
  background-image: url(/media/icons8-close.gif);
}

/*  /abstracts/components/dialogs  */
.gallery-dialog-container {
  margin: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50vw, -50vh);
  transform: translate(-50vw, -50vh);
  border-radius: 0.3em;
  overflow: hidden;
  pointer-events: auto;
  background-color: var(--background-color);
  border: none;
  z-index: 2;
}

.player-dialog-container {
  margin: 0;
  position: absolute;
  width: 370px;
  height: 230px;
  top: 182px;
  left: 195px;
  -webkit-transform: translate(-185px, -120px);
  transform: translate(-185px, -120px);
  border-radius: 0;
  overflow: hidden;
  pointer-events: auto;
  background-color: transparent;
  border-color: transparent;
  border: 1px dotted none;
}

.player-dialog-container1 {
  margin: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: auto;
  background-color: transparent;
  border-color: transparent;
}

.audio-dialog-container {
  margin: 0;
  position: absolute;
  width: 364px;
  height: 140px;
  top: 118px;
  left: 203px;
  -webkit-transform: translate(-182px, -70px);
  transform: translate(-182px, -70px);
  border-radius: 6px;
  overflow: hidden;
  pointer-events: auto;
  background-color: transparent;
  border: black;
}

.notes-dialog-container {
  margin: 0;
  position: absolute;
  width: 60vw;
  height: 90vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30vw, -45vh);
  transform: translate(-30vw, -45vh);
  border-radius: 0.5em;
  overflow: hidden;
  pointer-events: auto;
  background-color: transparent;
  border: none;
  /*z-index:2;*/
}

.text-dialog-container {
  margin: 0;
  position: absolute;
  width: 90vh;
  height: 60vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.3em;
  overflow: hidden;
  pointer-events: auto;
  background-color: transparent;
  border: none;
  z-index: 2;
}

.text-dialog-container1 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  position: absolute;
  width: 800px;
  height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.3em;
  overflow: hidden;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-wrap: balance;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 40px;
  /*background: white;*/
  background: rgba(44, 44, 98, 0.3);
  border: 1px solid transparent;
  z-index: 2;
}

.msg-dialog-container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  position: absolute;
  width: 100vw;
  height: 14vh;
  bottom: 3vh;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50vw, -7vh);
  transform: translate(-50vw, -7vh);
  border-radius: 5px;
  overflow: hidden;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: balance;
  text-align: center;
  text-transform: capitalize;
  font-size: 0.95rem;
  /*background: white;*/
  background: transparent;
  border: 0.1px solid transparent;
  z-index: 2;
}

.notes-frame {
  margin: 0;
  position: absolute;
  width: 800px;
  height: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--background-color);
}

.image-frame {
  margin: 0;
  position: absolute;
  width: var(--img-frame-width);
  height: var(--img-frame-height);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--background-color);
}

.img-dialog-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
  color: var(--color);
  background-color: var(--background-color);
  border: none;
  z-index: 1;
}

.slideshow-dialog-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: hsl(25.71, 24.71%, 16.67%);
  color: var(--color);
  border: none;
  z-index: 2;
}

.img-notes-container {
  color: white;
  margin: 0;
  position: absolute;
  width: 55vh;
  height: auto;
  top: 4vh;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 0.96rem;
  font-weight: lighter;
  border-radius: 0.3em;
  overflow: hidden;
  pointer-events: auto;
  text-align: start;
  text-wrap: pretty;
  background-color: rgba(0, 0, 0, 0.6);
  border-style: solid;
  border-width: 0.09rem;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

figure {
  text-align: center;
}

.dialog-figure-caption {
  color: var(--content-light);
  font-size: 0.72em;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 0.5em;
  text-align: center;
  font-style: italic;
  font-family: serif;
  text-wrap: balance;
}

.dialog-figure {
  float: left;
  width: 110px;
  height: auto;
  padding-top: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  border: 1px solid var(--content-light);
  border-radius: 0.3em;
}

/*
.img-dialog-container {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: black;
    text-align: center;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
}
*/
dialog::-ms-backdrop {
  background-color: #000;
}
dialog::backdrop {
  background-color: #000;
}

.para, hr {
  letter-spacing: 0.08em;
  /*word-spacing: 0.005em;*/
  color: var(--para-color);
  font-family: "Libre Baskerville", Georgia, Garamond, serif;
  text-align: justify;
  font-size: 1.18em;
  line-height: 1.48;
}
.para:after, hr:after {
  opacity: 1;
}

.notes-hdr-img {
  border-radius: 0.3rem;
  border: 1px solid black;
  overflow: hidden;
}

.notes-hdr-img img {
  width: 14vw;
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3rem;
}

.unit-convert {
  text-decoration-line: underline;
  text-decoration-thickness: 0.02em;
}

.underline {
  text-decoration-line: underline;
  text-decoration-thickness: 0.02em;
}

.underline-fat {
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
}

.oblique {
  font-style: oblique;
}

.view-state-on {
  display: block;
}

.view-state-off {
  display: none;
}

.hr-container {
  position: relative;
  height: 4rem;
  width: 100%;
  /*font-size: medium;*/
  /*transform: translate(25vw, 4vh);*/
  /*  height:60px; */
  margin-bottom: 25px;
  /*border: 0.1px solid white;*/
}

.hr-custom-img {
  line-height: 0.95em;
  position: relative;
  outline: 0;
  border: 0;
  color: var(--hr-color);
  text-align: center;
  height: 1.3em;
  opacity: 0.85;
}
.hr-custom-img:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--hr-color)), to(transparent));
  background: linear-gradient(to right, transparent, var(--hr-color), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-custom-img:after {
  content: var(--url);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--hr-color);
  padding: 0 1rem;
  background-color: var(--hr-bg-color);
}

.hr-custom-text {
  line-height: 1rem;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  outline: 0;
  border: 0;
  color: var(--hr-color);
  text-align: center;
  height: 6vh;
  opacity: 0.85;
  /*border: 0.1px solid green;
  box-sizing: border-box;

  */
}
.hr-custom-text:before {
  --lbrace: "❴";
  --rbrace: "❵";
  --non-breaking-space: " ";
  --content1: attr(data-content);
  content: var(--content1);
  font-family: "Raleway", "Times New Roman", Times, serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-49.86%, -50%);
          transform: translate(-49.86%, -50%);
  width: 100%;
  /* max-width: var(--hr-width);
  height: fit-content;*/
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  text-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--hr-color);
  background-color: none;
  /*
  padding-top: 1.1px;

  border-top: 1.5px solid none;

  border-radius: 3px;

  */
  /*box-sizing: border-box;
  padding: 6px 0;

  border: 15px solid transparent;
  border-image: url('/img/galleries/Admin/c2814e29-3549-4fe0-b0d2-0e60c5403727curly-brackets-themesage.png');
  border-image-slice: 0 50%;

  */
  background-color: none;
}
.hr-custom-text:after {
  content: "";
  /* background: linear-gradient(to right, transparent, var(--hr-color), transparent); */
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--hr-color)), color-stop(transparent), color-stop(transparent), color-stop(var(--hr-color)), to(transparent));
  background-image: linear-gradient(to right, transparent 0%, var(--hr-color) var(--hr-left-offset), transparent var(--hr-left-offset), transparent var(--hr-right-offset), var(--hr-color) var(--hr-right-offset), transparent 100%);
  /*background: linear-gradient(to right, transparent 0%, var(--hr-color) 42%, transparent 42%, transparent 58%, var(--hr-color) 58%, transparent 100%);*/
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1.5px;
  /*border:1px solid orange;*/
}

.hr-custom-content {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: var(--hr-color);
  text-align: center;
  height: 1.5em;
  opacity: 0.85;
}
.hr-custom-content:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--hr-color)), to(transparent));
  background: linear-gradient(to right, transparent, var(--hr-color), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-custom-content:after {
  content: var(--data-content);
  position: relative;
  font-size: 35px;
  display: inline-block;
  color: var(--hr-color);
  padding: 0 0.5em;
  line-height: 0.65em;
  background-color: var(--hr-bg-color);
  border-color: var(--hr-bg-color);
}

.hr-custom-offset {
  font-family: arial;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -47%);
          transform: translate(0%, -47%);
  outline: 0;
  border: 0;
  width: auto;
  height: 6vh;
  font-size: 1.45rem;
  font-weight: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 0.1px solid red;*/
}
.hr-custom-offset:before {
  content: "❪";
  /* background: linear-gradient(to right, transparent, var(--hr-color), transparent); */
  /*background-image: linear-gradient(to right, transparent 0%, var(--hr-color) var(--hr-left-offset), transparent var(--hr-left-offset), transparent var(--hr-right-offset), var(--hr-color) var(--hr-right-offset), transparent 100%);*/
  /*background: linear-gradient(to right, transparent 0%, var(--hr-color) 42%, transparent 42%, transparent 58%, var(--hr-color) 58%, transparent 100%);*/
  position: absolute;
  left: var(--hr-left-offset);
  top: 50%;
  -webkit-transform: translate(-3px, -52%);
          transform: translate(-3px, -52%);
  /*width: auto;*/
  background-color: transparent;
  color: var(--hr-color);
  opacity: 0.9;
}
.hr-custom-offset:after {
  content: "❫";
  /* background: linear-gradient(to right, transparent, var(--hr-color), transparent); */
  /*background-image: linear-gradient(to right, transparent 0%, var(--hr-color) var(--hr-left-offset), transparent var(--hr-left-offset), transparent var(--hr-right-offset), var(--hr-color) var(--hr-right-offset), transparent 100%);*/
  /*background: linear-gradient(to right, transparent 0%, var(--hr-color) 42%, transparent 42%, transparent 58%, var(--hr-color) 58%, transparent 100%);*/
  position: absolute;
  left: var(--hr-right-offset);
  top: 50%;
  -webkit-transform: translate(-3px, -52%);
          transform: translate(-3px, -52%);
  /*width: auto;*/
  background-color: transparent;
  color: var(--hr-color);
  opacity: 0.9;
}

.hr-menu {
  font-size: 1em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  position: relative;
  text-align: center;
  border: 0;
  height: 1.5em;
  opacity: 0.9;
}
.hr-menu:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--hr-menu-fg-color)), to(transparent));
  background: linear-gradient(to right, transparent, var(--hr-menu-fg-color), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-menu:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: var(--hr-menu-fg-color);
  background-color: var(--background-color);
}

/*  /abstracts/components/titles  */
.grandtitle {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: clamp(var(--size-4), 2.4vw, var(--size-6));
  line-height: 1.8rem;
  font-weight: bold;
  color: var(--grandtitle-color);
  text-align: center;
}

.subtitle {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: 1.13em;
  font-weight: bold;
  color: var(--subtitle-color);
  text-align: center;
}

.title {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: 175%;
  font-weight: bold;
  color: var(--color);
}

.gallery-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.95em;
  font-weight: bold;
  color: var(--title-color);
}

.tinytitle {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: 1.1em;
  font-weight: bold;
  color: white; /*var(--subtitle-color);*/
  text-align: center;
}

.gallery-subtitle {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: clamp(var(--size-2), 2.4vw, var(--size-2));
  font-weight: 100;
  color: white; /*var(--subtitle-color);*/
  text-align: center;
}

.footnote {
  position: absolute;
  top: 3rem;
  right: 0px;
  left: 0px;
  font-style: italic;
  font-size: 1.05rem;
  font-family: serif;
  /*border: 1px solid white;*/
}

.microtitle {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: 0.85rem;
  font-weight: lighter;
  color: var(--subtitle-color);
  text-align: center;
}

/* /components/scroll */
.scroll {
  overflow-y: scroll;
  visibility: visible;
  background-color: transparent;
  /* background-color: var(--border-color); */
  border-radius: 2px;
  border: 0.1px solid var(--border-color);
}

/*
.scroll:active::-webkit-scrollbar-thumb,
.scroll:focus::-webkit-scrollbar-thumb,
.scroll:hover::-webkit-scrollbar-thumb {
    visibility: visible;
    background-color: transparent;
    border-radius: 2px;
    border: 0.1px solid var(--border-color);
}
*/
::-webkit-scrollbar-button {
  background-color: none;
}

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

::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 0.5px;
  border: 0.1px solid var(--border-color);
}

.scroll::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

.nobar::-webkit-scrollbar {
  display: none;
}

/*  components/icons  */
.gg-minimize {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 4px;
  height: 4px;
  margin: 9px;
  -webkit-box-shadow: -8px -4px 0 -1px, -6px -4px 0 -1px, 8px 4px 0 -1px, 6px 4px 0 -1px, 8px -4px 0 -1px, 6px -4px 0 -1px, -8px 4px 0 -1px, -6px 4px 0 -1px;
          box-shadow: -8px -4px 0 -1px, -6px -4px 0 -1px, 8px 4px 0 -1px, 6px 4px 0 -1px, 8px -4px 0 -1px, 6px -4px 0 -1px, -8px 4px 0 -1px, -6px 4px 0 -1px;
}

.gg-maximize {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 14px;
  height: 14px;
  margin: 4px;
  -webkit-box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
          box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
}

a:focus {
  outline: none;
}

.textlink a {
  color: var(--link-color);
  font-style: oblique;
  text-decoration: underline;
  text-decoration-thickness: 0.01em;
  text-decoration-color: var(--link-color);
}

.textlink a:link {
  color: var(--link-color);
}

.textlink a:hover {
  /*   border: 0.05em solid var(--content-light);
  border-radius: 0.3em;
  padding: 0.02em 0.22em 0.02em 0.22em;
  font-size: 0.91em;
  */
  font-style: oblique;
  /*font-weight: bold;
  font-size: 0.98em;*/
  color: var(--content-light);
  text-decoration: underline;
  text-decoration-thickness: 0.01em;
  text-decoration-color: var(--content-light);
}

.audiolink {
  position: relative;
  height: auto;
  padding: 0 0;
  margin: 12px;
  font-style: oblique;
  font-size: 0.98em;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
  color: var(--title-color);
  /*mix-blend-mode: screen;*/
}

.audiolink::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  border: 1px solid none; /*var(--title-color);*/
  border-radius: 3px;
  content: "";
  /*mix-blend-mode: color-burn;*/
}

/*   /scss/components   */
/*                      */
/* Music Player Classes */
.playlist-wrapper {
  border: 0.5px solid var(--color);
}

.playlist-title {
  position: absolute;
  display: block;
  width: 182px;
  top: 0;
  *right: 5px;
  left: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid none;
  font-size: 1.1em;
  color: var(--title-color);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.playlist-number {
  text-align: right;
  padding-left: 10px;
  padding-right: 2px;
  width: 30px;
  color: var(--color);
  /*font-weight: bold;*/
}

.player-button {
  color: var(--title-color);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  width: 25px;
  height: 25px;
  float: left;
}

.now-playing {
  position: absolute;
  top: 113px;
  width: 130px;
  /* height: 20px; */
  left: 202px;
  display: block;
  font-style: oblique;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 0.96em;
  font-weight: bold;
  background: none;
  color: var(--title-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid none;
}

.player-num-color {
  color: var(--color);
}

.plSelected {
  color: var(--color);
}

path {
  stroke: var(--title-color); /* #007db5;*/
}

#volume-slider::-webkit-slider-runnable-track {
  background: var(--background-color);
  opacity: 0.4;
}

#volume-slider::-moz-range-track {
  background: var(--background-color);
  opacity: 0.4;
}

#volume-slider::-ms-fill-upper {
  background: var(--background-color);
  opacity: 0.4;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: var(--color);
  opacity: 0.4;
}

input[type=range]::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: var(--seek-before-width);
  height: 3px;
  background-color: var(--background-color);
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid var(--color);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: -3px 0 0 0;
}

input[type=range]:active::-webkit-slider-thumb {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: var(--background-color);
}

/*   /scss/components   */
/*                      */
/* tool-tip custom classes */
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  padding: 0px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: var(--color);
  border: 0.5px solid var(--background-color);
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  padding-right: 0.3em;
  padding-left: 0.3em;
  line-height: 0.95em;
  text-align: center;
  text-wrap: wrap;
  color: var(--background-color);
}

.navbar-default {
  background-color: #99ccff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar {
  /*    padding: 0px 2vw; */
  /* height: 6vh !important; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* /layout/drop-cap */
.drop-cap {
  /*
  &:first-letter {
      color: var(--cap-color);
      text-shadow: 0.1px 0.1px 0 #000, -0.1px 0.1px 0 #000, -0.1px -0.1px 0 #000, 0.1px -0.1px 0 #000;
      float: left;
      line-height: 90%;
      font-size: 260%;
      margin-top: -0.02em;
      margin-right: 0.05em;
      margin-bottom: -0.12em;
  }
      */
}
.drop-cap:first-letter {
  color: var(--cap-color);
  text-shadow: 0.1px 0.1px 0 #000, -0.1px 0.1px 0 #000, -0.1px -0.1px 0 #000, 0.1px -0.1px 0 #000;
  float: left;
  line-height: 2;
  font-size: 320%;
  margin-top: -2.4rem;
  margin-right: 0.3rem;
  margin-bottom: -3rem;
}

/*  /layout/_full-screen.scss */
.full-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-radius: 5px;
}

.bg-image {
  background-image: url("/img/galleries/Admin/54c6e8fb-a0c6-41b4-8208-72a8a3474f23black.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  margin: 0;
  height: 100vh;
}

.page-image {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url("@Model.ForegroundImg"), url("@Model.BackgroundImg");
  background-size: 0px, cover;
  background-repeat: no-repeat, no-repeat;
  background-color: rgba(81, 121, 192, 0.75);
  background-position-x: center;
  background-position-y: center;
}

/* User Account Management Menu */
.list-group .profile-menu {
  color: green;
  background-color: hsl(120, 64%, 95%);
  border-color: hsl(160, 60%, 50%);
}

/** this section generates a theme map for each theme **/
/*
    sitebrown-color: hsla(19, 100%, 93%, 1),
    sitebrown-color-comp:hsla(28, 64%, 57%, 0.96), 
    sitebrown-color-title: hsla(22, 57%, 57%, 1),
    sitebrown-bg-color: hsla(109, 37%, 44%, 1), 
    sitebrown-bg-comp: hsla(109, 49%, 28%, 0.96), 
    sitebrown-border: hsla(109, 37%, 44%, 1),

melon: rgb(157, 82, 68), 
pale-dogwood: hsla(9, 88%, 90%, 1), 
misty-rose: hsla(8, 74%, 92%, 1), 
seashell: hsla(9, 48%, 95%, 1), 
platinum: hsla(60, 8%, 90%, 1), 
platinum-2: hsla(144, 15%, 87%, 1), 
linen: hsla(32, 31%, 89%, 1), 
champagne-pink: hsla(19, 100%, 93%, 1), 
apricot: hsla(25, 100%, 86%, 1), 
peach: hsla(28, 98%, 80%, 1),
dark-peach: rgb(222, 131, 92),


*/
/** end theme generation **/
.container,
.gallery-splash-page,
notesCloseButton {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .container, .gallery-splash-page, notesCloseButton {
  background-color: rgb(122, 128, 122);
  background-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .container, .gallery-splash-page, notesCloseButton {
  background-color: rgb(140, 140, 140);
  background-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .container, .gallery-splash-page, notesCloseButton {
  background-color: rgb(114, 146, 163);
  background-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .container, .gallery-splash-page, notesCloseButton {
  background-color: rgb(228, 222, 211);
  background-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .container, .gallery-splash-page, notesCloseButton {
  background-color: rgb(224, 213, 193);
  background-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .container, .gallery-splash-page, notesCloseButton {
  background-color: hsl(38, 25%, 44%);
  background-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .container, .gallery-splash-page, notesCloseButton {
  background-color: rgba(201, 215, 245, 0.99);
  background-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .container, .gallery-splash-page, notesCloseButton {
  --color: rgb(237, 245, 231);
  --color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono .container, .gallery-splash-page, notesCloseButton {
  --color: rgb(191, 191, 191);
  --color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue .container, .gallery-splash-page, notesCloseButton {
  --color: rgb(218, 231, 250);
  --color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown .container, .gallery-splash-page, notesCloseButton {
  --color: rgb(84, 54, 36);
  --color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage .container, .gallery-splash-page, notesCloseButton {
  --color: rgb(83, 107, 87);
  --color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 .container, .gallery-splash-page, notesCloseButton {
  --color: hsl(83, 27%, 77%);
  --color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder .container, .gallery-splash-page, notesCloseButton {
  --color: rgb(58, 91, 130);
  --color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.themegreen .container, .gallery-splash-page, notesCloseButton {
  color: rgb(237, 245, 231);
  color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono .container, .gallery-splash-page, notesCloseButton {
  color: rgb(191, 191, 191);
  color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue .container, .gallery-splash-page, notesCloseButton {
  color: rgb(218, 231, 250);
  color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown .container, .gallery-splash-page, notesCloseButton {
  color: rgb(84, 54, 36);
  color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage .container, .gallery-splash-page, notesCloseButton {
  color: rgb(83, 107, 87);
  color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 .container, .gallery-splash-page, notesCloseButton {
  color: hsl(83, 27%, 77%);
  color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder .container, .gallery-splash-page, notesCloseButton {
  color: rgb(58, 91, 130);
  color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.themegreen .container, .gallery-splash-page, notesCloseButton {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .container, .gallery-splash-page, notesCloseButton {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .container, .gallery-splash-page, notesCloseButton {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .container, .gallery-splash-page, notesCloseButton {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .container, .gallery-splash-page, notesCloseButton {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .container, .gallery-splash-page, notesCloseButton {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .container, .gallery-splash-page, notesCloseButton {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.themegreen .container, .gallery-splash-page, notesCloseButton {
  --content-light: rgb(240, 190, 13);
  --content-light: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .container, .gallery-splash-page, notesCloseButton {
  --content-light: rgb(216, 216, 216);
  --content-light: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .container, .gallery-splash-page, notesCloseButton {
  --content-light: rgb(214, 248, 254);
  --content-light: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .container, .gallery-splash-page, notesCloseButton {
  --content-light: rgb(80, 105, 63);
  --content-light: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .container, .gallery-splash-page, notesCloseButton {
  --content-light: rgb(87, 137, 97);
  --content-light: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .container, .gallery-splash-page, notesCloseButton {
  --content-light: hsl(36, 31%, 77%);
  --content-light: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .container, .gallery-splash-page, notesCloseButton {
  --content-light: rgba(66, 105, 170, 0.99);
  --content-light: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.themegreen .container, .gallery-splash-page, notesCloseButton {
  --title-color: rgb(122, 128, 122);
  --title-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .container, .gallery-splash-page, notesCloseButton {
  --title-color: rgb(140, 140, 140);
  --title-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .container, .gallery-splash-page, notesCloseButton {
  --title-color: rgb(114, 146, 163);
  --title-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .container, .gallery-splash-page, notesCloseButton {
  --title-color: rgb(228, 222, 211);
  --title-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .container, .gallery-splash-page, notesCloseButton {
  --title-color: rgb(224, 213, 193);
  --title-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .container, .gallery-splash-page, notesCloseButton {
  --title-color: hsl(38, 25%, 44%);
  --title-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .container, .gallery-splash-page, notesCloseButton {
  --title-color: rgba(201, 215, 245, 0.99);
  --title-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .container, .gallery-splash-page, notesCloseButton {
  --link-color: rgb(212, 142, 20);
  --link-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .container, .gallery-splash-page, notesCloseButton {
  --link-color: rgb(242, 242, 242);
  --link-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .container, .gallery-splash-page, notesCloseButton {
  --link-color: rgb(186, 169, 83);
  --link-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .container, .gallery-splash-page, notesCloseButton {
  --link-color: rgb(186, 115, 74);
  --link-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .container, .gallery-splash-page, notesCloseButton {
  --link-color: rgb(158, 115, 90);
  --link-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .container, .gallery-splash-page, notesCloseButton {
  --link-color: hsl(109, 34%, 78%);
  --link-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .container, .gallery-splash-page, notesCloseButton {
  --link-color: rgb(255, 255, 255);
  --link-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.themetext1 {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .themetext1 {
  --background-color: rgb(240, 190, 13);
  --background-color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .themetext1 {
  --background-color: rgb(216, 216, 216);
  --background-color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .themetext1 {
  --background-color: rgb(214, 248, 254);
  --background-color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .themetext1 {
  --background-color: rgb(80, 105, 63);
  --background-color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .themetext1 {
  --background-color: rgb(87, 137, 97);
  --background-color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .themetext1 {
  --background-color: hsl(36, 31%, 77%);
  --background-color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .themetext1 {
  --background-color: rgba(66, 105, 170, 0.99);
  --background-color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.knockout {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .knockout {
  --background-color: rgb(240, 190, 13);
  --background-color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .knockout {
  --background-color: rgb(216, 216, 216);
  --background-color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .knockout {
  --background-color: rgb(214, 248, 254);
  --background-color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .knockout {
  --background-color: rgb(80, 105, 63);
  --background-color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .knockout {
  --background-color: rgb(87, 137, 97);
  --background-color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .knockout {
  --background-color: hsl(36, 31%, 77%);
  --background-color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .knockout {
  --background-color: rgba(66, 105, 170, 0.99);
  --background-color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.scroll:active::-webkit-scrollbar-thumb {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .scroll:active::-webkit-scrollbar-thumb {
  --border-color: rgb(237, 245, 231);
  --border-color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono .scroll:active::-webkit-scrollbar-thumb {
  --border-color: rgb(191, 191, 191);
  --border-color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue .scroll:active::-webkit-scrollbar-thumb {
  --border-color: rgb(218, 231, 250);
  --border-color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown .scroll:active::-webkit-scrollbar-thumb {
  --border-color: rgb(84, 54, 36);
  --border-color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage .scroll:active::-webkit-scrollbar-thumb {
  --border-color: rgb(83, 107, 87);
  --border-color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 .scroll:active::-webkit-scrollbar-thumb {
  --border-color: hsl(83, 27%, 77%);
  --border-color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder .scroll:active::-webkit-scrollbar-thumb {
  --border-color: rgb(58, 91, 130);
  --border-color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.scroll:focus::-webkit-scrollbar-thumb {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .scroll:focus::-webkit-scrollbar-thumb {
  --border-color: rgb(237, 245, 231);
  --border-color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono .scroll:focus::-webkit-scrollbar-thumb {
  --border-color: rgb(191, 191, 191);
  --border-color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue .scroll:focus::-webkit-scrollbar-thumb {
  --border-color: rgb(218, 231, 250);
  --border-color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown .scroll:focus::-webkit-scrollbar-thumb {
  --border-color: rgb(84, 54, 36);
  --border-color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage .scroll:focus::-webkit-scrollbar-thumb {
  --border-color: rgb(83, 107, 87);
  --border-color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 .scroll:focus::-webkit-scrollbar-thumb {
  --border-color: hsl(83, 27%, 77%);
  --border-color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder .scroll:focus::-webkit-scrollbar-thumb {
  --border-color: rgb(58, 91, 130);
  --border-color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.scroll:hover::-webkit-scrollbar-thumb {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .scroll:hover::-webkit-scrollbar-thumb {
  --border-color: rgb(237, 245, 231);
  --border-color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono .scroll:hover::-webkit-scrollbar-thumb {
  --border-color: rgb(191, 191, 191);
  --border-color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue .scroll:hover::-webkit-scrollbar-thumb {
  --border-color: rgb(218, 231, 250);
  --border-color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown .scroll:hover::-webkit-scrollbar-thumb {
  --border-color: rgb(84, 54, 36);
  --border-color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage .scroll:hover::-webkit-scrollbar-thumb {
  --border-color: rgb(83, 107, 87);
  --border-color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 .scroll:hover::-webkit-scrollbar-thumb {
  --border-color: hsl(83, 27%, 77%);
  --border-color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder .scroll:hover::-webkit-scrollbar-thumb {
  --border-color: rgb(58, 91, 130);
  --border-color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.scroll::-webkit-scrollbar-thumb {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .scroll::-webkit-scrollbar-thumb {
  --background-color: rgb(240, 190, 13);
  --background-color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .scroll::-webkit-scrollbar-thumb {
  --background-color: rgb(216, 216, 216);
  --background-color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .scroll::-webkit-scrollbar-thumb {
  --background-color: rgb(214, 248, 254);
  --background-color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .scroll::-webkit-scrollbar-thumb {
  --background-color: rgb(80, 105, 63);
  --background-color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .scroll::-webkit-scrollbar-thumb {
  --background-color: rgb(87, 137, 97);
  --background-color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .scroll::-webkit-scrollbar-thumb {
  --background-color: hsl(36, 31%, 77%);
  --background-color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .scroll::-webkit-scrollbar-thumb {
  --background-color: rgba(66, 105, 170, 0.99);
  --background-color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.scroll ::-webkit-scrollbar-button {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .scroll ::-webkit-scrollbar-button {
  --background-color: rgb(122, 128, 122);
  --background-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .scroll ::-webkit-scrollbar-button {
  --background-color: rgb(140, 140, 140);
  --background-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .scroll ::-webkit-scrollbar-button {
  --background-color: rgb(114, 146, 163);
  --background-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .scroll ::-webkit-scrollbar-button {
  --background-color: rgb(228, 222, 211);
  --background-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .scroll ::-webkit-scrollbar-button {
  --background-color: rgb(224, 213, 193);
  --background-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .scroll ::-webkit-scrollbar-button {
  --background-color: hsl(38, 25%, 44%);
  --background-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .scroll ::-webkit-scrollbar-button {
  --background-color: rgba(201, 215, 245, 0.99);
  --background-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.scroll ::-webkit-scrollbar-track {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .scroll ::-webkit-scrollbar-track {
  --background-color: rgb(122, 128, 122);
  --background-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .scroll ::-webkit-scrollbar-track {
  --background-color: rgb(140, 140, 140);
  --background-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .scroll ::-webkit-scrollbar-track {
  --background-color: rgb(114, 146, 163);
  --background-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .scroll ::-webkit-scrollbar-track {
  --background-color: rgb(228, 222, 211);
  --background-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .scroll ::-webkit-scrollbar-track {
  --background-color: rgb(224, 213, 193);
  --background-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .scroll ::-webkit-scrollbar-track {
  --background-color: hsl(38, 25%, 44%);
  --background-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .scroll ::-webkit-scrollbar-track {
  --background-color: rgba(201, 215, 245, 0.99);
  --background-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.textlink {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .textlink {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .textlink {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .textlink {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .textlink {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .textlink {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .textlink {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .textlink {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.grandtitle {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .grandtitle {
  --grandtitle-color: rgb(212, 142, 20);
  --grandtitle-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .grandtitle {
  --grandtitle-color: rgb(242, 242, 242);
  --grandtitle-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .grandtitle {
  --grandtitle-color: rgb(186, 169, 83);
  --grandtitle-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .grandtitle {
  --grandtitle-color: rgb(186, 115, 74);
  --grandtitle-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .grandtitle {
  --grandtitle-color: rgb(158, 115, 90);
  --grandtitle-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .grandtitle {
  --grandtitle-color: hsl(109, 34%, 78%);
  --grandtitle-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .grandtitle {
  --grandtitle-color: rgb(255, 255, 255);
  --grandtitle-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.subtitle {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .subtitle {
  --subtitle-color: rgb(240, 190, 13);
  --subtitle-color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .subtitle {
  --subtitle-color: rgb(216, 216, 216);
  --subtitle-color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .subtitle {
  --subtitle-color: rgb(214, 248, 254);
  --subtitle-color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .subtitle {
  --subtitle-color: rgb(80, 105, 63);
  --subtitle-color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .subtitle {
  --subtitle-color: rgb(87, 137, 97);
  --subtitle-color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .subtitle {
  --subtitle-color: hsl(36, 31%, 77%);
  --subtitle-color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .subtitle {
  --subtitle-color: rgba(66, 105, 170, 0.99);
  --subtitle-color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.tinytitle {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .tinytitle {
  --subtitle-color: rgb(240, 190, 13);
  --subtitle-color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .tinytitle {
  --subtitle-color: rgb(216, 216, 216);
  --subtitle-color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .tinytitle {
  --subtitle-color: rgb(214, 248, 254);
  --subtitle-color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .tinytitle {
  --subtitle-color: rgb(80, 105, 63);
  --subtitle-color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .tinytitle {
  --subtitle-color: rgb(87, 137, 97);
  --subtitle-color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .tinytitle {
  --subtitle-color: hsl(36, 31%, 77%);
  --subtitle-color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .tinytitle {
  --subtitle-color: rgba(66, 105, 170, 0.99);
  --subtitle-color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.title {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .title {
  --color: rgb(237, 245, 231);
  --color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono .title {
  --color: rgb(191, 191, 191);
  --color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue .title {
  --color: rgb(218, 231, 250);
  --color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown .title {
  --color: rgb(84, 54, 36);
  --color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage .title {
  --color: rgb(83, 107, 87);
  --color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 .title {
  --color: hsl(83, 27%, 77%);
  --color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder .title {
  --color: rgb(58, 91, 130);
  --color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.drop-cap {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .drop-cap {
  --cap-color: rgb(212, 142, 20);
  --cap-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .drop-cap {
  --cap-color: rgb(242, 242, 242);
  --cap-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .drop-cap {
  --cap-color: rgb(186, 169, 83);
  --cap-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .drop-cap {
  --cap-color: rgb(186, 115, 74);
  --cap-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .drop-cap {
  --cap-color: rgb(158, 115, 90);
  --cap-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .drop-cap {
  --cap-color: hsl(109, 34%, 78%);
  --cap-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .drop-cap {
  --cap-color: rgb(255, 255, 255);
  --cap-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.gallery-nav-button {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .gallery-nav-button {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .gallery-nav-button {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .gallery-nav-button {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .gallery-nav-button {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .gallery-nav-button {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .gallery-nav-button {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .gallery-nav-button {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.themegreen .gallery-nav-button {
  --content-light: rgb(212, 142, 20);
  --content-light: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .gallery-nav-button {
  --content-light: rgb(242, 242, 242);
  --content-light: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .gallery-nav-button {
  --content-light: rgb(186, 169, 83);
  --content-light: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .gallery-nav-button {
  --content-light: rgb(186, 115, 74);
  --content-light: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .gallery-nav-button {
  --content-light: rgb(158, 115, 90);
  --content-light: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .gallery-nav-button {
  --content-light: hsl(109, 34%, 78%);
  --content-light: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .gallery-nav-button {
  --content-light: rgb(255, 255, 255);
  --content-light: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.gallery-page-title {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .gallery-page-title {
  --title-color: rgb(122, 128, 122);
  --title-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .gallery-page-title {
  --title-color: rgb(140, 140, 140);
  --title-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .gallery-page-title {
  --title-color: rgb(114, 146, 163);
  --title-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .gallery-page-title {
  --title-color: rgb(228, 222, 211);
  --title-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .gallery-page-title {
  --title-color: rgb(224, 213, 193);
  --title-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .gallery-page-title {
  --title-color: hsl(38, 25%, 44%);
  --title-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .gallery-page-title {
  --title-color: rgba(201, 215, 245, 0.99);
  --title-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.para {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .para {
  --para-color: rgb(237, 245, 231);
  --para-color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono .para {
  --para-color: rgb(191, 191, 191);
  --para-color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue .para {
  --para-color: rgb(218, 231, 250);
  --para-color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown .para {
  --para-color: rgb(84, 54, 36);
  --para-color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage .para {
  --para-color: rgb(83, 107, 87);
  --para-color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 .para {
  --para-color: hsl(83, 27%, 77%);
  --para-color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder .para {
  --para-color: rgb(58, 91, 130);
  --para-color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.img-dialog-container {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .img-dialog-container {
  --border-color: rgb(122, 128, 122);
  --border-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .img-dialog-container {
  --border-color: rgb(140, 140, 140);
  --border-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .img-dialog-container {
  --border-color: rgb(114, 146, 163);
  --border-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .img-dialog-container {
  --border-color: rgb(228, 222, 211);
  --border-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .img-dialog-container {
  --border-color: rgb(224, 213, 193);
  --border-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .img-dialog-container {
  --border-color: hsl(38, 25%, 44%);
  --border-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .img-dialog-container {
  --border-color: rgba(201, 215, 245, 0.99);
  --border-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.gallery-dialog-container {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .gallery-dialog-container {
  --background-color: rgb(122, 128, 122);
  --background-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .gallery-dialog-container {
  --background-color: rgb(140, 140, 140);
  --background-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .gallery-dialog-container {
  --background-color: rgb(114, 146, 163);
  --background-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .gallery-dialog-container {
  --background-color: rgb(228, 222, 211);
  --background-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .gallery-dialog-container {
  --background-color: rgb(224, 213, 193);
  --background-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .gallery-dialog-container {
  --background-color: hsl(38, 25%, 44%);
  --background-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .gallery-dialog-container {
  --background-color: rgba(201, 215, 245, 0.99);
  --background-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.audio-dialog-container {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .audio-dialog-container {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .audio-dialog-container {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .audio-dialog-container {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .audio-dialog-container {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .audio-dialog-container {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .audio-dialog-container {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .audio-dialog-container {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

/*
.clip-text-video {
    @include theme(background-color, bgDark);
    @include theme(--color, textLight);
    @include theme(color, textLight);
    @include theme(--background-color, bgComp);
    @include theme(--content-light, contentLight);

    // font-size: .85em;
    // font-weight: bold;
}
*/
.hr-custom-text {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .hr-custom-text {
  --hr-bg-color: rgb(122, 128, 122);
  --hr-bg-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .hr-custom-text {
  --hr-bg-color: rgb(140, 140, 140);
  --hr-bg-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .hr-custom-text {
  --hr-bg-color: rgb(114, 146, 163);
  --hr-bg-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .hr-custom-text {
  --hr-bg-color: rgb(228, 222, 211);
  --hr-bg-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .hr-custom-text {
  --hr-bg-color: rgb(224, 213, 193);
  --hr-bg-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .hr-custom-text {
  --hr-bg-color: hsl(38, 25%, 44%);
  --hr-bg-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .hr-custom-text {
  --hr-bg-color: rgba(201, 215, 245, 0.99);
  --hr-bg-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .hr-custom-text {
  --hr-color: rgb(212, 142, 20);
  --hr-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .hr-custom-text {
  --hr-color: rgb(242, 242, 242);
  --hr-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .hr-custom-text {
  --hr-color: rgb(186, 169, 83);
  --hr-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .hr-custom-text {
  --hr-color: rgb(186, 115, 74);
  --hr-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .hr-custom-text {
  --hr-color: rgb(158, 115, 90);
  --hr-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .hr-custom-text {
  --hr-color: hsl(109, 34%, 78%);
  --hr-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .hr-custom-text {
  --hr-color: rgb(255, 255, 255);
  --hr-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.hr-custom-img {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .hr-custom-img {
  --hr-bg-color: rgb(122, 128, 122);
  --hr-bg-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .hr-custom-img {
  --hr-bg-color: rgb(140, 140, 140);
  --hr-bg-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .hr-custom-img {
  --hr-bg-color: rgb(114, 146, 163);
  --hr-bg-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .hr-custom-img {
  --hr-bg-color: rgb(228, 222, 211);
  --hr-bg-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .hr-custom-img {
  --hr-bg-color: rgb(224, 213, 193);
  --hr-bg-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .hr-custom-img {
  --hr-bg-color: hsl(38, 25%, 44%);
  --hr-bg-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .hr-custom-img {
  --hr-bg-color: rgba(201, 215, 245, 0.99);
  --hr-bg-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .hr-custom-img {
  --hr-color: rgb(212, 142, 20);
  --hr-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .hr-custom-img {
  --hr-color: rgb(242, 242, 242);
  --hr-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .hr-custom-img {
  --hr-color: rgb(186, 169, 83);
  --hr-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .hr-custom-img {
  --hr-color: rgb(186, 115, 74);
  --hr-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .hr-custom-img {
  --hr-color: rgb(158, 115, 90);
  --hr-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .hr-custom-img {
  --hr-color: hsl(109, 34%, 78%);
  --hr-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .hr-custom-img {
  --hr-color: rgb(255, 255, 255);
  --hr-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.hr-custom-content {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .hr-custom-content {
  --hr-bg-color: rgb(122, 128, 122);
  --hr-bg-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .hr-custom-content {
  --hr-bg-color: rgb(140, 140, 140);
  --hr-bg-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .hr-custom-content {
  --hr-bg-color: rgb(114, 146, 163);
  --hr-bg-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .hr-custom-content {
  --hr-bg-color: rgb(228, 222, 211);
  --hr-bg-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .hr-custom-content {
  --hr-bg-color: rgb(224, 213, 193);
  --hr-bg-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .hr-custom-content {
  --hr-bg-color: hsl(38, 25%, 44%);
  --hr-bg-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .hr-custom-content {
  --hr-bg-color: rgba(201, 215, 245, 0.99);
  --hr-bg-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .hr-custom-content {
  --hr-color: rgb(212, 142, 20);
  --hr-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .hr-custom-content {
  --hr-color: rgb(242, 242, 242);
  --hr-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .hr-custom-content {
  --hr-color: rgb(186, 169, 83);
  --hr-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .hr-custom-content {
  --hr-color: rgb(186, 115, 74);
  --hr-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .hr-custom-content {
  --hr-color: rgb(158, 115, 90);
  --hr-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .hr-custom-content {
  --hr-color: hsl(109, 34%, 78%);
  --hr-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .hr-custom-content {
  --hr-color: rgb(255, 255, 255);
  --hr-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.hr-custom-offset {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .hr-custom-offset {
  --hr-bg-color: rgb(122, 128, 122);
  --hr-bg-color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .hr-custom-offset {
  --hr-bg-color: rgb(140, 140, 140);
  --hr-bg-color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .hr-custom-offset {
  --hr-bg-color: rgb(114, 146, 163);
  --hr-bg-color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .hr-custom-offset {
  --hr-bg-color: rgb(228, 222, 211);
  --hr-bg-color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .hr-custom-offset {
  --hr-bg-color: rgb(224, 213, 193);
  --hr-bg-color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .hr-custom-offset {
  --hr-bg-color: hsl(38, 25%, 44%);
  --hr-bg-color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .hr-custom-offset {
  --hr-bg-color: rgba(201, 215, 245, 0.99);
  --hr-bg-color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .hr-custom-offset {
  --hr-color: rgb(212, 142, 20);
  --hr-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .hr-custom-offset {
  --hr-color: rgb(242, 242, 242);
  --hr-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .hr-custom-offset {
  --hr-color: rgb(186, 169, 83);
  --hr-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .hr-custom-offset {
  --hr-color: rgb(186, 115, 74);
  --hr-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .hr-custom-offset {
  --hr-color: rgb(158, 115, 90);
  --hr-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .hr-custom-offset {
  --hr-color: hsl(109, 34%, 78%);
  --hr-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .hr-custom-offset {
  --hr-color: rgb(255, 255, 255);
  --hr-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

figure {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen figure {
  --color: rgb(240, 190, 13);
  --color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono figure {
  --color: rgb(216, 216, 216);
  --color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue figure {
  --color: rgb(214, 248, 254);
  --color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown figure {
  --color: rgb(80, 105, 63);
  --color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage figure {
  --color: rgb(87, 137, 97);
  --color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 figure {
  --color: hsl(36, 31%, 77%);
  --color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder figure {
  --color: rgba(66, 105, 170, 0.99);
  --color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.tx-button::before {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .tx-button::before {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .tx-button::before {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .tx-button::before {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .tx-button::before {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .tx-button::before {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .tx-button::before {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .tx-button::before {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.themegreen .tx-button::before {
  --color: rgb(122, 128, 122);
  --color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .tx-button::before {
  --color: rgb(140, 140, 140);
  --color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .tx-button::before {
  --color: rgb(114, 146, 163);
  --color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .tx-button::before {
  --color: rgb(228, 222, 211);
  --color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .tx-button::before {
  --color: rgb(224, 213, 193);
  --color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .tx-button::before {
  --color: hsl(38, 25%, 44%);
  --color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .tx-button::before {
  --color: rgba(201, 215, 245, 0.99);
  --color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .tx-button::before {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .tx-button::before {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .tx-button::before {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .tx-button::before {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .tx-button::before {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .tx-button::before {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .tx-button::before {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

/*
.notes-hdr-img {
    @include theme(--border-color, contentLight);
}
*/
.tx-button {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .tx-button {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .tx-button {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .tx-button {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .tx-button {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .tx-button {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .tx-button {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .tx-button {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.themegreen .tx-button {
  --color: rgb(122, 128, 122);
  --color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .tx-button {
  --color: rgb(140, 140, 140);
  --color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .tx-button {
  --color: rgb(114, 146, 163);
  --color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .tx-button {
  --color: rgb(228, 222, 211);
  --color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .tx-button {
  --color: rgb(224, 213, 193);
  --color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .tx-button {
  --color: hsl(38, 25%, 44%);
  --color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .tx-button {
  --color: rgba(201, 215, 245, 0.99);
  --color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .tx-button {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .tx-button {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .tx-button {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .tx-button {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .tx-button {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .tx-button {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .tx-button {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.descrip {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .descrip {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .descrip {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .descrip {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .descrip {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .descrip {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .descrip {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .descrip {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.themegreen .descrip {
  --color: rgb(122, 128, 122);
  --color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .descrip {
  --color: rgb(140, 140, 140);
  --color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .descrip {
  --color: rgb(114, 146, 163);
  --color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .descrip {
  --color: rgb(228, 222, 211);
  --color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .descrip {
  --color: rgb(224, 213, 193);
  --color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .descrip {
  --color: hsl(38, 25%, 44%);
  --color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .descrip {
  --color: rgba(201, 215, 245, 0.99);
  --color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .descrip {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .descrip {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .descrip {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .descrip {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .descrip {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .descrip {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .descrip {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.audiolink {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .audiolink {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .audiolink {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .audiolink {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .audiolink {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .audiolink {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .audiolink {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .audiolink {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.themegreen .audiolink {
  --color: rgb(122, 128, 122);
  --color: var(--theme-themegreen-bgDark, rgb(122, 128, 122));
}

.thememono .audiolink {
  --color: rgb(140, 140, 140);
  --color: var(--theme-thememono-bgDark, rgb(140, 140, 140));
}

.themeblue .audiolink {
  --color: rgb(114, 146, 163);
  --color: var(--theme-themeblue-bgDark, rgb(114, 146, 163));
}

.themebrown .audiolink {
  --color: rgb(228, 222, 211);
  --color: var(--theme-themebrown-bgDark, rgb(228, 222, 211));
}

.themesage .audiolink {
  --color: rgb(224, 213, 193);
  --color: var(--theme-themesage-bgDark, rgb(224, 213, 193));
}

.themesage1 .audiolink {
  --color: hsl(38, 25%, 44%);
  --color: var(--theme-themesage1-bgDark, hsl(38, 25%, 44%));
}

.themepowder .audiolink {
  --color: rgba(201, 215, 245, 0.99);
  --color: var(--theme-themepowder-bgDark, rgba(201, 215, 245, 0.99));
}

.themegreen .audiolink {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .audiolink {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .audiolink {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .audiolink {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .audiolink {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .audiolink {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .audiolink {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.playlist-wrapper {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .playlist-wrapper {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .playlist-wrapper {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .playlist-wrapper {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .playlist-wrapper {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .playlist-wrapper {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .playlist-wrapper {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .playlist-wrapper {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.themegreen .playlist-wrapper {
  --color: rgb(122, 128, 122);
  --color: var(--theme-themegreen-textDark, rgb(122, 128, 122));
}

.thememono .playlist-wrapper {
  --color: rgb(140, 140, 140);
  --color: var(--theme-thememono-textDark, rgb(140, 140, 140));
}

.themeblue .playlist-wrapper {
  --color: rgb(114, 146, 163);
  --color: var(--theme-themeblue-textDark, rgb(114, 146, 163));
}

.themebrown .playlist-wrapper {
  --color: rgb(228, 222, 211);
  --color: var(--theme-themebrown-textDark, rgb(228, 222, 211));
}

.themesage .playlist-wrapper {
  --color: rgb(224, 213, 193);
  --color: var(--theme-themesage-textDark, rgb(224, 213, 193));
}

.themesage1 .playlist-wrapper {
  --color: hsl(115, 40%, 75%);
  --color: var(--theme-themesage1-textDark, hsl(115, 40%, 75%));
}

.themepowder .playlist-wrapper {
  --color: rgba(201, 215, 245, 0.99);
  --color: var(--theme-themepowder-textDark, rgba(201, 215, 245, 0.99));
}

.plSelected {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .plSelected {
  --color: rgb(240, 190, 13);
  --color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .plSelected {
  --color: rgb(216, 216, 216);
  --color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .plSelected {
  --color: rgb(214, 248, 254);
  --color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .plSelected {
  --color: rgb(80, 105, 63);
  --color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .plSelected {
  --color: rgb(87, 137, 97);
  --color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .plSelected {
  --color: hsl(36, 31%, 77%);
  --color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .plSelected {
  --color: rgba(66, 105, 170, 0.99);
  --color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.playlist-title {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .playlist-title {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .playlist-title {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .playlist-title {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .playlist-title {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .playlist-title {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .playlist-title {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .playlist-title {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.playlist-number {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .playlist-number {
  --color: rgb(240, 190, 13);
  --color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .playlist-number {
  --color: rgb(216, 216, 216);
  --color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .playlist-number {
  --color: rgb(214, 248, 254);
  --color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .playlist-number {
  --color: rgb(80, 105, 63);
  --color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .playlist-number {
  --color: rgb(87, 137, 97);
  --color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .playlist-number {
  --color: hsl(36, 31%, 77%);
  --color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .playlist-number {
  --color: rgba(66, 105, 170, 0.99);
  --color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.player-num-color {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .player-num-color {
  --color: rgb(240, 190, 13);
  --color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .player-num-color {
  --color: rgb(216, 216, 216);
  --color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .player-num-color {
  --color: rgb(214, 248, 254);
  --color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .player-num-color {
  --color: rgb(80, 105, 63);
  --color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .player-num-color {
  --color: rgb(87, 137, 97);
  --color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .player-num-color {
  --color: hsl(36, 31%, 77%);
  --color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .player-num-color {
  --color: rgba(66, 105, 170, 0.99);
  --color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.player-button {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .player-button {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .player-button {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .player-button {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .player-button {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .player-button {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .player-button {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .player-button {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

.now-playing {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .now-playing {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono .now-playing {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue .now-playing {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown .now-playing {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage .now-playing {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 .now-playing {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder .now-playing {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

path {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen path {
  --title-color: rgb(212, 142, 20);
  --title-color: var(--theme-themegreen-textTitle, rgb(212, 142, 20));
}

.thememono path {
  --title-color: rgb(242, 242, 242);
  --title-color: var(--theme-thememono-textTitle, rgb(242, 242, 242));
}

.themeblue path {
  --title-color: rgb(186, 169, 83);
  --title-color: var(--theme-themeblue-textTitle, rgb(186, 169, 83));
}

.themebrown path {
  --title-color: rgb(186, 115, 74);
  --title-color: var(--theme-themebrown-textTitle, rgb(186, 115, 74));
}

.themesage path {
  --title-color: rgb(158, 115, 90);
  --title-color: var(--theme-themesage-textTitle, rgb(158, 115, 90));
}

.themesage1 path {
  --title-color: hsl(109, 34%, 78%);
  --title-color: var(--theme-themesage1-textTitle, hsl(109, 34%, 78%));
}

.themepowder path {
  --title-color: rgb(255, 255, 255);
  --title-color: var(--theme-themepowder-textTitle, rgb(255, 255, 255));
}

#volume-slider::-webkit-slider-runnable-track {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen #volume-slider::-webkit-slider-runnable-track {
  --background-color: rgb(237, 245, 231);
  --background-color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono #volume-slider::-webkit-slider-runnable-track {
  --background-color: rgb(191, 191, 191);
  --background-color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue #volume-slider::-webkit-slider-runnable-track {
  --background-color: rgb(218, 231, 250);
  --background-color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown #volume-slider::-webkit-slider-runnable-track {
  --background-color: rgb(84, 54, 36);
  --background-color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage #volume-slider::-webkit-slider-runnable-track {
  --background-color: rgb(83, 107, 87);
  --background-color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 #volume-slider::-webkit-slider-runnable-track {
  --background-color: hsl(83, 27%, 77%);
  --background-color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder #volume-slider::-webkit-slider-runnable-track {
  --background-color: rgb(58, 91, 130);
  --background-color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

#volume-slider::-moz-range-track {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen #volume-slider::-moz-range-track {
  --background-color: rgb(237, 245, 231);
  --background-color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono #volume-slider::-moz-range-track {
  --background-color: rgb(191, 191, 191);
  --background-color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue #volume-slider::-moz-range-track {
  --background-color: rgb(218, 231, 250);
  --background-color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown #volume-slider::-moz-range-track {
  --background-color: rgb(84, 54, 36);
  --background-color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage #volume-slider::-moz-range-track {
  --background-color: rgb(83, 107, 87);
  --background-color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 #volume-slider::-moz-range-track {
  --background-color: hsl(83, 27%, 77%);
  --background-color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder #volume-slider::-moz-range-track {
  --background-color: rgb(58, 91, 130);
  --background-color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

#volume-slider::-ms-fill-upper {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen #volume-slider::-ms-fill-upper {
  --background-color: rgb(122, 128, 122);
  --background-color: var(--theme-themegreen-textDark, rgb(122, 128, 122));
}

.thememono #volume-slider::-ms-fill-upper {
  --background-color: rgb(140, 140, 140);
  --background-color: var(--theme-thememono-textDark, rgb(140, 140, 140));
}

.themeblue #volume-slider::-ms-fill-upper {
  --background-color: rgb(114, 146, 163);
  --background-color: var(--theme-themeblue-textDark, rgb(114, 146, 163));
}

.themebrown #volume-slider::-ms-fill-upper {
  --background-color: rgb(228, 222, 211);
  --background-color: var(--theme-themebrown-textDark, rgb(228, 222, 211));
}

.themesage #volume-slider::-ms-fill-upper {
  --background-color: rgb(224, 213, 193);
  --background-color: var(--theme-themesage-textDark, rgb(224, 213, 193));
}

.themesage1 #volume-slider::-ms-fill-upper {
  --background-color: hsl(115, 40%, 75%);
  --background-color: var(--theme-themesage1-textDark, hsl(115, 40%, 75%));
}

.themepowder #volume-slider::-ms-fill-upper {
  --background-color: rgba(201, 215, 245, 0.99);
  --background-color: var(--theme-themepowder-textDark, rgba(201, 215, 245, 0.99));
}

input[type=range]::-webkit-slider-runnable-track {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen input[type=range]::-webkit-slider-runnable-track {
  --background-color: rgb(122, 128, 122);
  --background-color: var(--theme-themegreen-textDark, rgb(122, 128, 122));
}

.thememono input[type=range]::-webkit-slider-runnable-track {
  --background-color: rgb(140, 140, 140);
  --background-color: var(--theme-thememono-textDark, rgb(140, 140, 140));
}

.themeblue input[type=range]::-webkit-slider-runnable-track {
  --background-color: rgb(114, 146, 163);
  --background-color: var(--theme-themeblue-textDark, rgb(114, 146, 163));
}

.themebrown input[type=range]::-webkit-slider-runnable-track {
  --background-color: rgb(228, 222, 211);
  --background-color: var(--theme-themebrown-textDark, rgb(228, 222, 211));
}

.themesage input[type=range]::-webkit-slider-runnable-track {
  --background-color: rgb(224, 213, 193);
  --background-color: var(--theme-themesage-textDark, rgb(224, 213, 193));
}

.themesage1 input[type=range]::-webkit-slider-runnable-track {
  --background-color: hsl(115, 40%, 75%);
  --background-color: var(--theme-themesage1-textDark, hsl(115, 40%, 75%));
}

.themepowder input[type=range]::-webkit-slider-runnable-track {
  --background-color: rgba(201, 215, 245, 0.99);
  --background-color: var(--theme-themepowder-textDark, rgba(201, 215, 245, 0.99));
}

.themegreen input[type=range]::-webkit-slider-runnable-track {
  --color: rgb(237, 245, 231);
  --color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono input[type=range]::-webkit-slider-runnable-track {
  --color: rgb(191, 191, 191);
  --color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue input[type=range]::-webkit-slider-runnable-track {
  --color: rgb(218, 231, 250);
  --color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown input[type=range]::-webkit-slider-runnable-track {
  --color: rgb(84, 54, 36);
  --color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage input[type=range]::-webkit-slider-runnable-track {
  --color: rgb(83, 107, 87);
  --color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 input[type=range]::-webkit-slider-runnable-track {
  --color: hsl(83, 27%, 77%);
  --color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder input[type=range]::-webkit-slider-runnable-track {
  --color: rgb(58, 91, 130);
  --color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

input[type=range]::before {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen input[type=range]::before {
  --background-color: rgb(122, 128, 122);
  --background-color: var(--theme-themegreen-textDark, rgb(122, 128, 122));
}

.thememono input[type=range]::before {
  --background-color: rgb(140, 140, 140);
  --background-color: var(--theme-thememono-textDark, rgb(140, 140, 140));
}

.themeblue input[type=range]::before {
  --background-color: rgb(114, 146, 163);
  --background-color: var(--theme-themeblue-textDark, rgb(114, 146, 163));
}

.themebrown input[type=range]::before {
  --background-color: rgb(228, 222, 211);
  --background-color: var(--theme-themebrown-textDark, rgb(228, 222, 211));
}

.themesage input[type=range]::before {
  --background-color: rgb(224, 213, 193);
  --background-color: var(--theme-themesage-textDark, rgb(224, 213, 193));
}

.themesage1 input[type=range]::before {
  --background-color: hsl(115, 40%, 75%);
  --background-color: var(--theme-themesage1-textDark, hsl(115, 40%, 75%));
}

.themepowder input[type=range]::before {
  --background-color: rgba(201, 215, 245, 0.99);
  --background-color: var(--theme-themepowder-textDark, rgba(201, 215, 245, 0.99));
}

input[type=range]::-webkit-slider-thumb {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen input[type=range]::-webkit-slider-thumb {
  --color: rgb(122, 128, 122);
  --color: var(--theme-themegreen-textDark, rgb(122, 128, 122));
}

.thememono input[type=range]::-webkit-slider-thumb {
  --color: rgb(140, 140, 140);
  --color: var(--theme-thememono-textDark, rgb(140, 140, 140));
}

.themeblue input[type=range]::-webkit-slider-thumb {
  --color: rgb(114, 146, 163);
  --color: var(--theme-themeblue-textDark, rgb(114, 146, 163));
}

.themebrown input[type=range]::-webkit-slider-thumb {
  --color: rgb(228, 222, 211);
  --color: var(--theme-themebrown-textDark, rgb(228, 222, 211));
}

.themesage input[type=range]::-webkit-slider-thumb {
  --color: rgb(224, 213, 193);
  --color: var(--theme-themesage-textDark, rgb(224, 213, 193));
}

.themesage1 input[type=range]::-webkit-slider-thumb {
  --color: hsl(115, 40%, 75%);
  --color: var(--theme-themesage1-textDark, hsl(115, 40%, 75%));
}

.themepowder input[type=range]::-webkit-slider-thumb {
  --color: rgba(201, 215, 245, 0.99);
  --color: var(--theme-themepowder-textDark, rgba(201, 215, 245, 0.99));
}

input[type=range]:active::-webkit-slider-thumb {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen input[type=range]:active::-webkit-slider-thumb {
  --background-color: rgb(237, 245, 231);
  --background-color: var(--theme-themegreen-textLight, rgb(237, 245, 231));
}

.thememono input[type=range]:active::-webkit-slider-thumb {
  --background-color: rgb(191, 191, 191);
  --background-color: var(--theme-thememono-textLight, rgb(191, 191, 191));
}

.themeblue input[type=range]:active::-webkit-slider-thumb {
  --background-color: rgb(218, 231, 250);
  --background-color: var(--theme-themeblue-textLight, rgb(218, 231, 250));
}

.themebrown input[type=range]:active::-webkit-slider-thumb {
  --background-color: rgb(84, 54, 36);
  --background-color: var(--theme-themebrown-textLight, rgb(84, 54, 36));
}

.themesage input[type=range]:active::-webkit-slider-thumb {
  --background-color: rgb(83, 107, 87);
  --background-color: var(--theme-themesage-textLight, rgb(83, 107, 87));
}

.themesage1 input[type=range]:active::-webkit-slider-thumb {
  --background-color: hsl(83, 27%, 77%);
  --background-color: var(--theme-themesage1-textLight, hsl(83, 27%, 77%));
}

.themepowder input[type=range]:active::-webkit-slider-thumb {
  --background-color: rgb(58, 91, 130);
  --background-color: var(--theme-themepowder-textLight, rgb(58, 91, 130));
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --background-color: rgb(53, 82, 53);
  --background-color: var(--theme-themegreen-bgComp, rgb(53, 82, 53));
}

.thememono .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --background-color: rgb(51, 51, 51);
  --background-color: var(--theme-thememono-bgComp, rgb(51, 51, 51));
}

.themeblue .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --background-color: rgb(142, 103, 81);
  --background-color: var(--theme-themeblue-bgComp, rgb(142, 103, 81));
}

.themebrown .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --background-color: rgb(170, 212, 170);
  --background-color: var(--theme-themebrown-bgComp, rgb(170, 212, 170));
}

.themesage .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --background-color: rgb(163, 190, 154);
  --background-color: var(--theme-themesage-bgComp, rgb(163, 190, 154));
}

.themesage1 .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --background-color: rgb(102, 132, 108);
  --background-color: var(--theme-themesage1-bgComp, rgb(102, 132, 108));
}

.themepowder .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --background-color: rgba(177, 192, 222, 0.99);
  --background-color: var(--theme-themepowder-bgComp, rgba(177, 192, 222, 0.99));
}

.themegreen .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --color: rgb(240, 190, 13);
  --color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --color: rgb(216, 216, 216);
  --color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --color: rgb(214, 248, 254);
  --color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --color: rgb(80, 105, 63);
  --color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --color: rgb(87, 137, 97);
  --color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --color: hsl(36, 31%, 77%);
  --color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  --color: rgba(66, 105, 170, 0.99);
  --color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  /*:global(.themegreen) & { */
  /*:global(.thememono) & { */
  /*:global(.themeblue) & { */
  /*:global(.themebrown) & { */
  /*:global(.themesage) & { */
  /*:global(.themesage1) & { */
  /*:global(.themepowder) & { */
}
.themegreen .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  --color: rgb(240, 190, 13);
  --color: var(--theme-themegreen-contentLight, rgb(240, 190, 13));
}

.thememono .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  --color: rgb(216, 216, 216);
  --color: var(--theme-thememono-contentLight, rgb(216, 216, 216));
}

.themeblue .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  --color: rgb(214, 248, 254);
  --color: var(--theme-themeblue-contentLight, rgb(214, 248, 254));
}

.themebrown .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  --color: rgb(80, 105, 63);
  --color: var(--theme-themebrown-contentLight, rgb(80, 105, 63));
}

.themesage .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  --color: rgb(87, 137, 97);
  --color: var(--theme-themesage-contentLight, rgb(87, 137, 97));
}

.themesage1 .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  --color: hsl(36, 31%, 77%);
  --color: var(--theme-themesage1-contentLight, hsl(36, 31%, 77%));
}

.themepowder .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  --color: rgba(66, 105, 170, 0.99);
  --color: var(--theme-themepowder-contentLight, rgba(66, 105, 170, 0.99));
}