/* @tailwind base;
@tailwind components;
@tailwind utilities; */

#waveform, .waveForm{width: 100%;}
wave{width: 100%;}

/* .h-72{height:20rem!important} */

/* .w-full	{width: 100%;}
.h-72	{height: 18rem;}  */

.descriptionOVA{
    font-size: 13px;
    font-weight: normal;
    margin: 5px;
    color: #4a4a4a;

}

.media-wrapper{
    margin-bottom: 20px;
}

.readingBar{
    z-index: 100;
    position: fixed;
    height: 6px;
    border-radius: 0px 2px 0px 0px;
    background: linear-gradient(
      90deg,
      rgba(109, 227, 219, 1) 0%,
      rgba(132, 115, 177, 1) 100%,
      rgba(3, 9, 112, 1) 100%);    
}


.katex-mathml{
    display: inline-block;
}

/* .katex-html{display: none;} */

iframe{border:0;}

.media-wrapper__ova .sketchfab-embed-wrapper{
    margin: 0;
}