.modal-litpdf {
    display: none;
    position: fixed;
    z-index: 10; 
    padding-top: 180px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.modal-content-litpdf {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    z-index: inherit;
}
.email-litpdf {
    height: 40px;
    width: 200px;
}

.title-litpdf {
    color: #000;
    font-weight: 600;
}

.custom-button41794142364 {
    background-color: #FCE068;
    border: none;
    padding: 10px;
    color: #404040;
}