/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style.css ***!
  \*****************************************************************/
/* typography */
@font-face {
  font-family: 'md-icons';
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(120b4c7bbd155bd0a04d.ttf) format('truetype');
}
@font-face {
  font-family: 'open-sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(3bd5f5c5dd54ccb0c7c2.woff2) format('woff2'), url(4f2cda059485c5f324fa.woff) format('woff');
}
@font-face {
  font-family: 'open-sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(3c9c38b500586f2d033d.woff2) format('woff2'), url(6dc56ac51990a4e17b74.woff) format('woff');
}
@font-face {
  font-family: 'open-sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(6264aa05c16dfc21416d.woff2) format('woff2'), url(56a3dea428762836a958.woff) format('woff');
}

/* colors */
html, :host, *[theme="light"] {
    --neutral-1: 113, 179, 237;
    --neutral-2: 255, 255, 255;
    --accent-1: 83, 141, 243;
    --accent-1b: 70, 110, 250;
    --base-0: 255, 255, 255;
    --base-1: 255, 255, 255;
    --base-2: 255, 255, 255;
    --base-3: 255, 255, 255;
    --base-4: 255, 255, 255;
    --functional-blue: 20, 120, 220;
    --functional-red: 220, 40, 40;
    --functional-yellow: 220, 168, 40;
    --functional-green: 50, 168, 40;
    --text-1: rgba(132, 146, 166, .90);
    --text-2: rgb(72, 84, 101, .90);
    --text-3: rgba(131, 134, 132, .90);
    --shadow-1: 0 2px 8px #d6d9e3ba, 0 1px 4px rgb(225 232 245 / 17%);
    --shadow-2: 1px 1px 1px #d6d9e3ba;
    --shadow-3: -1px -1px -10px #d6d9e3ba;
  }
  *[theme="dark"] {
    --neutral-1: 155, 155, 155;
    --neutral-2: 113, 179, 237;
    --accent-1: 83, 141, 243;
    --accent-1b: 70, 110, 250;
    --base-0: 17, 18, 22;
    --base-1: 0, 0, 0;
    --base-2: 17, 18, 22;
    --base-3: 17, 18, 22;
    --base-4: 29, 31, 35;
    --functional-blue: 20, 120, 220;
    --functional-red: 220, 40, 40;
    --functional-yellow: 220, 160, 40;
    --functional-green: 40, 160, 40;
    --text-1: rgba(132, 146, 166, .90);
    --text-2: rgb(72, 84, 101, .90);
    --text-3: rgba(131, 134, 132, .90);
    --shadow-1: 0 2px 8px rgba(0,0,0,0.2), 0 1px 4px rgba(0,0,0,0.15);
    --shadow-2: 1px 1px 1px rgba(0,0,0,0.15);
    --shadow-3: -1px -1px -10px rgba(0,0,0,0.15);
  }
  
  html, body {
    --body-1: normal 14px/24px 'open-sans';
    --body-2: normal 12px/16px 'open-sans';
    --header-1: bold 16px/24px 'open-sans';
    --header-2: bold 14px/24px 'open-sans';
    --transition-1: 0.1s all ease-out;
    --border-radius: 4px;
    --spacing-xs: calc(var(--spacing-s) / 1.2);
    --spacing-s: 8px;
    --spacing-m: calc(var(--spacing-s) * 1.5);
    --spacing-l: calc(var(--spacing-s) * 2);;
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-1);
    height: 100vh;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    
  }
  /* scrollbar */
  *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
    visibility: hidden;
  }
  *::-webkit-scrollbar-track {
    background-color: rgba(var(--neutral-1), .05);
    border-radius: 8px;
  }
  *::-webkit-scrollbar-thumb {
    background-color: rgba(var(--neutral-1), .10);
    border-radius: 8px;
  }
  *::-webkit-scrollbar-thumb:active,
  *::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--neutral-1), .20)
  }
  kor-swipe-actions::-webkit-scrollbar {
    display: none;
  }
 *, html{
  scroll-behavior: smooth;
 }
  .show{
    display:initial
  }
