/* DOCTORTECH - Estilos de CSS - assistec/assets/css/custom.css */

:root {
  --template1: #0e5feb;		/* Azul vivo, com toque elétrico — ótimo pra botões ou destaques. */
  --template2: #0a33a6;		/* Azul escuro, mais sério e elegante — ideal pra fundo ou cabeçalhos. */
  --template3: #2e5cf2;		/* Azul médio com leve brilho — excelente pra links ou ícones. */
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-right: 8px;
  cursor: pointer;
}
#mensagem-recuperar{
  color: var(--template1) !important;
  font-size: 13px;

}

.select2-selection__rendered {
    line-height: 35px !important;
    border: 1px solid #e3e3e3;
}
.select2-container .select2-selection--single {
    height: 39px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}


hr.separador {
  border: 1px dotted #666;
  border-radius: 5px;
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 39px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
hr.separador {
  border: 1px dotted #666;
  border-radius: 5px;
}
.text-verde{
  color:#0e9e29;
}
.ocultar{
  display:none;
}
.textareag{
    width:1000px;
    height:550px;
}
.side-menu .slide .side-menu__item:hover {
    background-color: var(--template2);

}
.main-sidemenu {
    background-color: #2A2E3F;
}
.app-sidebar {
    background-color: #2A2E3F;
}

.slide-menu {
    border-left: 4px solid #de7b53;
    background-color: #2a2e3f !important;
    color: #ffffff;
}
.side-menu__item a{
    background-color: var(--template2);
    color: #ffffff;
}

.side-menu__item:hover .side-menu__icon,
.side-menu__item:hover .side-menu__label,
.side-menu__item:hover .angle {
    color: #ffffff !important;
    fill: #ffffff !important;

}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: var(--template1) !important;

}
.app-sidebar .side-item.side-item-category {
    color: #7660a7;
}
.main-sidebar-header {
    background: #2A2E3F !important;
}
.main-header {
    background-color: #2A2E3F !important;
}
.slide-item .app-sidebar .slide-menu .slide-item:before:hover {
    color: var(--template1) !important;
}
.slide.is-expanded .slide-menu a:hover:before {
   color: var(--template1) !important;
}
.slide:hover .side-menu__label,
.slide:hover .angle {
    color: #fff !important;
    fill: #fff !important;
}
.header-icon-svgs {
    color: #ffffff;
    fill: #ffffff;
}
.font-size-11{
    font-size: 11px !important;
}



/* DoctorTech - Colocar essa linha no seu painel HTML - (assistec/painel/index.php) */
/* <!-- Certifique-se de incluir o Font Awesome no seu projeto HTML --> */
/* <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"> */

/* Estilo base para ícones da dashboard menu com contorno amarelo */
.icon-outline-yellow {
  color: transparent;             /* Remove preenchimento */
  -webkit-text-stroke: 1px gold; /* Contorno amarelo */
  font-size: 24px;               /* Tamanho ajustável */
  margin-right: 3px; 		/* sem zero à esquerda */
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.icon-outline-yellow:hover {
  transform: scale(1.2);          /* Efeito de destaque no hover */
}


/*
/*Apenas o estilo de contorno em um ícone (amarelo ouro) */
.icon-outline-gold {
  color: white;
  text-shadow:
    0 0 0 #FFD700,
    1px 0 0 #FFD700,
    -1px 0 0 #FFD700,
    0 1px 0 #FFD700,
    0 -1px 0 #FFD700;
  margin-right: 3px; /* sem zero à esquerda */
  vertical-align: middle;
  transition: transform 0.3s ease-in-out; /* tempo mais realista para UX */
}

/* Se quiser aplicar em todos os ícones da sidebar futuramente, descomente abaixo */
/*
.sidebar .side-menu__item i {
  color: white;
  text-shadow:
    0 0 0 #FFD700,
    1px 0 0 #FFD700,
    -1px 0 0 #FFD700,
    0 1px 0 #FFD700,
    0 -1px 0 #FFD700;
  margin-right: 8px; /* espaçamento entre ícone e texto */
  vertical-align: middle; /* alinhamento com o texto */
}

body {
  background-color: red !important;
}
*/

/* <!-- FOOTER COR DA FONTE LARANJA PANEL DA DASH - Copyright © 2025 *DoctorTech* Todos os direitos reservados.  --> */
.text-orange {
  color: #FF8C00 !important; /* ou use um tom específico como #FFA500 */
}
.text-primary {
  font-weight: normal !important;
  color: #FF8C00 !important; /* ou qualquer cor que você queira */
}



