
.card {
  width: 400px;
  height: 350px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  /*background-color: #ceff89;*/
  border-color: #212529;
  border-radius: 10px;
  z-index: 1;
  /* position: relative; */
}

/*Make Above Card responsive*/
@media only screen and (max-width: 600px) {
  .card {
    width: 95%;
  }
}
html{
    width: 100%;
    background-color: black;
}

body {
    width:100%;
    margin: 0;
  /*background-color: #e66a6c;*/
}

h1 {
  /* animation: flicker 1.5s infinite alternate; */
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;

}

@keyframes flicker {

  0%,
  18%,
  22%,
  25%,
  53%,
  57%,
  100% {
    text-shadow: 0 0 4px rgb(0, 0, 0), 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #0fa,
      0 0 80px #0fa, 0 0 90px #0fa, 0 0 100px #0fa, 0 0 150px #0fa;
  }

  20%,
  24%,
  55% {
    text-shadow: none;
  }
}

input[type="text"] {
  width: 80%;
  padding: 12px 20px;
  margin: 5px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

input[type="text"]:focus {
  border: 3px solid #555;
}

input[type="file"] {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  color: #212529;
}

input[type="file"]:focus {
  border: 3px solid #555;
}

/* download */

button {
  height: 63px;
  /* Rounded corner downloadbutton */
  border-radius: 10px;
  /* grey black background */
  background-color: #212529;
  /* white text */
  color: #fff;
  /* padding */
  padding: 10px 20px;
  /* text decoration none */
  text-decoration: none;
  /* font size */
  font-size: 20px;
  /* font family */
  font-family: "Open Sans", sans-serif;
  /* border none */
  border: none;
  /* cursor pointer */
  cursor: pointer;
  /* Center text and image */
  display: flex;
  justify-content: center;
  align-items: center;
}

.download{
    cursor: pointer;
    background-color: #212529;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    width: 150px;
    display: block;
    line-height: 30px;
}

#downimg {
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.5s;
  -webkit-user-drag: none;
}

#uping {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 50%;
  border: 0px solid #fff;
  cursor: pointer;
  transition: 0.5s;
  /* avoid image draggable or selectable */
  -webkit-user-drag: none;
  user-select: none;

}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #212529;
  background-color: #ceff89;
  border-color: #212529;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 0px;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #212529;

  border-color: #212529;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;

  font-weight: 700;
}

#showunique {
  width: 200px;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  color: #212529;
  background-color: #ceff89;
  border-color: #212529;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
}

#showunique:hover {
  background-color: #212529;
  color: #ceff89;
  border-color: #212529;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
}

#ShowUniqueID {
  width: max-content;
  margin-top: 10px;
  text-align: center;


}

#footer {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #212529;
  /* background-color: #ceff89; */
  border-color: #212529;
  border-radius: 10px;
  /* padding: 5px 20px; */
  text-align: center;
  /* margin-top: 10px; */
}

#note {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #ffffff;
  /* background-color: #ceff89; */
  border-color: #212529;
  border-radius: 10px;
  /* padding: 10px 20px; */
  text-align: center;
  /* margin-top: 20px; */

}




/*  */
.Drop-here{
  width: 70%;
  height: 80vh;
  border: 2px dashed #ccc;
  border-radius: 10px;
  background-color: #fff;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  /* margin: 10px 0; */
  cursor: pointer;
  transition: 0.5s;
  /* make this div com above all other div */
  position: absolute;
  top: 0;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  /* left: 0; */
  z-index: 2;
  margin-left:12%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  display:none;

}

.zui-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    width: 768px;
    margin: auto;
}
.zui-table thead th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: center;
}
.zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: black;
    padding: 10px;
    color: white;
    font-weight: 600;
    /*text-shadow: 1px 1px 1px #fff;*/
}
.zui-table tbody td:last-child {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .zui-table {
        width: 95%;
    }
}


#retrobg {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
    color: #a3c;
    background-color: #000;
}

/* ............................................................... */
#retrobg-sky {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient( #214 75%, #249 );
}

