:root {
 --template1: #0049FF;
  --template2: #0049FF;
  --template3: #0F2A44;  
}
.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;
}
/* ---- SIDEBAR LATERAL ---- */
.modal-dialog-slideout {
    height: 100%;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .3s ease-out;
    width: 100%;
    max-width: 490px; /* largura desktop */
}
.modal.show .modal-dialog-slideout {
    transform: translateX(0);
}
/* Faz a modal ocupar a altura inteira */
.modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
}
/* Corpo rolável */
.modal-body {
    overflow-y: auto;
    flex: 1;
    padding-bottom: 20px;
}
/* ---- RESPONSIVIDADE MOBILE ---- */
/* Aqui limitamos a largura para NÃO ocupar toda a tela */
@media (max-width: 768px) {

    .modal-dialog-slideout {
        max-width: 320px;   /* painel mais estreito */
        width: 320px;
        right: 0;
        left: auto;
    }
    .modal-content {
        height: 100%;
        border-radius: 0;
    }
    .modal-body {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        padding-bottom: 40px;
   }
}
.modal-content {
    height: 100%;
    border-radius: 0;
}

.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:765px;
    height:550px;
}
.side-menu .slide .side-menu__item:hover {
    background-color: var(--template2);
    border-radius: 12px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 36px;
    transition: all 0.3s ease;
}
.side-menu__item.active,
.side-menu .slide.is-expanded .side-menu__item,
.side-menu .slide .side-menu__item.active {

    background-color: var(--template2) !important;
    border-radius: 12px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 36px;
    color: #fff !important;

    transition: all 0.3s ease;
}
.main-sidemenu {
    background-color: #0F2A44;
}
.app-sidebar {
    background-color: #0F2A44;
}

.side-menu .slide {
    margin-bottom: 5px;
}
.slide-menu {
    border-left: px solid #0F2A44;
    background-color: #0F2A44 !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: #0F2A44 !important;
}
.main-header {
    background-color: #f9fbfb !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;
}
.painel-direita {
  background: #f8faff;
  border-left: 1px solid #eaeaea;
  padding: 35px 25px;
  align-items: center;
  justify-content: center;
}
.conteudo-info {
  max-width: 260px;
}
.icone-topo {
  width: 85px;
  height: 85px;
  background: linear-gradient(145deg, #0049FF, #1D71ED);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #fff;
  font-size: 32px;
  box-shadow: 0 10px 25px rgba(0,73,255,0.2);
}
.conteudo-info h5 {
  color: #0049FF;
  font-weight: 600;
  margin-bottom: 10px;
}
.conteudo-info p {
  color: #6c757d;
  font-size: 13px;
  margin-bottom: 25px;
}
.item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.item i {
  color: #0049FF;
  margin-top: 4px;
}
.item strong {
  font-size: 13px;
  display: block;
}
.item span {
  font-size: 12px;
  color: #6c757d;
}
.btn-close-custom {
    width: 40px;
    height: 40px;
    background: #0049FF;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0049FF;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.btn-close-custom:hover {
    transform: scale(1.1) rotate(90deg);
    background: #0049FF;
    color: #fff;
}