input.disabled {
  background-color: slategray!important;
  cursor: default!important;
  background-image: none!important;
  position: relative;
  z-index: -10;
}
.setPersonalPls {
  border: 1px solid grey;
  display: inline-block;
  position: absolute;
  background: white;
  padding: 20px;
  margin-top: -60px;
  margin-left: -200px;
  width: 370px;
  text-align: center;
  visibility: hidden;
}
.setPersonalPls::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0px solid red;
  border-bottom: 10px solid red;
  border-left: 10px solid transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}
