:root {
    /*  Cor primária da marca (Império Temaki)  */
    --template1: #c0392b;
    /* Painel lateral / itens */
    --template2: #991a1e;
    /* cor hover */
    --template3: #a93226;
    /* dourado de apoio */
    --it-gold: #d4af37;
}
.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 {
    font-weight: 500;
    line-height: 36px !important;
    border-radius: 7px !important;
    border: 1px solid #c9c7c7;
}
.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: #211613;
}
.app-sidebar {
    background-color: #211613;
}

.slide-menu {
    border-left: 4px solid #d4af37;
    background-color: #211613 !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: #211613 !important;
}
.main-header {
    background-color: #211613 !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;
}
/* ============================================================
   IMPÉRIO TEMAKI — refinamento do painel (vermelho/dourado)
   ============================================================ */
/* Item ativo do menu lateral: faixa dourada + leve realce */
.side-menu__item.active,
.slide.is-expanded > .side-menu__item{
    background-color: var(--template2) !important;
    border-left: 4px solid var(--it-gold) !important;
}
.side-menu__item.active .side-menu__label,
.side-menu__item.active .side-menu__icon,
.side-menu__item.active .angle{ color:#fff !important; fill:#fff !important; }

/* Categorias do menu lateral em dourado */
.app-sidebar .side-item.side-item-category{ color:#c9a24a !important; letter-spacing:.5px; }

/* Botões primários com leve arredondamento e sombra da marca */
.btn-primary,.btn-success.btn-brand{
    background-color: var(--template1) !important;
    border-color: var(--template1) !important;
}
.btn-primary:hover{ background-color: var(--template3) !important; border-color: var(--template3) !important; }
.btn-primary{ box-shadow:0 4px 10px rgba(192,57,43,.25); }

/* Links e textos de destaque */
a{ }
a:hover{ color: var(--template1); }

/* Header: ícones e textos brancos legíveis sobre fundo escuro */
.main-header{ border-bottom:2px solid var(--it-gold) !important; }
.main-header .header-icon-svgs,
.main-header .nav-link{ color:#fff !important; }

/* Logo na sidebar (header) com leve respiro */
.main-sidebar-header .header-brand-img{ max-height:42px; width:auto; }

/* Badges/realces que usavam a cor antiga */
.badge.bg-primary{ background-color: var(--template1) !important; }
.text-primary{ color: var(--template1) !important; }
.bg-primary{ background-color: var(--template1) !important; }

/* Cards com cantos um pouco mais suaves */
.card{ border-radius:10px; }

/* ---- Logo oficial (quadrada) no cabeçalho do painel ---- */
.main-sidebar-header{ display:flex; align-items:center; justify-content:center; }
.main-sidebar-header .main-logo,
.header-logo .main-logo{ max-height:48px !important; width:auto !important; }
.responsive-logo .mobile-logo{ max-height:40px !important; width:auto !important; }
