.custom-container * {
    font-size: 12px !important;
  }

/* Monica */

  .titulos-pagina { 
    font-size: 24px !important;
    font-weight: bold !important;
    font-family: 'Roboto' !important;
    letter-spacing: 0.6px !important;
    color: #333B8F !important;
    text-shadow: 2px 2px 4px rgba(104, 101, 101, 0))
  }

  .titulo-avisos {
    font-family: 'Nasalization', sans-serif !important;
    font-size: 35px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    color: #CC092F !important;
    text-shadow: 1px 1px 3px rgba(119, 116, 116, 0.5);
  }

  .sub-titulo {
    font-size: 17px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-style: normal;
    font-family: 'Roboto', sans-serif; 
    color: #171B41;"
  }

  .buttons-primary { 
    font-family: 'Roboto';
    border: none; 
    padding: 5px 10px; 
    font-size: 16px; 
    cursor: pointer; 
    transition: underline;
    background-color: #333B8F;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: white;
  } 
        
  .buttons-primary:hover { 
    background-color: #B81570;
    color: white;
  }

  .buttons-primary i {
    margin-right: 5px;
  }

  .buttons-right {
    margin-left: auto;
  }

  .header-container { 
    display: flex; 
    align-items: center; 
    justify-content: 
    space-between; 
  } 

  .header-buttons { 
    display: flex; 
    gap: 10px; 
  }

  .buttons-container {
    max-width: 95%;
    margin: 0 auto;
    margin-top: 1px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

  .close {
    font-size: 25px !important;
    color: #3F3F3F;
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .white-close{
    font-size: 25px !important;
    color: white;
    position: absolute;
    right: 15px;
    top: 19px;
    cursor: pointer;
  }

  .cabecalho-tabela{
    background-color: #ffffff !important;
    color: black !important;
    font-size: 13px !important;
    font-weight: bold !important;
  }
   
  .container {
    max-width: 95%;
    margin: 0 auto;
    margin-top: 20px !important;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }