@import url(./app.ui.css);
@import url(./balloon.css);
@import url(./responsive.css);

body,
html {
  height: calc(100vh);
  width: 100%;
  background-color: black;
  overflow: hidden;
}

.wrap {
  height: calc(100vh);
  width: 100%;
}

.logo-mob {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 100px;
}

.logo-mob img {
  width: 150px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.tagline {
  color: rgb(255 255 255 / 61%);
  display: block;
  margin: 0 auto;
  width: 82%;
  text-align: center;
}
.bt {
  width: 70%;
}

.grad-blob {
  position: absolute;
  width: 940px;
  height: 450px;
  background: linear-gradient(
    90deg,
    rgba(255, 205, 159, 0.5) 25%,
    rgba(119, 222, 255, 0.4) 50%,
    rgba(221, 14, 255, 0.15) 75%
  );
  opacity: 0.5;
  filter: blur(100px);
  transform: translateZ(0) rotate(0deg);
  pointer-events: none;
  z-index: 1;
  animation: rotate 10s linear infinite;
}

.search-bar,
.viewer {
  background-color: #111111;

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 15px 40px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  backdrop-filter: blur(30px);
  margin: 0 auto;
  z-index: 98;
}

.search-bar {
  padding: 30px 40px;
  width: 600px;
  z-index: 2;
}

.search-bar input {
  color: rgba(255, 255, 255, 0.438) !important;
  background: transparent;
  border: none;
  outline: none;
  font-size: 40px;
  font-style: italic;
  opacity: 0.8;
  text-align: center;
  width: 100%;
}

.loader {
  color: white;
  text-align: center;
  display: none;
}

.loader h1 {
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: whitesmoke;
  margin-top: 20px;
  margin-bottom: 20px;
}

.loader span {
  color: rgba(201, 200, 199, 0.411);
  margin-bottom: 10px;
  display: block;
}

.lottie-player {
  width: 100% !important;
}

.time {
  margin: 20px 0;
  width: 100%;
  display: block;
  color: rgba(245, 222, 179, 0.521) !important;
}

.viewer-wrap {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
}
.viewer {
  height: 512px;
  width: 640px;
  overflow: hidden;
  transition: 0.1s;
  position: relative;
  overflow: hidden;
}

.viewer.ls {
  height: 512px;
  width: 640px;
}

.viewer.pt {
  height: 640px;
  width: 512px;
}

.viewer.sq {
  height: 512px;
  width: 512px;
}

.info {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  padding: 20px;
  color: rgba(255, 255, 255, 0.582);
  transition: 0.2s;
  opacity: 0;
}

.viewer:hover > .info-bottom {
  bottom: 0;
}

.viewer:hover > .info-top {
  top: 0;
}

.info p {
  z-index: 10;
  position: relative;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  right: 0;
  height: 100px;
  width: 100%;
  transform: rotate(180deg);
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.884) 100%
  );
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
}

.info-top {
  top: -200px;
  bottom: auto;
}

.buttons-wrap {
  position: relative;
  justify-content: space-between;
  z-index: 5;
}

.buttons-wrap button,
button {
  background-color: rgba(56, 56, 56, 0.233);
  border: none;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  margin: 2px;
  backdrop-filter: blur(20px);
  transition: 0.2ms;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.507);
}

.buttons-wrap i {
  font-size: 15px;
  color: white;
}

.buttons-wrap button:hover {
  transform: scale(1.1);
  transition: 0.2ms;
}

.shadow-top {
  transform: rotate(0deg);
  height: 150px;
}

.s-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
  font-size: 20px;
}

.c-btn {
  left: 10px;
  right: auto !important;
}

.s-btn:hover {
  opacity: 0.9;
}

.s-btn .bi {
  color: white;
}

.settings-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.settings {
  position: fixed;
  bottom: 10px;
  border-radius: 10px;
  right: 10px;
  top: 10px;
  width: 320px;
  background-color: #1d1c1cb9;
  z-index: 99;
  backdrop-filter: blur(20px);
  border: 1px solid hsla(0, 0%, 100%, 0.027);
  overflow-y: scroll;
  display: none;
}

