﻿.text-5c-pink {
    color: #890147;
}

.btn-5c-primary {
    color: #fff !important;
    background-color: #890147;
}

.btn-5c-outline-medium {
    color: #890147ad !important;
    border: #890147ad 1px solid;
}

.btn-5c-outline-light {
    color: #8901477a !important;
    border: #8901477a 1px solid;
}

.btn-5c-primary:hover {
    background-color: #690136;
    color: #fff !important;
}

.btn-5c-switch {
    background-color: var(--bs-body-bg);
    border: 1px solid #970250;
    color: #970250;
}

    .btn-5c-switch:hover {
        background-color: #97025090;
        color: #fff !important;
    }

.btn-5c-outline-medium:hover,
.btn-5c-medium {
    background-color: #890147ad;
    color: #fff !important;
}

.btn-5c-outline-light:hover,
.btn-5c-light {
    background-color: #89014757;
    color: #fff !important;
}

.btn-5c-medium:hover {
    background-color: #890147c9;
    color: #fff !important;
}

.btn-5c-light:hover {
    background-color: #89014778;
    color: #fff !important;
}

.btn-5c-secondary {
    color: #890147;
    border: solid 1px #890147;
}

    .btn-5c-secondary:hover {
        color: #fff !important;
        background-color: #890147;
    }

.btn-5c-primary:disabled {
    background-color: #890147;
    color: darkgray;
}

.bg-5c-primary {
    background-color: #890147;
}

.ticket-status-5c-open {
    display: inline-block !important;
    background: var(--bs-info);
    border-radius: 0.2rem;
    padding-inline: 1rem;
    padding-block: 0.1rem;
    color: var(--bs-white);
}

.ticket-status-5c-analysis {
    display: inline-block !important;
    background: var(--bs-warning);
    border-radius: 0.2rem;
    padding-inline: 1rem;
    padding-block: 0.1rem;
    color: var(--bs-white);
}

.ticket-status-5c-progress {
    display: inline-block !important;
    background: #970250AF;
    border-radius: 0.2rem;
    padding-inline: 1rem;
    padding-block: 0.1rem;
    color: var(--bs-white);
}

.ticket-status-5c-success {
    display: inline-block !important;
    background: var(--bs-success);
    border-radius: 0.2rem;
    padding-inline: 1rem;
    padding-block: 0.1rem;
    color: var(--bs-white);
}

.fs-7 {
    font-size: 0.875rem;
}

.modal-backdrop.show{
    z-index: 10;
    display:none;
}

a {
    color: #890147 !important;
    text-decoration: none !important;
}

.form-group {
    padding-bottom: 1em !important;
}

#loginDiv{
    z-index: 99999 !important;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #191919;
    color: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
}

.navbar-b .dropdown-menu {
    -webkit-border-bottom-right-radius: 5%;
    -moz-border-radius-bottomright: 5%;
    border-bottom-right-radius: 5%;
    -webkit-border-bottom-left-radius: 5%;
    -moz-border-radius-bottomleft: 5%;
    border-bottom-left-radius: 5%;
}

.swal--custom-lg {
    width: 60vw;
    min-width: 600px;
}

    .swal--custom-lg p {
        text-align: left;
    }

.pagSelect {
    border-bottom: #535455;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.floatWhats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floatMyWhats {
    margin-top: 16px;
}

.field-icon {
    position: absolute;
    z-index: 2;
    top: 30%;
    right: 3%;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #fd0000 !important;
    cursor: default;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 0 5px;
    color: #890147;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #2A1843;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #2A1843;
    border-color: #2A1843;
}

    .datepicker table tr td.active.active.focus,
    .datepicker table tr td.active.active:focus,
    .datepicker table tr td.active.active:hover,
    .datepicker table tr td.active.highlighted.active.focus,
    .datepicker table tr td.active.highlighted.active:focus,
    .datepicker table tr td.active.highlighted.active:hover,
    .datepicker table tr td.active.highlighted:active.focus,
    .datepicker table tr td.active.highlighted:active:focus,
    .datepicker table tr td.active.highlighted:active:hover,
    .datepicker table tr td.active:active.focus,
    .datepicker table tr td.active:active:focus,
    .datepicker table tr td.active:active:hover {
        color: #fff;
        background-color: #2A1843;
        border-color: #2A1843;
    }