/* ............................................................... */
#retrobg-sunWrap {
    position: relative;
    width: 40%;
    margin-bottom: -15%;
}
#retrobg-sun {
    --glow-color: #d44;
    padding-top: 100%;
    border-radius: 50%;
    background-image: linear-gradient( #fcdf11, #ff623f, #fe2085 50% );
    box-shadow: 0 0 160px 80px var( --glow-color );
    animation: 2s ease infinite alternate retrobg-sun-glow-anim;
}
.retrobg-shutdown #retrobg-sun {
    background-image: linear-gradient( #000, #000 40% );
    --glow-color: #000;
}
@keyframes retrobg-sun-glow-anim {
    from { box-shadow: 0 0 160px 80px var( --glow-color ); }
    to   { box-shadow: 0 0 200px 95px var( --glow-color ); }
}

/* ............................................................... */
#retrobg-stars {
    position: absolute;
    width: 100%;
    height: 100%;
}
.retrobg-star {
    position: absolute;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    background-color: #fff;
}

/* ............................................................... */
#retrobg-mountains {
    position: absolute;
    width: 100%;
    height: 30%;
}
.retrobg-mountain {
    position: absolute;
    width: 30%;
    height: 100%;
    background-image: linear-gradient( #000 70%, #111 85%, #fff1 );
}
#retrobg-mountains-left { left: 0; clip-path: polygon( 0% 100%,0% 55%,5% 60%,10% 55%,20% 50%,25% 42%,30% 38%,33% 35%,40% 45%,50% 50%,60% 70%,70% 85%,75% 82%,80% 91%,85% 90%,90% 95%,95% 98%,100% 100% ); }
#retrobg-mountains-right { right: 0; clip-path: polygon( 0% 100%,5% 95%,10% 85%,15% 87%,20% 80%,25% 78%,30% 65%,40% 70%,50% 57%,60% 53%,67% 68%,70% 70%,75% 66%,80% 55%,90% 50%,95% 60%,100% 57%,100% 100% ); }

/* ............................................................... */
#retrobg-cityWrap {
    position: absolute;
    width: 50%;
    margin-left: -1%;
}
#retrobg-city {
    padding-top: 20%;
}
.retrobg-building {
    position: absolute;
    width: 5%;
    height: 100%;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient( 0deg, rgba( 17, 17, 34, 0 ), #112 30px, #000 );
}
.retrobg-building:nth-child( odd ) {
    background-image: linear-gradient( 0deg, rgba( 24, 24, 42, 0 ), #223 30px, #000 );
}
.retrobg-antenna::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: calc( -1px - 5% );
    bottom: 100%;
    width: 10%;
    min-width: 2px;
    height: 33%;
    background-color: #000;
}

/* ............................................................... */
#retrobg-ground {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 45%;
    bottom: 0;
    border-top: 2px solid #bf578c;
    background-color: #000;
}
.retrobg-shutdown #retrobg-ground {
    border-color: #000;
}
#retrobg-groundShadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( #000 0%, transparent );
}

/* ............................................................... */
#retrobg-linesWrap {
    height: 100%;
    perspective: 1000px;
    perspective-origin: center top;
}
#retrobg-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    animation: .35s linear infinite retrobg-lines-anim;
}
.retrobg-shutdown #retrobg-lines {
    animation-duration: 5s;
}
@keyframes retrobg-lines-anim {
    from { transform: rotateX( 84deg ) translateY( 0 ); }
    to { transform: rotateX( 84deg ) translateY( 100px ); }
}
#retrobg-hlines,
#retrobg-vlines {
    position: absolute;
    left: calc( ( 900% - 100% ) / -2 );
    width: 900%;
    height: 500%;
}
#retrobg-vlines {
    display: flex;
    justify-content: center;
}
.retrobg-hline,
.retrobg-vline {
    width: 100%;
    height: 100%;
    background-color: currentColor;
}
.retrobg-hline { height: 3px; }
.retrobg-vline { width: 3px; }
.retrobg-hline + .retrobg-hline { margin-top: 98px; }
.retrobg-vline + .retrobg-vline { margin-left: 48px; }

/* when dragged the file higlight the .Drop-here div */
