@charset "UTF-8";
html {
  font-size: 16px;
  --innerHeight: 100vh;
}
html h1 {
  font-size: 2.25rem;
}
html h2 {
  font-size: 1.875rem;
}
html h3 {
  font-size: 1.5rem;
}
html h4 {
  font-size: 1.125rem;
}
html h5 {
  font-size: 0.875rem;
}
html h6 {
  font-size: 0.75rem;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
* {
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role=button] {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}

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

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before {
  content: "— ";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* ul,
* li {
  list-style: none;
  margin: 0;
  padding: 0;
}
* a:hover,
* a:focus {
  text-decoration: none;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p {
  margin: 0;
}

:root {
  --fontBasicColor: #000000;
  --fontSecondColor: #a7a7a7;
  --fontThirdColor: #5a5a5a;
  --lightBasicColor: #ffffff;
  --lightBasicColorRgb: 255, 255, 255;
  --backgroundGrayColor: #d9d9d9;
  --lightGrayColor: #ececec;
  --socialIconColor: #b2b2b2;
  --languageInWhiteOutlineColor: #3a92b8;
  --languageInWhiteBgColor: rgba(217, 217, 217, 0.5);
}

::-moz-selection {
  color: #ffffff; /* 选中文字的颜色 */
  background-color: #f59a54; /* 选中文字的背景颜色 */
}

::selection {
  color: #ffffff; /* 选中文字的颜色 */
  background-color: #f59a54; /* 选中文字的背景颜色 */
}

#nav {
  width: 100%;
  display: flex;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.nav-active {
  text-decoration: none !important;
  color: var(--fontSecondColor) !important;
  border-bottom: var(--fontSecondColor) solid thin;
}

.nav-container {
  margin: 2rem 0;
}
.nav-container a {
  color: var(--fontBasicColor);
  font-weight: 600;
  cursor: pointer;
}
.nav-container .nav-wide {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-container .nav-wide li {
  padding: 0 1rem;
}
.nav-container .nav-wide li a {
  font-size: 1.125rem;
  padding-bottom: 0.32rem;
}
.nav-container .nav-wide li a:hover {
  text-decoration: none;
  color: var(--fontSecondColor);
  transition: color 0.3s ease;
}
.nav-container .nav-wide li a:before {
  content: "";
  display: table;
  position: relative;
  top: 1.75rem;
  width: 0;
  height: 1px;
  background: var(--fontSecondColor);
  transition: width 0.3s ease;
}
.nav-container .nav-wide li a:not(.nav-active):hover:before {
  width: 100%;
}

#navAside {
  display: none;
  position: fixed;
  top: 0;
  left: calc(100% - 55px);
  height: 100vh;
  /*
   * Just a quick hamburger
   */
  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  /*
   * But let's hide the middle one.
   */
  /*
   * Ohyeah and the last one should go the other direction
   */
  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  /*
   * And let's slide it in from the left
   */
}
#navAside #menuToggle {
  display: block;
  position: relative;
  top: 2rem;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
#navAside #menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.5s ease;
}
#navAside #menuToggle a:hover {
  color: var(--fontSecondColor);
}
#navAside #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#navAside #menuToggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--fontBasicColor);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 3px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#navAside #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#navAside #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#navAside #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -5px);
  background: #232323;
}
#navAside #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#navAside #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(2px, 3.5px);
}
#navAside #asideMenu {
  position: absolute;
  width: 300px;
  height: calc(100vh + 1rem);
  margin: -3.75rem 0 0 -200px;
  padding: 50px;
  padding-top: 125px;
  background: var(--lightBasicColor);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform: translate(100%, 0);
  transition: transform 0.6s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#navAside #asideMenu li {
  padding: 15px 0;
  font-size: 1.25rem;
  font-weight: 600;
}
#navAside #menuToggle input:checked ~ ul {
  transform: none;
}

@media (min-width: 641px) and (max-width: 1000px) {
  #nav.mng li {
    padding: 0.5rem;
  }
  #nav.mng a {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  #navAside {
    display: block;
  }
  #nav {
    display: none;
  }
}
.cross-utf8 {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.5rem 1rem;
  cursor: pointer;
}

.btn-base {
  background-color: transparent;
  border: solid thin;
  border-radius: 5px;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
}

img:not([src]) {
  display: none;
}

.logo-container {
  width: 100%;
}

.logo-wrapper {
  --logoHalfWidth: -50%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  position: relative;
  left: 50%;
  transform: translateX(var(--logoHalfWidth));
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.logo-wrapper .logo {
  height: var(--logoHeight);
  width: auto;
  transition: width 0.3s, height 0.3s;
}
.logo-wrapper .logo img {
  height: 100%;
}
.logo-wrapper .aside-icon {
  height: 5.5rem;
}
.logo-wrapper .aside-icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(37, 37, 37, 0.4);
}

::-webkit-scrollbar-track {
  box-shadow: transparent;
}

.glass_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1510;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.glass_overlay_editer {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 2900;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=88);
}

.black_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1510;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=88);
}

.white_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 1510;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=88);
}

.pop-up {
  position: fixed;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  z-index: 1520;
}

.pop-up-container {
  margin: 2rem;
}

#popUpEditorContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: width 0.3s, height 0.3s;
}

.kindeditor-cover {
  position: absolute;
  background: linear-gradient(to bottom, rgba(127, 138, 148, 0.388) 20%, transparent 80%);
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(127, 138, 148, 0.388);
  border-radius: 6px;
}

.kindeditor-fade {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 60%, transparent 80%);
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.editer-container {
  text-align: center;
  margin-top: 3rem;
  position: relative;
  width: 90%;
  min-height: 25rem;
}

.checkbox-container {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  z-index: 1500;
  --globeSize: 1rem;
  transition: opacity 0.5s ease;
}

