/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 18 2025 | 22:54:56 */
.sticky-custom {
    position: sticky !important; /* Sticky positioning */
    top: 0px !important; /* Offset by the height of the wpadminbar */
    z-index: 99999 !important; /* Keep below the wpadminbar */
    background-color: white; /* Ensure visibility */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Subtle shadow for effect */
    width: 100%; /* Ensure it spans the entire width */
}
