﻿.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;
}


a {
    color: #890147 !important;
    text-decoration: none !important;
}

.form-group {
    padding-bottom: 1em !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;
}


/* Ativa o dark mode no body */
body.dark-mode {
    background-color: #151515 !important;
    color: #ffffff !important;
}

/* Áreas internas como cards, inputs, caixas, etc. */
body.dark-mode .card,
body.dark-mode .content,
body.dark-mode .box,
body.dark-mode .form-control,
body.dark-mode .table,
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select {
    background-color: #151515 !important;
    color: #ffffff !important;
    border-color: #444 !important;
}

/* Navbar e menus escuros */
body.dark-mode .navbar,
body.dark-mode .topbar,
body.dark-mode .dropdown-menu,
body.dark-mode header {
    background-color: #191919 !important;
    border: none !important;
}

/* Links, textos de ação e botões com cor personalizada */
body.dark-mode a,
body.dark-mode a:hover,
body.dark-mode .btn-link,
body.dark-mode .table a {
    color: #890147 !important;
}

/* Botões normais */
body.dark-mode .btn {
    background-color: #890147 !important;
    color: #ffffff !important;
    border: none !important;
}

/* Corrige textos que ainda estão pretos */
body.dark-mode,
body.dark-mode * {
    color: #ffffff !important;
    border-color: #303030 !important;
}

body.dark-mode table tr {
    color: #ffffff !important;
}

/* Linha ímpar */
body.dark-mode table tr.odd {
    background-color: #313131 !important;
}

/* Linha par */
body.dark-mode table tr.even {
    background-color: #151515 !important;
}

body.dark-mode table.dataTable.display tbody td {
    border-top: none !important;
}

body.dark-mode .dataTables_paginate .paginate_button {
    color: #ffffff !important;
}

body.dark-mode .dataTables_paginate .paginate_button {
    color: #ffffff !important;
}

body.dark-mode .spamEdit {
    background: #151515 !important;
}

body.dark-mode .slanted:after {
    background: #151515 !important;
}

body.dark-mode .block__62849 .block__16443 {
    background: #151515 !important;
}

body.dark-mode #loginDiv {
    background: #191919 !important;
}

body.dark-mode .swal-modal {
    background: #191919 !important;
}

body.dark-mode .swal-button--cancel {
    background: #5b5b5b !important;
}

body.dark-mode .accordion-item,
body.dark-mode .accordion-header,
body.dark-mode .accordion-button,
body.dark-mode .accordion-body {
    background: #191919 !important;
}

#darkModeToggle {
    background: none;
    border: none;
}

/* Inputs ativos (foco) */
body.dark-mode input:focus,
body.dark-mode textarea:focus,
body.dark-mode select:focus {
    border-color: #890147 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Remove qualquer borda branca ou cinza-clara da navbar */
body.dark-mode .navbar *,
body.dark-mode .navbar .dropdown-menu {
    border: none !important;
}

/* Evita aplicar escurecimento em imagens, vídeos, iframes e elementos visuais */
body.dark-mode img,
body.dark-mode iframe,
body.dark-mode video,
body.dark-mode .no-dark,
body.dark-mode .navbar-brand img {
    filter: none !important;
}

#page-header-user-dropdown {
    background: #191919 !important;
}

#page-header-user-dropdown span {
    color: #890147 !important;
}

#page-header-user-dropdown img {
    background: #890147 !important;
}

body.dark-mode .d-flex {
    background: #151515 !important;
}

body.dark-mode .teamImg {
    background: none !important;
}

body.dark-mode .dropdown-menu a {
    color: #ffffff !important;
}

body.dark-mode .dropdown-item:hover {
    background-color: #890147 !important;
}

/* Scroolbar opcional */
body.dark-mode ::-webkit-scrollbar {
    width: 8px;
}

body.dark-mode ::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 4px;
}

body.dark-mode ::-webkit-scrollbar-track {
    background-color: #151515;
}

body.dark-mode .table {
    --bs-table-bg: #151515 !important;
}

body.dark-mode .ql-editor.ql-blank::before {
    color: #ffffff !important;
}

body.dark-mode .conteudoBtnLikes {
    background-color: #191919;
}

body.dark-mode .myAccountNavBar {
    background: #191919;
}

body.dark-mode input.form-control::placeholder {
    color: #ffffff50;
}
        body.dark-mode .myAccountNavBar {
            background: #191919;
        }

        body.dark-mode table.dataTable.display tbody tr.odd>.sorting_1 {
                background-color: #313131 !important;
        }

        body.dark-mode table.dataTable.display tbody tr.even>.sorting_1 {
            background-color: #151515 !important;
        }