.svg-inline--fa {
    height: auto !important;
}

.actAsButton {
    cursor: pointer;
}

html,
body {
    overflow-x: hidden;
}

.dropbtn {
    background-color: #3CADA9;
    color: white;
    border: none;
    padding: .375rem .75rem;
}

.b,
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans' !important;
}

.form-wrap {
    background-color: #fff;
    width: 320px;
    margin: 3em auto;
    box-shadow: 0px 1px 8px #BEBEBE;
    -webkit-box-shadow: 0px 1px 8px #BEBEBE;
    -moz-box-shadow: 0px 1px 8px #BEBEBE;
}

    .form-wrap .tabs {
        overflow: hidden;
    }

        .form-wrap .tabs h3 {
            float: left;
            width: 50%;
        }

            .form-wrap .tabs h3 a {
                padding: 0.5em 0;
                text-align: center;
                font-weight: 400;
                background-color: #e6e7e8;
                display: block;
                color: #666;
            }

                .form-wrap .tabs h3 a.active {
                    background-color: #fff;
                }

    .form-wrap .tabs-content {
        padding: 1.5em;
    }

        .form-wrap .tabs-content div[id$="tab-content"] {
            display: none;
        }

        .form-wrap .tabs-content .active {
            display: block !important;
        }

    .form-wrap form .input {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: inherit;
        font-family: inherit;
        padding: .8em 0 10px .8em;
        border: 1px solid #CFCFCF;
        outline: 0;
        display: inline-block;
        margin: 0 0 .8em 0;
        padding-right: 2em;
        width: 100%;
    }

    .form-wrap form .button {
        width: 100%;
        padding: .8em 0 10px .8em;
        background-color: #191919;
        border: none;
        color: #535455;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 500;
    }

        .form-wrap form .button:enabled {
            color: #890147;
        }

            .form-wrap form .button:enabled:hover {
                background-color: #fff;
                border: solid 1px #890147;
            }

    .form-wrap form .button-disabled {
        cursor: default;
        background-color: #d9d9d9;
    }

        .form-wrap form .button-disabled:hover {
            background-color: #d9d9d9;
        }

    .form-wrap form .checkbox {
        visibility: hidden;
        padding: 20px;
        margin: .5em 0 1.5em;
    }

        .form-wrap form .checkbox:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .form-wrap form label[for] {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

        .form-wrap form label[for]:before {
            content: '';
            position: absolute;
            border: 1px solid #CFCFCF;
            width: 17px;
            height: 17px;
            top: 0px;
            left: -14px;
        }

        .form-wrap form label[for]:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background-color: transparent;
            top: 4px;
            left: -10px;
            border: 3px solid #28A55F;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .form-wrap .help-text {
        margin-top: 36px;
    }

        .form-wrap .help-text p {
            text-align: center;
            font-size: 14px;
        }

.fotoStyle {
    cursor: zoom-in;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.fotoStyleCard {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

b,
strong {
    font-weight: bolder;
    font-family: 'Josefin Sans' !important;
}

.inputCalc {
    border: solid;
    border-color: #3CADA9;
    display: flex;
    border-width: 1px;
    width: 80%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-size: 16px;
}

@media (min-width: 768px) {
    .inputCalc {
        border: solid;
        border-color: #3CADA9;
        display: flex;
        border-width: 1px;
        width: 50%;
    }
}

.container-banner-cookie {
    display: none;
    width: 100%;
    height: 70px;
    background-color: #4f4f4ff2;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-family: "Roboto";
    text-align: justify;
    z-index: 999999;
}

.container-text-banner {
    width: 50%;
    justify-content: center;
    font-weight: 500;
}

.text-banner-cookie {
    color: #ffffff;
    font-family: 'Josefin Sans';
}

.text-button-cookie {
    background-color: #2A1843;
    color: white;
    border: none;
    padding: .375rem 1.5rem;
    cursor: pointer;
    font-family: 'Josefin Sans';
}

@media (max-width: 767px) {
    .text-banner-cookie {
        font-size: 9px;
    }
}

.notify {
    position: absolute;
    left: 25%;
    bottom: -35%;
    z-index: -1;
}

.notifyBlock .notify {
    animation-name: spinwait;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

    .notifyBlock .notify:hover {
        animation-name: spin;
        animation-duration: 0.7s;
        animation-iteration-count: 1;
    }

@keyframes spinwait {
    0% {
        transform: rotate(0deg);
    }

    7% {
        transform: rotate(540deg);
    }

    7.1% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(540deg);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px !important;
    }
}

.text-button-cookie {
    margin-bottom: 0px;
    background-color: revert;
}

    .text-button-cookie:hover {
        background-color: rgb(255, 255, 255, 0.2);
    }

.text-banner-cookie {
    margin-top: 10px;
}

    .text-banner-cookie a {
        color: #bbdde6;
    }

.selectize-control.multi .selectize-input > div {
    background: #efefef !important;
}

/* Header and footer adjustment*/
#socialsInfo {
    color: #fff !important;
}

    #socialsInfo h3,
    #socialsInfo a,
    #socialsInfo li {
        color: #fff !important;
    }

