/* 
    Created on : 23 de nov. de 2023, 08:56:21
    Author     : wellington assis
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;900&display=swap");

:root {
  --primary: #00e09b;
  --accent: #303030;
  --opaque-text: rgba(255, 255, 255, 0.6);
  --opaque-border: rgba(255, 255, 255, 0.2);
  --sketch:#ff5c00;
}

h1,
h2,
h3,
h4 {
  color: var(--primary);
}

hr,
.panel .hr-panel-heading,
.panel .hr-panel-separator,
.panel_s .hr-panel-heading,
.panel_s .hr-panel-separator {
  border-color: #00e09b !important;
  background: #303030 !important;
}

.fa-star:hover {
  color: gold;
}
.task-single-menu ul li a {
    color: #000;
}

body {
  background: #000000;
  font-family: "Poppins", sans-serif;
}
.sidebar {
  width: 300px !important;
  background: #202020;
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#wrapper {
  margin: 0 0 0 300px;
  background: transparent;
  margin-top: -100px;
}
#header {
  margin: 0 0 0 300px;
  background: var(--primary);
  border-bottom: 1px solid var(--primary);
  z-index: 100;
}

/* parei aqui estilizando os icones do header */
#header .hide-menu i,
#header .header-newsfeed a,
#header .header-todo a {
  color: black;
}

#header .hide-menu:hover i,
#header .header-newsfeed a:hover,
#header .header-todo a:hover {
  color: white;
}

body.hide-sidebar:not(.show-sidebar) #menu {
  margin-left: -300px;
}
body.page-small.show-sidebar #wrapper {
  margin-left: 330px;
}
.bg-top {
  height: 182px;
  background: var(--primary);
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);  
}
/*************** MENU LATERAL **************/
.logo-menu {
  height: 60px;
  width: 125px;
  position: fixed;
  top: 0px;
  background: #222222;
  padding: 10px 15px 10px 10px;
  z-index: 1029;
  border-bottom-right-radius: 40%;
  margin-left: -5px;
}
.box_thumb {
  background: var(--primary);
  padding: 50px 0 10px 0;
  top: 0;
  z-index: 8;
}
.thumb_menu {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.thumb_menu span {
  width: 100%;
  color: #fbfbfb;
  text-align: center;
  margin-top: 10px;
}
.thumb_menu a img {
  border: 2px solid #00ffaf;
}
.menu-profile-image-thumb {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.notific_menu {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 20px;
}

.notific_menu svg {
  color: #fbfbfb;
}
.sidebar-menu {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 10px;
  overflow-y: auto;
}
.sidebar-menu li {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  transition: all ease 0.2s;
  width: 50%;
}
.sidebar-menu li.active > a {
  background: var(--primary);
}
.sidebar li.active > a,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
  background: var(--primary);
}
.sidebar-menu {
  position: relative;
}
.sidebar-menu li a {
  transition: all ease 0.2s;
  border-radius: 10px;
  color: #fbfbfb !important;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: all ease 0.4s;
  width: 98%;
  text-align: center;
  font-weight: 500;
}

.sidebar-menu li a i {
  margin-right: 0px !important;
}
.sidebar-menu div {
  display: none;
  position: absolute;
  background: #19191a;
  width: 100%;
  z-index: 4;
  height: 100%;
}
.sidebar-menu div li,
.sidebar ul div li a {
  display: block;
  height: auto;
  width: 80%;
  text-align: start;
}
.sidebar::-webkit-scrollbar {
  width: 0px; /* Largura da barra de rolagem */
}
.menu-icon {
  font-size: 1.2rem !important;
}
.icon-open {
}
.icon-croos {
  position: relative;
  right: 10px;
  top: 10px;
  float: right;
  color: #fbfbfb;
  cursor: pointer;
  font-size: 1.2rem;
  transition: 0.5s;
}
.icon-croos:hover {
  border-radius: 5px;
  background: #fbfbfb;
  padding: 2px;
  color: #000;
  transition: 0.5s;
}
#home_tab_tasks.active > a {
  background: var(--primary);
  border-radius: 4px;
  text-align: center;
}
.sidebar li .nav-second-level li.active a {
  background: var(--primary);
}
.mega-menu li a i {
  margin-right: 13px !important;
}
.mega-menu li {
  width: 270px !important;
}
/*************** FIM MENU LATERAL **************/

