.app-header {
  /* background-color: #282c34; */
  height: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: black;
}

.unique span {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
}

.set-up {
  width: 100%;
  padding: 0 10%;
}


.set-up .text-input {
  width: 100%;
  margin-top: 1px;
}

.set-up .text-input p {
  margin: 0;
  color: white;
  border-radius: 3px 3px 0 0;
  background-color: #282c34;
}

.textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.header-label {
  padding: 3px;
  color: white;
  border-radius: 3px 3px 0 0;
  background-color: #282c34;
  margin-top: 20px;
}

.select,
.set-up .lang-input div {
  width: 250px;
  background-color: white;
}

.set-up .styles-input div::after,
.set-up .lang-input div::after {
  border-bottom: 2px solid  #282c34;
}

.set-up .styles-input {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;
}

.set-up .styles-input input {
  width: 100%;
  border: none;
  padding: 0;
}

.set-up .size-input input {
  width: 250px;
  height: 32px;
}

.set-up .styles-input .bckgr-input .image-input {
  padding-bottom: 7.5px;
  border-bottom: 1px solid#282c34;
}

.set-up .title-input > div{
  width: 250px;
}

.sample-block-wrapper {
  width: auto;
  margin: 20px 0;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.set-up .radio {
  width: 250px;
  border-bottom: 1px solid #282c34;
}

.board {
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid  #282c34;
}

.statistic .general {
  height: 165px;
  text-align: center;
}

.statistic .words {
  height: 50vh;
  width: 100%;
  text-align: center;
}

.download-button {
  display: block;
  margin: 5px auto;
}

.tableWithBorder td, th {
  border-bottom: 1px solid #AADDFF;
}

.footer {
  margin: 30px;
}

#scrabble-grid > canvas {
  margin: auto;
  display: block;
}

.progress-bar {
  background-color: yellow;
  text-align: center;
}

.advancedMainButton {
  max-width: 110px;
  width: 100%;
  height: 100%;
  margin: 20px;
  white-space: normal;
  vertical-align: middle;
}

#inputtext {
  vertical-align: middle;
}

.dataTables_scroll,
#statisticTable,
#wordStatisticTable,
.dataTables_scrollHeadInner  {
  margin: 0 auto;
}

.dataTables_scrollHeadInner > table > thead > tr > th,
.dataTables_scrollHeadInner > table {
  background-color: transparent !important;
  background: transparent !important;
}

#statisticTable,
#wordStatisticTable {
  background-color: transparent !important;
  background: transparent !important;
  text-align: center;
}

table#wordStatisticTable.ui.celled.table.unstackable.no-footer.dataTable {
  text-align: right;
}

table#wordStatisticTable.ui.celled.table.unstackable.no-footer.dataTable > tbody > tr > td:first-child  {
  text-align: left;
}

#loader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hide {
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.5)
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #aaa;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #aaa transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.warning {
  color: red;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

#renderOptionsRow {
  display: none;
}
