/* ============================================
   Pinnacle Admin Portal - Site-specific styles
   Always add project CSS here (not inline).
   ============================================ */

/* Hide "No file chosen" on file inputs - overlay style (DaysInn pattern) */
.uploadimage {
    opacity: 0;
    position: absolute;
    z-index: 100000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