.hidden{
  display:none;
}
  
#shimmer{
  width: 100%;
  max-width: 700px;
  border-radius: 7px;
  height: 30vh;
  left: 50%;
  transform: translate(-50%, 0);
}
.shimmer {
  animation: shim 2s linear infinite;
  animation-direction: alternate-reverse;
  background: linear-gradient(90deg, #71b3f714 25%, hsl(218deg 87% 64% / 11%) 50%, #71b3f71a 75%);
  background-size: 200% 100%;
 
  margin: 0px auto;
  display: block;
  position: relative;
  
  
  z-index: 999;
}

#shimmer-av{
  width: 110px;
    height: 110px;
    margin: 0px auto;
    top: -60px;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 99999;
    background-color: rgb(var(--base-0));
    display: flex;
    
       
}
#shimmer-name{
  margin: 0px auto;
    top: -50px;
    position: relative;
    font-size: x-large;
    max-width: 100%;
    width: 200px;
    height: 20px;
    border-radius: 12px;
}
#shimmer-inner{
  width: 100px;
  border-radius:100%;
}
#shimmer-lines {
  width: 100%;
  height: 200px;
  margin: 0px auto;
  margin-bottom: 100px;
  top: -40px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#prof-loading{
  height:120vh;
  margin-bottom: 100px;
}
.line{width: 90%;
  height: 10px;
  margin: 10px;
border-radius:5px;}
@keyframes shim {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.post-link-div {  
  border-bottom: 1px solid rgba(var(--accent-1), 17%);
  border-top: 1px solid rgba(var(--accent-1), 17%);
  padding:4px;
}
.post-link-left{
  max-width:65%
}
.card-footer{
  width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 12px;
}
  .hide{
    display:none;
  }
#searchInput{
  border-radius:100px;
  max-width:60%;  
  height:30px;
  left:20px;
  min-height: 30px;
  animation: slide-input 0.2s linear;
}

.mid-post-card{
  width:100vw;
  max-width:700px;
  margin:0px auto;
  margin-bottom:10px;
  top: 10px;
    position: relative;
   
  animation: fade-in 0.5s linear;
}
  
.tab::-webkit-scrollbar{
  display:none;
}
.right {
  justify-items: flex-end !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#account-grid{
  display:flex;flex-direction:column;
  scroll-snap-type: y proximity;
  scroll-padding-block: 2em;
    padding-bottom: 7px;
    padding-top: 7px;
}
#login-form{
  max-width:500px;
  margin:0px auto;
  width:100%;
}
#login-card{
  width: 95vw;
    max-width: 520px;
    margin: 0px auto;
    top: 50%;
    position: relative;
    height: calc(100vh - 130px);
    transform: translate(0, -50%);
    overflow:visible
}
@media screen and (min-width:501px){
#login-card-popover{
  transform:translate(-45vw, -100px);
}
}

@media screen and (max-width:500px){
  #login-card-popover{
    transform:translate(-50%, -100px);
  }
  }
#profile-card{
  width:100vw;
  max-width:700px;  
  margin:0px auto;
  top: 7px;
  position: relative;  
  height:fit-content;
  transition: all 0.5s linear;
  animation: fade-in 0.5s linear;
  scroll-snap-align: start;
  padding-bottom: 0px;
  --body-gap: 0px;
}
#app-bar{
  position: fixed;
  top:0px;
  left:0px;
  right:0px;
  
}

#fav-post-wrapper{
  width: 30%;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#share-post-wrapper{
  width: 30%;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

#comment-post-wrapper{
  width: 30%;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
