.simple-keyboard {
	
	position:absolute;
	left:0;
	z-index:9999;
  max-width: 850px;
  display:none;
}

.tooltip{
	display:none;
	padding:5px 10px;
	background:#000;
	color:#fff;
	font-weight:600;
	font-size:11px;
	position:absolute;
	right:130px;
	margin-top:-73px;
	margin-left:-55px
}

.password-opener:hover + .tooltip {
    display: block;
}

/*
  Theme: myTheme1
*/
.simple-keyboard.myTheme1 {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.simple-keyboard.myTheme1 .hg-button {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.simple-keyboard.myTheme1 .hg-button:active {
  background: #1c4995;
  color: white;
}

#root .simple-keyboard.myTheme1 + .simple-keyboard-preview {
  background: #1c4995;
}