/*************** MENU config **************/

.navbar-pills-flat {
  background-color: #272727;
  color: #fbfbfb;
}
.navbar-pills-flat li a,
.navbar-pills-flat li a i {
  color: #fbfbfb;
}

.nav-tabs {
  border-color: var(--opaque-border);
}

.nav-tabs > li a i.menu-icon {
  color: #fbfbfb;
}
.nav-tabs > li a:hover i.menu-icon {
  color: var(--primary);
}

.navbar-pills-flat li a:hover {
  color: var(--primary);
}
.navbar-pills-flat li a:active {
  color: var(--primary);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-color: var(--primary);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: var(--primary);
}
.nav-tabs > li.active > a i.menu-icon,
.nav-tabs > li.active > a:focus i.menu-icon,
.nav-tabs > li.active > a:hover i.menu-icon {
  color: var(--primary);
}

/*************** FIM MENU config **************/

.top_stats_wrapper {
  background: #303030;
  color: #fbfbfb; 
  margin-bottom: 10px;
  min-height: 115px;
}
.tw-text-neutral-800,
.tw-text-neutral-600 {
  color: #fbfbfb;
}
.panel,
.panel-body,
.panel_s { 
  background-color: #303030;
  color: #fbfbfb;
  
}
/************ botÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes  ***********/
.btn-primary,
.btn-success {
  background: #272727;
  border: 1px solid #272727;
}
.btn-default {
  background: #6d6e6d;
  border: 1px solid #6d6e6d;
  color: #fbfbfb;  
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
  border: 1px solid #fbfbfb;
}

.btn-default.focus i,
.btn-default:focus i,
.btn-default:hover i {
  color: white;
}

.btn-primary:hover {
  background: #6d6e6d;
  border: 1px solid #6d6e6d;
}
.btn:active {
  background: #6d6e6d !important;
  border: 1px solid #6d6e6d !important;
}
.btn i {
  color: #fbfbfb !important;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active {
  background: #6d6e6d;
  border: 1px solid #6d6e6d;
  --tw-ring-shadow: px 2px 14px 7px rgba(0, 188, 129, 0.28);
  -webkit-box-shadow: 1px 2px 14px 7px rgba(0, 188, 129, 0.28);
  box-shadow: 1px 2px 14px 7px rgba(0, 188, 129, 0.28);
}
.panel-body .btn-primary {

  color: #fbfbfb;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
  color: var(--opaque-text);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: white;
}
/************ fim botÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes  ***********/

/************ fim inputs  ***********/
.input-group:has(span + input:focus) span {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}

/************ fim inputs  ***********/

a {
  color: #fbfbfb;
}
a:hover {
  color: var(--primary);
}

h4 small a:hover {
  color: black;
}