magicbooksio-loader{
  background:rgb(var(--base-0));
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
}
.link-title{
  line-height:1;
  margin-bottom: 0px;
  font-size: 12px;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  #profile-card{
    min-height:120vh;
  }
  mbio-tab-item{
    height:65px
  }

  #nav-bar{
    height:65px!important;
    background-color: rgb(var(--base-0), 1);
  }
  mbio-tabs{
    height:65px;
    bottom:0px;
    background-color: rgb(var(--base-0), 1);
  }
  .tab {
    animation: slide-in 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: slide-in 0.3s linear;
    overflow-x:visible;
    overflow-y:auto;
    width:100vw;
    height: calc(100vh - 120px);
    position:fixed;left:0px;
    right:0px;top:55px;bottom:65px;
    scroll-behavior: smooth;
    
        box-sizing: border-box;
    
}

#account-tab{
  padding-bottom: 0px;
}
mbio-app-bar[slot='bottom']{
  height:65px!important;
}
}
@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
  #profile-card{
    min-height:fit-content;
  }
  #nav-bar { 
    position:fixed;bottom:0px;left:0px;right:0px;
  }
  .tab {
    animation: slide-in 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: slide-in 0.3s linear;
    overflow-x:visible;
    overflow-y:auto;
    width:100vw;
    height: calc(100vh - 110px);
    position:fixed;left:0px;
    right:0px;top:55px;bottom:55px;
    scroll-behavior: smooth;
   
        box-sizing: border-box;
    
}

}
#profile-cover{
  max-height:30vh;
  object-position: center top;
}
#ldrdiv{
  width:100vw;
  height:100vh;
  background-color: rgba(var(--base-3), 1);
}
.post-comment-author{
  line-height: 10px;
  font-weight: 700;
  padding: 0px 7px;
  margin: 0px;
}
#posts-div{
 
    width:100vw;
    max-width:700px;
    margin:0px auto;
    top: 7px;
    position: relative;  
}
iframe {
  display: block;  
  object-fit: contain;  
  margin: 0px auto;
  border:none;
  outline:none;
}
.post-reactions{
  width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.post-like-count{
  position: absolute;
    top: 0px;
    left: 17px;
}
.post-cmnt-count{
  position: absolute;
    top: 0px;
    left: 51%;
}
.post-comments{
  border-top: 0.5px solid #91a8bf1f;
}
.scene-popovers{
  transform:translate(-70px, 0);
  width:200px;
  box-shadow:var(--shadow-2);
}
.post-comment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.comment-column {
  background-color: #91a8bf1f;
  border-radius: 0px 25px 25px 25px;
  padding: 7px 4px 4px 7px;
  margin-bottom: 5px;
  max-width: 80%;
}
.post-comment-avatar{
  margin-right:10px;
}

.post-comment-text {
    padding: 0px 8px;
    margin: 7px 0px;
    line-height: 1.2;
}

._1Xl8W video {
  display: block;
  height: 100%;
  object-fit: contain;
  max-height: 90vh;
  margin: 0px auto;
}

  .post-card-content{
    width:100%;
    height:auto;
  }
  .post-card-content p {
    margin-top: 0px;
  }
  .post-avatar{
    border-radius:100%;
    width:40px;
    height:40px;
    top:20px;
    margin-right:7px;
    cursor: pointer;
    image-rendering: -webkit-optimize-contrast;
  
  }
  .post-avatar:hover{
    opacity: 0.7;
    
  }
  .post-video{
    border-radius: 7px;
    max-height:90vh;
  }
  .vid-wrapper{
    border-radius:4px;
    overflow:clip;
    scroll-snap-align: end;
    max-height:100vh;
    
  }
  #app-title{
    color: #71b3f7;
  }
  .post-image{
    width:100%;
    position:relative;
    border-radius:7px;   
    object-fit:contain;
    background:#000000;
  }
  .post-card-header{
    display:flex;
    flex-direction:row;
    justify-content:center;
    justify-items:center;;
    align-items:center;
    align-content:center;
    height:45px;
    overflow:hidden
  }
  .post-card{
    min-height:fit-content;
    margin-bottom:10px;
    scroll-snap-align: center;
  }
 .post-author-title{
  top:-10px;
 }
  #home-grid{
    top:0px;
    position:relative;
    height:unset;
  }

  #right-profile-card{
    width:40vw;
    max-width:600px;
    margin:0px auto;
    top: 7px;
    position: relative;
    min-height: calc(100vh - 130px); 
    height:fit-content;
    transition: all 2s linear;
    animation: fade-in .3s linear;
    overflow: visible;
  }
  


