@import url('/Css-js/flipbook.style.css');

.UIPopupFlipBookPDF {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

    .UIPopupFlipBookPDF .content-book {
        position: absolute;
        width: 100vw;
        max-width: 1440px;
        height: 90vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 9992;
    }


.UIPopupFlipBookPDF .background-book {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
    z-index: 9991;
}

.UIPopupFlipBookPDF .close-book {
    display: block;
    position: fixed;
    background: #e00;
    color: #fff;
    width: 30px;
    height: 30px;
    right: 0;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 9993;
}

.view-browser {
    position: fixed;
    left: 5px;
    top: 6px;
    z-index: 9999;
    background: rgb(0,132,230);
    background: linear-gradient(0deg, rgba(0,132,230,1) 0%, rgba(93,175,254,1) 100%);
    color: #fff;
    font-weight: bold;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 3px;
}