th{
            font-weight: 500;
    background: #000;
    color: #EDD969;
    font-size: 18px;
}
td{
    font-size: 16px;
    
}
  
.paginationList{
        /*width: 170px;*/
        gap:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.paginationList i{
    margin:0px;
    font-size:20px;
}
.searchBtn{
    background: #FFE081 !important;
    
    color: #4B2E1E !important;
    
}
.searchMain{
        width: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    gap:20px;
}
.searchMain a{
        /*flex: 1;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addPresNotes{
    position:relative;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction:row-reverse;
}
.addPresNotes button , .addNoteBtn{
        background: #000;
    color: #edd969!important;
    padding: 5px 20px;
}
.addNoteBtn{
     font-size: 21px;
}
/*.addPresNotes button {*/
/*    width:115px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
body > section.custom-template-wrapper.section-padding1 > div > div > div > div.addPresNotes > div > form > h2{
    font-size:3rem;
    color:#000;
}
#closeNoteBox{
         position: absolute;
    right: -6px;
    top: -15px;
    background: gold;
    padding: 0px 8px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.addPresNotesForm{
            position: absolute;
    width: 630px;
    height: 85px;
    background: #fff;
    box-shadow: 0px 0px 10px #000;
    left: 42%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: row;
    padding: 0px 15px;
}
.addPresNotes > div > form > input[type=textarea]{
    height: 50px;
    width: 89%;
    border-radius: 10px;
    padding:5px;
}
body > section.custom-template-wrapper.section-padding1 > div > div > div > div.addPresNotes > div > form{
        display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
    height: 80%;
}

#noteBox > form > textarea{
    height:50%;
}
#notesTable tr{
    display:grid;
    grid-template-columns:25% 25% 50%;
}

/*Gallery*/
/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Image styles */
#myImage1,
#myImage2,
#myImage3,
#myImage {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
	max-width: 100px;
	width: 100%;
	margin-right: 5px; 
	margin-bottom: 5px;
}
#myImage3:hover,
#myImage2:hover,
#myImage1:hover,
#myImage:hover {
    opacity: 0.7;
}

#noteBox > form{
        display: flex;
    width: 100%;
    gap: 10px;
}
.snGen{
    text-transform:capitalize;
}
/*select#follow_up_week {
    padding: 8px 10px;
    display: inline-block;
    width: 300px;
    border: 1px solid #CCC;
}*/
select#follow_up_week, select#follow_up_week, select#subscription_order_select, select.frequency-dropdown{
    padding: 3px 5px;
    display: inline-block;
    width: 300px;
    border: 1px solid #CCC;
}

.follow-week-selection{
    /*display: flex;*/
    /*gap: 10px;*/
    /*align-items: center;*/
}
.follow-week-selection label{
    margin: 0px !important;
}
.change-payment-date-form input{
    border: 1px solid #CCC !important;
    padding: 6px 10px !important;
}
.change-payment-date-form input:focus{
    border: 1px solid #CCC !important;
}
/* Popup Styling */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 50%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    height: auto;
    overflow-y: scroll;
    max-height: 75%;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.loading {
    text-align: center;
    font-size: 16px;
    color: #555;
}

.log-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.log-popup-content {
    width: 400px;
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: 500px;
    overflow-y: auto;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Log Timeline */
.log-timeline {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.log-entry {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.log-icon {
    font-size: 20px;
    width: 30px;
    text-align: center;
}

/* Action Colors */
.paused { background: #edd969; color: #000; }
.resumed { background: #3AAB22; color: #fff; }
.renewed { background: #0056b3; color: #fff; }
.expired { background: #d9534f; color: #fff; }

/* Loading Animation */
.loading {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    display: none;
}
/* Loading Indicator */
/*.loading {
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #3AAB22;
}
*/
.modal-dialog {
    max-width: 600px; /* Adjust width as needed */
    margin: auto;
}

.modal-content {
    padding: 20px;
    max-height: 80vh; /* Prevents it from being too tall */
    overflow-y: auto; /* Enables scrolling if content overflows */
}

.modal-body {
    white-space: normal;
    word-wrap: break-word;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5); /* Slightly darkens background */
}
.btnwidth130{min-width:110px;}
#subscription-status-update #subscription_status, #subscription-price-update #subscription_price{
    padding: 8px 10px;
    display: inline-block;
    width: 300px;
    border: 1px solid #CCC;
}
.change-payment-date-form .searchBtn,
.refund-button,
.follow-week-selection .searchBtn,
#subscription-status-update #update_subscription_btn,
#subscription-price-update #update_subscription_price_btn,
.page-template-single_user_prescribe .frequency-save-btn{
    height: auto !important;
    padding: 8px 10px !important;
}

#subscriptionLogsTable tr td.capitalizecls{text-transform: capitalize;}


.page-template-single_user_prescribe .change-payment-date-form .searchBtn,
.page-template-single_user_prescribe .follow-week-selection .searchBtn,
.page-template-single_user_prescribe .refund-button,
.page-template-single_user_prescribe #subscription-status-update #update_subscription_btn,
.page-template-single_user_prescribe #subscription-price-update #update_subscription_price_btn,
.page-template-single_user_prescribe #refund-process-update #refund_button_process,
.page-template-single_user_prescribe .frequency-save-btn{
    padding: 4px 10px !important;
    /*font-size: 11px !important;*/
    /*width: 90px;*/
    width: 115px;
    display: inline;
}
.page-template-single_user_prescribe .custom-template-wrapper table td form.change-payment-date-form .fa {
    font-size: 12px;
}
.page-template-single_user_prescribe #subscription-status-update #subscription_status,
.page-template-single_user_prescribe #subscription-price-update #subscription_price,
.page-template-single_user_prescribe select#follow_up_week,
.page-template-single_user_prescribe .change-payment-date-form input,
.page-template-single_user_prescribe select#subscription_order_select{
    /*font-size:12px !important;*/
    padding: 3px 5px !important;
}
.page-template-single_user_prescribe table td {
    padding: 7px 8px;
}
.page-template-single_user_prescribe .change-payment-date-form #new_next_payment{width: 300px; display: inline-block;}
.page-template-single_user_prescribe table.tblCustomData.customHeightTbl td {
    padding: 6px 8px;
}
.account-title {
    padding: 0px 0px 0px 0px !important;
}
.account-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0px 0px 0px 0px !important;
}