@media screen and (max-width:1199px){
  #left-profile-card{
    display:none
  }

  #right-profile-card{
    display:none
  }
  
}

@keyframes fade-in {
  0%{opacity:0.85}
  50% {opacity:0.95}
 100% {opacity:1}
}

#profile-name{
  margin: 0px auto;
    top: -60px;
    position: relative;
    font-size: x-large;
    max-width: 100%;
}
#profile-bio{
  position:relative;
  top:-65px;
  font-size:14px;
  max-width: 100%;
  transition: all .5s ease-out;
}
#profile-links{
  position: relative;
  top: -60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: baseline;
  justify-content: flex-start;
  
  
}


#profile-pic{
  border-radius: 100%;
    object-fit: cover;
    width: 110px;
    height: 110px;
    margin: 0px auto;
    top: -60px;
    position: relative;
    background-color: rgba(var(--base-3), 1);
    padding: 4px;
    box-sizing: border-box;
}
.profile-link{
  width:-webkit-fill-available;
  max-width: 100%;
  margin-bottom:10px;
  background: rgb(113,142,247);
background: linear-gradient(149deg, rgba(113,142,247,1) 0%, rgba(70,116,250,1) 40%, rgba(83,141,243,1) 100%);
padding: 12px;
}
.top{
  overflow: hidden !important;
}
#email-input{
  margin-bottom:20px;
  border-radius: 4px;
  min-height:50px;
  background-color:rgba(var(--neutral-1), 0.02);
}
#password-input{
  margin-bottom:20px;
  border-radius: 4px;
  min-height:50px;
  background-color:rgba(var(--neutral-1), 0.02);
}
/*
#account-grid{
  max-width: 95vw;
    /*max-height: 97%;*/
    /*
    margin:0px auto;
    padding:5px;
    overflow:visible auto
}
*/
#bookmark-grid, #home-grid{
  max-width: 95vw;
  overflow-y:auto;
  margin:0px auto;
  padding: 10px 5px 5px 5px;
  height:unset;
}

.landscape{
  --twic-ratio: calc(4/3)

}

mbio-grid::-webkit-scrollbar{
  display:none;
}
@keyframes slide-input {
  0% {
    width: 30px;
  }
  
  100% {
    width: 60%;
  }
  }
  
@keyframes slide-in {
0% {
  transform: translate(100%, 0%);
}

100% {
  transform: translate(0%, 0%);
}
}

@keyframes fade-in {
  0% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
  }

#image-card{
  overflow-x:hidden;
}

.home-grid-card{
  height:fit-content;
 /* min-height:calc((100vh - 145px) * 0.5);*/
  
  animation: fade-in 0.2s linear;
}
.home-grid-card.hidden{
  display:none
}
mbio-table-row{
  padding:5px;
}
.book-cover {
  width: 150px;
  height: auto;
  border-radius: 10px;
  margin-right: 7px;
  object-fit: cover;
  aspect-ratio: 1024 / 1600;
  image-rendering: auto;
  cursor: pointer;  
  transform:translate(0px,0px);
  will-change: transfrom(translate);
  transition-property: all;
  transition-duration: 8s cubic-bezier(0.2);
  transition-timing-function: ease-in-out;
  scroll-snap-align: start;
 
}
.book-cover:hover{
  filter: brightness(.5);
  transform:translate(0px,-2px);
  transition-duration: 8s;
}
@keyframes bump-up{
  from { transform:translate(0px,0px);}
  to{ transform:translate(0px,-20px);}
}
#user-books{
  display: flex;
      flex-direction: row;
      overflow: auto;
      top: -40px;
      position: relative;
      overflow: auto;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer;
      scroll-snap-type: mandatory;
      scroll-snap-points-x: repeat(100px);
      scroll-snap-type: x mandatory;
      padding-bottom: 7px;
    padding-top: 7px;
}

