:root {
  --topbar-color: white;
  --sidebar-bg-color: darkgray;
  --sidebar-color: white;
  --sidebar-link-color: orange;
  --color-btn-primary-background: orange;
  --color-btn-primary-text: orange;
}

[data-css="sidebar"] {
    position: absolute !important;
}

[data-css="topbar"] {
  background: var(--sidebar-link-color) !important;
  padding: 14px 16px 7px !important;
  border: 0 !important;
}

[data-css="topbar"] > :nth-child(1) {
    display: block !important;
    color: white !important;
}

[data-css="sidebar-resources"] > :nth-child(1) > :nth-child(1) > :nth-child(1) {
    display: none !important;
}

[data-css="logged-in"] > :nth-child(1) > :nth-child(1) > :nth-child(1) > :nth-child(2) {
    background: white !important;
    color: #000 !important;
}

[data-css*="-dashboard-button"] {
    display: none !important;
}

[data-css="sidebar"] { 
    border-right: 0 !important;
}

[data-css="sidebar"] > :nth-child(1) {
  height: 64px;
  background: var(--sidebar-link-color) !important;
  padding: 14px 16px 7px !important;
  border: 0 !important;
}

[data-css="sidebar"] > :nth-child(1) > img {
  max-width: 43px !important;
}

[data-css*="-list-table-wrapper"] {
  margin-bottom: 200px !important;
}

[data-css="topbar"] {
  position: fixed;
  z-index: 100;
  width: 100%;
}

section[data-css="app-content"] {
  overflow-y: hidden !important;
}

[id^="UNIQUE_KEY_MODAL_"] > section:first-of-type > section:first-of-type{
  width: 95% !important;
}

.input-component{
  width: 100% !important;
}

@media (max-width: 768px) {
  
  section[data-css="logged-in"] section:first-of-type > section:first-of-type {
    display: none;
  }
}

.copyright {
  color: #4a4a4a !important;
  text-align: center !important;
  font-size: 12px !important;
}

section[data-css="app-content"] > section:last-of-type {
  top: 65px !important;
  position: relative !important;
  overflow-y: auto !important;
  padding-bottom: 65px !important; 
  height: 91%;
}

