  /* Styles for the modal overlay */
  /* .py_send_btn.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
} */

/* Styles for the modal content */
/* .py_send_btn .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    width: 394px;
} */
.download_date_range{
    margin-bottom:25px;
}
#download_records .payment_popup_text p{
    font-size:14px;
}
.payment_sure_img{
    width: 100%;
   text-align: center;
}
.payment_popup_text{
    text-align: center;
}
.payment_popup_text h2{
    color: var(--H2, #010047);
   font-family: Arial, Helvetica, sans-serif; 
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px; /* 83.333% */
    padding-top: 20px;
    margin-bottom:20px;
}
.payment_popup_text p{
    color: #666E80;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    word-break: break-all;
    margin-bottom:20px;
}
.cancel_popup_btn{
    width: 120px;
    height: 40px;
    padding: 8px 10px;
    color: #C50000;
    border: 1px solid #C50000;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
}
.send_popup_btn{
    width: 120px;
    height: 40px;
    padding: 8px 10px;
    background-color:#FBB016;
    border:none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.popup_btn_ok{
background-color:#FBB016;   
width: 80px;
height: 40px;
padding: 8px 10px;
border-radius: 4px;
border:none;
color: #fff;
}
.btn_close_send{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0px;
}



/* error pop up css */

