.history-list {
  position: absolute;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 300px;
}

@media (min-width: 500px) {
  .login-container {
    min-width: 400px;
  }
}

.login-footer {
  text-align: center;
  text-shadow: 1px 1px 1px black;
  font-size: smaller;
  background-color: transparent !important;
}

.login-footer a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
}

.login-footer a:link,
.login-footer a:visited {
  color: inherit;
  opacity: 0.5;
}

.login-footer a:hover,
.login-footer a:active {
  color: inherit;
  opacity: 1;
}

#videoPreview {
  width: 200px;
  display: inline-block;
  border-radius: 2px;
}

#videoPreview #flashvideo {
  width: 200px;
  display: inline-block;
  border-radius: 2px;
  position: static !important;
}
.logo {
  width: 100%;
  height: 100%;
}
.login-error {
  width: 100%;
  color: red;
  background-color: white;
  border: 1px solid red;
  text-overflow: ellipsis;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.center {
  transform: translate(0, 50%);
}

#login-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#loginForm {
  display: block;
  overflow: auto;
  box-sizing: border-box;
  white-space: initial;
  border-radius: 1.25rem;
  width: 33rem;
  padding: 2rem 5rem 2rem 5rem;
  background-color: transparent;
  color: white;
  z-index: 9;
}

#video {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.show-form {
  display: block;
  animation: slide-in 0.5s ease-in;
}
.dialog-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.dialog-title p:first-child {
  font-weight: bold;
}
.dialog-enter {
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #fbb03a;
}
.login-history {
  top: 0;
}

#login-links {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  margin: 0 0.5rem;
}
#login-links a {
  text-decoration: none;
}
.login-links > div:not(:last-child)::after {
  content: ".";
}
.login-links a {
  font-weight: 400;
  font-size: 0.8rem;
}

.links-button-mobile {
  background-color: transparent;
  border: none;
  display: none;
}

.login-videocake a,
.login-privacy a {
  color: white;
}
.login-support a {
  color: #fbb03a;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  25% {
    opacity: 0.25;
    transform: translateX(75%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  75% {
    opacity: 0.75;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.login-links {
  display: flex;
  gap: 0.25rem;
}
.login-links-mobile {
  display: flex;
  gap: 0.25rem;
  animation: fadeIn 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 3rem;
  width: 16rem;
}
.login-links-mobile > div:not(:last-child)::after {
  content: ".";
}
.custom-dropdown {
  position: relative;
  width: 200px; /* Adjust as needed */
}

.selected-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.dropdown-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
  max-height: 20rem;
  overflow-y: auto;
}

.dropdown-list li {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.dropdown-list li:hover {
  color: #fbb03a;
}
.name-show {
  font-size: 0.9rem;
}
.login-error-container {
  width: 50%;
}
.sel-settings-display-name::placeholder {
  color: #979797;
}

@media screen and (max-width: 37.5em) {
  .login-links {
    display: none;
  }
  .links-button-mobile {
    display: inline-block;
    font-size: 0.8rem;
  }
  .login-links-mobile a {
    font-size: 0.8rem;
  }
  .name-show {
    font-size: 0.8rem;
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 29.5em) {
  #loginForm {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 21em) {
  #loginForm {
    padding: 0.5rem;
  }
  .dialog-name {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 37.5em) {
  #loginForm {
    padding: 0.5rem;
    margin-bottom: 2.5rem;
  }
}