.panel_s a,
.panel a,
.panel-body a {
  color: #fbfbfb;
}
.horizontal-tabs a,
.horizontal-tabs i {
  color: #fbfbfb !important;
}
.icon-black {
  background: #191919;
  border: #191919;
  position: relative;
}
.icon-notific {
  position: absolute;
  right: -10px;
  top: -10px;
}
.icon-black-responc {
  margin-top: -0.375rem;
  display: inline-flex;
  height: 2rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.dropdown-submenu > .dropdown-menu {
  right: 100%;
  left: auto;
}

.tw-text-neutral-100,
.tw-text-neutral-200,
.tw-text-neutral-300,
.tw-text-neutral-400,
.tw-text-neutral-500,
.tw-text-neutral-700,
.tw-text-neutral-800,
.tw-text-neutral-900 {
  color: #d5d5d5;
}
.screen-options-area {
  background: #000000;
  border: none;
}
.mleft5 i {
  color: #000;
}
#search_input {
  background: #000;
}
.table thead tr th {
  background: #191919 !important;
  color: #fbfbfb !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table > thead > tr > th,
.table.dataTable > thead:first-child > tr:first-child > th:first-child,
.table.dataTable > thead:first-child > tr:first-child > th,
.table.dataTable > thead:first-child > tr:first-child > th:last-child,
table.dataTable thead > tr > th,
table.dataTable thead tr th,
table.dataTable tbody tr td {
  border-color: var(--opaque-border);
}

.table > tbody > tr > td,
.table > tfoot > tr > td {
  color: #fbfbfb;
}

.table > tbody > tr.info > td a,
.table > tbody > tr.info > th a,
.table > tbody > tr > td.info a,
.table > tbody > tr > th.info a,
.table > tfoot > tr.info > td a,
.table > tfoot > tr.info > th a,
.table > tfoot > tr > td.info a,
.table > tfoot > tr > th.info a,
.table > thead > tr.info > td a,
.table > thead > tr.info > th a,
.table > thead > tr > td.info a,
.table > thead > tr > th.info a {
  color: #000;
}

div.dataTables_wrapper div.dataTables_info {
  color: var(--opaque-text);
}

.pagination > .active > a {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.pagination > .active > a:hover {
  background: #191919;
  border: 1px solid #191919;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background: var(--primary);
  border: 1px solid var(--primary);
}

.row-options a {
  text-decoration: underline;
}

.row-options a:nth-child(1):hover {
  color: var(--primary);
}

.feed-item .text-has-action,
.text-muted {
  color: var(--opaque-text);
}

/************* kan-ban leads **************/
.kan-ban-content {
  background: #6d6e6d;
}
.kan-ban-content .panel,
.kan-ban-content .panel-body,
.kan-ban-content .panel_s,
.kan-ban-content .panel_s a,
.kan-ban-content .panel a,
.kan-ban-content .panel-body a {
  background: #fbfbfb;
  color: #000 !important;
  border: 1px solid #fbfbfb;
}
.leads-overview {
  background: #272727;
  padding: 10px;
  border-radius: 10px;
}
.leads-overview h4 {
  color: #fbfbfb;
}
.kanban-leads-sort {
  background: #272727;
  padding: 10px;
  border-radius: 10px;
}
.kanban-leads-sort span {
  color: #fbfbfb;
}
.control-label {
  color: #fbfbfb;
}
/************* fim kan-ban leads **************/
#contract_summary {
  background: #272727;
  padding: 10px;
  border-radius: 10px;
}
#contract_summary h4,
#contract_summary svg {
  color: #fbfbfb;
}
.btn-bottom-toolbar {
  margin-left: 330px;
  width: calc(100% - 329px);
  background: #000000;
}
/************* alerta table **************/

.table > tbody > tr.danger > td a,
.table > tbody > tr.danger > th a,
.table > tbody > tr > td.danger a,
.table > tbody > tr > th.danger a,
.table > tfoot > tr.danger > td a,
.table > tfoot > tr.danger > th a,
.table > tfoot > tr > td.danger a,
.table > tfoot > tr > th.danger a,
.table > thead > tr.danger > td a,
.table > thead > tr.danger > th a,
.table > thead > tr > td.danger a,
.table > thead > tr > th.danger a {
  color: #dc2626;
}

/************* Modal **************/

.modal-content,
.modal-header {
  background: var(--accent);
  color: #fbfbfb;
  border: 0.1px solid #dbdbdb;
}
.modal-header{
  color: #fbfbfb;
}
.modal-content label {
  color: #fbfbfb;
}

.modal-content .modal-header,
.modal-content .modal-footer {
  border-color: var(--opaque-border);
}

.modal-header h4,
.modal-header button span {
  color: #fbfbfb;
}
#contact p,
#contact span {
  color: #fbfbfb;
}
/************* fim  Modal **************/

/************* barra de rolagem geral ****************/
::-webkit-scrollbar {
  width: 8px; /* Largura da barra de rolagem */
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary); /* Cor da alÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§a de rolagem */
  border-radius: 6px; /* Cantos arredondados da alÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§a de rolagem */
}

/* Estilizando a pista de rolagem */
::-webkit-scrollbar-track {
  background-color: #000; /* Cor da pista de rolagem */
}

/************* fim barra de rolagem geral ****************/

