
.pdf-container .modal-header {height:50px}
.pdf-viewer-cmd{
    display: inline;
}

.pdf-viewer-cmd:hover{
    text-shadow: 0px 0px 15px #9b6868;
    color: rgb(78, 78, 78);
}
#pdf-canvas{
    width: 100% !important;
}

.pdf-container{
    position: absolute;
    border :solid 1px gray;
    width: 80%;
    left: 10%;
    z-index: 1100;
    margin: 10px;
    padding: 10px;
    box-shadow: 1px 2px 8px 2px rgb(144 144 144);
    display: none;
    background-color: rgb(233, 233, 233);
    border-radius: 4px;
    top:10px;

}
.pdf-tools-cmd{
    display: flex;
    margin-bottom:10px;

}
.pdf-btn{
    font-size: 24px;
    width: 28px;
    border: solid 1px gray;
    background-color: #fff;
    border-radius: 6px;
    height: 28px;
    line-height: 1;
    text-align: center;
    margin-right: 3px;
    padding-top: 2px;
    color: rgb(105, 105, 105);
    cursor: pointer;

}
.pdf-btn:hover{opacity: 0.6}
.tot_page {width: 42%; float: right; font-size: 16px; padding-top: 6px;}
.num_page{
    font-size: 16px;
    height: 28px;
    text-align: center;
    width: 42%; float: left;
    border: none;
    background-color: transparent;

}

.progress{
    height: .40rem !important;
    border-radius: unset !important;
    margin-bottom:6px;
}