.settings-inner {
  width: 100%;
  padding: 30px;
}

.settings h1 {
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: whitesmoke;
  font-size: 25px;
  margin-bottom: 10px;
}

.settings p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.322);
}

.settings-header {
  margin-bottom: 30px;
}

.settings h3 {
  color: rgba(245, 245, 245, 0.596);
  margin-bottom: 10px;
}

.tag {
  background-color: rgba(24, 22, 22, 0.521);
  color: rgba(255, 255, 255, 0.555);
  font-size: 13px;
  padding: 6px;
  margin: 3px 2px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.tag-add input {
  color: white;
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  padding: 10px;
}

.ntag {
  background-color: rgba(0, 0, 0, 0.397);
  padding: 10px;
}
.section {
  margin-bottom: 10px;
}

.tag .bi {
  margin-right: 10px;
}

.s-size .tag:hover {
  background-color: dodgerblue;
}

.s-size .tag.active {
  background-image: linear-gradient(to top, #0082fb 0%, #005bea 100%);
  color: white;
}

.n-tag .tag:hover {
  background-color: rgb(255, 140, 140);
  border: none;
  color: white;
}

.s-misc i {
  margin-right: 5px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 40px;
  width: 100%;
}

.logo {
  width: 100px;
}

.logo:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.s-size .tag {
  width: 60px;
  text-align: center;
}

.s-size .tag * {
  display: block;
  width: 100%;
  font-size: 30px;
}

.s-size .bi {
  margin-bottom: 1px;
}

.tag-priority-1 {
  background-color: rgba(30, 248, 255, 0.562);
}

.tag-priority-2 {
  background-color: rgba(158, 255, 30, 0.219);
}

.tag-priority-3 {
  background-color: rgba(243, 73, 152, 0.623);
}

.tag-priority-h {
  background-color: rgba(243, 73, 73, 0.623);
}
.inner {
  text-align: center;
}

.inner .search-bar {
  margin-bottom: 20px;
}

.guide-wrap {
  z-index: 500;
  width: 100%;
  padding: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100vh;
  align-items: last baseline;
  backdrop-filter: blur(15px);
}

.guide {
  width: 900px;
  background-color: rgba(41, 40, 40, 0.795);
  padding: 20px;
  color: rgba(255, 255, 255, 0.568);
  border-radius: 10px;
}

.guide img {
  width: 90px;
  border-radius: 10px;
}

.guide span,
.l-n-inner span {
  margin: 0 20px;

  font-style: italic;
  background-image: linear-gradient(
    to top,
    #fdcbf1 0%,
    #fdcbf1 1%,
    #e6dee9 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
}

.guide button {
  font-size: 15px;
  margin: 5px;
  padding: 8px 15px;
}

.guide button i {
  margin-right: 10px;
}

.library-body {
  background-image: url(../assets/images/lbg.jpg);
  background-size: 100% auto;
  background-position: center;
}

.library-wrap {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  padding: 100px 30px;
  overflow-y: scroll;
}

.l-header {
  --offset: 15px;
  position: fixed;
  top: var(--offset);
  left: var(--offset);
  right: var(--offset);
  border-radius: 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.575);
  padding: 20px;
  backdrop-filter: blur(50px);
  justify-content: space-between;
}

.l-header .bi {
  color: rgba(255, 255, 255, 0.63);
  font-size: 20px;
}

.l-header img {
  width: 100px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  width: 100%;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25;
  padding: 0 10px;
}

.column img {
  margin-top: 20px;
  vertical-align: middle;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.column img:hover {
  transform: rotate3d(10, -10, 0, -30deg) scale(1.1);
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.l-nothing {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  background-color: #111111da;
  backdrop-filter: blur(20px);
}

.l-n-inner {
  width: 400px;
  text-align: center;
}

.l-n-inner span {
  display: block;
  margin-bottom: 15px;
}

.l-n-inner img {
  width: 80px;
  margin-bottom: 15px;
}

.l-n-inner .bi {
  margin-right: 5px;
}

.l-n-inner button {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.616);
}