/************* tela de login admin ****************/
.login_body {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.login_imagem {
  width: 100vw;
  height: 100vh;
  background-image: url(../../assets/images/login/background1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.box-alert {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
}
.box-alert-trigger {
  width: 100%;
  display: none;
  background-image: url(../../assets/images/login/portal.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: trigger 0.5s ease-in-out;
  color: #fbfbfb;
}
.login_imagem img {
  width: 100%;
  height: 100%;
}

.login_traje,
.login_effect1,
.login_effect2 {
  top: 0;
  left: 0;
  position: absolute;
}
.login_traje {
  filter: hue-rotate(0deg);
}
.login_filter_error {
  filter: hue-rotate(-120deg);
}

.effect-particulas1 {
  opacity: 0;
  animation: subirESumir 2s linear infinite; /* Repete infinitamente */
}
.effect-particulas2 {
  opacity: 0;
  animation: subirESumir 2s linear infinite 0.5s; /* Repete infinitamente */
}
.effect-particulas3 {
  opacity: 0;
  animation: subirESumir 2s linear infinite 1s; /* Repete infinitamente */
}
.porta-login {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -100vw;
  top: 0;
  animation: loginSucess 1s ease-in-out forwards;
}
@keyframes loginSucess {
  0% {
    margin-top: -100vw;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes trigger {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes subirESumir {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-50vh);
  }
}
.login_effect2 {
  animation: luzlaser 3s linear infinite; /* Repete infinitamente */
}
.login_traje {
  animation: traje 3s linear infinite;
}
@keyframes traje {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes luzlaser {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.login_box_form {
  width: 800px;
}
.login-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.login-company-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.login-company-logo img {
  width: 200px;
}
.form-control {
  background-color: #f5f5f5;
  color: #000;
}
input.form-control:focus,
textarea:focus,
select:focus {
  border-color: var(--primary) !important;
  --tw-ring-shadow: var(--primary) !important;
}
/*************************************************************/
/* Estilo para a borda do foco da selectpicker */
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  border-color: var(--primary) !important; /* Substitua #ff0000 pela cor desejada */
  --tw-ring-shadow: var(--primary) !important;
}

.announcement small {
  color: var(--opaque-text);
}
.close {
  color: #fbfbfb;
  opacity: 1;
}
.alert-dismissable .close,
.alert-dismissible .close {
  color: #fbfbfb;
  opacity: 1 !important;
}
.text-info {
  color: #fbfbfb;
}

/*************** TICKETS ***************/

.link-ticket a {
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.client-reply,
.client-reply a {
  color: #000;
}
.panel_s .panel-footer {
  /* color: #000; */
}
#single-ticket-form .btn-primary {
  background: #00e09b;
  border: 1px solid #00000;
}

@media (max-width: 768px) {
  ul.mobile-icon-menu > li > a span {
    padding: 0 3px 0 3px;
    color: #0000;
    background: transparent;
  }
  ul.mobile-icon-menu > li > a span svg {
    color: #000;
  }
  body.page-small #menu {
    margin-left: -300px;
  }
}
@media (max-width: 768px) {
  .login_imagem {
    display: none;
  }
  .porta-login {
    width: 100vw;
    height: 100vh;
  }
}

/* ---------------- detalhes adicionais ---------------- */
#invoices_total > dl > div {
  background-color: #333;
  border-color: var(--opaque-border);
}

.panel-default .panel-heading {
  background-color: black;
  color: white;
  border-color: var(--opaque-border);
}

.panel-default .panel-body label {
  color: var(--opaque-text);
}

/* botÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes editar e excluir das tabelas responsivas */
#DataTables_Table_0_wrapper a:first-child:hover i {
  color: var(--primary);
}

#DataTables_Table_0_wrapper a:last-child:hover i {
  color: crimson;
}


.leads-overview > div > div {
  border: 1px solid var(--opaque-border);
  border-radius: 4px;
  padding: 5px;
  flex: initial;
  background-color: rgba(255, 255, 255, 0.1);
}

.leads-overview > div > div span:first-child {
  color: var(--primary);
}

.leads-overview > div > div span:last-child {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.bs-searchbox input.form-control {
  color: black;
}

form#project_form label {
  color: var(--opaque-text);
}

.panel-footer {
  border-color: var(--opaque-border);
  background-color: transparent;
}

.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: black;
  color: white;
}

.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  outline: 2px solid white;
}

select[id^="dt-page-jump-DataTables_Table_"] option {
  color: black;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #333;
}

.panel-body .box_titulo,
.panel-body #box_titulo {
  border-color: var(--opaque-border);
}

body.app.admin.inexxus:is(.despesas, .contador) select option {
  color: black;
}

body.app.admin.inexxus.contador .box_titulo {
  background-color: transparent;
}

body.app.admin.inexxus.contador .btn_camp {
  background: #333;
  border: 1px solid var(--opaque-border);
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 4px;
}

form[action="https://localhost/crm-layout/inexxus/contador"] input
{
  color: black;
}

