body {
    font-family: Arial, sans-serif;
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#processingPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
#strpopup {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    
    
    
}
.del {
    background-image: url('https://bssponline.in/img/icons/del-black.png');
    background-size:contain;
    height:30px;
    width:30px;
}
.fixed-10{
    position:fixed;
    top:10px;
    left:10px;
}
#hmt{
    position:relative;
    top:10%;
    left:10%;
    
}
.w-60{
    width:60%;
}
#complainpopup{
    width:90%;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#searchInput {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

#popupList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align:text-top;
}

#popupList li {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#popupList li:last-child {
    border-bottom: none;
}
.mybtn-close{
    width:70px;
    height:35px;
    border:2px solid blue;
    background-color:palevioletred;
    text-align:center;
    color:white;
}
/*prescription style*/



/*end prescripion style*/
