.ui-spinner {
  background: none;
  color: white;
  border-color: white !important;
  font-size: 20px;
}

#sliderPanel .ui-spinner {  
  width: 150px;
  height: 40px;
}

#guessPanel .ui-spinner {
  width: 220px;
  height: 68px;
  font-size: 35px;
  border: none;
  border-bottom: 1px solid white;
}

.ui-spinner input {
  font-family: "Courier New", monospace;
}

.topButtonBox button {
  position: relative;
  top: -10px;
}

.ui-spinner input:-moz-focusring {
  border: none;
  outline: none;
}

.ui-spinner .ui-button {
  background: none;
}

.ui-spinner .ui-button:hover {
  background: white;
}

.ui-spinner .ui-button .ui-icon {
  filter: brightness(10);
}

.ui-spinner .ui-button:hover .ui-icon {
  filter: brightness(0.4);
}

.spinnerLabel {
  font-size: 20px;
  margin: 0px 12px;
  position: relative;
  top: 8px;
}

/* done fixing jquery ui slider */

body {
  background: #0d1033;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#app {
  position: relative;
  background: #0f2350;
  color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}

.flexRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flexCol {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

#mainPanel {
  position: relative;
  box-sizing: border-box;
  padding: 6px;
  flex-grow: 1;
}

#guessPanel {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#footer {
  color: #eee;
  width: 100%;
  font-size: 12px;
  background: #0a142d;
  box-sizing: border-box;
  padding: 6px;
  flex-shrink: 0;
}

#focusPanel {
  margin-top: 6vh;
  position: relative;
}

#title {
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

a {
  color: #0adcff;
}

#guessBox {
  margin-right: 10px;
}

.ui-spinner input {
  margin: 0;
  text-align: center;
  padding: 10px 10px 10px 10px;
}
#sliderPanel input {
  width: calc(100% - 32px - 20px);
  height: calc(40px - 20px);
}

#guessBox input {
  width: calc(100% - 56px - 20px);
  height: calc(68px - 20px);
}

#nGuessesPanel {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

#nGuessesPanel div {
  margin: 0px 5px;
}

#nGuesses,
#nMaxGuesses {
  display: inline-block;
  font-family: "Courier New", monospace;
}

#nGuesses {
  text-align: right;
  width: 35px;
}

#nMaxGuesses {
  text-align: left;
}

#mostRecentGuessPanel {
  margin: 20px auto;
  height: 105px;
  width: 220px;
  border: none;
  border-bottom: 1px solid white;
}

#mostRecentGuess {
  position: relative;
  top: 35px;
}

.guessPast i {
  margin-left: 5px;
  font-weight: light;
}

#guessHistoryPanel {
  height: 150px;
  margin-bottom: 15px;
}

#guessHistory {
  width: 90%;
  flex-wrap: wrap;
  column-gap: 5px;
  align-content: flex-start;
}

.guessPast {
  font-family: "Courier New", monospace;
  padding: 5px;
  display: block;
  height: 40px;
  cursor: default;
}

#mostRecentGuess .guessPast {
  font-size: 44px;
}

#mostRecentGuess .guessPast i {
  font-size: 39px;
}

#guessHistory .guessPast {
  font-size: 23px;
}

#guessHistory .guessPast i {
  font-size: 19px;
}

.guessHigh i {
  color: #bc924c;
}

.guessLow i {
  color: #46b4f5;
}

.guessRight i {
  color: #5bcaa6;
}

.guessWon {
  color: #5bcaa6;
}

.guessLost {
  color: #e1463c;
}

#sliderPanel {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-height: 60vh;
  /*   border: 1px solid #fff; */
  border-radius: 5px;
  padding: 20px;
  margin: auto;
}

#sliderBox {
  text-align: center;
}

#controls {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-height: 60vh;
  /*   border: 1px solid #fff; */
  border-radius: 1px;
  padding: 10px;
  padding-top: 20px;
  margin: auto;
}

.control {
  display: inline-block;
  height: 70px;
  width: auto;
  min-width: 10vw;
  margin: 10px;
  border-radius: 7px;
  font-size: 20px;
  font-weight: normal;
  padding: 10px;
}

.buttonBase {
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  min-height: 30px;
  cursor: pointer;
}

.buttonBase.buttonDark {
  color: #222;
  border-color: #222;
}

.buttonEffects:hover {
  background: #fff !important;
  color: #111 !important;
}

.buttonEffects:active {
  background: #aaa !important;
  color: #111 !important;
}

.buttonEffects.buttonDark:hover {
  background: #222 !important;
  color: #fff !important;
}

.buttonEffects.buttonDark:active {
  background: #555 !important;
  color: #fff !important;
}

.buttonEffects:disabled {
  color: #ddd !important;
  border: 1px solid #ddd !important;
  cursor: default !important;
  filter: brightness(0.65) !important;
}

.buttonEffects:disabled:hover,
.buttonEffects:disabled:active {
  background: none !important;
  color: #ddd !important;
}

#footerContent {
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}

.footerBlock {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.footerBlock > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20px;
}

/* me again */
.hide {
  visibility: hidden;
  display: none;
}

.buttonFooter {
  padding: 5px 10px;
  margin-right: 10px;
}

#sourceContainer {
  margin-right: 15px;
}

#nextMessage {
  font-style: italic;
  font-size: 18px;
  display: block;
  position: relative;
  top: 100%;
}

.flexRowCenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fullPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: #fff;
}

.overlayPanel {
  background: #0f1e46;
}

.verticalPanel {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.panelContent {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: top;
  text-align: center;
}

.fullPanel h1,
#titlePanel h1 {
  font-size: 40px;
}

#helpContent p {
  font-size: 1.2em;
}

.textDark {
  color: #222;
}

.textDark a {
  color: #0d1033;
}

hr {
  width: 100%;
  border-bottom: 1px solid white;
}

input[disabled=""] {
  background: #cccccc;
  color: #222222;
  font-style: italic;
}