body.app.admin.inexxus.fatura_despesa .panel_s .formDiv {
  display: flex;
}

body.app.admin.inexxus.fatura_despesa .panel_s .formDiv form:first-child {
  display: flex;
  flex-wrap: wrap;
}

body.app.admin.inexxus.fatura_despesa .panel_s .formDiv form:last-child {
  margin-left: auto;
}

body.app.admin.inexxus.fatura_despesa .panel_s .formDiv .data_w {
  width: 100%;
  max-width: 200px;
}

body.app.admin.inexxus.fatura_despesa .panel_s .widget_conteiner > div {
  width: 100%;
}

body.app.admin.inexxus.fatura_despesa .panel_s .widget_conteiner .row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

body.app.admin.inexxus.fatura_despesa .panel_s .widget_conteiner .row > div {
  width: fit-content;
  padding: 0;
}

body.app.admin.inexxus.fatura_despesa .panel_s .widget_conteiner .row > div .panel-body {
  padding: 0px;
}

@media (max-width: 950px) {
  body.app.admin.inexxus.fatura_despesa .panel_s > .panel-body {
    padding: 10px;
  }

  body.app.admin.inexxus.fatura_despesa .panel_s .widget_conteiner .row > div .panel-body {
    font-size: 10px;
  }
}

body.app.admin.inexxus.tarefa_suporte ._buttons button i {
  color: black !important;
}

body.app.admin.inexxus.tarefa_suporte .card_suport:not(:last-child) {
  background-color: #333;
}

body.app.admin.invoice_items #dt-page-jump-DataTables_Table_1 option {
  color: black;
}

body.app.admin.invoice_items .table-hover > tbody > tr:hover {
  background-color: #333;
}

#search {
  background-color: white;
  color: black;
}

#kan-ban .panel-body h4 a {
  color: var(--primary) !important;
}

#kan-ban .panel-body :is(p, span) {
  color: rgba(0, 0, 0, 0.6);
}

#kan-ban .not-sortable h4 {
  color: var(--opaque-text);
}

#dropdown_menu_tax_total_type {
  color: black;
}

form .panel_s label {
  color: var(--opaque-text);
}

form .ui-sortable :is(input, textarea) {
  color: black;
}

#stats-top div > div button {
  outline: 1px solid #333;
  padding: 5px;
  border-radius: 4px;
}

#estimates_total dl > div {
  background-color: black;
  border-color: var(--opaque-border);
}

#stats-top .quick-top-stats dl > div {
  border-color: var(--opaque-border);
}

#batch-payment-form tr td a.text-dark {
  color: var(--opaque-text);
}

body.clients .panel_s span.text-dark,
body.clients .panel_s label {
  color: var(--opaque-text);
}
.panel_s {
    padding: 5px;
}

#expense-form select option {
  color: black;
}

body.reports.sales .content {
  min-width: 0px;
  margin: 0 20px;
  background: #333;
  border-radius: 10px;
}

body.reports.sales .content > div > div {
  border-color: var(--opaque-border);
}

body.reports.sales .content a:hover {
  background-color: var(--opaque-border);
  color: white;
}

body.reports.sales label {
  color: var(--opaque-text);
}

table#expenses-report-table {
  border-color: var(--opaque-border);
}

table#expenses-report-table tr,
table#expenses-report-table td {
  background-color: transparent;
}

body.reports.expenses label {
  color: var(--opaque-text);
}

body.reports.expenses div[data-toggle] {
  display: inline-block;
}

.staff_logged_time dl > div dt {
  color: var(--primary);
}

.progress-bar-info {
  background-color: var(--primary);
}

body.spam_filters #filters_types li:not(.active) a {
  color: var(--opaque-text);
}

body.spam_filters #filters_types li:not(.active) a:hover {
  color: white;
}

#leads-email-integration label,
#form_info label {
  color: var(--opaque-text);
}

body.estimate-request-form li {
  color: black;
}

body.estimate-request-form div[name="label"] {
  color: black;
}

body.estimate-request-form li.active a[href^="#tab_form"],
body.estimate-request-form li.active a[href^="#tab_form"]:hover {
  color: black !important;
  border-color: black;
}

body.estimate-request-form #tab_form_integration a {
  color: black;
}

body.gdpr ul li:not(.active) a,
body.gdpr ul li:not(.active) a:hover {
  color: white;
}

body.roles.role table input + label {
  color: var(--opaque-text);
}

body.roles.role table input:checked + label {
  color: white;
}

body.theme_style label {
  color: var(--opaque-text);
}

body.settings .list-group .list-group-item,
body.settings .list-group .list-group-item a,
body.settings #ticket_form span.label a,
body.settings div.tab-pane > div:has(a[href*="run_cron_manually"]) :is(span, a) {
  color: black;
}
.onoffswitch-checkbox:checked+.onoffswitch-label, .onoffswitch-checkbox:checked+.onoffswitch-label:before{
   border-color: var(--primary);
}
.modal-title {
    color: #fbfbfb;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #fbfbfb;
}

.control-label, label {
    color: #fbfbfb;
}
.nav-tabs>li>a{
   color: #fbfbfb; 
}
.tw-bg-neutral-50{
    background-color: transparent;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled, .bootstrap-select.disabled, .bootstrap-select>.disabled{
    background-color: transparent;
}
.input-group-addon .checkbox label{
    color: #000;
}
.label-default{
    background-color: #777;
    color: #fbfbfb;
}
.bootstrap-select .dropdown-menu li small{
    color: #000;
}
.task-single-col-left {
	background: #303030;
}
.task-single-col-right {
    background: #303030;
}

.task-modal-single .modal-body { 
    background: #303030;   
}
#task-single-startdate, #task-single-duedate{
	color: #000;
	padding: 5px;
    border-radius: 5px;
}
.horizontal-scrollable-tabs{
	background: #303030;
}
#addTaskCommentBtn{
    background: var(--primary);
}
.list-group .list-group-item {
	 background-color: #303030 !important;
}
.tw-bg-white {
     background-color: #303030 !important;
}
.input-group-addon {
    background-color: #303030;
}
.feed-item .text-has-action, .text-muted {
    color: #ff2a2a;
}
.tw-grow textarea{
    color: #fbfbfb;
    background-color: #303030;
}
.checklist:hover, .checklist:hover textarea[name="checklist-description"]:disabled {
    background: var(--primary);
}
.lead-modal .activity-feed .feed-item {
	background:  #303030;
	color: #fbfbfb;
	border: 1px solid var(--primary);
}
.feed-item .date span{
	color: #fbfbfb;
}
#lead-notes .text-muted{
	color: #fbfbfb;
}
.highlight-bg {
    background: transparent;    
}
.form-wrap.form-builder .frmb-control li {
	background: #272727 !important;   
}
.form-wrap.form-builder .frmb-control li:hover {
	background: var(--primary) !important;   
}
.frm-holder .control-label, label, .fld-label, .label-wrap label  {
    color: #000000;
}

.input-wrap input {
	color: #000000 !important;
}

.input-wrap .fld-name {
	 color: #000 !important; 
}
.signature-pad--body{
    background: #fbfbfb;
}
span.mention{
	background-color: transparent;
}
#task_view_description.mce-content-body,  #task_view_description.mce-content-body a{
	 color: #000;
}
.invoice-items-preview .description span{
	 color: #fbfbfb !important;
}
#online_payment_form label{
	color: #fbfbfb;
}
.invoice-html-number span{
   color: #000;
}

/* -------- Cores do popover de opções da tarefa - danilo -------- */
#task-modal .popover-content a,
#_task_modal .popover-content a {
  color: black;
}

#task-modal .popover-content a:hover,
#_task_modal .popover-content a:hover {
  color: var(--primary);
}

.task-modal-single .popover .popover-content li .popover label,
#_task_modal .popover .popover-content li .popover label {
  color: black;
}

.task-modal-single .popover .popover-content li .popover label:hover,
#_task_modal .popover .popover-content li .popover label:hover {
  color: var(--primary);
}

#wrapper:has(#notifications) h4,
#wrapper:has(#notifications) h4 a {
  color: white;
}

#wrapper:has(#notifications) h4 a {
  text-decoration: underline !important;
}
.editable{
  background: #fbfbfb;
}

.alert a {
  color: #555;
}

form label,
input[type="checkbox"] + label {
  color: var(--opaque-text);
}

ul.tagit input[type=text] {
  color: #fbfbfb; 
}
.notifications a{
  color: #000;
}
.notifications a:hover{
  color: var(--primary);
}