html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  background-color: #eeeeee;
}

h6 {
  color: #222831;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: center;
  margin-top: 8px;
}

#mainMenu {
  background-color: #eeeeee;
}

#mainMenuNavBar {
  background-color: #eeeeee;
}

.btn {
  font-weight: 500;
}

#navBarBrand {
  font-size: larger;
  font-weight: 650;
}

#shapeInputForm {
  width: 15.1rem;
}

#guardControlPanel,
#shapeControlPanel {
  display: none;
}

#speed-group {
  padding: 8px;
}

#customRange,
#shapeRangeSize,
#shapeRangeRotate {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  width: 50%;
  opacity: 0.3;
  display: none;
}

#customRange:hover,
#shapeRangeSize:hover,
#shapeRangeRotate:hover {
  opacity: 0.5;
}

.noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.range-right {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: 50px;
  padding-top: 13px;
  color: #eeeeee;
  display: none;
}

#sliderValueGuardControlPanel,
#sliderValueShapeControlPanel {
  font-size: 1em;
  padding-top: 15px;
}
