/* Cores do menu e header */

  nz-sider {
    background: #102235 !important;
  }
  
  nz-header {
    background: #102235 !important;
  }
  
  .ant-menu {
    background: #102235 !important;
  }

  .logo img {
    max-width: 130px !important;
    /* Tamanho do logo */
  }

  
  .ant-menu-item a {
    color: #fff !important;
    /* cor da fonte do menu */
  }
 
  .ant-menu-item a:hover {
    color: #F7BB0A !important;
    /* cor da fonte quando passa mouse em cima */
  }
 
  .ant-menu-item-active {
    background-color: #F7BB0A !important;
    /* Cor de fundo do item ativo */
    color: #1b1464 !important;
    /* Cor do texto do item ativo */
  }
 
  .ant-menu-item-selected {
    background-color: #F7BB0A !important;
    /* Cor de fundo do item selecionado */
    color: #1b1464 !important;
    /* Cor do texto do item selecionado */
  }

  .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #F7BB0A !important;
  }

  .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon, .ant-menu-dark .ant-menu-item-selected .anticon {
    color: #102235 !important;
    /* Cor do icone do item selecionado no menu */
  }

  .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span, .ant-menu-dark .ant-menu-item-selected .anticon + span {
    color: #102235 !important;
  /* Cor do texto do item selecionado no menu */
  }

  /* Cores do conteudo */

  .bd-l-10 {
    border-left: 10px solid #F7BB0A !important;
  }

  .ola {
    color: #1b1464 !102235;
  }

  .trigger {
    color: #1b1464 !102235;
  }

  .ant-picker-cell-in-view.ant-picker-cell-selected 
  .ant-picker-cell-inner, 
  .ant-picker-cell-in-view.ant-picker-cell-range-start 
  .ant-picker-cell-inner, 
  .ant-picker-cell-in-view.ant-picker-cell-range-end 
  .ant-picker-cell-inner {
    color: #102235;
    background: #F7BB0A !important;
  }


  .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #F7BB0A !important;
  }

  .box-conteudo .valor span.perc {
    color: #F7BB0A !important;
  }