/* Admin Impersonation Footer Styles */
.admin-impersonation-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fc;
    border-top: 3px solid #f6c23e;
    padding: 10px 0;
    z-index: 1050;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.admin-impersonation-footer .btn {
    font-weight: bold;
    padding: 8px 20px;
}

/* Add padding to the bottom of the page to prevent content from being hidden behind the fixed footer */
body.admin-impersonating {
    padding-bottom: 60px;
}