#navbarDefault a {
    color: #fff !important;
}

#mainNav .dropdown-menu .dropdown-item {
    color: #000 !important;
}

/* Dark mode base */
body.dark-mode:not(.no-dark) {
    background-color: #151515 !important;
    color: #ffffff !important;
}

    /* Áreas internas */
    body.dark-mode:not(.no-dark) .card,
    body.dark-mode:not(.no-dark) .content,
    body.dark-mode:not(.no-dark) .box,
    body.dark-mode:not(.no-dark) .form-control,
    body.dark-mode:not(.no-dark) .table,
    body.dark-mode:not(.no-dark) input,
    body.dark-mode:not(.no-dark) textarea,
    body.dark-mode:not(.no-dark) select {
        background-color: #151515 !important;
        color: #ffffff !important;
        border-color: #444 !important;
    }

    /* Navbar e menus escuros */
    body.dark-mode:not(.no-dark) .navbar,
    body.dark-mode:not(.no-dark) .topbar,
    body.dark-mode:not(.no-dark) .dropdown-menu,
    body.dark-mode:not(.no-dark) header {
        border: none !important;
    }

        body.dark-mode:not(.no-dark) .dropdown-menu.show {
            background-color: #191919 !important;
            box-shadow: 0px 1px 1px #000000;
        }

    /* Links */
    body.dark-mode:not(.no-dark) a,
    body.dark-mode:not(.no-dark) a:hover,
    body.dark-mode:not(.no-dark) .btn-link,
    body.dark-mode:not(.no-dark) .table a {
        color: #fff !important;
    }

    /* Botões */
    body.dark-mode:not(.no-dark) .btn {
        background-color: #890147 !important;
        color: #ffffff !important;
        border: none !important;
    }

    /* Textos e bordas */
    body.dark-mode:not(.no-dark),
    body.dark-mode:not(.no-dark) * {
        color: #ffffff !important;
        border-color: #303030 !important;
    }

        body.dark-mode:not(.no-dark) table tr {
            color: #ffffff !important;
        }

            /* Linhas tabela */
            body.dark-mode:not(.no-dark) table tr.odd {
                background-color: #313131 !important;
            }

            body.dark-mode:not(.no-dark) table tr.even {
                background-color: #151515 !important;
            }

        body.dark-mode:not(.no-dark) table.dataTable.display tbody td {
            border-top: none !important;
        }

        body.dark-mode:not(.no-dark) .dataTables_paginate .paginate_button {
            color: #ffffff !important;
        }

        body.dark-mode:not(.no-dark) .spamEdit {
            background: #151515 !important;
        }

        body.dark-mode:not(.no-dark) .slanted:after {
            background: #151515 !important;
        }

        body.dark-mode:not(.no-dark) .block__62849 .block__16443 {
            background: #151515 !important;
        }

        body.dark-mode:not(.no-dark) #loginDiv {
            background: #191919 !important;
        }

        body.dark-mode:not(.no-dark) .swal-modal {
            background: #191919 !important;
        }

        body.dark-mode:not(.no-dark) .swal-button--cancel {
            background: #5b5b5b !important;
        }

        body.dark-mode:not(.no-dark) .accordion-item,
        body.dark-mode:not(.no-dark) .accordion-header,
        body.dark-mode:not(.no-dark) .accordion-button,
        body.dark-mode:not(.no-dark) .accordion-body {
            background: #191919 !important;
        }

        body.dark-mode:not(.no-dark) .stepper {
            background: #191919 !important;
        }
        body.dark-mode:not(.no-dark) .profile-settings-item {
            background: #191919 !important;
        }
        body.dark-mode:not(.no-dark) .dataTables_paginate .paginate_button.current {
            background: #5b5b5b !important;
        }


