html, body, dialog {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  background-color: #212121;
}

body {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto;
}

button {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.centerAll {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  position: fixed;
  top: 50px;
  right: 50px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transform-origin: center center;
  transform: scale(1) rotate(0deg);
}

.close:hover {
  background-color: transparent !important;
  font-weight: bolder !important;
  transition: transform 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s !important;
  transform: scale(1.2) rotate(90deg);
}

.close:not(:hover) {
  transform: scale(1) rotate(0deg);
}

.close:active {
  transform: scale(1.3) rotate(0deg);
}

*::after, *::before, *::backdrop {
  background-color: inherit;
}

*, *::after, *::before, *::backdrop {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

iframe {
  border: none !important;
  outline: none !important;
}

.dark html, .dark body, .dark dialog {
  background-color: #212121;
}
.dark dialog::backdrop {
  background-color: #000;
  opacity: 0.45;
}
.dark .close:hover {
  color: #b4b4b4 !important;
}

.light html, .light body, .light dialog {
  background-color: #f9f9f9;
}
.light dialog::backdrop {
  background-color: #fff;
  opacity: 0.45;
}
.light .close:hover {
  color: #2f2f2f !important;
}

#list {
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: auto;
  border-collapse: collapse;
  color: white;
}

#list thead {
  color: white;
  height: 50px;
  max-height: 50px;
  background-color: #1c1c1c;
  position: sticky;
  top: 0;
}

#list thead tr {
  border-bottom: 2px solid #333333;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 5px;
}

#list thead th {
  padding: 10px;
}

#list tbody tr {
  border-bottom: 1px solid #333333;
  height: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}
#list tbody tr:hover {
  background-color: #2f2f2f;
}
#list tbody tr:active {
  background-color: #171717;
}

#list tbody tr td:first-child {
  padding-left: 2%;
}

#list {
  color: white;
}

#name {
  width: 50%;
}

#size {
  width: 30%;
}

#download {
  width: 10%;
  text-align: start;
}

#open {
  width: 10%;
  text-align: start;
}

a {
  color: #9b9b9b;
}

#fileName {
  width: 100%;
  font-size: 30px;
  color: white;
  text-align: center;
}

#view360 {
  width: 100%;
  height: 40%;
  resize: vertical;
  overflow: auto;
}

#madeAt {
  width: 100%;
  height: 40%;
}

#photoMadeAtP {
  width: 100%;
  font-size: 20px;
  color: white;
  text-align: center;
}

#back {
  position: fixed;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

#viewer360 {
  color: white;
  font-size: 20px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */