@font-face {
  font-family: "YanoneKaffeesatz";
  src: url("./YanoneKaffeesatz.ttf");
}
.header {
  text-align: left;
}

.clueBlock {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.clueDirection {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 10px 0px 10px;
  font-family: "YanoneKaffeesatz", sans-serif;
  color: #36578a;
}

.word, .clue, .lineNum {
  display: inline-block;
}

.clueReadOnly {
  border: none;
  background-color: transparent !important;
  padding: 0;
  margin: 0 !important;
}

.word {
  width: 10rem;
}

.clue {
  width: calc(100% - 12.1rem);
  margin-bottom: 1rem;
}

.lineNum {
  text-align: center;
  width: 25px;
}

.card {
  margin-top: 1rem;
}

.crossword {
  display: block;
  text-align: center;
  overflow: auto;
}
.crossword::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.square {
  margin: 0 1px 0px 2px;
  display: inline-block;
  position: relative;
  font: 24px Calibri;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  vertical-align: top;
  margin-bottom: 0.2rem;
}

.char:focus {
  -webkit-box-shadow: 0 0 0 1px #52bafe;
  box-shadow: 0 0 0 1px #52bafe;
}

.char {
  font-size: 24px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 1px 0 0 -1px;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
  background-color: var(--bs-background-light);
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "Permanent Marker", cursive;
  color: #777;
}

.charReadOnly:focus {
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  border-color: rgba(0, 0, 0, 0);
  margin: 0;
  outline: 0;
  color: #303030;
}

.num {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  color: rgb(112, 112, 112);
  font-size: 0.5em;
  line-height: 1em;
  pointer-events: none;
}

.hide {
  display: none;
}

.disabled {
  display: none !important;
}

.Container .innerContainer {
  margin: 0 auto;
}
.Container .innerContainer .generateInfo {
  margin-left: 10px;
}
.Container .innerContainer .line input::-webkit-input-placeholder {
  color: #ddd;
}
.Container .innerContainer .line input::-moz-placeholder {
  color: #ddd;
}
.Container .innerContainer .line input:-ms-input-placeholder {
  color: #ddd;
}
.Container .innerContainer .line input::-ms-input-placeholder {
  color: #ddd;
}
.Container .innerContainer .line input::placeholder {
  color: #ddd;
}

.addRow {
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.addRow:hover {
  cursor: pointer;
  opacity: 0.5;
}

.row {
  display: table-cell;
}

[data-theme=website] .page-banner {
  padding-bottom: 150px;
  overflow: hidden;
}
[data-theme=website] .clockContainer {
  margin: 50px 10px;
}
[data-theme=website] .scrollDown {
  margin-top: -65px;
}
[data-theme=website] .row {
  display: block;
}
[data-theme=website] .square {
  margin-bottom: 4px;
}
[data-theme=website] .char {
  margin: -3px;
  margin-left: -12px;
}
[data-theme=website] .btn:hover {
  color: var(--bs-background-light) !important;
}
[data-theme=website] #menu, [data-theme=website] #win {
  top: 500px;
  left: 0px;
  width: 100%;
  right: 0px;
}
[data-theme=website] #play {
  top: 500px;
  left: 20px;
  width: calc(100% - 40px);
  right: 20px;
}