html.dark .Game-keyboard-button:focus,
html.dark .Game-keyboard-button:hover {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  -webkit-touch-callout: none;
}
.App-about,
.Game p,
.Game-seed-info,
.block_share .share_btn,
.main_desc.center,
.main_title.center,
.modal_start-and-finish .link,
.supports_error {
  text-align: center;
}
.App-container,
.cont,
.mini_modal,
.sect_m {
  max-width: 660px;
}

.Row,
.Row-letter,
.time_btn-wrapper {
  display: flex;
  justify-content: center;
}
.Row-letter {
  align-items: center;
  border: 2px solid #dee1e9;
  font-size: 28px;
  font-weight: 700;
  height: 64px;
  margin: 2px;
  text-transform: uppercase;
  width: 64px;
  border-radius: 5px;
  color: #393e4c;
  background: #fbfcff;
}
.Row-letter.selected {
  border-color: #a7adc0;
}
.Row-process-in.Row-show-player-dot {
  margin-left: -20px !important;
}
.Row-process-in.Row-show-player-dot::before {
  content: ".";
  color: #f23865;
  font-size: 33px;
  font-weight: 900;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}
.Row-process-in.Row-is-your-turn.Row-show-player-dot::before {
  color: #4673d9;
}
.Row-process-in .Row-letter {
  background: #f6eef0;
  border: 2px solid #ed86a1;
}
.Row-process-in.Row-is-your-turn .Row-letter {
  background: #eaf4ff;
  border: 2px solid #478de0;
}
.Row-process-in.Row-is-your-turn .Row-letter.selected {
  border-color: #4374ae;
}
.Row-letter-double {
  width: 20% !important;
  height: 60px !important;
}
html.dark .Row-letter {
  color: #fff;
  background: #191a24;
  border: 2px solid #414458;
}
html.dark .Row-letter.selected {
  border-color: #7b7f98;
}
html.dark .Row-process-in .Row-letter {
  color: #fff;
  background: #342125;
  border: 2px solid #8f5462;
}
html.dark .Row-process-in.Row-is-your-turn .Row-letter {
  color: #fff;
  background: #26384e;
  border: 2px solid #41699a;
}
html.dark .Row-process-in.Row-is-your-turn .Row-letter.selected {
  border: 2px solid #7292b7;
}
sup {
  top: -1.5em;
  width: 0;
  font-size: 11px;
}
.App-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.App-container h1 {
  margin-top: 0;
  margin-bottom: 45px;
}
.Game {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Game,
.Game-keyboard {
  display: flex;
  flex-direction: column;
}

.mini_modal .info .text br,
.mini_modal .line_form {
  margin-top: 10px;
}
.Game-keyboard-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
.Game-keyboard-button {
  align-items: center;
  background-color: #dce1ed;
  color: #5a6376 !important;
  border: 2px solid transparent;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex: 1 1;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  margin: 3px;
  min-height: 46px;
  padding: 3px;
  text-decoration: inherit;
  text-transform: capitalize;
  transition: 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  -webkit-touch-callout: none;
}
.Game-keyboard-button-wide {
  flex: 2 1;
  padding: 3px;
}
.Game-keyboard-button-backspace {
  padding: 10px !important;
}
.Game-keyboard-button svg {
  fill: currentcolor;
  width: 26px;
  height: 26px;
}
.Game-keyboard-button:hover {
  background: #c4cbdd;
}
.Game-keyboard-button:focus {
  background: #dce1ed;
}
.Game-keyboard-button:active {
  background: #b1b9ce;
}
html.dark .Game-keyboard-button {
  color: #fff !important;
  background-color: #656780;
}
html.dark .Game-keyboard-button:hover {
  background: #787a94;
}
html.dark .Game-keyboard-button:focus {
  background: #898ba4;
}
html.dark .Game-keyboard-button:active {
  background: #9496ae;
}
.letter-correct {
  background-color: #79b851 !important;
  border: 2px solid #79b851 !important;
  color: #fff !important;
}
.letter-elsewhere {
  background-color: #f3c237 !important;
  border: 2px solid #f3c237 !important;
  color: #fff !important;
}
.color-blind-mode .letter-absent,
.letter-absent {
  background-color: #a4aec4 !important;
  border: 2px solid transparent !important;
  color: #fff !important;
}
html.dark .letter-absent {
  background-color: #3d4054 !important;
  border: 2px solid transparent !important;
  color: #fff !important;
}
.color-blind-mode .letter-correct {
  background-color: #326ca6 !important;
  border: 2px solid #326ca6 !important;
  color: #fff !important;
}
.color-blind-mode .letter-elsewhere {
  background-color: #f33737 !important;
  border: 2px dotted #f33737 !important;
  color: #fff !important;
}
.Game-options {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.Game-options > * + * {
  -webkit-margin-start: 0.5rem;
  margin-inline-start: 0.5rem;
}
.Game-options button {
  min-width: 6rem;
}
.App-footer {
  font-size: 80%;
  line-height: 1.5;
  margin: -1rem 0 2rem;
}
.App-about {
  line-height: 1.4;
  margin-top: 1.7rem;
}
.Game-seed-info {
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
  margin-top: 1em;
  opacity: 0.5;
  display: none;
}
@media (max-width: 991px) {
  .Game-keyboard-button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .cont {
    margin: 0 5px;
  }
  .Game-options {
    margin-top: 2.5em;
  }
  header .logo svg {
    width: 115px !important;
    margin: 5px 0 !important;
  }
  .Row-letter {
    width: 54px;
    height: 54px;
    font-size: 26px;
  }
  .Row-letter-double {
    height: 56px !important;
  }
  .mini_modal .info .word .letter {
    font-size: 22px !important;
    width: 48px !important;
    height: 48px !important;
  }
  .mini_modal .info .text-tiles {
    margin: 0 0 10px !important;
  }
  .mini_modal .info * + .word {
    margin-top: 10px !important;
  }
  .Game-keyboard-button:active {
    background: #9fa8c0;
  }
  html.dark .Game-keyboard-button:focus {
    background: #656780;
  }
  .Game-keyboard-button svg {
    width: 22px;
    height: 22px;
  }
  .lang_checkbox .check_text {
    justify-content: left !important;
    padding: 5px 10px 5px 20px !important;
  }
  .game_ad {
    display: none;
  }
  .game_ad_mobile {
    display: block !important;
  }
  .Game-keyboard-button[data-animation='flip-out'],
  .Row-letter[data-animation='flip-out'] {
    animation-duration: 5ms !important;
  }
}
@media (max-width: 479px) {
  header .buttons button + button,
  header button.generator,
  header button.give_up {
    margin-left: 7px !important;
  }
  .stats .item .val {
    font-size: 34px !important;
  }
  .stats .item .desc {
    font-size: 10px !important;
  }
  .Row-letter {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .Row-letter-double {
    height: 40px !important;
  }
  .Game-keyboard-button {
    font-size: 14px;
  }
  .mini_modal .top {
    font-size: 18px !important;
  }
  .chart .main_title {
    font-size: 15px !important;
  }
  .main_title {
    font-size: 16px !important;
  }
  .mini_modal hr {
    margin: 10px 0 !important;
  }
  .number_checkbox .label_check {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .instruction {
    font-size: 13px !important;
  }
}
@media (max-width: 375px) {
  header .lang,
  header button.give_up {
    font-size: 12px !important;
    height: 28px !important;
  }
  header .lang,
  header button.generator,
  header button.give_up {
    height: 28px !important;
  }
  header .logo svg {
    width: 100px !important;
    margin: 4px 0 !important;
  }
  header .lang .icon svg {
    width: 14px;
    height: 14px;
  }
  header .lang {
    line-height: 30px !important;
  }
  header button.give_up {
    line-height: 24px !important;
  }
  header button.generator svg {
    width: 22px !important;
    height: 14px !important;
  }
  .modal_start-and-finish .top {
    font-size: 16px !important;
  }
  .modal_start-and-finish .link a {
    font-size: 13px !important;
  }
  .Row-letter {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .Row-letter-double {
    height: 34px !important;
  }
  .Game-keyboard-button {
    font-size: 12px;
    min-height: 42px;
  }
}
@media (max-width: 320px) {
  .Row-letter {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .Game-keyboard-button {
    font-size: 12px;
  }
  .stats .item .val {
    font-size: 26px !important;
  }
}
body,
html {
  height: 100%;
}
input,
input:active,
textarea,
textarea:active {
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: transparent !important;
  box-shadow: 0 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-outline: none !important;
}
button[type='reset'],
button[type='submit'],
input[type='reset'],
input[type='submit'] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
header .lang,
header button.give_up {
  border-radius: 7px;
  font-weight: 700;
  transition: 0.2s;
}
:focus {
  outline: 0;
}
::-ms-clear {
  display: none;
}
.supports_error.show,
.wrap {
  display: flex;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']:focus,
input[type='number']:hover {
  -moz-appearance: number-input;
}
:root {
  --color: #363e52;
  --scroll_width: 17px;
  --font_family: 'Montserrat', 'Open Sans', sans-serif;
  --bg: #fff;
  --bg2: #fff;
  --bg3: #f2efe4;
  --bg4: #f2e4e7;
  --bg5: #f3f1ea;
  --color2: #8b887d;
  --color3: #a35868;
  --color4: #3d424b;
  --color5: #3d424b;
}
html.dark:root {
  --color: #6e7b98;
  --bg: #2b2d3c;
  --bg2: #13141c;
  --bg3: #313448;
  --bg4: #4d3840;
  --bg5: #313448;
  --color2: #d0d4e8;
  --color3: #905f70;
  --color4: #c0c3d6;
  --color5: #c0c3d6;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
html {
  background: var(--bg2);
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--color);
  font: 18px var(--font_family);
  min-width: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
}
body.lock {
  overflow: hidden;
}
.wrap {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  padding: 0 3px 15px;
}

.cont {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.compensate-for-scrollbar {
  margin-right: var(--scroll_width) !important;
}
.lozad {
  transition: 0.5s linear;
  opacity: 0;
}
.lozad.loaded {
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
.text_block,
html.dark .lang_checkbox .label_check,
html.dark .number_checkbox .label_check {
  color: var(--color);
}
.text_block {
  font-size: 16px;
  line-height: 1.75;
}
.supports_error {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.lang_checkbox .label_check,
.number_checkbox .label_check {
  display: table-cell;
  vertical-align: top;
  font-family: var(--font_family);
}
.number_checkbox .label_check {
  color: var(--color5);
  font-size: 16px;
  line-height: 32px;
}
.checkbox input[type='checkbox'],
.game_rows-downloading .Row:not(.Row-locked-in),
.lang_checkbox input[type='radio'],
.number_checkbox input[type='radio'] {
  display: none;
}
.number_checkbox input[type='radio'] + .check_text {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 32px;
  border-radius: 5px;
  background: #e9edf7;
  transition: 0.2s;
}
.number_checkbox input[type='radio'] + .check_text:hover,
html.dark .number_checkbox input[type='radio'] + .check_text:hover {
  color: #fff;
  background-color: #6bba6b;
}
html.dark .lang_checkbox .check_text,
html.dark .number_checkbox input[type='radio'] + .check_text {
  color: #c0c3d6;
  background: #40445c;
}
.lang_checkbox_selected .check_text,
.number_checkbox input[type='radio']:checked + .check_text,
html.dark .lang_checkbox_selected .check_text,
html.dark .number_checkbox input[type='radio']:checked + .check_text {
  color: #fff;
  font-weight: 700;
  background-color: #6bba6b;
}
.number_checkbox input[type='radio']:disabled + .check_text {
  color: #96907a;
  cursor: default;
  background: #f2efe4;
}
html.dark .number_checkbox input[type='radio']:disabled + .check_text {
  color: #777b90;
  background: #232532;
}
.lang_checkbox {
  text-decoration: none;
}
.lang_checkbox .label_check {
  color: var(--color5);
  font-size: 14px;
  line-height: 34px;
}
.lang_checkbox .check_text {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 5px 18px;
  min-width: 170px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 8px;
  background: #e9edf7;
  transition: 0.2s;
  justify-content: left;
  align-items: center;
  align-content: center;
}
.lang_checkbox .check_text:hover,
html.dark .lang_checkbox .check_text:hover {
  color: #fff;
  background: #6bba6b;
}
.mini_modal .close:after,
.mini_modal .close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  background: currentColor;
}
.lang_checkbox .check_text .icon {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.lang_checkbox .check_text .icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}
.lang_checkbox_disabled .check_text {
  color: #8f98b0;
  cursor: default;
  background: #eceff8;
}
html.dark .lang_checkbox_disabled .check_text {
  color: #5e627f;
  background: #2c2f41;
}
.checkbox .label_check {
  line-height: 0;
  display: table-cell;
  height: 24px;
  vertical-align: top;
}
.checkbox input[type='checkbox'] + .check_text {
  position: relative;
  display: block;
  width: 48px;
  height: 26px;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 100px;
  background: #dbe0ed;
}
.player_1 svg,
.player_2 svg,
.timer svg {
  width: 18px;
  height: 18px;
}
html.dark .checkbox input[type='checkbox'] + .check_text,
html.dark .mini_modal hr,
html.dark .sect_m .text {
  background: #40445c;
}
.checkbox input[type='checkbox'] + .check_text:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  content: '';
  transition: 0.2s linear;
  border-radius: 50%;
  background: #fff;
}
.checkbox input[type='checkbox']:checked + .check_text,
html.dark .checkbox input[type='checkbox']:checked + .check_text {
  background: #57ac57;
}
.checkbox input[type='checkbox']:checked + .check_text:after {
  left: 25px;
}
.main_title {
  color: #2e3239;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
html.dark .main_title {
  color: #dfe1f3;
}
.main_desc {
  color: #818692;
  font-size: 13px;
}
html.dark .main_desc,
html.dark .mini_modal .info .text,
html.dark .mini_modal .info .text a {
  color: #c3c7e0;
}
.main_desc.toggle {
  text-align: left;
  max-width: 84%;
  display: inline-block;
}
header {
  position: relative;
}
header .cont {
  height: 34px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
html.dark header .cont {
  background: #13141c;
}
header .logo {
  height: 32px;
}
header .logo svg {
  background-image: url(https://www.britannica.com/assets/img/logo.svg);
  background-repeat: no-repeat;
  height: 32px;
  transition: 0.2s;
}
html.dark header .logo svg {
  background-image: url(https://www.britannica.com/assets/img/logo-dark.svg);
  transition: 0.2s;
}
header .logo img {
  height: 30px;
}
header .logo svg:hover {
  opacity: 0.7;
}
html.dark .instruction,
html.dark .logo img,
html.dark .mini_modal .close:hover,
html.dark .mini_modal .top,
html.dark .modal_start-and-finish .close:hover,
html.dark .modal_start-and-finish .word,
html.dark .stats .item .val {
  color: #fff;
}
header .lang {
  color: #69758e;
  font-size: 13px;
  height: 34px;
  padding: 0 8px;
  background: #ebedf3;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.percentage span,
.player_2 {
  text-align: right;
}
header .lang .icon svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-bottom: -3px;
  border-radius: 6px;
}
header .buttons button.button.active,
header .buttons button.button:hover,
header .lang:active,
header .lang:hover {
  color: #57ac57;
  background: #e6f3e6;
}
html.dark header .buttons button.button,
html.dark header .lang {
  color: #dfe1f3;
  background: #40445c;
}
html.dark header .buttons button.button.active,
html.dark header .buttons button.button:hover,
html.dark header .lang:active,
html.dark header .lang:hover {
  color: #7bd27b;
  background: #2a402f;
}
header button.give_up {
  color: #9a9382;
  height: 34px;
  padding: 0 14px;
  font-size: 13px;
  margin-left: 10px;
  background: #f3f0e8;
  border: 1px solid transparent;
  cursor: pointer;
}
header button.give_up:hover {
  color: #706751;
  border: 1px dashed #ccc6b5;
}
header button.generator {
  color: #57ac57;
  fill: currentcolor;
  height: 34px;
  padding: 3px;
  margin-left: 10px;
  border-radius: 7px;
  background: #e6f3e6;
  transition: 0.2s;
  cursor: pointer;
  border: none;
}
header button.generator:hover {
  color: #369c36;
  background: #d5edd5;
}
header button.generator svg {
  display: block;
  margin: 0 5px;
  max-width: 100%;
  max-height: 100%;
  width: 24px;
  height: 18px;
}
html.dark header button.generator {
  color: #7bd27b;
  fill: currentcolor;
  background: #2a402f;
}
html.dark header button.generator:hover {
  color: #99f199;
  background: #38543f;
}
html.dark header button.give_up {
  color: #b0a1bc;
  background: #4a3d54;
}
html.dark header button.give_up:hover {
  color: #d3c9da;
  border: 1px dashed #6d5d7a;
}
header .buttons {
  margin-left: auto;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
header .buttons button {
  font-family: var(--font_family);
  cursor: pointer;
  border: none;
  border-radius: 7px;
}
.profile,
.stats .item {
  border-radius: 8px;
  background: #f5f7fb;
}
header .buttons button + button {
  margin-left: 10px;
}
header .buttons button.button {
  color: #414a5e;
  display: flex;
  width: 34px;
  height: 34px;
  padding: 3px;
  transition: 0.2s linear;
  background: #ebedf3;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.numbers,
.sect_m .text {
  justify-content: center;
}
header .buttons button.button svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 24px;
  height: 24px;
}
.sect_m {
  position: relative;
  margin: 0 auto;
}
.sect_m .text {
  color: #909cba;
  font-size: 21px;
  display: flex;
  height: 594px;
  text-align: center;
  align-items: center;
  align-content: center;
}
.numbers {
  margin-bottom: 10px;
}
* + .numbers,
.modal_start-and-finish .block_share {
  margin-top: 8px;
}
.numbers .number_checkbox {
  margin-left: 7px;
}
.languages .lang_checkbox,
.mini_modal .info .word .letter {
  margin-bottom: var(--margin-bottom);
  margin-left: var(--margin-left);
}
.languages {
  --margin-bottom: 11px;
  margin-bottom: calc(var(--margin-bottom) * -1);
  --margin-left: 10px;
  margin-left: calc(var(--margin-left) * -1);
  justify-content: center;
}
* + .languages,
.restart_btn.revanche {
  margin-top: 12px;
}
.players {
  padding: 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}
html.dark .players {
  color: #e8e9f2;
}
.players-visible {
  opacity: 1 !important;
}
.player {
  display: inline-block;
  font-weight: 700;
  line-height: 24px;
  width: 50%;
}
.player_1 svg {
  margin-right: 8px;
  margin-bottom: -4px;
}
.player_2 svg {
  margin-left: 8px;
  margin-bottom: -4px;
}
.player span {
  margin: 0 2px;
  font-size: 13px;
  background: #ebedf3;
  padding: 3px 7px;
  border-radius: 3px;
}
.player span.wins {
  color: #76c24f;
}
.player span.loses {
  color: #e17575;
}
.timer {
  font-family:
    Varela,
    open sans,
    sans-serif;
  font-weight: 700;
}
.timer svg {
  margin: 0 4px -2px;
}
html.dark .timer svg {
  fill: #fff;
}
.instruction {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
}
.profile,
.stats {
  margin: 5px 0 15px;
}
.profile {
  padding: 25px;
}
.profile_info {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  line-height: 24px;
}
.profile_info img {
  margin: -5px 8px -5px 0;
}
.profile_info a {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  color: #cf6d6d;
  text-decoration: none;
}
.profile_info a:hover {
  color: #ec9393;
}
.stats {
  padding: 0;
  --items: 3;
  justify-content: space-around;
}
.stats .item {
  width: calc(33% - 25px);
  margin-bottom: var(--margin-bottom);
  margin-left: 0;
  text-align: center;
  padding: 7px;
  min-height: 88px;
}
.stats .item .val {
  color: var(--color);
  font-size: 42px;
  font-weight: 700;
}
html.dark .stats .item {
  background: #24273b;
}
.stats .item .desc {
  color: #818692;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 16px;
}
html.dark .stats .item .desc {
  color: #b6bad4;
}
.block_share .share_btn button {
  color: #363e52;
  font-size: 14px;
  background: #f5f7fb;
  padding: 10px 5px;
  border: none;
  width: 100%;
  font-weight: 700;
  border-radius: 7px;
  display: inline-flex;
  display: flex;
  font-family: var(--font_family);
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.percentage,
.percentage span {
  font-size: 12px;
  border-radius: 50px;
  font-weight: 700;
}
.block_share .share_btn:hover button {
  color: #4673d9;
}
html.dark .block_share .share_btn button {
  background: #33364c;
  color: #c3c7e0;
}
html.dark .block_share .share_btn:hover button {
  color: #45a6f7 !important;
}
.block_share .share_btn button .icon,
.modal_start-and-finish .link a .icon {
  display: block;
  fill: currentcolor;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  margin-bottom: -1px;
}
.block_share .links {
  display: none;
  margin: 5px 0;
  justify-content: center;
}
.block_share .links a {
  color: #fff;
  font-family: var(--font_family);
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 9px 10px;
  min-width: 115px;
  text-align: center;
  margin: 5px;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
}
.modal_start-and-finish .word span,
.restart_btn button {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.twitter_btn {
  background-color: #55acee;
}
.twitter_btn:hover {
  background-color: #72c2ff;
}
.facebook_btn {
  background-color: #4267b2;
}
.facebook_btn:hover {
  background-color: #5986df;
}
.whatsapp_btn {
  background-color: #25d366;
}
.whatsapp_btn:hover {
  background-color: #4de585;
}
.reddit_btn {
  background-color: #ff4500;
}
.reddit_btn:hover {
  background-color: #ff7542;
}
* + .chart {
  margin: 15px 0;
}
.chart .main_title {
  font-size: 16px;
  margin-bottom: 10px;
}
.chart table {
  width: 100%;
  border-collapse: collapse;
}
.chart table td {
  font-size: 16px;
  vertical-align: middle;
}
.chart table tr + tr td {
  padding-top: 13px;
}
.chart table td:nth-child(2) {
  width: 100%;
}
.chart table td.amount {
  font-weight: 700;
  padding-left: 11px;
}
.percentage {
  color: #565d70;
  line-height: 26px;
  position: relative;
  display: block;
  width: 100%;
  height: 26px;
  padding: 0 10px;
  background: #ecf6ec;
}
html.dark .percentage {
  color: #c0c3d6;
  background: #253425;
}
.percentage span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding: 0 8px;
  background: #57ac57;
  min-width: 30px;
}
.mini_modal {
  left:0;
  right: 0;
  height: 100%;
  display: none;
  width: 100%;
  margin: 0 auto;
  border-radius: 7px;
  background: var(--bg2);
  z-index: 1000;
  overflow: scroll;
  position: absolute;
  padding-bottom: 50px;
}
.mini_modal.active {
  display: block;
}
.mini_modal .top {
  color: #69634d;
  font-size: 20px;
  font-weight: 700;
  border-radius: 7px;
  display: flex;
  min-height: 38px;
  padding: 0 25px;
  text-align: center;
  background: var(--bg5);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.mini_modal .data {
  padding: 10px 0 20px;
}
.mini_modal .cont {
  max-width: 580px;
  padding: 0 10px;
}
.mini_modal hr,
.modal_start-and-finish hr {
  display: block;
  width: 100%;
  height: 2px;
  margin: 12px 0;
  border: none;
  background: #e8ebf3;
}
.mini_modal .checkbox {
  width: 48px;
  margin: -35px auto 0;
  position: absolute;
  right: 15px;
}
.mini_modal .close {
  color: #8b887d;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: 0 0;
  transition: 0.2s;
}
.mini_modal .field,
.online {
  position: relative;
}
.green_text,
.grey_text,
.yellow_text {
  color: #fff !important;
  padding: 2px 6px;
  border-radius: 3px;
}
.mini_modal .close:hover {
  color: #4c4a42;
}
html.dark .mini_modal .close,
html.dark .modal_start-and-finish .close {
  color: #a5aaca;
}
.mini_modal .close:before {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mini_modal .close:after {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mini_modal .info {
  padding-top: 5px;
  text-align: center;
}
.mini_modal .info .text {
  color: #2e3239;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
.mini_modal .info .text a {
  color: #2e3239;
}
.mini_modal .info .text a:hover {
  color: #79b851 !important;
}
.mini_modal .info .text-tiles {
  line-height: 32px;
  text-align: left;
  margin: 0 60px 10px;
  padding: 10px 15px;
  background: #edf0f5;
  border-radius: 10px;
}
html.dark .mini_modal .info .text-tiles {
  background: #313448;
}
.mini_modal .info .word {
  --margin-bottom: 6px;
  margin-bottom: calc(var(--margin-bottom) * -1);
  --margin-left: 6px;
  margin-left: calc(var(--margin-left) * -1);
  justify-content: center;
}
.mini_modal .info * + .word {
  margin-top: 15px;
  margin-bottom: 5px;
}
.mini_modal .info .word .letter {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 5px;
  background: #a4aec4;
  justify-content: center;
  align-items: center;
  align-content: center;
}
html.dark .grey_text,
html.dark .mini_modal .info .word .letter {
  background: #656780;
}
.yellow_letter {
  background-color: #f3c237 !important;
}
.green_letter {
  background-color: #79b851 !important;
}
.color-blind-mode .yellow_letter,
.color-blind-mode .yellow_text {
  background-color: #f33737 !important;
}
.color-blind-mode .green_letter,
.color-blind-mode .green_text {
  background-color: #326ca6 !important;
}
.grey_text {
  background: #a4aec4;
}
.yellow_text {
  background: #f3c237;
}
.green_text {
  background: #79b851;
}
.input,
.restart_btn button {
  font-family: var(--font_family);
  border: none;
}
.modal_info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  color: #2e3239;
  background-color: #f1f3f7;
  margin: 10px 0 5px;
  border-radius: 5px;
  max-width: 230px;
}
.online,
.valid {
  color: #3bb867 !important;
}
.alert,
.modal_start-and-finish {
  left: 50%;
  max-height: 100%;
  background: var(--bg2);
  text-align: center;
}
html.dark .input {
  color: #fff;
  background-color: #393c54;
}
.online {
  font-size: 14px !important;
  line-height: 20px !important;
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
}
.not_valid,
.valid {
  font-size: 13px !important;
  line-height: 18px !important;
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
}
.alert,
.message,
.modal_start-and-finish,
.valid {
  position: absolute;
}
.notice {
  font-size: 13px !important;
}
.online svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: -4px;
  fill: #3bb867;
}
.not_valid {
  color: #d36b8d !important;
}
.input::-webkit-input-placeholder {
  color: #5d5d7f;
}
.input::-moz-placeholder {
  color: #5d5d7f;
}
.input::-ms-input-placeholder {
  color: #5d5d7f;
}
.input::placeholder {
  color: #5d5d7f;
}
.input:focus::-webkit-input-placeholder {
  color: #c4c4e2;
}
.input:focus::-moz-placeholder {
  color: #c4c4e2;
}
.input:focus::-ms-input-placeholder {
  color: #c4c4e2;
}
.input:focus::placeholder {
  color: #c4c4e2;
}
html.dark .input::-webkit-input-placeholder {
  color: #aaaec8;
}
html.dark .input::-moz-placeholder {
  color: #aaaec8;
}
html.dark .input::-ms-input-placeholder {
  color: #aaaec8;
}
html.dark .input::placeholder {
  color: #aaaec8;
}
html.dark .input:focus::-webkit-input-placeholder {
  color: #6c6f8a;
}
html.dark .input:focus::-moz-placeholder {
  color: #6c6f8a;
}
html.dark .input:focus::-ms-input-placeholder {
  color: #6c6f8a;
}
html.dark .input:focus::placeholder {
  color: #6c6f8a;
}
.modal_start-and-finish {
  color: var(--color);
  font-size: 15px;
  top: 50%;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  z-index: 99999;
  opacity: 0;
  border-radius: 8px;
  box-shadow:
    0 0 0 500px rgb(255 255 255/0.5),
    0 0 40px rgb(0 0 0/0.4);
}
html.dark .modal_start-and-finish {
  box-shadow:
    0 0 0 500px rgb(19 20 28/0.8),
    0 0 60px rgb(92 98 136/0.6);
  background: #26283a;
}
.modal_start-and-finish.active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
.modal_start-and-finish .top {
  color: #f0c34b;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  height: 41px;
  padding: 0 40px;
  text-align: center;
  background: #1f2836;
  justify-content: center;
  align-items: center;
  align-content: center;
}
html.dark .modal_start-and-finish .top {
  background: #3a3d53;
}
.modal_start-and-finish .top.victordle {
  font-size: 20px;
  color: #fff;
  background: #1f2836;
}
.modal_start-and-finish .top.victordle span {
  background: -webkit-linear-gradient(180deg, #f23865 50%, #377eef 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
html.dark .modal_start-and-finish .top.victordle {
  background: #3f4159;
}
.modal_start-and-finish .top.lost {
  color: #e9b8c3;
}
.modal_start-and-finish .data {
  overflow-y: auto;
  height: calc(100% - 41px);
  padding: 10px 15px 15px;
}
.modal_start-and-finish .desc {
  color: #2e3239;
  font-size: 14px;
  line-height: 22px;
}
.modal_start-and-finish .button-change {
  margin-left: 6px;
  color: #2e3239;
  text-decoration: none;
  font-size: 13px;
}
.modal_start-and-finish .button-change:hover {
  color: #d1375b;
}
html.dark .modal_start-and-finish .button-change {
  color: #a3a2b4;
}
.modal_start-and-finish .reason {
  color: #2e3239;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
html.dark .modal_start-and-finish .reason {
  color: #dfe1ee;
}
.modal_start-and-finish .desc.ads {
  margin-top: 4px;
  font-size: 11px;
  color: #838a9c;
}
html.dark .modal_start-and-finish .desc {
  color: #e6e8f0;
}
.modal_start-and-finish .word {
  color: var(--color);
  font-size: 18px;
  font-weight: 700;
  margin: 7px 0 12px;
  text-align: center;
  letter-spacing: 2.6px;
}
.modal_start-and-finish .word span {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 5px;
  background: #f1f3f9;
  border: 1px dashed #75819e;
}
html.dark .modal_start-and-finish .word span {
  background: #40445c;
  border: 2px dashed #696f90;
}
.restart_btn {
  text-align: center;
  margin-bottom: 5px;
}
.revanche-cancel-wrapper,
.revanche-wrapper {
  margin: 10px 0 3px;
}
.revanche-cancel-wrapper span,
.revanche-wrapper span {
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #e4f6e3;
}
html.dark .modal_start-and-finish .link a,
html.dark .revanche-cancel-wrapper span,
html.dark .revanche-wrapper span {
  color: #c3c7e0;
  background: #33364c;
}
.restart_btn.revanche button {
  background: #47bf41;
  border-bottom: 3px solid #31972c;
}
.restart_btn.revanche:hover button,
.restart_btn:hover button {
  background: #6ac66a;
}
.restart_btn.main_menu:active button,
.restart_btn.revanche:active button,
.restart_btn:active button {
  padding: 8px 30px;
}
.restart_btn.main_menu button {
  background: #4673d9;
  border-bottom: 3px solid #284ea6;
}
.restart_btn.main_menu:hover button {
  background: #5e8cf3;
  border-bottom: 3px solid #3b65c7;
}
.restart_btn-alt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 15px;
}
.restart_btn button {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 24px;
  line-height: 24px;
  min-width: 134px;
  cursor: pointer;
  border-radius: 5px;
  background: #47bf41;
  border-bottom: 3px solid #31972c;
  transition: 0.2s;
}
.modal_start-and-finish .invite_btn button,
.modal_start-and-finish .start_btn button,
.modal_start-and-finish .difficulty_normal_btn button,
.modal_start-and-finish .difficulty_hard_btn button {
  font-family: var(--font_family);
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: none;
  transition: 0.2s;
  color: #fff;
  font-size: 16px;
  min-width: 260px;
  padding: 12px 30px;
  line-height: 20px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.cancel_btn button,
.time_btn button {
  color: #2e3239;
  font-weight: 400;
  padding: 5px 15px;
  line-height: 18px;
  background: #e0e6f4;
}
.modal_start-and-finish .start_btn button {
  border-radius: 5px;
  background: #47bf41;
  border-bottom: 4px solid #31972c;
}
.modal_start-and-finish .start_btn.disabled button {
  color: #fff;
  background: #888;
  border-bottom: 4px solid #737373;
}
.modal_start-and-finish .invite_btn button span,
.modal_start-and-finish .mode1_btn button span,
.modal_start-and-finish .mode2_btn button span,
.modal_start-and-finish .start_btn button span {
  display: block;
  color: #fff;
  font-family: var(--font_family);
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.modal_start-and-finish .difficulty_normal_btn:hover button {
  background: #53ce4d;
  border-bottom: 4px solid #3bad36;
}
.modal_start-and-finish .difficulty_normal_btn button {
  border-radius: 5px;
  background: #ff9737;
  border-bottom: 4px solid #e07c21;
  max-width: 280px;
  padding: 12px;
}
.modal_start-and-finish .difficulty_normal_btn.disabled button {
  color: #fff;
  background: #888;
  border-bottom: 4px solid #737373;
}
.modal_start-and-finish .difficulty_normal_btn button span {
  display: block;
  color: #fff;
  font-family: var(--font_family);
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  line-height: 16px;
}
.modal_start-and-finish .difficulty_normal_btn:hover button {
  background: #ffae64;
  border-bottom: 4px solid #eb9648;
}
.modal_start-and-finish .difficulty_normal_btn.disabled:hover button {
  background: #9a9a9a;
  border-bottom: 4px solid #858585;
}
.modal_start-and-finish .difficulty_hard_btn button {
  border-radius: 5px;
  background: #f85b3f;
  border-bottom: 4px solid #cf371c;
  max-width: 280px;
  padding: 12px;
}
.modal_start-and-finish .difficulty_hard_btn.disabled button {
  color: #fff;
  background: #888;
  border-bottom: 4px solid #737373;
}
.modal_start-and-finish .difficulty_hard_btn button span {
  display: block;
  color: #fff;
  font-family: var(--font_family);
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  line-height: 16px;
}
.modal_start-and-finish .difficulty_hard_btn:hover button {
  border-radius: 5px;
  background: #ff7b63;
  border-bottom: 4px solid #e54f34;
}
.modal_start-and-finish .difficulty_hard_btn.disabled:hover button {
  background: #9a9a9a;
  border-bottom: 4px solid #858585;
}
.modal_start-and-finish .start_btn:hover button {
  background: #53ce4d;
  border-bottom: 4px solid #3bad36;
}
.modal_start-and-finish .start_btn.disabled:hover button {
  background: #9a9a9a;
  border-bottom: 4px solid #858585;
}
.modal_start-and-finish .invite_btn:active button,
.modal_start-and-finish .mode1_btn:active button,
.modal_start-and-finish .start_btn:active button {
  min-width: 274px;
}
.modal_start-and-finish .invite_btn button {
  border-radius: 5px;
  background: #4673d9;
  border-bottom: 4px solid #284ea6;
}
.modal_start-and-finish .mode1_btn button,
.modal_start-and-finish .mode2_btn button,
.time_btn button {
  border: none;
  font-family: var(--font_family);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: 0.2s;
}
.modal_start-and-finish .invite_btn:hover button,
.modal_start-and-finish .mode1_btn:hover button {
  background: #5e8cf3;
  border-bottom: 4px solid #3b65c7;
}
.modal_start-and-finish .mode1_btn button,
.modal_start-and-finish .mode2_btn button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 260px;
  padding: 12px 30px;
  line-height: 20px;
  margin: 10px 0;
  border-radius: 5px;
}
.alert,
.message {
  color: var(--color);
}
.modal_start-and-finish .mode1_btn button {
  background: #4673d9;
  border-bottom: 4px solid #284ea6;
}
.modal_start-and-finish .mode2_btn button {
  background: #f23865;
  border-bottom: 4px solid #b42a4b;
}
.modal_start-and-finish .mode2_btn:hover button {
  background: #fa426f;
  border-bottom: 4px solid #b23452;
}
.time_btn button {
  font-size: 14px;
  margin: 10px 5px 0;
  border-radius: 5px;
  border-bottom: 3px solid #b4bed7;
}
.cancel_btn:hover button,
.time_btn:hover button {
  background: #e9ecf4;
  border-bottom: 3px solid #ced5e6;
}
.time_btn.active button,
.time_btn:active button {
  padding: 5px 20px;
  background: #91df68;
  border-bottom: 3px solid #5ab12d;
}
.time_btn.infinity button {
  font-size: 28px;
}
.time-left-infinity {
  font-size: 20px;
}
.cancel_btn button {
  font-family: var(--font_family);
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  vertical-align: top;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
  border-bottom: 3px solid #b4bed7;
}
.cancel_btn:active button {
  padding: 5px 20px;
}
.modal_start-and-finish .or_text {
  color: #75819c;
  font-size: 12px;
  margin: 5px 0;
}
html.dark .modal_start-and-finish .or_text {
  color: #898fb2;
}
.modal_start-and-finish .definition {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  color: #3b6fe5;
  text-decoration: none;
}
.modal_start-and-finish .definition:hover {
  text-decoration: underline;
}
html.dark .modal_start-and-finish .definition {
  color: #7999e1;
}
.modal_start-and-finish .link a {
  color: var(--color);
  font-size: 14px;
  padding: 10px 5px;
  background: #f5f7fb;
  margin-top: 5px;
  border-radius: 5px;
  display: flex;
  text-decoration: none;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal_start-and-finish .link a:hover,
html.dark .modal_start-and-finish .link a:hover {
  color: #57ac57;
}
.modal_start-and-finish .link a .icon-download {
  width: 20px;
  height: 20px;
}
.modal_start-and-finish .close {
  color: #a1a9b4;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  height: 26px;
  cursor: pointer;
  border: none;
  background: 0 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.2s;
}
.modal_start-and-finish .close:hover {
  color: #cfd6e0;
}
.modal_start-and-finish .close svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 15px;
  height: 15px;
}
.modal_back {
  cursor: pointer;
  position: absolute;
  left: 14px;
  top: 10px;
}
.modal_back img {
  width: 20px;
  height: 20px;
  color: #fff;
}
.modal_back img path {
  color: #fff;
  fill: #fff;
}
.alert {
  font-weight: 700;
  font-size: 18px;
  top: 40%;
  display: none;
  min-width: 285px;
  max-width: 100%;
  padding: 32px 15px;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
}
html.dark .alert {
  color: #fff;
  background: #4a4d62;
}
.message {
  display: block;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #edf0f7;
  text-align: center;
  width: max-content;
  left: 0;
  right: 0;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}
.game_ad,
.game_ad_mobile {
  margin: 5px auto 0;
  max-width: 315px;
  width: 100%;
  text-align: center;
}
html.dark .message {
  color: #cdd3e1;
  background: #262836;
}
.game_rows-downloading,
.game_rows-downloading-parallel {
  padding: 15px;
  max-height: max-content;
}
.game_ad_mobile {
  display: none;
}
.countdown {
  font-weight: 700;
  color: #565b68;
  letter-spacing: 1.5px;
}
html.dark .countdown {
  color: #dde0f1;
}
.Game-keyboard-button[data-animation='pop'],
.Row-letter[data-animation='pop'] {
  animation-name: PopIn;
  animation-duration: 0.3s;
}
.not-visibility {
  visibility: collapse;
}
@keyframes PopIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.Game-keyboard-button[data-animation='flip-in'],
.Row-letter[data-animation='flip-in'] {
  animation-name: FlipIn;
  animation-duration: 125ms;
  animation-timing-function: ease-in;
}
@keyframes FlipIn {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.Game-keyboard-button[data-animation='flip-out'],
.Row-letter[data-animation='flip-out'] {
  animation-name: FlipOut;
  animation-duration: 50ms;
  animation-timing-function: ease-in;
}
@keyframes FlipOut {
  0% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #3bb867;
  border-color: #3bb867 transparent;
  animation: 1.2s linear infinite lds-dual-ring;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.board-row {
  display: flex;
  padding-bottom: 0;
}
.board-row:first-of-type {
  padding-bottom: 5px;
}
.board-row .board-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 20px;
}
.board-row .board-item:last-of-type {
  padding-right: 0;
}
