body {
  scroll="no";
  overflow: hidden;
  background-color: #1a3240;
  /* background-color: #19424E; */
  border-radius: 3px;
  font-family: sans-serif;
}
input, button {
    background: linear-gradient(90deg, #1400fd12, #9445);
    border: none;
    color: #eae090;
}
a {
    color: inherit;
}
.uibub {
  opacity: .66;
  z-index: 10
}
#logincreate {
  position: fixed;
  top: 10vw;
  left: 10vw;
}
.newfilter {
    position: absolute;
    z-index: 10;
    left: 32vw;
    top: 33vh;
    width: 30vw;
    text-align: center;
    align-content: center;
    display: flex;
    font-size: 1.1em;
    background: rgba(100,100,100,.4);
    flex-direction: column;
}
.newfilter > input {
    text-align: center;
}
.stamp {
    position: absolute;
    top: 1vh;
    right: 1vw;
    font-size: .75em;
}
.edit {
    display: grid;
}
.adddata {
    position: fixed;
    top: 0;
    left: 60vw;
    max-width: 40vw;
    max-height: 35vh;
    z-index: 2;
}
.searchdata {
    position: fixed;
    top:5vh;
    left:30vw;
    width:30vw;
    z-index: 10;
}
.selected {
  opacity: 1;
}
.parent_flex {
    display: flex;
}
.parent_flex > div {
    padding-left: .5em;
}
.parent_flex > div:hover (
    color: white;
    font-size: 1.1em;
)
.active {
  opacity: 1;
  transition: opacity .5s ease;
}
.headline {
  font-size: 1.3em;
  z-index: 1;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  top: 55vh;
  max-width:35vw;
  max-height: 55vh;
  left: 3vw;
  display: flex;
  align-items: center;
  justify-content: left;
  pointer-events: none;
  opacity: .5
}
.view {
  padding: 0 1.5vw 1vh 1.25vh;
  /* border-bottom: 1px solid white; */
  border-radius: .5vh;
}
.view div:first-child {
  font-size: 1.05em;
}
.view:hover {
  background-color: rgba(250,250,250,.2)
}
.whole {
    position: absolute;
    top: 0vh;
    left: 0vw;
    right: 0vw;
    height: 100vh;
    z-index: -1;
    opacity: .88;
}
.parabola {
    position: absolute;
    top: 0vh;
    left: 0vw;
    right: 50vw;
    height: 100vh;
    z-index: -1;
}
.in {
    color: white;
}
.ur {
    position: absolute;
    top: 11vh;
    right: 0vw;
    max-width: 40vw;
    max-height: 20vh;
    overflow-y: auto;
    margin: 0px;
    color: #C77;
    padding: 1.2vw;
    background: linear-gradient(90deg, rgba(0,0,0,0),rgba(50,50,200, .1));
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    font-size: .88em;
    text-align: right;
}
.ur > div {
    padding-right: .25em;
}
.ul {
    position: absolute;
    max-width: 35vw;
    left: 5vw;
    top: 2vh;
    overflow: scroll;
    z-index: 10;
    max-height: 40vh; 
    color: rgba(200, 150, 100, 1);
}
.ml {
    position: fixed;
    top: 26vh;
    left: 5vw;
    max-width: 38vw;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    background-color: rgba(120,120,120, .1);
}
.mr {
    position: fixed;
    top: 30vh;
    right: 0;
    max-width: 38vw;
    max-height: 20vh;
    overflow-y: auto;
    margin: 0px;
    color: #C77;
    padding: 3vw;
    background: linear-gradient(90deg, rgba(0,0,0,0),rgba(50,50,200, .1));
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: .9em;
}
.mr > .summary {
    display: flex;
    flex-direction: row;
}
.mr > div > div {
    padding-left: 1em;
}
.mr2 {
    position: fixed;
    top: 10vh;
    right: 0;
    max-width: 38vw;
    max-height: 20vh;
    overflow-y: auto;
    margin: 0px;
    color: #C77;
    padding: 3vw;
    background: linear-gradient(90deg, rgba(0,0,0,0),rgba(234,240,250, .1));
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.mr2 > .summary {
    display: flex;
    flex-direction: row;
}
.mr2 > div > div {
    padding-left: 1em;
}
.dr {
    position: absolute;
    width: 40vw;
    left: 60vw;
    top: 52vh;
    z-index: 10;
    overflow-y: auto;
    height: 45vh; 
    color: rgba(200, 150, 100, 1);
    background: linear-gradient(90deg, rgba(0,0,0,0),rgba(50,50,200, .1));
    text-align: right;
}
.dl {
    position: absolute;
    width: 27vw;
    left: 9vw;
    font-size: .9em;
    top: 55vh;
    overflow-y: auto;
    z-index: 10;
    max-height: 37vh; 
    color: rgba(160, 190, 230, 1);
}
.uc {
    position: absolute;
    top: 4vh;
    left: 28vw;
    width: 34vw;
    height: 5vh;
    overflow-y: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: rgba(200, 150, 100, 1);
    background: linear-gradient(20deg, rgba(0,0,0,0),rgba(234,240,250, .1));
    border-radius: 2em;
    text-align: center;
    padding-top: 1em;
    font-size: 1.3em;
}

.extraspecial {
    position: absolute;
    top: 5vh;
    min-width: 5vw;
    min-height: 5vw;
}

.sun {
    position: absolute;
    z-index: -2;
    width: 4vw;
    left: -2.75vw;
    background: radial-gradient(rgba(1,1,1,0), #fff);
}

.moon {
    position: absolute;
    z-index: -2;
    height: 4vh;
    background: radial-gradient(rgba(1,1,1,0), #fff);
    top: -2.75vh;
}
.emo {
    z-index: 4;
    position: absolute;
    top: 30vh;
    left: 65vw;
    height: 50vh;
    overflow-y: auto;
    display: grid;
    text-align: center;
    color: white;
    font-size: 1.4em;
}
.detailbody {
    position: absolute;
    background: #111111ee;
    top: 10vh;
    left: 5vw;
    width: 90vw;
    height: 80vh;
    border-radius: 2em;
    z-index: 12;
}
.tab {
    position: absolute;
    background: #dd8484bb;
    bottom: 5vh;
    left: 25vw;
    width: 50vw;
    height: 10vh;
    z-index: 10;
    border-radius: 2em;
}
.screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111c;
    z-index: 9;
}
.rounddata {
    position: absolute;
    border-radius: 1em;
    width: 24vw;
    height: 6vh;
    z-index: 14;
    display: grid;
    text-align: center;
    align-items: center;
}
.sleep {
    position: absolute;
    top: 3vh;
    left: 1vw;
    color: #fff4
}
