#ppPetFinderSettings, #ppPetPointSettings, #ppPremiumSettings, #ppPetPressDMSettings, #ppRescueGroupsSettings, #ppAnimalsFirstSettings {padding:20px; background-color:#ffe; border:1px #000 solid}

#editmessage {display:none}

#loading-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
}

#loading-overlay span {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: white; font-size: 2em;
  font-family: sans-serif;
}

#ppdm-table th {text-align:right}

.isshown {display:initial}
.ishidden {display:none; color:#900}

#ppdm-preview-photo1,
#ppdm-preview-photo2,
#ppdm-preview-photo3 {
    max-width: 200px;
    max-height: 200px;
    display: none; /* Hide initially */
}

.ppdm-sectionTR th {text-align:left !important; font-weight:bold; font-variant: small-caps; padding-top:2em}

#ppdm-delete-btn {
    background-color: red;
    color: white;
}
