﻿.body-content {
  position: relative;
}

#manifest-updater {
  position: relative;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#manifest-updater > #detail {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 20px;
}
#manifest-updater > #detail.visible {
  display: flex;
}
#manifest-updater > #detail > #preamble {
  background-color: rgba(34, 51, 68, 0.5333333333);
  border-radius: 4px;
  margin-top: 25px;
  font-size: 16px;
  flex-direction: column;
  row-gap: 20px;
  padding: 10px 20px;
}
#manifest-updater > #detail > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 5px;
}
#manifest-updater > #detail > div > div {
  flex-basis: 70%;
  font-size: 25px;
}
#manifest-updater > #detail > div > div:first-child {
  flex-basis: 30%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5333333333);
}
#manifest-updater > #detail > div > div:first-child > p {
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  color: #789;
}
#manifest-updater > #detail > div > div > pre {
  max-height: 250px;
  overflow-y: auto;
}
#manifest-updater > #detail > div > div > textarea {
  font-size: 13px;
  width: 100%;
  height: 250px;
  max-width: unset;
}
#manifest-updater > #detail > div > div > input {
  font-size: 13px;
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 1000px) {
  #manifest-updater > #detail > div {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #manifest-updater > #detail > div > div {
    flex-basis: 100% !important;
    font-size: 15px;
  }
}
#manifest-updater #mascot {
  opacity: 1;
  transition: opacity linear 0.25s;
  z-index: 3;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5333333333);
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#manifest-updater #mascot div.mascot-container {
  margin-bottom: 40px;
  text-align: center;
  position: sticky;
  top: 0;
  min-width: 360px;
}
#manifest-updater #mascot div.mascot-container > *:not(:last-child) {
  margin-bottom: 25px;
}
#manifest-updater #mascot div.mascot-container div.status {
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#manifest-updater #mascot div.mascot-container div.progress {
  position: relative;
  height: 30px;
  width: 100%;
}
#manifest-updater #mascot div.mascot-container div.progress > span {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#manifest-updater #mascot div.mascot-container > div:last-child {
  margin-top: 50px;
}
#manifest-updater #mascot div.mascot-container > div:last-child > i {
  padding: 0 25px;
}
#manifest-updater #mascot div.mascot-container > div:last-child:hover {
  cursor: pointer;
  color: #f70;
}
#manifest-updater #mascot div.mascot-container > img {
  position: relative;
  width: 300px;
  min-width: 300px;
  animation: bounce 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  filter: drop-shadow(0px 0px 15px #456);
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///G:/Projects/Light/MAIN/Light.Web.MVC/Content/manifest-updater.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EA5CJ;IA6CQ;IACA;;EAEA;IACI;IACA;;;AAOhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA%22%7D */