﻿:root {
    /*  PadrÃ£o  */
    --template1: #2563eb;
    /* Painel lateral */
    --template2: #1e3a8a;
    /* cor hover */
    --template3: #1d4ed8;
}
.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: #fff7ed;
}
.main-sidemenu {
    background-color: #0f3d3e;
}
.app-sidebar {
    background-color: #0f3d3e;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.slide-menu {
    border-left: 4px solid #2dd4bf;
    background-color: #0f3d3e !important;
    color: #e2e8f0;
}
.side-menu__item a{
    background-color: transparent;
    color: #e2e8f0;
}

.side-menu__item:hover .side-menu__icon,
.side-menu__item:hover .side-menu__label,
.side-menu__item:hover .angle {
    color: #2dd4bf !important;
    fill: #2dd4bf !important;
}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: #2dd4bf !important;
}
.app-sidebar .side-item.side-item-category {
    color: #94a3b8;
}
.main-sidebar-header {
    background: #0f3d3e !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.main-sidebar-header .main-logo {
    width: 72px;
    height: 72px;
    margin: 6px auto;
    border-radius: 50%;
    background: #0a2f30;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    object-fit: cover;
}
.main-sidebar-header .header-logo {
    display: flex;
    justify-content: center;
}
.main-header {
    background: linear-gradient(135deg, #0f3d3e, #0a2f30) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.slide-item .app-sidebar .slide-menu .slide-item:before:hover {
    color: #2dd4bf !important;
}
.slide.is-expanded .slide-menu a:hover:before {
   color: #2dd4bf !important;
}
.slide:hover .side-menu__label,
.slide:hover .angle {
    color: #2dd4bf !important;
    fill: #2dd4bf !important;
}
.side-menu__icon,
.side-menu__label,
.angle {
    color: #e2e8f0 !important;
    fill: #e2e8f0 !important;
}
.slide-item {
    color: #cbd5f5 !important;
}
.slide-item:hover {
    background: rgba(45, 212, 191, 0.12) !important;
}
.slide-item.active {
    background: rgba(45, 212, 191, 0.2) !important;
    border-radius: 8px;
}
.header-icon-svgs {
    color: #ffffff;
    fill: #ffffff;
}
.header-icon--pedidos .nav-link small,
.header-icon--receber .nav-link small,
.header-icon--pagar .nav-link small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.header-icon--pedidos .nav-link small {
    background: #f97316;
    box-shadow: 0 6px 16px rgba(249, 115, 22, 0.35);
}
.header-icon--receber .nav-link small {
    background: #22c55e;
    box-shadow: 0 6px 16px rgba(34, 197, 94, 0.35);
}
.header-icon--pagar .nav-link small {
    background: #ef4444;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.35);
}
.header-icon--pedidos .nav-link i,
.header-icon--receber .nav-link i,
.header-icon--pagar .nav-link i {
    color: #fff !important;
}
.header-icon--pedidos .nav-link:hover small,
.header-icon--receber .nav-link:hover small,
.header-icon--pagar .nav-link:hover small {
    transform: translateY(-1px);
}
.header-badge--pedidos {
    background: #f97316 !important;
}
.header-badge--receber {
    background: #22c55e !important;
}
.header-badge--pagar {
    background: #ef4444 !important;
}
.font-size-11{
    font-size: 11px !important;
}



/* Azul degradê padrão */
.bg-primary {
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%) !important;
}
.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%) !important;
  border-color: #1e3a8a !important;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%) !important;
  border-color: #1e3a8a !important;
}
.badge-primary {
  background: #2563eb !important;
}
.border-primary {
  border-color: #2563eb !important;
}



/* logo_painel_mobile_fix */
@media (max-width: 768px) {
  .responsive-logo.logo_painel,
  .logo-horizontal {
    display: none !important;
  }
}

