/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-Apr-2022, 1:09:36 pm
    Author     : mukul
*/

.wrap-paywall{
    position: absolute;
/*    z-index: 100;*/
    top: 50px;
    width: 100%;
}
.background{
    z-index: -10001;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    background-color: #000;*/
    width: 100%;
    opacity: .75;
}
#csc-paywall{
    /*width: 600px;*/
    margin: auto;   
    width:60%;
}

#div-pdf-viewer{
    position: absolute;
    height: 100vh;
    width: 100%;
}

#div-pdf-viewer iframe{
    height: 100%;
    width: 100%;
}

.close-pdf-btn{
    display: flex;
    justify-content: flex-end;
}

.homepage_topsection{
    height: 85px;
    overflow: hidden;
}
#csc-id{
    width:100%;
}


@media screen and (max-width: 767px) {
    #csc-paywall{
        width:100%;
    }
    }

