/**
 * Admin Footer Styles with Dark Mode Support
 */

.footer_area {
    padding-top: 30px;
    color: #9fb7db;
    background-color: #2d3e50;
    box-shadow: 0 50vh 0 50vh #2d3e50;
}

[data-theme="dark"] .footer_area {
    background-color: #1a1a2e;
    box-shadow: 0 50vh 0 50vh #1a1a2e;
    color: #a0a0a0;
}

.footer-nav-link a:link,
.footer-nav-link a:visited,
.footer-nav-link a:active {
    color: #c4d2e7;
    text-decoration: none;
}

.footer-nav-link a:hover {
    color: #7fd1de;
    text-decoration: underline;
}

[data-theme="dark"] .footer-nav-link a:link,
[data-theme="dark"] .footer-nav-link a:visited,
[data-theme="dark"] .footer-nav-link a:active {
    color: #a0a0a0;
}

[data-theme="dark"] .footer-nav-link a:hover {
    color: #7fd1de;
}

.footer-nav-item {
    color: #c4d2e7;
}

[data-theme="dark"] .footer-nav-item {
    color: #a0a0a0;
}

.footer-nav-item a:link,
.footer-nav-item a:visited,
.footer-nav-item a:active {
    color: #c4d2e7;
    text-decoration: none;
}

.footer-nav-item a:hover {
    color: #7fd1de;
}

[data-theme="dark"] .footer-nav-item a:link,
[data-theme="dark"] .footer-nav-item a:visited,
[data-theme="dark"] .footer-nav-item a:active {
    color: #a0a0a0;
}

[data-theme="dark"] .footer-nav-item a:hover {
    color: #7fd1de;
}

.footer_pristine_cms_copyright {
    color: #c4d2e7;
}

[data-theme="dark"] .footer_pristine_cms_copyright {
    color: #a0a0a0;
}

.footer_pristine_cms_copyright a:link,
.footer_pristine_cms_copyright a:visited,
.footer_pristine_cms_copyright a:active {
    color: #c4d2e7;
    text-decoration: none;
}

.footer_pristine_cms_copyright a:hover {
    color: #7fd1de;
}

[data-theme="dark"] .footer_pristine_cms_copyright a:link,
[data-theme="dark"] .footer_pristine_cms_copyright a:visited,
[data-theme="dark"] .footer_pristine_cms_copyright a:active {
    color: #a0a0a0;
}

[data-theme="dark"] .footer_pristine_cms_copyright a:hover {
    color: #7fd1de;
}
