<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.wp-admin { background: #f0f0f1 !important; font-size:13px !important; } 

.disabled {color: #fff; cursor: not-allowed; opacity: 0.10; }

/* The slider */
.status-switch .switch {position: relative; display: inline-block; width: 50px; height: 24px; }
/* Hide the default checkbox */
.status-switch  .switch input {opacity: 0; width: 0; height: 0; }
.status-switch .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: 0.4s; border-radius: 34px; }
.status-switch .slider:before {position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; transition: 0.4s; border-radius: 50%; }
/* Checked styles */    
.status-switch input:checked+.slider {background-color: #4CAF50; }
.status-switch input:checked+.slider:before {transform: translateX(26px); }


/* All Details Pages  */
section.details-page {padding: 20px 0;  }    
section.details-page .form-table { margin:0 0 20px; }
section.details-page .form-table th, 
section.details-page .form-table td{ padding:10px 10px }

section.details-page .user-details-box {background: #fff; padding: 20px; border: 1px solid #ddd; border-radius: 4px; margin-top: 20px; } 
section.details-page .section-title {font-size: 18px; font-weight: 600; margin-bottom: 10px; border-bottom: 1px solid #ddd; padding-bottom: 5px; } .fundraiser-image img {max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 5px; }
section.details-page .info {margin-bottom: 15px; }
section.details-page .details-two-part { display: flex; gap: 20px }
section.details-page .details-two-part .info{  width: 50%; }
section.details-page .fundraiser-image .top-part { display: flex; align-items:center; justify-content: space-between; } 
   
section.details-page .profile-pic {  margin-bottom: 20px; }
section.details-page .profile-pic img {border-radius: 50%; width: 150px; height: 150px; object-fit: cover; border: 3px solid #0073aa; }
section.details-page .wp-list-table {margin-bottom: 20px; } 
section.details-page .profile-pic img{ max-height:100px; max-width:100px; }
 

/* ========== Custom Listing  ==============*/
section.custom-listing .vx-entries-wrapper {margin: 20px 0; overflow-x: auto; }
section.custom-listing .vx-entries-wrapper .top-bar{ display:flex; align-items:center; justify-content: space-between }

/* Table Styling */
section.custom-listing .vx-table {width: 100%; } 
section.custom-listing .vx-table tbody tr:nth-child(even) {background-color: #f9f9f9; } 
section.custom-listing .vx-table .vx-checkbox {text-align: center; width: 40px; } 
section.custom-listing .vx-table .vx-id {width: 80px } 
section.custom-listing .vx-table .vx-checkbox input[type=checkbox] {margin: 0px; } 
section.custom-listing .vx-table tbody tr:nth-child(even) {background: #fff; } 
section.custom-listing .bulkactions {margin: 0 0 5px; }  

section.custom-listing .vx-table {width: 100%; } 
section.custom-listing .vx-table .img { overflow: hidden; display: inline-block; } 
section.custom-listing .vx-table .img img{ width:70px; height:54px; } 


.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    color: gray; /* Optional: visually indicate it's disabled */
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

* {
    overflow-wrap: anywhere;
}</pre></body></html>