/*body {
  -webkit-touch-callout: none; !* iOS Safari *!

  -webkit-user-select: none; !* Chrome/Safari/Opera *!

  -khtml-user-select: none; !* Konqueror *!

  -moz-user-select: none; !* Firefox *!

  -ms-user-select: none; !* Internet Explorer/Edge *!

  user-select: none;
}*/

.iconStyle {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dividerStyle {
  display: flex;
  align-items: center;
}

.iconStyle:hover {
  background-color: #f0f0f0;
}

.commandStyle {
  width: 100px;
  height: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commandStyle:hover {
  background-color: #f0f0f0;
}
