#btnSideBar {
	color:white;
	border:none;
	background-color:#2c3e50;
}	

.input-group {
  position: relative;
  width: 100%;
}

.input-group input {
  width: 100%;
  padding-right: 40px; /* espaço para o ícone */
  box-sizing: border-box;
}

.input-group i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2em;
  color: #666;
}

.dropdown-menu {
	width: max-content; /* ajusta à largura do conteúdo */
}

.dropdown-item {
	width:auto;		
	padding-right: 10px;
}