.checkbox-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
}
.checkbox-wrapper label {
  width: 2.25rem;
  height: 3.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid;
  border-width: thin;
  cursor: pointer;
  margin: 0;
  padding: 0.4rem 0;
  color: var(--fontBasicColor);
  background-color: rgba(var(--lightBasicColorRgb), 0.2);
}
.checkbox-wrapper label p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
}
.checkbox-wrapper label .globe-container:not(.globe-active) {
  height: 0 !important;
  width: 0 !important;
}
.checkbox-wrapper label .globe-container {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 0.1rem;
}
.checkbox-wrapper label #globeSvg {
  max-width: 100%; /* 100% 表示相對於父容器的寬度 */
  max-height: 100%;
}
.checkbox-wrapper .zhHant {
  border-radius: 8px 8px 0 0;
}
.checkbox-wrapper .EN {
  border-top: none;
  border-bottom: none;
}
.checkbox-wrapper .JA {
  border-radius: 0 0 8px 8px;
}

.social-icon-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.75rem;
}

.social-icon {
  width: 1.5rem;
  margin: 0 0.25rem;
  color: var(--socialIconColor);
  transition: color 0.3s ease;
}
.social-icon:hover {
  color: var(--fontThirdColor);
}

.background-edit {
  position: fixed;
  width: 2.25rem;
  top: 13rem;
  left: 2.5rem;
  padding: 0.75rem 0.45rem;
  color: var(--fontBasicColor);
  background-color: rgba(var(--lightBasicColorRgb), 0.2);
  border: var(--fontBasicColor) solid thin;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.background-edit p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

.edit-background form {
  display: flex;
  flex-direction: column;
}
.edit-background button {
  margin-top: 1rem;
}
.edit-background .color-picker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.edit-background .color-picker button {
  margin-left: 0.5rem;
}

.page-wrapper {
  display: flex;
  align-items: center;
}
.page-wrapper span {
  color: var(--fontBasicColor);
  cursor: pointer;
}
.page-wrapper .page-container {
  width: 75px;
  overflow: hidden;
  margin: 2rem 1rem;
}
.page-wrapper .page-container .page {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
}
.page-wrapper .page-container .page_circle {
  cursor: pointer;
  flex: 0 0 auto;
  width: 15px;
  height: 20px;
  text-align: center;
  margin: 0 5px;
  border-bottom: solid;
  border-width: thin;
  border-color: transparent;
  transition: border-color 0.3s ease;
}
.page-wrapper .page-container .page_circle:hover {
  border-bottom: solid;
  border-width: thin;
}
.page-wrapper .page-container .page_circle p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.page-wrapper .page-container .page_active {
  border-bottom: solid;
  border-width: thin;
}

.edit-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-19px, -19px);
  z-index: 3000;
}
.edit-loader .circle {
  position: absolute;
  width: 38px;
  height: 38px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 5.5s;
}
.edit-loader .circle:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #000000; /* Pick a color */
}
.edit-loader .circle:nth-child(2) {
  animation-delay: 240ms;
}
.edit-loader .circle:nth-child(3) {
  animation-delay: 480ms;
}
.edit-loader .circle:nth-child(4) {
  animation-delay: 720ms;
}
.edit-loader .circle:nth-child(5) {
  animation-delay: 960ms;
}

@media (max-width: 640px) {
  .checkbox-container {
    top: 6rem;
    left: calc(100% - 55px);
  }
  .background-edit {
    top: 6rem;
  }
  .logo-wrapper {
    padding-top: 3.5rem;
    transform: translateX(-50%) !important;
  }
  .aside-icon {
    display: none;
  }
  .pop-up {
    width: 70%;
  }
  ::-webkit-scrollbar {
    width: 0;
  }
  ::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .icon-container h4 {
    font-size: 1rem !important;
  }
  .edit-background {
    margin-top: 4rem;
  }
}
.home-container {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: calc(var(--innerHeight) - 9rem);
}

.home-composing {
  flex: 1;
}

.icon-container {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--socialIconColor);
}

.social-icon-container {
  display: flex;
}