/* Container do switch */
#darkModeToggle {
    position: relative;
    width: 3.5rem; /* largura da trilha */
    height: 1.6rem; /* altura da trilha */
    padding: 0;
    margin: 0.3em 0 0 0.75em; /* ajusta posição perto do user */
    border: none;
    border-radius: 999px;
    background: #2a2a2a; /* trilha */
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.25s ease;
}

/* Bolinha com o ícone dentro */
#darkModeIcon {
    position: absolute;
    left: 0.2rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    transition: transform 0.25s ease, background 0.25s ease;
}

    /* Remove qualquer overflow do SVG */
    #darkModeIcon svg {
        width: 1.1rem;
        height: 1.1rem;
        display: block;
    }

/* Estado DARK (body com .dark-mode) → bolinha vai pra direita e vira sol */
body.dark-mode #darkModeToggle {
    background: #444444;
}

body.dark-mode #darkModeIcon {
    transform: translateX(1.6rem); /* desliza a bolinha */
    background: #f0f0f0;
}


/* Inputs foco */
body.dark-mode:not(.no-dark) input:focus,
body.dark-mode:not(.no-dark) textarea:focus,
body.dark-mode:not(.no-dark) select:focus {
    border-color: #890147 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Navbar bordas */
body.dark-mode:not(.no-dark) .navbar *,
body.dark-mode:not(.no-dark) .navbar .dropdown-menu {
    border: none !important;
}

/* Evita filtro em imagens */
body.dark-mode:not(.no-dark) img,
body.dark-mode:not(.no-dark) iframe,
body.dark-mode:not(.no-dark) video,
body.dark-mode:not(.no-dark) .no-dark,
body.dark-mode:not(.no-dark) .navbar-brand img {
    filter: none !important;
}

#page-header-user-dropdown {
    background: #191919 !important;
}

    #page-header-user-dropdown span {
        color: #fff !important;
    }

    #page-header-user-dropdown img {
        background: #fff !important;
    }

body.dark-mode:not(.no-dark) .d-flex {
    background: #151515 !important;
}

body.dark-mode:not(.no-dark) .feed-post-modal .d-flex,
body.dark-mode:not(.no-dark) .swal-feed-grid .d-flex {
    background: transparent !important;
}

body.dark-mode:not(.no-dark) .teamImg {
    background: none !important;
}

body.dark-mode:not(.no-dark) .dropdown-menu a {
    color: #ffffff !important;
}

body.dark-mode:not(.no-dark) .dropdown-item:hover {
    background-color: #890147 !important;
}

/* Scrollbar dark */
body.dark-mode:not(.no-dark) ::-webkit-scrollbar {
    width: 8px;
}

body.dark-mode:not(.no-dark) ::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 4px;
}

body.dark-mode:not(.no-dark) ::-webkit-scrollbar-track {
    background-color: #151515;
}

body.dark-mode:not(.no-dark) .table {
    --bs-table-bg: #151515 !important;
}

body.dark-mode:not(.no-dark) .ql-editor.ql-blank::before {
    color: #ffffff !important;
}

body.dark-mode:not(.no-dark) .conteudoBtnLikes {
    background-color: #191919;
}

body.dark-mode:not(.no-dark) .myAccountNavBar {
    background: #191919;
}

body.dark-mode:not(.no-dark) input.form-control::placeholder {
    color: #ffffff50;
}

body.dark-mode:not(.no-dark) table.dataTable.display tbody tr.odd > .sorting_1 {
    background-color: #313131 !important;
}

body.dark-mode:not(.no-dark) table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: #151515 !important;
}

