:root {
    /*  Padrão  */
    --template1: #5CD3B9;
    /* Painel lateral */
    --template2: #00c499;
    /* cor hover */
    --template3: #00bb92;
}
.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 {
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.side-menu .slide .side-menu__item:hover {
    background-color: rgba(0, 196, 153, 0.1) !important;
    border-left: 4px solid var(--template2) !important;
    padding-left: 11px;
}

.side-menu .slide.active .side-menu__item {
    font-weight: bold !important;
    border-left: 4px solid var(--template2) !important;
    padding-left: 11px;
    background-color: rgba(0, 196, 153, 0.05) !important;
}

.side-menu .slide.active .side-menu__label {
    font-weight: 700 !important;
    color: #fff !important;
}

.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: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;
}

#calendar {
    max-width: 1320px;
    margin: 0 auto;
}

/* Super Ícones e Layout Centralizado para Dashboard */
.sales-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none !important;
    border-radius: 15px !important;
    background: #25233c !important; /* Mantendo fundo escuro */
}

.sales-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3) !important;
}

.circle-icon {
    width: 85px !important;
    height: 85px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 10px auto; /* Centralizado acima/abaixo */
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    border: 3px solid rgba(255,255,255,0.1);
}

.circle-icon i {
    font-size: 34px !important;
}

.iconBgRoxo { background: linear-gradient(135deg, #6259ca, #4e44b8) !important; }
.iconBgSusses { background: linear-gradient(135deg, #0ba360, #0cbb6e) !important; }
.iconBgDanger { background: linear-gradient(135deg, #f5334f, #d12a41) !important; }
.iconBgAviso { background: linear-gradient(135deg, #f39c12, #e67e22) !important; }

.sales-card p {
    font-size: 11px !important;
    font-weight: 700;
    color: #a8afb7;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.sales-card h4 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 5px !important;
}

.card-body-dashboard {
    padding: 25px 15px !important;
    text-align: center;
}

.tx-11 { font-size: 11px !important; }
.tx-12 { font-size: 12px !important; }

/* Fix de Calendário Menor */
#calendar {
    max-width: 100% !important;
    margin: 0 auto;
}
.fc-header-toolbar {
    margin-bottom: 1em !important;
}