.ss-site-logo {
    max-width: 100%;
    height: auto;
}
.agntix-light .ss-site-logo-light,
.agntix-dark .ss-site-logo-dark {
    display: none;
}
.agntix-light .ss-site-logo-dark,
.agntix-dark .ss-site-logo-light {
    display: inline-block;
}

.ss-color-mode-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(20, 20, 20, 0.12);
    border-radius: 50%;
    background: transparent;
    color: var(--tp-common-black, #141414);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.ss-color-mode-toggle:hover {
    background: rgba(20, 20, 20, 0.06);
}
.ss-color-mode-icon {
    display: none;
    line-height: 0;
}
.agntix-light .ss-color-mode-icon-moon,
.agntix-dark .ss-color-mode-icon-sun {
    display: inline-flex;
}

html.agntix-dark {
    color-scheme: dark;
    background-color: #0e0f11;
}
html.agntix-dark body {
    background-color: #0e0f11;
    color: #ffffff;
}
.agntix-dark .ss-color-mode-toggle {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
}
.agntix-dark .ss-color-mode-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
}

.agntix-dark .header-sticky.sticky-white-bg {
    background: rgba(14, 15, 17, 0.92);
}
.agntix-dark .header-sticky.sticky-white-bg .tp-header-menu > nav > ul > li > a,
.agntix-dark .header-sticky.sticky-white-bg .tp-header-dropdown nav ul li.has-dropdown::after {
    color: #ffffff;
}
.agntix-dark .header-sticky.sticky-white-bg .tp-header-bar button i {
    background-color: #ffffff;
}

.agntix-dark .tp-breadcrumb-area,
.agntix-dark .postbox-area,
.agntix-dark .tp-career-details-area,
.agntix-dark .tp-team-details-area,
.agntix-dark .tp-portfolio-inner-ptb {
    background-color: #0e0f11;
}
.agntix-dark .tp-blog-title,
.agntix-dark .tp-career-title,
.agntix-dark .postbox-title a,
.agntix-dark .tp-section-title {
    color: #ffffff;
}
.agntix-dark .tp-offcanvas-wrapper {
    background-color: #141414;
    color: #ffffff;
}
.agntix-dark .tp-offcanvas-title,
.agntix-dark .tp-offcanvas-menu nav ul li a {
    color: #ffffff;
}
.agntix-dark .alert {
    background-color: #1a1b1e;
    border-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

html[dir="rtl"] .ss-color-mode-toggle {
    margin-left: 0;
}