body.dark-mode:not(.no-dark) .card-it-kanban {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .card-it-title {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .item-it-kanban {
    background: #151515 !important;
}

body.dark-mode:not(.no-dark) .plugin-remove_button {
    background: #151515 !important;
}

body.dark-mode:not(.no-dark) .selectize-input {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .icon-search {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .level-priority-1 {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) select {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .selectize-input.has-items > input {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .item {
    background: #151515 !important;
}

body.dark-mode:not(.no-dark) .selectize-dropdown {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .optgroup-header {
    background: #282828 !important;
}

body.dark-mode:not(.no-dark) .selectize-dropdown .active:not(.selected) {
    background: #252525 !important;
}

body.dark-mode:not(.no-dark) .selectize-dropdown .selected {
    background: #151515 !important;
}

body.dark-mode:not(.no-dark) .pill-ticket-write {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .ticket-tags-multiselect .selectize-control.multi .selectize-input > div {
    background: #303030 !important;
}

body.dark-mode:not(.no-dark) .item[data-value="0"] {
    background: #303030;
}

body.dark-mode:not(.no-dark) .level-priority-2 {
    background: #303030;
}

body.dark-mode:not(.no-dark) #sidebar {
    background: #151515;
}

body.dark-mode:not(.no-dark) #searchButton {
    background: #303030;
}

body.dark-mode:not(.no-dark) .secao-btn:hover {
    background: #252525;
}

body.dark-mode:not(.no-dark) [id^="btn-collapse-"] {
    background: #151515 !important;
    color: #ad0059 !important;
}

body.dark-mode:not(.no-dark) .notif-panel {
    background: #202020;
}

body.dark-mode:not(.no-dark) .timepicker {
    background: #303030;
}

body.dark-mode:not(.no-dark) .swal-icon--success__hide-corners {
    background: #191919;
}

body.dark-mode:not(.no-dark) .swal-icon--success:before {
    background: #191919;
}

body.dark-mode:not(.no-dark) .swal-icon--success:after {
    background: #191919;
}

body.dark-mode:not(.no-dark) .feed-upsert,
body.dark-mode:not(.no-dark) .feed-upsert__media-surface,
body.dark-mode:not(.no-dark) .feed-upsert__media,
body.dark-mode:not(.no-dark) .feed-upsert__content,
body.dark-mode:not(.no-dark) .feed-upsert__drop,
body.dark-mode:not(.no-dark) .feed-upsert__drop-inner,
body.dark-mode:not(.no-dark) .feed-upsert__carousel,
body.dark-mode:not(.no-dark) .feed-upsert__carousel-viewport,
body.dark-mode:not(.no-dark) .feed-upsert__carousel-dots,
body.dark-mode:not(.no-dark) .feed-upsert__row,
body.dark-mode:not(.no-dark) .feed-upsert__editor,
body.dark-mode:not(.no-dark) .feed-upsert__editor-host,
body.dark-mode:not(.no-dark) .feed-upsert__toolbar,
body.dark-mode:not(.no-dark) .ql-toolbar,
body.dark-mode:not(.no-dark) .ql-toolbar .ql-picker,
body.dark-mode:not(.no-dark) .ql-toolbar .ql-stroke,
body.dark-mode:not(.no-dark) .ql-toolbar .ql-fill,
body.dark-mode:not(.no-dark) .feed-upsert__footer,
body.dark-mode:not(.no-dark) .feed-upsert__alert,
body.dark-mode:not(.no-dark) .feed-edit__media-empty,
body.dark-mode:not(.no-dark) .feed-edit__media-empty-text,
body.dark-mode:not(.no-dark) .feed-edit__media-empty-icon,
body.dark-mode:not(.no-dark) .feed-post-modal,
body.dark-mode:not(.no-dark) .feed-post-modal__content,
body.dark-mode:not(.no-dark) .feed-post-modal__scroll,
body.dark-mode:not(.no-dark) .feed-post-modal__comments,
body.dark-mode:not(.no-dark) .feed-post-modal__comment-box,
body.dark-mode:not(.no-dark) .feed-post-modal__actions {
    background-color: #191919 !important;
    color: #ffffff !important;
    border-color: #303030 !important;
}

body.dark-mode:not(.no-dark) .feed-upsert__carousel-nav,
body.dark-mode:not(.no-dark) .feed-post-carousel__nav,
body.dark-mode:not(.no-dark) .feed-post-carousel__dot {
    background-color: #303030 !important;
    color: #ffffff !important;
    border-color: #303030 !important;
}

body.dark-mode:not(.no-dark) .feed-upsert__drop-btn,
body.dark-mode:not(.no-dark) .feed-upsert__important,
body.dark-mode:not(.no-dark) .feed-upsert__share,
body.dark-mode:not(.no-dark) .feed-post-modal__comment-btn {
    background-color: #890147 !important;
    color: #ffffff !important;
    border: none !important;
}

body.dark-mode:not(.no-dark) .feed-upsert__drop-hint,
body.dark-mode:not(.no-dark) .feed-upsert__label,
body.dark-mode:not(.no-dark) .feed-upsert__title,
body.dark-mode:not(.no-dark) .feed-upsert__alert,
body.dark-mode:not(.no-dark) .feed-post-modal__author-name,
body.dark-mode:not(.no-dark) .feed-post-modal__date,
body.dark-mode:not(.no-dark) .feed-post-modal__empty,
body.dark-mode:not(.no-dark) .feed-post-modal__message,
body.dark-mode:not(.no-dark) .feed-post-modal__comments-list,
body.dark-mode:not(.no-dark) .feed-post-modal__btn {
    color: #ffffff !important;
}

body.dark-mode:not(.no-dark) .feed-upsert__carousel-dots .is-active,
body.dark-mode:not(.no-dark) .feed-post-carousel__dot.is-active {
    background-color: #890147 !important;
}

body.dark-mode:not(.no-dark) .feed-post-modal__comment-input,
body.dark-mode:not(.no-dark) .feed-upsert__select,
body.dark-mode:not(.no-dark) .feed-upsert select,
body.dark-mode:not(.no-dark) .feed-upsert input,
body.dark-mode:not(.no-dark) .feed-upsert textarea {
    background-color: #151515 !important;
    color: #ffffff !important;
    border-color: #303030 !important;
}

    body.dark-mode:not(.no-dark) .feed-post-modal__comment-input::placeholder,
    body.dark-mode:not(.no-dark) .feed-upsert input::placeholder,
    body.dark-mode:not(.no-dark) .feed-upsert textarea::placeholder {
        color: #ffffff80 !important;
    }

body.dark-mode:not(.no-dark) .feed-post-modal__author-inline .feed-post-modal__sep {
    background-color: #303030 !important;
}

body.dark-mode:not(.no-dark) .feed-post-modal__btn {
    border-color: #303030 !important;
}

body.dark-mode:not(.no-dark) .feed-grid__item,
body.dark-mode:not(.no-dark) .feed-grid__overlay,
body.dark-mode:not(.no-dark) .feed-grid__metrics,
body.dark-mode:not(.no-dark) .feed-grid__metric,
body.dark-mode:not(.no-dark) .feed-grid__actions,
body.dark-mode:not(.no-dark) .feed-grid__action,
body.dark-mode:not(.no-dark) .feed-post-modal__btn,
body.dark-mode:not(.no-dark) .feed-post-modal__actions,
body.dark-mode:not(.no-dark) .feed-post-modal__comment-box,
body.dark-mode:not(.no-dark) .feed-post-modal__comment-input,
body.dark-mode:not(.no-dark) .feed-post-carousel__nav,
body.dark-mode:not(.no-dark) .feed-post-carousel__dot {
    background-color: #191919 !important;
    color: #ffffff !important;
    border-color: #303030 !important;
}

body.dark-mode:not(.no-dark) .feed-grid__action,
body.dark-mode:not(.no-dark) .feed-post-modal__btn {
    background-color: #303030 !important;
    border: 0.0625rem solid #303030 !important;
}

    body.dark-mode:not(.no-dark) .feed-grid__action:hover,
    body.dark-mode:not(.no-dark) .feed-post-modal__btn:hover,
    body.dark-mode:not(.no-dark) .feed-post-carousel__nav:hover,
    body.dark-mode:not(.no-dark) .feed-upsert__media-ctrl:hover {
        background-color: #890147 !important;
        color: #ffffff !important;
        border-color: #890147 !important;
    }

    body.dark-mode:not(.no-dark) .feed-post-modal__btn i,
    body.dark-mode:not(.no-dark) .feed-grid__action i,
    body.dark-mode:not(.no-dark) .feed-post-carousel__nav i {
        color: #ffffff !important;
    }

body.dark-mode:not(.no-dark) .feed-post-modal__comment-input::placeholder {
    color: #ffffff80 !important;
}

body.dark-mode:not(.no-dark) .feed-upsert__media-ctrl {
    background-color: #890147 !important;
    color: #ffffff !important;
    border: none !important;
}

    body.dark-mode:not(.no-dark) .feed-upsert__media-ctrl:disabled {
        background-color: #303030 !important;
        color: #ffffff80 !important;
    }

body.dark-mode:not(.no-dark) .ql-picker-options,
body.dark-mode:not(.no-dark) .ql-picker.ql-expanded .ql-picker-options,
body.dark-mode:not(.no-dark) .ql-picker.ql-expanded .ql-picker-label,
body.dark-mode:not(.no-dark) .ql-picker-label,
body.dark-mode:not(.no-dark) .ql-picker-item,
body.dark-mode:not(.no-dark) .ql-picker-options .ql-picker-item {
    background-color: #191919 !important;
    color: #ffffff !important;
    border-color: #303030 !important;
}

    body.dark-mode:not(.no-dark) .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover,
    body.dark-mode:not(.no-dark) .ql-picker.ql-expanded .ql-picker-item.ql-selected,
    body.dark-mode:not(.no-dark) .ql-picker-options .ql-picker-item:hover {
        background-color: #303030 !important;
        color: #ffffff !important;
    }

body.dark-mode:not(.no-dark) .feed-post-carousel__dot.is-active,
body.dark-mode:not(.no-dark) .feed-post-carousel__nav:focus,
body.dark-mode:not(.no-dark) .feed-grid__action:focus,
body.dark-mode:not(.no-dark) .feed-post-modal__btn:focus,
body.dark-mode:not(.no-dark) .feed-upsert__media-ctrl:focus {
    outline: none !important;
    box-shadow: 0 0 0 0.1rem #89014780;
}

body.dark-mode:not(.no-dark) .feed-post-modal__media,
body.dark-mode:not(.no-dark) .feed-grid__item {
    background-color: #252525 !important;
}

body.dark-mode:not(.no-dark) .feed-post-carousel__dot {
    border-color: rgba(255,255,255,0.4) !important;
    background-color: rgba(255,255,255,0.2) !important;
}

body.dark-mode:not(.no-dark) .feed-post-carousel__dot.is-active {
    background-color: #fff !important;
    border-color: #fff !important;
}

/* ================================
   LAYOUT: HEADER FIXO + SCROLL
   ================================ */
:root {
    --header-height: 80px; /* ajuste se o mainNav tiver outra altura */
}

/* Barra de rolagem não passa por trás do header fixo */
body {
    overflow-y: hidden;
}

/* Garante header sempre acima do conteúdo */
#mainNav {
    z-index: 1000;
}

/* Wrapper que rola (inclui main + footer)
   -> exige <div id="page-scroll"> envolvendo main+footer */
#page-scroll {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

    /* Anchors dentro do conteúdo param abaixo do header */
    #page-scroll [id] {
        scroll-margin-top: calc(var(--header-height) + 16px);
    }

.zoom-root {
    transform-origin: top left;
    will-change: transform;
}

.nav-zoom-controls {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 10px;
}

    .nav-zoom-controls .zbtn {
        width: 32px;
        height: 26px;
        padding: 0;
        border-radius: 6px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.06);
        color: #fff;
        font-weight: 800;
        cursor: pointer;
    }

        .nav-zoom-controls .zbtn:hover {
            background: rgba(255,255,255,.12);
        }

@media (max-width: 991px) {
    .nav-zoom-controls {
        flex-direction: row;
        gap: 8px;
        margin: 8px 0 0 0;
    }

        .nav-zoom-controls .zbtn {
            width: 38px;
            height: 30px;
        }
}