#btnSideBar {
	color:white;
	border:none;
	background-color:#2c3e50;
}

.input-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.input-group input {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.input-group i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #2c3e50;
  font-size: 1.2em;
}

input[readonly] {
  background-color: #ecf0f1;
}

input[readonly]:hover {
  background-color: #dfe6e9;
}

.toggleSenha {
	position: absolute;
	right: 10px;
	cursor: pointer;
	font-size: 18px;
	top: 50%;
	transform: translateY(-50%); /* Centraliza verticalmente */
}

.dropdown-menu {
	width: max-content; /* ajusta à largura do conteúdo */
}

.dropdown-item {
	width:auto;		
	padding-right: 10px;
}