.news-container {
  flex: 0;
  width: 70%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  transition: width 0.3s, height 0.3s;
}
.news-container .news {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.news-container .news-single:not(.news-active) {
  height: 5.5rem !important;
}
.news-container .news-single {
  width: 100%;
  margin: 0.25rem 0;
  background-color: rgba(var(--lightBasicColorRgb), 0.6);
  color: #000000;
  border-radius: 30px;
  padding: 1rem 2rem;
  transition: height 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}
.news-container .news-single h3,
.news-container .news-single h4,
.news-container .news-single h5 {
  margin: 0;
  font-weight: 600;
}
.news-container .news-single .news-titleIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
  position: relative;
}
.news-container .news-single .news-titleIcon .news-title {
  margin-bottom: 0.5rem;
}
.news-container .news-single .news-titleIcon .news-icon-edit {
  position: absolute;
  display: flex;
  top: -0.75rem;
  right: 0;
}
.news-container .news-single .news-titleIcon .news-icon-wrapper {
  height: 4rem;
  width: 5rem;
  position: relative;
}
.news-container .news-single .news-titleIcon .news-icon-wrapper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-container .news-single .news-titleIcon .news-edit-wrapper {
  margin-left: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-container .news-single .news-titleIcon .news-edit-wrapper h5 {
  margin: 0.25rem 0;
  font-size: 1rem;
  cursor: pointer;
}
.news-container .news-single .news-text-wrapper {
  margin: 1.5rem 0;
}
.news-container .add-news-btn {
  margin-top: 0.5rem;
}

.news-edit-container {
  padding: 0.75rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-edit-container .news-iconEdit-container {
  width: 20rem;
  height: 7rem;
  outline: 1px solid var(--socialIconColor);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.news-edit-container .news-iconEdit-container .news-iconEdit-hint {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-edit-container .news-iconEdit-container img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-edit-container .news-iconEdit-container label {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 2000;
}
.news-edit-container input[type=date] {
  width: 20rem;
}
.news-edit-container .news-titleText {
  max-width: 20rem;
  width: 100% !important;
}
.news-edit-container .news-titleText .news-titleText-single {
  margin: 0.5rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.news-edit-container .news-titleText .news-titleText-single label {
  min-width: 4.25rem;
}
.news-edit-container .news-titleText .news-titleText-single input {
  width: calc(100% - 4.25rem);
  background-color: var(--lightGrayColor);
  border: none;
  padding: 0.1rem 0.5rem;
}
.news-edit-container .news-titleText .news-titleText-single textarea {
  width: calc(100% - 4.25rem);
  background-color: var(--lightGrayColor);
  border: none;
  padding: 0.1rem 0.5rem;
  resize: none;
}
.news-edit-container .news-icon-input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.news-edit-container .newsSubmit-btn {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (max-height: 800px) and (min-width: 830px) {
  .home-container {
    height: calc(var(--innerHeight) + 4rem);
  }
}
@media (max-width: 680px) {
  .news-single {
    border-radius: 20px !important;
  }
}
@media (max-width: 640px) and (max-height: 800px) {
  .home-container {
    height: var(--innerHeight);
    padding: 0 36px;
  }
}
@media (max-width: 600px) {
  .news-icon-wrapper {
    display: none;
  }
}
@media (max-width: 480px) {
  .news-container {
    width: 100%;
  }
  .news-edit-container .news-iconEdit-container {
    width: 12.5rem;
    height: 5rem;
  }
  .news-edit-container input[type=date] {
    width: 12.5rem;
  }
  .news-edit-container .news-titleText .news-titleText-single label {
    font-size: 1rem;
  }
  .news-edit-container .news-titleText .news-titleText-single textarea {
    height: 3rem;
  }
}
.biography-container {
  position: relative;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  min-height: calc(var(--innerHeight) + 20vh);
}

.biography-text {
  margin-top: 1.5rem;
  width: 80%;
  text-align: left;
  flex: 1;
  font-size: 1rem !important;
  transition: width 0.3s, height 0.3s;
}

.biography-editBtn-container {
  font-size: 14px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 2rem 0;
}
.biography-editBtn-container button {
  margin: 0 0.25rem;
}

.members-container {
  flex: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}

.member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1rem;
}

.member_img {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  overflow: hidden;
  transition: width 0.3s, height 0.3s;
}
.member_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member_text {
  margin-top: 1rem;
}

.member:hover > .member_text {
  animation: memberTextAnimation 1.2s ease-in-out;
}

@keyframes memberTextAnimation {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.member-edit-container .member-edit section {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-edit-container .member-edit hr {
  padding: 0;
  margin: 0;
}
.member-edit-container .member-edit_data {
  display: flex;
  align-items: center;
}
.member-edit-container .member-edit_img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.member-edit-container .member-edit_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-edit-container .member-edit_edit {
  text-align: right;
}
.member-edit-container .member-edit_edit h5 {
  cursor: pointer;
  margin-bottom: 0.25rem;
}
.member-edit-container .member-edit_edit h5:hover {
  color: var(--socialIconColor);
}
.member-edit-container .member-edit-active {
  background-color: var(--lightGrayColor);
}
.member-edit-container .member-edit-active .compile-member {
  color: var(--socialIconColor);
}
.member-edit-container .member-add {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member-edit-container .member-add section {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.member-edit-container .member-add section #currentMemberEdit {
  color: var(--socialIconColor);
  margin-bottom: 1.75rem;
}
.member-edit-container .member-add_text div {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
}
.member-edit-container .member-add_text div label {
  width: 2.4rem;
  margin-right: 0.25rem;
}
.member-edit-container .member-add_text div input {
  max-width: 9.5rem;
  background-color: var(--lightGrayColor);
  border: none;
  padding: 0.1rem 0.5rem;
}

@media (min-width: 1401px) {
  .member:hover > .member_img > img {
    animation: pulse 1s 1;
    transform: scale(1.1);
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1.1);
    }
  }
}
@media (max-width: 1400px) {
  .biography-container {
    min-height: var(--innerHeight);
  }
}
@media (max-width: 1000px) {
  .member {
    margin: 0 0.25rem;
  }
  .member_img {
    width: 6rem;
    height: 6rem;
  }
  .member_text {
    margin-top: 0.25rem;
  }
  .member_text h4 {
    font-size: 1rem;
  }
}
@media (max-height: 850px) {
  .members-container {
    margin-top: 2rem;
  }
}
@media (max-width: 640px) {
  .member-add .member-add-img {
    margin-bottom: 1rem;
  }
  .member-add section {
    width: 100%;
    flex-direction: column;
    align-items: start !important;
  }
  .member-add_text {
    width: 100%;
  }
  .member-add_text input {
    min-width: calc(100% - 2.65rem);
  }
  .biography-container {
    padding: 0 24px;
  }
  .members-container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .biography-text {
    width: 70%;
  }
  .member {
    margin: 0 0.1rem;
  }
  .member_img {
    width: 4.5rem;
    height: 4.5rem;
  }
  .member_text h4 {
    font-size: 0.85rem;
  }
  .members-container {
    width: 90%;
  }
}
#addShow {
  padding: 0.5rem 1rem;
}

.show-container {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  min-height: calc(100vh - 9rem);
  font-weight: 600;
  transition: width 0.3s, height 0.3s;
}
.show-container .gray-mark {
  color: var(--fontSecondColor) !important;
}

.show-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.show-list-container .show-list {
  width: 80%;
}
.show-list-container .show-list hr {
  margin: 0.5rem 0;
  border-color: var(--fontBasicColor);
}
.show-list-container .show-list a {
  color: var(--fontBasicColor);
  padding: 1rem;
  transition: background-color 0.5s ease;
}
.show-list-container .show-list a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.show-list-container .show-list a:focus {
  text-decoration: none;
}
.show-list-container .show-list .show-single-container {
  display: flex;
  align-items: start;
}
.show-list-container .show-list .show-single-container .show-single {
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.show-list-container .show-list .show-single-container .show-single_title {
  display: flex;
  justify-content: start;
}
.show-list-container .show-list .show-single-container .show-single_title h4 {
  margin-right: 1.5rem;
  font-weight: 600 !important;
}
.show-list-container .show-list .show-single-container .show-single_title .show-single_title_date {
  min-width: 6.25rem;
}
.show-list-container .show-list .show-single-container .show-single_city {
  display: flex;
  justify-content: end;
}
.show-list-container .show-list .show-single-container .show-single-edit {
  color: var(--fontBasicColor);
  display: flex;
  margin-left: 1rem;
  padding: 1rem;
}
.show-list-container .show-list .show-single-container .show-single-edit p {
  margin-left: 0.25rem;
  cursor: pointer;
}

.text-hr {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  width: 100%;
  margin: 20px auto;
  margin-bottom: 2.5rem;
  color: var(--fontBasicColor);
}
.text-hr__text {
  padding-right: 15px;
}
.text-hr__text:not(:first-child) {
  display: none;
}
.text-hr::after {
  flex: 1;
  background: var(--fontBasicColor);
  border-color: var(--fontBasicColor);
  content: "";
  height: 1px;
}
.text-hr--center::before {
  flex: 1;
  background: var(--fontBasicColor);
  border-color: var(--fontBasicColor);
  content: "";
  height: 1px;
}
.text-hr--center .text-hr__text {
  padding: 0 15px;
}

.show-edit-container {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 25rem;
  padding: 0.75rem 0.5rem;
  display: flex;
  flex-direction: column;
}
.show-edit-container section {
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0;
}
.show-edit-container .show-edit-title {
  border-bottom: solid;
  margin-bottom: 0.25rem;
  border-width: thin;
}
.show-edit-container .show-edit-title h4 {
  font-weight: 600;
}
.show-edit-container input {
  outline: none;
  border: none;
  background-color: var(--lightGrayColor);
  font-size: 1rem;
  padding: 0.25rem;
}
.show-edit-container .show-input-row {
  width: 100%;
  margin: 0.25rem 0;
}
.show-edit-container .show-input-row_lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show-edit-container .show-input-row_lang label {
  flex: 1;
  margin-right: 0.25rem;
  min-width: 3rem;
}
.show-edit-container .show-input-row_lang input {
  flex: 7;
}
.show-edit-container button {
  margin-top: 1.25rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .show-list {
    width: 100% !important;
  }
}
@media (max-width: 860px) {
  .show-single {
    flex-direction: column;
  }
  .show-single .show-single_title {
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin-bottom: 0.25rem;
  }
  .show-single .show-single_title h4 {
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  .show-single_city {
    width: 100%;
    display: block !important;
    text-align: left;
    font-size: 1rem;
  }
  .show-single-edit {
    display: block !important;
  }
  .show-single-edit p {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 640px) {
  .show-container {
    padding: 0 24px 4vh 24px;
  }
}
@media (max-width: 480px) {
  .show-container {
    width: 72.5%;
  }
  .show-edit-container {
    min-width: 100%;
  }
  .show-edit-container input {
    position: relative;
    min-width: calc(100% - 3rem);
  }
}
.discographys-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.discographys-page-container .discographys-container {
  width: 100%;
  position: relative;
}
.discographys-page-container .discographys-container .discographys-wrapper {
  padding: 0 2rem;
  width: 70%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: width 0.3s, height 0.3s;
}
.discographys-page-container .discographys-container .discography-single {
  margin: 3rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 600;
}
.discographys-page-container .discographys-container .discography-single-addText {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.discographys-page-container .discographys-container .discography-single-addText h1,
.discographys-page-container .discographys-container .discography-single-addText h2 {
  margin: 0;
}
.discographys-page-container .discographys-container .discography-single_img {
  width: 300px;
  height: 300px;
  margin-bottom: 1.25rem;
  transition: width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.5), -5px 0 5px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.discographys-page-container .discographys-container .discography-single_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.discographys-page-container .discographys-container .discography-single_img:hover {
  animation: discographyPulse 1s 1;
  transform: scale(1.05);
  box-shadow: 8.2px 0 8px -5px rgba(0, 0, 0, 0.4), -8.2px 0 8px -5px rgba(0, 0, 0, 0.4), 0 15px 15px -5px rgba(0, 0, 0, 0.4);
}
@keyframes discographyPulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1.05);
  }
}
.discographys-page-container .discographys-container .discography-single .nonshadow {
  box-shadow: none !important;
}
.discographys-page-container .discographys-container .discography-single-addColor {
  background-color: var(--lightGrayColor);
}
.discographys-page-container .discographys-container .discography-single p {
  margin: 0;
  padding: 0;
}
.discographys-page-container .discographys-container .discography-single h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.discographys-page-container .discographys-container .test {
  width: 100%;
  border: pink solid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#discographyEditPopup {
  padding: 0 5rem;
  position: sticky;
  top: 9rem;
  width: 55%;
  overflow-y: auto;
  max-height: calc(90vh - 8.5rem);
  display: grid;
  margin: auto;
  z-index: 2000;
}

.discography-edit-container {
  position: relative;
  width: 100%;
  top: 10px;
}
.discography-edit-container .cvrImg-size {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.discography-edit-container .iconImg-size {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.discography-edit-container hr {
  margin: 1rem 0;
  color: #000000;
}
.discography-edit-container .discography-submit-container .discography-submit {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.discography-edit-container .discography-submit-container button {
  padding: 0.25rem 1.5rem;
  margin: 0 0.25rem;
}
.discography-edit-container .discography-img-input {
  margin-top: 0.75rem;
  margin-bottom: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.discography-edit-container .discography-img-input-single {
  width: 100%;
}
.discography-edit-container .discography-img-input label {
  border: solid thin;
  width: 100%;
  text-align: center;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  cursor: pointer;
}
.discography-edit-container .discography-img-input input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.discography-edit-container .discography-img-spotify {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.discography-edit-container .discography-img-spotify .imgPreview-top {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.discography-edit-container .discography-img-spotify .imgPreview-top-single {
  width: 100%;
}
.discography-edit-container .discography-img-spotify .imgPreview-top .cvrPreview-inputframe {
  outline: 1px solid var(--socialIconColor);
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.discography-edit-container .discography-img-spotify .imgPreview-top .cvrPreview-inputframe label {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1500;
  cursor: pointer;
}
.discography-edit-container .discography-img-spotify .imgPreview-top .cvrPreview-inputframe img {
  position: absolute;
  z-index: 1000;
  -o-object-fit: cover;
     object-fit: cover;
}
.discography-edit-container .discography-img-spotify .imgPreview-top .cvrPreview-inputframe-hint {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--socialIconColor);
}
.discography-edit-container .discography-img-spotify .icon-imgPreview-top-wrapper {
  display: none;
}
.discography-edit-container .discography-img-spotify .discography-spotify-input {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.discography-edit-container .discography-img-spotify .discography-spotify-input input {
  width: 100%;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  border: none;
  background-color: var(--lightGrayColor);
}
.discography-edit-container .discography-tabs {
  height: 580px;
}
.discography-edit-container .tabs .imgPreview-small {
  outline: 1px solid var(--socialIconColor);
  position: absolute;
  right: 0;
  width: 120px;
  height: 120px;
}
.discography-edit-container .tabs .imgPreview-small-preview {
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.discography-edit-container .tabs .imgPreview-small label {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1600;
  cursor: pointer;
}
.discography-edit-container .tabs .imgPreview-small img {
  position: absolute;
  z-index: 1000;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.discography-edit-container .tabs .imgPreview-small-hint {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--socialIconColor);
}
.discography-edit-container .tab__content .name-release-container {
  margin-bottom: 0.5rem;
}
.discography-edit-container .tab__content .name-release-container .name-release-single {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin-top: 0.5rem;
}
.discography-edit-container .tab__content .name-release-container .name-release-single label {
  font-size: 1rem;
  margin: 0;
  width: 5.5rem;
}
.discography-edit-container .tab__content .name-release-container .name-release-single input {
  font-size: 1rem;
  width: 200px;
  border-radius: 6px;
  padding: 0.15rem 0.5rem;
  border: none;
  background-color: var(--lightGrayColor);
}
.discography-edit-container .tab__content .tab-redit {
  margin-bottom: 0.5rem;
}
.discography-edit-container .tab__content .discography-editor {
  width: 100%;
  font-size: 20px;
}
.discography-edit-container .tabs {
  clear: both;
  position: relative;
  width: 100%;
}
.discography-edit-container .tabs .tab {
  float: left;
}
.discography-edit-container .tabs .tab h3 {
  margin-top: 0;
}
.discography-edit-container .tabs .tab label {
  margin-right: 20px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #333;
  text-transform: uppercase;
}
.discography-edit-container .tabs .tab [type=radio] {
  display: none;
}
.discography-edit-container .tabs .tab__content {
  position: relative;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  opacity: 0;
}
.discography-edit-container .tabs [type=radio]:checked ~ label {
  border-bottom: 2px solid #1d1d1d;
  color: var(--fontSecondColor);
  z-index: 2;
}
.discography-edit-container .tabs [type=radio]:checked ~ label ~ .tab__content {
  z-index: 1;
  opacity: 1;
}

#discographyDetialsPopup {
  padding: 0 5rem;
  position: sticky;
  top: 0;
  overflow-y: auto;
  max-height: calc(90vh - 8.5rem);
  display: grid;
  margin: auto;
  z-index: 2000;
}

#discographyDetialsGlass {
  padding: 2rem 10% 3rem 10%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 75vh;
  z-index: 2000;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.3px 0.7px rgba(0, 0, 0, 0.126), 0 0.9px 1.7px rgba(0, 0, 0, 0.179), 0 1.8px 3.5px rgba(0, 0, 0, 0.224), 0 3.7px 7.3px rgba(0, 0, 0, 0.277), 0 10px 20px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: width 0.3s, height 0.3s;
}

#discographyDetails {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.discography-details {
  --titleWidth: -50%;
  padding: 2rem 10% 3rem 10%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 75vh;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 2000;
  transition: width 0.3s, height 0.3s;
}
.discography-details .discographys-hr {
  border-color: var(--socialIconColor);
  border-width: bold !important;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.discography-details .discography-details-titleImg {
  display: flex;
  align-items: center;
  position: relative;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(var(--titleWidth));
  margin-bottom: 0.5rem;
}
.discography-details .discography-details-title {
  text-align: center;
  color: var(--fontThirdColor);
}
.discography-details .discography-details-title h2 {
  margin-bottom: 0.75rem;
}
.discography-details .discography-details-title h2,
.discography-details .discography-details-title h4 {
  font-weight: 600;
}
.discography-details .discography-details-icon {
  height: 5.5rem;
  margin-left: 0.25rem;
  overflow: hidden;
}
.discography-details .discography-details-icon img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.discography-details .discography-details-text {
  margin-top: 2.5rem;
  font-size: 1rem !important;
}
.discography-details .discography-detailsEdit-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.75rem;
}
.discography-details .discography-detailsEdit-container button {
  margin: 0 0.25rem;
}

.discography-loading {
  z-index: 2000;
  opacity: 1;
  transition: opacity 1.5s ease;
}
.discography-loading .discography-loading-wrap {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-22px, -50%);
}
.discography-loading .bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
  background-color: var(--fontBasicColor);
}
.discography-loading .bounceball:nth-child(1) {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
}
.discography-loading .bounceball:nth-child(2) {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 30px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
  animation-delay: 200ms;
}
@keyframes bounce {
  0% {
    top: 50px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}
@media (max-width: 1720px) {
  .discographys-wrapper {
    width: 85% !important;
  }
}
@media (max-width: 1420px) {
  .discographys-wrapper {
    width: 95% !important;
  }
  .discography-edit-container .discography-tabs {
    height: 590px;
  }
}
@media (max-width: 1270px) {
  .discography-single_img {
    width: 260px !important;
    height: 260px !important;
  }
}
@media (max-width: 1120px) {
  .discography-single_img {
    width: 350px !important;
    height: 350px !important;
  }
  .discography-details,
  #discographyDetialsGlass {
    padding: 2rem 5rem 3rem 5rem;
    width: 80%;
  }
}
@media (max-width: 1050px) {
  #discographyEditPopup {
    width: 85%;
  }
  .tabs .imgPreview-small {
    display: none;
  }
  .discography-edit-container .discography-img-spotify .imgPreview-top {
    flex-direction: row;
    justify-content: space-between;
  }
  .discography-edit-container .discography-img-spotify .imgPreview-top .imgPreview-top-single {
    width: 48%;
  }
  .discography-edit-container .discography-img-spotify .cvrPreview-inputframe-hint h3 {
    font-size: 1rem;
    padding: 0 1rem;
    text-align: center;
  }
  .discography-edit-container .discography-img-spotify .icon-imgPreview-top-wrapper {
    display: block;
  }
  .discography-edit-container .tab__content .name-release-container .name-release-single {
    width: 100%;
    justify-content: flex-start;
  }
  .discography-edit-container .tab__content .name-release-container .name-release-single input {
    width: calc(60% - 5.5rem);
  }
}
@media (max-width: 1000px) {
  .discographys-wrapper {
    width: 90% !important;
  }
  .discography-single_img {
    width: 280px !important;
    height: 280px !important;
  }
}
@media (max-width: 870px) {
  .discography-single_img {
    width: 240px !important;
    height: 240px !important;
  }
}
@media (max-width: 740px) {
  .discography-single_img {
    width: 300px !important;
    height: 300px !important;
  }
  .discographys-page-container .discographys-container .discographys-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .discographys-page-container .discographys-container .discography-single {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 3rem 0;
  }
}
@media (max-width: 700px) {
  .discography-details,
  #discographyDetialsGlass {
    padding: 3rem 5rem 4rem 5rem;
  }
}
@media (max-width: 640px) {
  #discographyEditPopup {
    top: 6rem;
  }
  .discographys-wrapper {
    padding: 0 0.5rem;
  }
  .discography-single_img {
    width: 250px !important;
    height: 250px !important;
  }
  .discography-edit-container .tab__content .name-release-container .name-release-single input {
    width: calc(100% - 5.5rem);
  }
  .discography-edit-container .discography-tabs {
    height: 570px;
  }
}
@media (max-width: 480px) {
  .discography-details,
  #discographyDetialsGlass {
    padding: 3rem 2.75rem 4rem 2.75rem;
  }
  .discography-details-icon {
    display: none;
  }
  .discography-edit-container .discography-submit-container .discography-submit {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .discography-edit-container .discography-submit-container .discography-submit button {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .discography-single_img {
    width: 200px !important;
    height: 200px !important;
  }
  .discography-edit-container .discography-tabs {
    height: 575px;
  }
}
.video-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-container {
  width: 92.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.video-container .video-single {
  margin-bottom: 2rem;
  width: 32%;
  height: auto;
  background-color: var(--backgroundGrayColor);
  transition: width 0.3s, height 0.3s;
}
.video-container .video-single-yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container .video-single-yt iframe,
.video-container .video-single-yt object,
.video-container .video-single-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .video-single-text {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: default;
}
.video-container .video-single-text h4,
.video-container .video-single-text h5,
.video-container .video-single-text h6 {
  margin: 0;
  padding: 0;
}
.video-container .video-single-text h4 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.video-container .video-single-text h6 {
  margin-left: 0.1rem;
  color: var(--fontThirdColor);
}
.video-container .video-single-text_edit {
  display: flex;
}
.video-container .video-single-text_edit h5 {
  cursor: pointer;
  margin-left: 0.5rem !important;
  font-weight: 600;
  font-size: 0.9rem;
}
.video-container .video-add {
  cursor: pointer;
  position: relative;
}
.video-container .video-add-btn {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-container .video-add-text {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-container .video-add-text h1,
.video-container .video-add-text h2 {
  margin: 0;
  padding: 0;
}
.video-container .video-add-text h2 {
  font-weight: 600;
}
.video-container .video-transparent {
  background-color: transparent !important;
}

.video-container-edit {
  width: 97%;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.video-container-edit .video-single-edit {
  width: 32%;
  height: auto;
  background-color: var(--backgroundGrayColor);
  transition: width 0.3s, height 0.3s;
}
.video-container-edit .video-single-yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container-edit .video-single-yt iframe,
.video-container-edit .video-single-yt object,
.video-container-edit .video-single-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-edit-container {
  padding: 0 1rem;
  margin-top: 2.8rem;
  width: 390px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.video-edit-container label {
  min-width: 64px;
  margin-right: 0.75rem;
}
.video-edit-container select {
  width: 40%;
  position: relative;
  left: 24px;
}
.video-edit-container input {
  width: 100%;
  background-color: var(--lightGrayColor);
  border: none;
  padding: 0.25rem 0.5rem;
}
.video-edit-container .video-edit-preview-width {
  width: 1150px !important;
}
.video-edit-container .video-edit-text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.video-edit-container .video-edit-text div {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.video-edit-container #videoSubmit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .video-single {
    width: 48% !important;
  }
}
@media (max-width: 780px) {
  .video-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
  }
  .video-single {
    width: 85% !important;
  }
}
@media (max-width: 640px) {
  .video-container {
    padding: 0 32px;
  }
  .video-edit-container {
    width: 100%;
    margin-top: 4rem;
  }
  .video-edit-container label {
    font-size: 1rem;
  }
  .video-container-edit .video-single-edit {
    width: 52vw;
  }
}
.contact-us-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us {
  width: 26.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: width 0.3s, height 0.3s;
  flex: 0;
  margin-bottom: 0.75rem;
}

@keyframes contactUsPulse {
  0% {
    width: 0;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.contact-mail {
  flex: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-mail h3,
.contact-mail h4 {
  margin: 0.5rem 0;
  line-height: 1.5;
}

.logo-social-edit {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  padding: 0.25rem 0.75rem;
}

.social-edit-container {
  margin: 2.5rem 1rem;
  display: flex;
  flex-direction: column;
}
.social-edit-container section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0.25rem 0;
}
.social-edit-container section label {
  font-size: 0.9rem;
  min-width: 6rem;
  cursor: pointer;
}
.social-edit-container section input {
  width: calc(100% - 6rem);
  border: none;
  background-color: var(--lightGrayColor);
  font-size: 0.9rem;
  padding: 0.15rem 0.5rem;
}
.social-edit-container button {
  margin-top: 1rem;
}

.upload-logo-form {
  display: flex;
  flex-direction: column;
}
.upload-logo-form input {
  margin-bottom: 1rem;
}
.upload-logo-form button {
  margin-bottom: 0.5rem;
}

.current-logo-container {
  display: flex;
  margin-bottom: 1rem;
}
.current-logo-container section {
  margin-right: 1rem;
  width: 9.4rem;
  height: 7.5rem;
}
.current-logo-container section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.current-logo-container .current-logo-bgColor {
  background-color: black;
}

.email-edit-container {
  padding: 0 1rem;
  margin-top: 2.75rem;
  margin-bottom: 3rem;
}
.email-edit-container .email-edit-wrapper section {
  margin: 0.75rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-edit-container .email-edit-wrapper section label {
  min-width: 4.5rem;
  font-size: 0.9rem;
}
.email-edit-container .email-edit-wrapper section input {
  width: calc(100% - 4.5rem);
  border: none;
  background-color: var(--lightGrayColor);
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
}
.email-edit-container .email-edit-wrapper button {
  width: 100%;
}
.email-edit-container .contactimg-container {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.email-edit-container .contactimg-container .current-contactimg-container section {
  margin: 0 2rem 0 0;
  padding: 0;
  width: 12.5rem;
  height: 6.25rem;
}
.email-edit-container .contactimg-container .current-contactimg-container section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.email-edit-container .contactimg-container .upload-teamArt-form {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.email-edit-container .contactimg-container .upload-teamArt-form input {
  margin-bottom: 0.5rem;
}
.email-edit-container .contactimg-container .upload-teamArt-form button {
  width: -moz-fit-content;
  width: fit-content;
}

.drag-container {
  margin: 0 0.5rem;
  text-align: center;
}
.drag-container .sortable-list {
  padding: 0.5rem 0;
}
.drag-container .sortable-list .edit-active {
  cursor: default !important;
}
.drag-container .sortable-list .item {
  list-style: none;
  display: flex;
  cursor: move;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-bottom: 0.6rem;
  border: 1px solid #ccc;
  justify-content: space-between;
  width: 100%;
}
.drag-container .sortable-list .item .icon-edit {
  font-size: 14px;
  width: 50px;
  margin-left: 1rem;
  margin-right: 0.25rem;
  transition: color 0.3s ease;
  cursor: pointer;
}
.drag-container .sortable-list .item .icon-edit:hover {
  color: var(--socialIconColor);
}
.drag-container .sortable-list .item .icon-delete-fork {
  position: relative;
  top: 1px;
  font-size: 16px;
  margin-right: 1rem;
  transition: color 0.3s ease;
  cursor: pointer;
}
.drag-container .sortable-list .item .icon-delete-fork:hover {
  color: var(--socialIconColor);
}
.drag-container .sortable-list .item .drag-symbol {
  position: relative;
  top: -1px;
  font-size: 20px;
}
.drag-container .sortable-list .item .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.drag-container .sortable-list .item .details input {
  width: calc(100% - 2.2rem);
  border: none;
  background-color: var(--lightGrayColor);
  font-size: 13px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
}
.drag-container .sortable-list .item .details input:focus {
  border: none;
  outline: none;
}
.drag-container .sortable-list .item .details .drag-svg-container {
  height: 2rem;
  width: 2rem;
  position: relative;
}
.drag-container .sortable-list .item .details .drag-svg-container .preview-svg-wrapper {
  display: flex;
  align-items: center;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
}
.drag-container .sortable-list .item .details .drag-svg-container .preview-svg-wrapper svg {
  width: 100%;
  height: 100%;
  color: var(--socialIconColor);
}
.drag-container .sortable-list .item .details .drag-svg-container .icon-label-active {
  visibility: visible;
  cursor: pointer;
}
.drag-container .sortable-list .item .details .drag-svg-container label {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.drag-container .sortable-list .item .details .drag-svg-container input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.drag-container .add-social-container {
  padding: 0.5rem 0;
}
.drag-container .add-social-container .add-wrapper {
  list-style: none;
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-bottom: 0.6rem;
  border: 1px solid var(--fontThirdColor);
  justify-content: space-between;
  width: 100%;
}
.drag-container .add-social-container .add-wrapper .icon-edit {
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-left: 0.25rem;
  background-color: var(--lightGrayColor);
  border-radius: 5px;
  padding: 5px 7px;
  color: var(--fontThirdColor);
  transition: color 0.3s ease;
  cursor: pointer;
}
.drag-container .add-social-container .add-wrapper .icon-edit:hover {
  color: #000000;
}
.drag-container .add-social-container .add-wrapper .icon-edit-add {
  transition: color 0.5s ease;
}
.drag-container .add-social-container .add-wrapper .icon-edit-add:hover {
  background-color: var(--fontThirdColor);
  color: var(--lightBasicColor);
}
.drag-container .add-social-container .add-wrapper .add-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: 0.75rem;
}
.drag-container .add-social-container .add-wrapper .add-details input {
  width: calc(100% - 36px);
  border: none;
  background-color: var(--lightGrayColor);
  font-size: 14px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
}
.drag-container .add-social-container .add-wrapper .add-details input:focus {
  border: none;
  outline: none;
}
.drag-container .add-social-container .add-wrapper .add-details .add-svg-container {
  height: 2rem;
  width: 2rem;
  position: relative;
}
.drag-container .add-social-container .add-wrapper .add-details .add-svg-container .preview-svg-wrapper {
  display: flex;
  align-items: center;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  border: var(--fontThirdColor) solid thin;
}
.drag-container .add-social-container .add-wrapper .add-details .add-svg-container .preview-svg-wrapper svg {
  height: 100%;
  color: var(--socialIconColor);
}
.drag-container .add-social-container .add-wrapper .add-details .add-svg-container input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.drag-container .add-social-container .online-store-wrapper {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
  margin-top: 1.25rem;
}
.drag-container .add-social-container .online-store-wrapper button {
  font-size: 12px;
  border: var(--fontThirdColor) solid thin;
  transition: color 0.3s ease;
}
.drag-container .add-social-container .online-store-wrapper button:hover {
  background-color: var(--fontThirdColor);
  color: var(--lightBasicColor);
}
.drag-container .add-social-container .online-store-wrapper label {
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.drag-container .add-social-container .online-store-wrapper input {
  width: 90%;
  border: none;
  border-bottom: var(--fontThirdColor) solid thin;
  padding: 0.25rem 0;
  font-size: 14px;
}
.drag-container .add-social-container .online-store-wrapper input:focus {
  outline: none;
}
.drag-container .sort-btn {
  border: var(--fontThirdColor) solid thin;
  width: 100%;
  transition: color 0.3s ease;
}
.drag-container .sort-btn:hover {
  background-color: var(--fontThirdColor);
  color: var(--lightBasicColor);
}
.drag-container .item.dragging {
  opacity: 0.6;
}
.drag-container .item.dragging :where(.details) {
  opacity: 0;
}

@media (max-width: 480px) {
  .contact-us {
    width: 18rem;
  }
  .contact-mail {
    width: 75%;
  }
}
.login-page {
  --loginBackgroundColor: #2c3338;
  --loginFontFamily: "Open Sans";
  --loginFontFamilyFallback: sans-serif;
  --loginFontSize: 0.875rem;
  --loginFontWeight: 400;
  --loginLineHeight: 1.5;
  --loginBorderRadus: 0.25rem;
  --loginColor: #eee;
  --loginInputBackgroundColor: #3b4148;
  --loginInputHoverBackgroundColor: #434a52;
  --loginLabelBackgroundColor: #363b41;
  --loginSubmitBackgroundColor: #c7ccd6;
  --loginSubmitColor: var(--loginBackgroundColor);
  --loginSubmitHoverBackgroundColor: #e8f0fe;
}

#login-page {
  width: 100%;
  margin: 0;
  min-block-size: 100vh;
  position: absolute;
  z-index: 3000;
  background-color: var(--loginBackgroundColor);
  color: var(--loginColor);
  font-family: var(--loginFontFamily), var(--loginFontFamilyFallback);
  font-size: var(--loginFontSize);
  font-weight: var(--loginFontWeight);
  line-height: var(--loginLineHeight);
}

.login-grid {
  padding: 15vh 0;
  margin-inline: auto;
  max-inline-size: 20rem;
}
.login-grid p {
  margin-block: 1rem;
  text-align: center;
  color: #a6a9af;
}
.login-grid p b:hover {
  color: #ffffff;
  cursor: pointer;
}
.login-grid #passwordSwitch {
  cursor: pointer;
}
.login-grid .password-switch {
  background-color: transparent;
  position: absolute;
  right: 0;
  z-index: 10;
}
.login-grid .mark-gray {
  fill: #aeaeae;
}

.login-icons {
  display: none;
}

.login-icon {
  block-size: 1em;
  display: inline-block;
  fill: var(--baseColor);
  inline-size: 1em;
  vertical-align: middle;
}

.login-form input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  transition: background-color 0.3s;
}

.login-form {
  display: grid;
  gap: 0.875rem;
}

.login-form input[type=password],
.login-form input[type=text],
.login-btn {
  inline-size: 100%;
}

.login {
  color: var(--loginColor);
}

.login-form-field {
  display: flex;
}

.login-form-input {
  flex: 1;
}

.login label,
.login input[type=text],
.login input[type=password],
.login-btn,
.verify-btn {
  border-radius: var(--loginBorderRadus);
  padding: 1rem;
}

.login label {
  background-color: var(--loginLabelBackgroundColor);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-inline: 1.25rem;
  margin: 0;
}

.login input[type=password],
.login input[type=text],
.verify-btn {
  background-color: var(--loginInputBackgroundColor);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.login input[type=password]:focus,
.login input[type=password]:hover,
.login input[type=text]:focus,
.login input[type=text]:hover {
  background-color: var(--loginInputHoverBackgroundColor);
}

.login-btn {
  background-color: var(--loginSubmitBackgroundColor);
  color: var(--loginSubmitColor);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.login-btn:focus,
.login-btn:hover {
  background-color: var(--loginSubmitHoverBackgroundColor);
}

.back-to-home {
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #a6a9af;
  border: none;
  border: #a6a9af solid thin;
  border-radius: var(--loginBorderRadus);
  padding: 1rem;
  inline-size: 100%;
  opacity: 0.5;
}
.back-to-home:focus, .back-to-home:hover {
  opacity: 1;
  color: #a6a9af;
}

.verify-btn {
  border: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border-left: var(--loginBackgroundColor) solid;
  border-width: thin;
  font-size: 12px;
}
.verify-btn p {
  margin: 0;
}
.verify-btn:hover {
  background-color: var(--loginInputHoverBackgroundColor);
}

#verify {
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.forget-password {
  margin-block: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid #a6a9af thin;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-height: 760px) {
  #login-page {
    height: var(--innerHeight);
    overflow-y: scroll;
  }
}
.user-page {
  width: 100%;
  padding: 10rem 0;
  display: flex;
  justify-content: center;
}
.user-page h4,
.user-page h2 {
  color: black;
}
.user-page p {
  cursor: pointer;
  color: gray;
}
.user-page p:hover, .user-page p:focus {
  color: black;
}
.user-page #passwordSwitch {
  cursor: pointer;
}
.user-page .mark-gray {
  fill: #aeaeae;
}

.user-form {
  min-width: 25rem;
  display: grid;
  gap: 1rem;
  color: var(--loginColor);
}
.user-form input {
  width: 100%;
  background-color: transparent;
  font-size: 1rem;
  color: black;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  padding-left: 1rem;
  transition: background-color 0.3s;
}
.user-form label {
  padding-inline: 1.25rem;
  margin: 0;
  padding: 1rem;
}

.user-form-title {
  text-align: center;
}

.user-form-one {
  display: flex;
  border-bottom: black solid thin;
  justify-content: space-between;
}
.user-form-one button {
  min-width: 6rem;
  margin: 0.5rem 0;
}

.user-form-box {
  font-weight: 700;
  text-align: center;
  background-color: transparent;
  color: black;
  border: none;
  border: black solid thin;
  border-radius: var(--loginBorderRadus);
  padding: 1rem;
  inline-size: 100%;
  opacity: 0.5;
}
.user-form-box:focus, .user-form-box:hover {
  opacity: 1;
  color: black;
}

.user-update {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.user-update h4 {
  cursor: pointer;
}

@media (max-width: 640px) {
  .user-form {
    padding: 0 24px;
    margin-top: 2.5vh;
  }
}
body {
  height: var(--innerHeight);
  color: var(--fontBasicColor);
  overflow-y: hidden;
}

#myBody {
  height: var(--innerHeight);
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: hidden;
  --logoHeight: 10rem;
}

#routerView {
  position: sticky;
  top: 0;
  width: 100%;
  overflow-y: auto;
  max-height: calc(var(--innerHeight) - 8.5rem);
  display: grid;
  place-items: center;
  padding: 0 7.5%;
}

#popUp {
  color: #000000;
}

@media (max-width: 830px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  #myBody {
    --logoHeight: 8rem;
  }
  #routerView {
    max-height: 95vh;
    width: 100vw;
    padding-bottom: 12vh;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  #myBody {
    --logoHeight: 6.5rem;
  }
}/*# sourceMappingURL=style.css.map */