.srd-file{
    display:flex;
    align-items:center;
    padding:14px 0;
    border-bottom:1px solid #eaeaea;
}
.srd-name{flex:1;font-weight:500}
.srd-preview,.srd-download{
    padding: 7px 25px;
    border-radius: 6px;
    border: 1px solid #000000;
    margin-left: 8px;
    cursor: pointer;
    background: #fff;
    color: #000000;
}
.srd-download {
    background: #387fd1 !important;
    color: #fff;
    border: none;
    padding: 8px 25px;
}

#srd-download-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}
.srd-popup-box{
    background:#fff;
    padding:25px;
    width:100%;
    max-width:360px;
    border-radius:10px;
    position:relative;
}
.srd-popup-box input{
    width:100%;
    padding:10px;
    margin-bottom:12px;
}
#srd-confirm{
    width:50%;
    margin:auto;
    padding:10px;
     background-color: #387fd1 !important;
    color:#fff;
    border:none;
    border-radius:6px;
}
.srd-close,.srd-close-preview{
    position:absolute;
    top:8px;
    right:12px;
    font-size:22px;
    cursor:pointer;
}

#srd-preview-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}
.srd-preview-box{
    background:#fff;
    width:90%;
    max-width:1200px;
    height:80vh;
    border-radius:10px;
    position:relative;
}
.srd-preview-box iframe{
    width:100%;
    height:100%;
    border:0;
    border-radius:10px;
}
