body{
    width: 100vw;
    height: 100vh;
}
#pdf-main-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
#show-pdf-button {
    width: 150px;
    display: block;
    margin: 20px auto;
}

#file-to-upload {
    display: none;
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}


#pdf-meta {
    overflow: hidden;
    margin: 0 0 20px 0;
}



#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}

#loader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: #ccc;
}

#pdf-buttons{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#page-count-container{
  margin: 0 5px;
}

#page-buttons{
    display: flex;
}
.show-result{
    text-align: center;
    font-size: 1.8rem;
    margin: 5px 0;
}