#user-books-div{
  position:relative;
}
@media screen and (min-width:768px) {
#left{
  width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    background-color: rgb(var(--base-0), 1);
  z-index: 999;
  top: 60px;
  display: flex;
  border-radius: 100%;
  align-content: center;
  flex-wrap: wrap;
  justify-items: center;
  box-shadow: var(--shadow-1);
}

#left:hover{
  box-shadow: inset 0px 0px 10px #aabbcb;
}
#right{
  width: 40px;
  height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  background-color: rgb(var(--base-0), 1);
  z-index: 999;
  top: 60px;
  display: flex;
  border-radius: 100%;
  align-content: center;
  flex-wrap: wrap;
  justify-items: center;
  box-shadow: var(--shadow-1);
}

#right:hover{
  box-shadow: inset 0px 0px 10px #aabbcb;
}
}
@media screen and (max-width:767px) {
  #left{
    display:none
  }
  #right{
   display:none
  }
  }
.flex-btn-l{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-self: center;
    margin: 0px auto;
    position: relative;


}

.fullscreen {
  top:0px;
}
#bottom-sheet-header {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#drag svg {
  top: -12px;
    position: relative;
}
.not-selectable > #bottom-sheet-header > #drag{
 opacity:1
}
#drag{
  background-color: var(--text-1);
    height: 4px;
    border-radius: 10px;
    opacity:0.7
}
#bottom-sheet {
  display: block;
  position:fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: rgb(var(--base-0),1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0px 1rem 1rem 1rem;
  border-radius: 1rem 1rem 0 0;
  transition: bottom 0.4s ease;

  &.sheet1 {
    height: 72%;
  }

  &.hide {
    bottom: -100%;
    transition: bottom 0.3s ease;
  }
}


.flex-btn-r{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-self: center;
    margin: 0px auto;
    position: relative;
    right:-10px


}
.home-grid-card-image{
  border-radius:7px;
  overflow: hidden; 
  cursor: pointer;
}
.mid-post-card  .top{
  padding-bottom:7px;
}

@media screen and (max-height:640px){
  .scene-btn{
    display:none;
  }
  .home-grid-card{
    padding-bottom:5px;
  }
  .home-grid-card-image{
   cursor: pointer;
  }
}

@media screen and (max-height:658px){
  .scene-btn{
    display:none;
  }  
  .home-grid-card-image{
    cursor: pointer;
   }
}

.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #466efa radial-gradient(circle, transparent 1%, #385ad3 1%) center/15000%;
}
.ripple:active {
  background-color: #466efa;
  background-size: 100%;
  transition: background 0s;
}

.ripplelite {
  background-position: center;
  transition: background 0.8s;
}
.ripplelite:hover {
  background: #4674fa1f radial-gradient(circle, transparent 1%, #71b3f727 1%) center / 15000%;
}
.ripplelite:active {
  background-color: #4674fa23;
  background-size: 100%;
  transition: background 0s;
}

#book{
  position:fixed;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
  background-color: #000000;
  z-index:9;
  padding:20px;
}
.book-page {
  width:100%;
  height:100%;  
  overflow: hidden;
  
}


@keyframes go-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
#book-inner{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:98vw;
  /*
  max-width:440px;
  height:98vh;
  */
  aspect-ratio: 1024 / 1600;
  max-height:680px;
  border-radius: 10px;
  background-size: cover;
  background-color: rgb(8, 8, 8);
  background-position: center center;
  border: 0.05px solid #141313;
  animation: slide-up 1s ease-in;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: all 1s ease-in;
  overflow: hidden;
}

