@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: .3rem;
  }
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}


::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #FF0000;
}

.panel {
  display: none;
}

.show {
  display: block;
}

.button {
  text-transform: uppercase;
}

.button:hover {
  cursor: pointer;
  background-color: #fffff0;
}

p {
  font-size: 14px;
}