  #pegarplanilhas{
    margin: auto;
    margin-top: 15px;
    gap: 10px;
    background-color: #c4c4c4;
    border: 5px solid #00317a;
    box-shadow: #00317a 5px 5px 15px;
    padding: 2%;
    align-items: center;
    display: flexbox;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
  }

  


/* Força o Select2 a ocupar toda a largura */
.select2-container {
  display: block !important;
  width: 100% !important;
  margin: 0 auto;
  font-size: 20px !important;
  font-weight: bold!important;
  text-align: center!important;
  background-color: #c4c4c4;
  border: 5px solid #00317a;
  box-shadow: #00317a 5px 5px 15px;
  border-radius: 30px;
  color: black !important;
}

/* Estilo da área selecionada (equivalente ao botão original) */
.select2-container--default .select2-selection--single {
  background-color: #c4c4c4;
  border: 5px solid #00317a;
  box-shadow: #00317a 5px 5px 15px!important;
  border-radius: 30px!important;
  padding: 2%;
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  color: black !important;
}

/* Texto dentro do select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black !important;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: normal;
}

/* Ícone de dropdown à direita */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

/* Estilo da lista suspensa */
.select2-container--default .select2-results > .select2-results__options {
  background-color: #e9fae0;
  font-size: 24px;
  font-weight: bold;
  color: black;
  border-radius: 30px;
  padding: 10px;
}

/* Estilo das opções individuais */
.select2-container--default .select2-results__option {
  padding: 10px;
  margin: 2px;
  border-radius: 10px;
}

/* Hover sobre opções */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: black !important;
  color: white;
}



  @media screen and (max-width: 600px) {
   .select2-container--default .select2-selection--single .select2-selection__rendered {

  font-size: 14px;

} .select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
}
.select2-container--default .select2-selection--single {
  font-size: 14px;
} .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

    
  }