mbio-page {
  height: 100vh;
  overflow: hidden;
  
}
#top-spacer{
  width:100%;
  position:relative;
}
.book-page.titlepage{
  position: absolute;  
  width:100%; 
  height: 100%;
  max-height: 680px;
  border-radius: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}  

#book-inner.text.titlepage{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98vw;
  max-width: 440px;
  height: 98vh;
  max-height: 680px;
  border-radius: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#book-inner.text{
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 1s linear;
  transform: translate3d(-50%, -50%, 0px) rotateZ(0deg);
  transition-property: transform;
  transform-style: preserve-3d;
  width: 98vw;
  max-width: 440px;
  /*
  height: 98vh;
  */
  max-height: 680px;
  border-radius: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  animation: slide-up 1s ease-in;
}

@keyframes page-flip{
  from{ transform: translate3d(100%, -50%, 0px) rotateZ(0deg);}
  to{transform: translate3d(-50%, -50%, 0px) rotateZ(0deg);}
}

#next{
  position:absolute;
  right:0px;
  top:0px;
  height:100%;
  width:60px;
  cursor: pointer;
  z-index:1;
}

#prev{
  position:absolute;
  left:0px;
  top:0px;
  height:100%;
  width:60px;
  cursor: pointer;
  z-index:1;
}

#title{
  color:#ffffff;
  width:90%;
  margin:0px auto;
  position:relative;
  top:20px;
  padding-bottom:20px;
  font-size: 1.5rem;
  line-height: 1.5;
  word-break: break-word;
  text-rendering: geometricPrecision;   
  font-synthesis: weight;
  -webkit-font-smoothing:antialiased;
  -webkit-font-feature-settings: on;
  
}

#content{
  color: #ffffff;
  width: 90%;
  margin: 0px auto;
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  word-break: break-word;
  text-rendering: geometricPrecision;   
  font-synthesis: weight;
  -webkit-font-smoothing:antialiased;
  -webkit-font-feature-settings: on;
  z-index:0;
  
  
  
}

.book-page.content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98vw;
  max-width: 440px;  
  max-height: 680px;
  border-radius: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  
}  

#title.titlepage{
  color:#ffffff;
  width:95%;
  margin:0px auto;
  text-align: center;
  text-rendering: geometricPrecision;   
  font-synthesis: weight;
  -webkit-font-smoothing:antialiased;
  -webkit-font-feature-settings: on;
}

#content.titlepage{
  color:#ffffff;
  width:95%;
  margin:0px auto;
  text-align: center;
  text-rendering: geometricPrecision;   
  font-synthesis: weight;
  -webkit-font-smoothing:antialiased;
  -webkit-font-feature-settings: on;
}

@keyframes flip-in {
  0% { opacity: 0; transform: translate(100%, -50%); }
  100% { opacity: 1; transform: translate(-50%, -50%)}
}

@keyframes slide-up {
  0% { opacity: 0; transform: translate(-50%, 150%); }
  100% { opacity: 1; transform: translate(-50%, -50%)}
}

@keyframes flip-out {
  0% {transform:rotate3d(0, 1, 0, 0deg);}
  100% {transform:rotate3d(0, 1, 0, -130deg);}
}

@keyframes rotate {
  from{transform:rotate(0deg)}
  to {transform: rotate(360deg)}
}

.row{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-items:center;
  align-content:center;
  justify-content:space-between;
  flex-wrap:wrap;
}



#song-ticker-col{
  width:40px;
  height:40px;
  display:flex;
flex-direction:column;
align-items:center;
justify-items:center;
align-content:center;
justify-content:center;
flex-wrap:wrap;
}

.songdiv{
  position:fixed;
  bottom:0px;
  left:0px;
  right:0px;
  height:40px;
  padding-left:5px;
  max-width:480px;
  margin:0px auto;
}

#song-ticker-img{
  width:30px;
  aspect-ratio:1/1;
  object-fit:contain;
  cursor: pointer;
  
}

.invisible{
  visibility:hidden;
}