@media (max-width: 768px) {

  .close-button {
    width: 0 !important;
  }

  section[data-css="app-content"] > section:last-of-type{
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-publyt-header{
    font-weight: 400 !important;
    font-size: 20px !important;
  }

  input{
    width: 100%;
  }

  [data-css*="-list-table-wrapper"] {
    padding: 15px 15px !important;
  }

  a.adminjs_ButtonGroupItem {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .form-publyt-item{

    section{
      padding-top: 0 !important;
      width: 100%;

      div{
        margin-bottom: 0 !important;
      }
    }

    flex-direction: column !important;

    [class*="-control"] {
      width: 100% !important;
    }

    [data-css^="influenciador-edit-in_"] {
      width: 100% !important;
    }

    [data-testid^="property-edit-tp"] {
      padding-top: 30px !important;
    }
    
  }

}

[data-css="geral-list"], 
[data-css="usuario-list"], 
[data-css="influenciador-list"], 
[data-css="rede-social-list"], 
[data-css="servico-list"], 

[data-css*="-record-edit-route-wrapper"],

[data-css*="-record-show-route-wrapper"]
{ 
  padding:45px !important;
}

[data-css*="-table-caption"] {
  background: #333 !important;
}

@media (max-width: 768px) {


  [data-css*="-table-head-row"] td:nth-child(2) {
    display: block !important; 
    width: 100%;
  }

  [data-css*="-table-row"] td:nth-child(2) {
    display: block !important;
    width: 100%;
    /*border-bottom: 0 !important;*/
    display: table-cell !important;
    font-size: 14px !important;
    line-height: 16px !important;
    word-break: break-word !important;
  }

  [data-css*="-table-row"] td:nth-child(2) section {
    white-space: nowrap;       /* Impede que o texto quebre para outra linha */
    overflow: hidden;          /* Esconde o conteúdo que ultrapassa o tamanho do elemento */
    text-overflow: ellipsis;   /* Adiciona "..." quando o texto for cortado */
    width: 100px;
  }

  /*
  [data-css="influenciador-table-row"] td:not(:nth-child(2)) {
    display: none;
  }
  */
}

.adminjs_Select [class^=" css-"][class*="-placeholder"] {
  display: none !important;
}

/* .adminjs_TableCell svg {
  background: #333 !important;
  border: 1px solid rgb(50, 50, 50) !important;
} */

.adminjs_SortLink svg {
  background: transparent !important;
  border: 1px transparent !important;
}

[data-css="usuario-filter-drawer-content"] button{
  background-color: #f3f3f3 !important;
  border: 1px solid #bababa !important;
}

.adminjs_Pagination {
  border: 0px !important;
}

.adminjs_PaginationLink {
  width: 32px !important;
  height: 32px !important;
  margin: 4px;
}

.adminjs_PaginationLink:hover {
  background-color: rgba(108, 117, 125, 0.1);
}

.adminjs_PaginationLink:first-child,
.adminjs_PaginationLink:last-child {
  width: 32px;
  height: 32px;
}

.imagem-usuario-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.imagem-usuario-botoes {
  display: flex;
  gap: 16px;
  margin: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.imagem-usuario-botao {
  font-size: 1rem;
  padding: 0.6rem 1.8rem;
  font-weight: normal;
  margin: 3px;
  color: #000;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.imagem-usuario-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.imagem-usuario-modal img {
  max-width: 100%;
  max-height: 400px;
}

@media (max-width: 768px) {
  .imagem-usuario-botoes {
      flex-direction: column;
      align-items: center;
  }

  .imagem-usuario-botao {
      width: 100%;
  }
}



/* 

.hqNrDF {
    position: absolute !important;
}
.fOmMdg {
    display: block !important;
}

.hdeNhd {
  color: rgb(43, 40, 40) !important;
} */

/* 
.hilNtv{
  margin-bottom: 10px !important;
}

.hRfkdq{
  display:none;
} */

.adminjs_AppBar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.adminjs_AdminJS {
  padding-top: 60px;
}
usuario-list


.has-error .adminjs_Input {
  border-color: red !important; 
}

.has-error .adminjs_Label {
  color: red !important; 
}

.has-error .adminjs_Text {
  color: red !important; 
}

.has-error .adminjs_Text {
  color: red !important; 
}

.has-error .sc-eDDNvR::before{
  color: red !important; 
}

/*
.duDtti, .oAYmF {
  display: none;
}
*/
/* 
.iNgilu{
  height: 64px;
}

.iNgilu > img {
  max-width: 43px !important;
}

.jMzlhL {
  background: var(--sidebar-link-color) !important;
  border: 0 !important;
}

.iNgilu {
  background: var(--sidebar-link-color) !important;
  padding: 14px 16px 7px !important;
  border: 0 !important;
} */
/* 
.kiNtiv{
  border-right: 0 !important;
}

.bBXFar {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.gpGPRY > .sc-gHyekI {
  border-radius: 12px;
}

.liozjr svg {
  background-color: transparent !important;
}

.bPloax {
  border: 1px solid #c8c6c3;
  background-color: white !important;
}

button.xwwKo {
  background-color: white !important;
}

button.cxiFPe {
  background-color: white !important;
}

button.fFynnG {
  background-color: white !important;
}

button.eLgZzw {
  background-color: white !important;
}

button.coweuk {
  background-color: rgb(60, 60, 60) !important;
}

button.loNQoR {
  background-color: white !important;
}

.jTieaY {
  background-color: green !important;
}

.hklxRD div {
    background: #fcac14 !important;
}

.cp{
  font-size:12px !important;
  text-align: center;
}

section.buIaYw {
  border: 0px solid orange;
  padding:2px;
  border-radius: 0px;
}  */

/*HEADER*/
/* .bTovaB {
  height: 64px !important;
  padding: 10px !important;
  ;
  background: #fcac14 !important;
}

.hnbwOp {
  border-right: 0px solid white !important;
}

.bulzpw {
  background: #fcac14 !important;
  border: 0 !important;
}


.gETwNd {
  color: rgb(60, 60, 60) !important;
}

.liozjr {
  color: rgb(60, 60, 60) !important;
} */

/*HEADER*/

/*TABELA*/
/* .haenfI {
  background: rgb(242, 88, 12) !important;
}

.grTLTH {
  background: rgb(99 99 100) !important;
  border: 1px solid rgb(74, 74, 74) !important;
}

.eOGlIj {
  font-size: 24px !important;
  color: rgb(60, 60, 60) !important;
}

section table td {
  color: black !important;
} */

/*TABELA*/

/*FORM*/
.adminjs_Button {
  background-color: var(--color-btn-primary-text) !important;
  color: white !important;
  border: 1px solid rgb(241, 179, 92) !important;
}

.sucesso_Button{
  background-color: rgb(81, 180, 31) !important;
  color: white !important;
  border: 1px solid rgb(70, 158, 8) !important;
}

.cancelar_Button{
  background-color: rgb(184, 32, 32) !important;
  color: white !important;
  border: 1px solid rgb(188, 20, 20) !important;
}

.anterior_Button{
  background-color: rgb(63, 66, 61) !important;
  color: white !important;
  border: 1px solid rgb(42, 42, 42) !important;
}

.youtube_Button{
  background-color: rgb(73, 117, 169) !important;
  color: white !important;
  border: 1px solid rgb(35, 36, 78) !important;
}

.adminjs_ButtonGroupItem {
  background-color: white !important;
  color: orange !important;
}

@media (max-width: 768px) {

  .modal-area{
    flex-direction: column;
    padding-bottom:20px;
  }

  .tab-buttons-etapas{
    flex-direction: column;
    margin: 20px !important;
    align-items: center;
    width:  90%;
  }

  .tab-buttons-etapas > button{
    padding: 10px !important;
    margin: 10px;
    width:  90%;
  }

  .tab-buttons-etapas > section{
    width:  100%;
    justify-content: center;
  }

  .tab-buttons-etapas > section > button{
    padding: 10px !important;
    width: 90%;
  }

}


[data-css="sidebar"] a:hover {
  color: var(--sidebar-link-color);
}

section[data-css="sidebar-resources"] li {
  padding-top: 10px;
}

section[data-css="sidebar-resources"] li a:hover {
  background: #FFF2DA !important;
  color: orange !important;
}



.adminjs_Stepper .current-step .adminjs_Text{
  font-weight: bold !important;
}


.adminjs_Stepper .etapa-concluida{
  display: block !important;
}


.adminjs_Stepper .etapa-pendente svg{
  display: none !important;
}

.adminjs_Stepper .current-step-cancelado svg{
  display: none !important;
}


.adminjs_MessageBox {
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100% !important;
  
}

.adminjs_MessageBox > div{
  width: 100% !important;
  padding: 20px !important;
}

/* Estilo para o texto da mensagem */
.adminjs_Text {
  color: #333; /* Cor do texto */
  font-size: 16px; /* Tamanho do texto */
  font-weight: 500; /* Espessura da fonte */
}

/* Estilo para o botão de fechar o alerta */
.adminjs_Button {
  background-color: transparent; /* Fundo transparente */
  color: #171717; /* Cor do ícone de fechar */
  border: none; /* Remove a borda padrão */
  cursor: pointer; /* Mostra o cursor de mão ao passar o mouse */
  padding: 0; /* Remove o espaçamento interno */
  transition: transform 0.2s ease-in-out; /* Adiciona uma transição suave */
}

.adminjs_Button:hover {
  transform: scale(1.1); /* Aumenta o botão levemente ao passar o mouse */
}

[data-css="notice"] {
  padding: 16px;
  top: unset !important;
  bottom: 0px !important;
  right: 0px;
  width: 100%;
}

[data-css="notice"].adminjs_Box {
  transform: translateY(10px);
  animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

[data-css="notice"].success {
  background-color: #fff !important;
  border-left: 6px solid #2e7d32;
  color: #1b5e20;
}

[data-css="notice"].error {
  background-color: #fff !important;
  border-left: 6px solid #d32f2f;
  color: #b71c1c;
}

[data-css="notice"].warning {
  background-color: #fff !important;
  border-left: 6px solid #ffa000;
  color: #ff6f00;
}

[data-css="notice"].info {
  background-color: #fff !important;
  border-left: 6px solid #1976d2;
  color: #0d47a1;
}

.contratacao-icon > svg{
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #666;
}

@media (max-width: 768px) {
  .contratacao-table th,
  .contratacao-table td {
      display: none;
  }

  .contratacao-table th:nth-child(2),
  .contratacao-table td:nth-child(2) {
      display: table-cell;
  }

  .contratacao-table th:last-child,
  .contratacao-table td:last-child {
      display: table-cell;
      text-align: right;
      position: relative;
  }

  .refresh-button{
    width: auto !important;
    margin-left: 5px !important;
  }

}

.area-filtro-contratar{
  display: flex;
  justify-content: space-between;
}

.area-form-contratar-lado{
  display: flex;
}

