body,
html {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  scrollbar-gutter: stable;
  overscroll-behavior-y: none;
}
.header-buttons {
  display: flex;
}
#pomoc-btn,
#kontakt-btn {
  padding: 0.625rem 1.25rem;
  margin-left: 1.875rem;
  cursor: pointer;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
}
#wordsinputWrapper {
  display: flex;
  flex-direction: column;
}
#wordListInput {
  width: 36.3125rem;
  min-width: 13rem;
  max-width: 55rem;
  height:35.25rem;
  resize: horizontal;
  font-family: 'Open Sans', sans-serif;
  padding: 5px;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  border: 0.125rem solid;
  border-color: #ddd;
  position: relative;
  background-color: transparent;
}
#wordListInput:focus {
  outline: none;
  border: 0.125rem solid #70bfff !important;
}
#placeholderDiv {
  position: absolute;
  top: 0;
  padding: 0.75rem;
  color: #a5a5a5;
  pointer-events: none;
}
#wordListInput:active {
  border-color: #408171;
}
#wordsInput label {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 0.1875rem;
  color: #333;
  font-family: 'inter', sans-serif;
  font-weight: bold;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.student-instr-wrap {
  display: none
}
.toggle-switch-container {
  align-content: center;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-family: 'inter', sans-serif;
  border-radius: 0.3125rem;
  grid-column: 1;
  margin-top: 2.1875rem;
  grid-column: 2;
  justify-self: center;
}
.toggle-switch {
  margin: 0;
}
.toggle-switch {
  width: 0.625rem;
  position: relative;
}
.toggle-switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.toggle-switch input:checked {
  z-index: 1;
}
.toggle-switch input:checked+label {
  opacity: 1;
  cursor: default;
}
.toggle-switch input:not(:checked)+label:hover {
  opacity: 0.9;
}
.toggle-switch label {
  color: #000000;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.toggle-switch .toggle-outside {
  height: 100%;
  border-radius: 1.0625rem;
  padding: 0.6875rem;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.toggle-switch .toggle-inside {
  border-radius: 50%;
  background: #659B8D;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.switch-vertical {
  background-color: #00F;
  width: 0rem;
  height: 3.125rem;
  margin-left: 1.6875rem;
}
.switch-vertical input {
  height: 100%;
  width: 3.75rem;
  right: 0;
  margin: 0;
}
.switch-vertical label {
  font-size: 0.9rem;
  line-height: 1.875rem;
  display: block;
  width: 5rem;
  height: 53%;
  margin: 0;
  text-align: left;
  padding-left: 0.75rem;
  letter-spacing: 0.06rem;
}
.switch-vertical .toggle-outside {
  position: absolute;
  width: 1.4375rem;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 1.0625rem;
  border: 1px solid #dcdada;
}
.switch-vertical .toggle-inside {
  height: 1.0625rem;
  left: 0.1875rem;
  top: 0.1875rem;
  width: 1.0625rem;
}
.switch-vertical input:checked~.toggle-outside .toggle-inside {
  top: 0.1875rem;
}
.switch-vertical input~input:checked~.toggle-outside .toggle-inside {
  top: 1.75rem;
}
#wordsInput {
  min-width: 3.125rem;
  max-width: 100%;
  position: relative;
  background-color: white;
}
.separator-input-container {
  align-self: flex-start;
  padding-top: 0.625rem;
}
.separator-input-container label {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  font-family: 'inter', sans-serif;
  font-weight: 500;
}
#separatorInput {
  width: 3.625rem;
  height: 1.875rem;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  border-radius: 0.1875rem;
  border: 1px solid #919191;
  border-color: rgba(163, 163, 163, 0.699);
}
#separatorInput:focus {
  outline: none;
  border: 0.125rem solid #70bfff !important;
}
#generateGridButton {
  padding: 0.9375rem 1.475rem;
  margin-top: 2.125rem;
  cursor: pointer;
  border: none;
  background-color: #007bff;
  color: white;
  background-color: #659B8D;
  border-radius: 1.95rem;
  font-size: 1.05rem;
  letter-spacing: 0.12rem;
  max-width: 8.9375rem;
  font-family: "open sans", sans-serif;
  grid-column: 1;
}
#generateGridButton:hover {
  background-color: #408171;
}
#generateGridButton:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
#copy-open-container {
  grid-column: 1;
}
#open-newtab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  min-height: 3rem;
}
.highlight {
  font-weight: bold;
  color: rgb(0, 0, 0);
}
#wordsearch-container {
  padding: 0.625rem;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pinch-zoom;
}
#game-sticky {
  display: flex;
  flex-direction: column;
  top: 3.75rem;
  align-items: center;
}
.wordsearch-grid {
  border-collapse: collapse;
  margin: 0;
  margin: auto;
}
.wordsearch-grid td {
  min-width: 1.90625rem;
  height: 2rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0625rem;
  cursor: pointer;
  font-family: 'sora', sans-serif;
  font-family: 'outfit', sans-serif;
  font-family: 'inter', sans-serif;
}
.game-area {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-items: center;
}
.word-list {
  display: grid;
  grid-template-columns: 2fr 0.01fr 19.25rem 1.5625rem 1.8125rem;
  gap: 0rem;
  text-align: center;
  align-items: center;
  font-size: 0.9375rem;
  font-family: 'sora';
}
.word-item {
  grid-column: 1;
  margin: 0.25rem;
  padding: 0.25rem 0.625rem;
  background-color: #e8b11217;
  background-color: #fe95001f;
  background-color: #fff2e0;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: 'inter';
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.03125rem;
  color: #433429;
}
.word-item-solved {
  grid-column: 1;
  margin: 0.25rem;
  padding: 0.25rem 0.625rem;
  background-color: #e8b11217;
  background-color: #fe95001f;
  background-color: #fff2e0;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: 'inter';
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.03125rem;
  color: #433429;
  background: linear-gradient(to right, #f5f5f5, white);
  background: linear-gradient(to right, white, #fff2e0);
}
.equation-mark {
  align-content: center;
  font-size: 0.9375rem;
  margin: 0rem 0.1875rem;
}
.drop-input-placeholder-item {
  margin: 0.25rem;
  padding: 0.3125rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-family: 'inter';
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  background-color: #12e8120d;
  background-color: #46b3460d;
  height: 1.9rem;
}
.drop-input-placeholder-item::placeholder {
  font-weight: 400;
  color: #9e9d9d;
}
.confirmation-tick {
  font-size: 1.5rem;
  color: #5fb662ed;
  font-weight: bold;
}
.trash-bin-button {
  background: none;
  border: none;
  padding: 0.6875rem 0.0625rem 0.0625rem 0rem;
  cursor: pointer;
  align-content: baseline;
  padding-top: 0.375rem;
}
.player-controls {
  display: flex;
  position: relative;
  align-items: center;
  gap: 1.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.player-controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38.5%;
  width: 11rem;
  height: 100%;
  background: #0369ff12;
  transform: translateX(-64%);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.eraser-img {
  width: 1.8125rem;
  height: 1.8125rem;
}
.marked {
  background-color: #febf65;
  border-radius: 37%;
}
.marked-correctly {
  background-color: #5fb662ed;
  border-radius: 29%;
}
.marked-correctly-dropped {
  background-color: rgba(63, 157, 63, 25%);
}
.drop-hover {
  background-color: rgba(48, 140, 182, 0.308);
}
.drag-active {
  border: 1px solid #419e4163;
  box-sizing: border-box;
}
.draggable-helper {
  background-color: #b4dbb6;
  background-color: #C2DECF;
  padding: 0.1875rem;
  border-radius: 0.3125rem;
  text-align: center;
  font-size: 1rem;
  font-family: 'inter', sans-serif;
  font-size: 1.0625rem;
  cursor: move;
  z-index: 10000;
  white-space: nowrap;
  letter-spacing: 0.09em;
}
.bottom-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  margin-bottom: 0.8rem;
  padding-left: 0.875rem;
}
.bottom-wrapper-copy-instructions {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  align-items: flex-start;
  padding-left: 0.875rem;
  margin-top: 1.875rem;
  font-weight: 500;
}
#check-answers-btn {
  padding: 0.5rem 1.25rem;
  width: 6.25rem;
  height: 1.875rem;
  cursor: pointer;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  font-family: 'open sans', sans-serif;
}
#check-answers-btn:hover {
  background-color: #0056b3;
}
#check-answers-btn:disabled {
  background-color: #a3a3a3;
  cursor: not-allowed;
}
.screenshot-btn {
  width: 100%;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.35rem;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 6.25rem;
  height: 1.875rem;
  letter-spacing: 0.08em;
  background-color: #364f48;
  background-color: #408171;
  font-size: 0.8125rem;
  font-family: 'open sans', sans-serif;
  margin: auto;
  letter-spacing: 0.12rem;
}
#screenshot-btn-overlay {
  margin-top: 2rem;
  background-color: #268fff;
  min-width: 6.8125rem;
  width: 8.8rem;
  padding: 0.57rem 1.25rem;
    height: auto;
}
#screenshot-btn-overlay:hover {
  background-color: #0056b3;
}
.screenshot-btn:hover {
  background-color: #0056b3;
  background-color: #364f48;
}
.save-btn {
  width: 100%;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.35rem;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 6.25rem;
  height: 1.875rem;
  letter-spacing: 0.08em;
  background-color: #364f48;
  background-color: #408171;
  font-size: 0.8125rem;
  font-family: 'open sans', sans-serif;
}
.save-btn:hover {
  background-color: #0056b3;
  background-color: #364f48;
}
#or-save {
  margin: 0px 0px;
}
.bottom-buttons {
  display: flex;
  flex-direction: column;
  padding-left: 0.875rem;
  gap: 0.9375rem;
  align-items: center;
  margin-bottom: 1rem;
}
.creator-instr-wrap {
  color: #424242;
  color: #747474;
}
.hidden {
  display: none;
}
.instruction-labels {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #ffbb6b;
  background-color: #F9CD8E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.699);
  font-weight: bold;
  font-family: 'sora', sans-serif;
  flex-shrink: 0;
  padding-left: 0.1875rem;
}
.side-btn-labels {
  font-size: 0.9rem;
  letter-spacing: 0.08rem;
  line-height: 1.4em;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'outfit', sans-serif;
  font-weight: 400;
}
label[for="save-btn"] {
  padding-left: 0.0625rem;
  font-weight: 500;
}
.instructions-wrapper {
  display: flex;
  align-items: baseline;
  column-gap: 0.625rem;
}
#instruction-student2-wrapper {
  margin-bottom: 1.25rem;
}
#cofnij-btn {
  height: 1.875rem;
  border: solid 1px;
  border-color: rgb(168, 168, 168);
  cursor: pointer;
  background-color: transparent;
  border-radius: 0.3125rem;
  margin-top: 0.4rem;;
}
#cofnij-btn:hover {
  border: solid 1px;
  border-radius: 0.125rem;
  background-color: #ebebeb7d;
  border-color: gray;
  border-radius: 0.3125rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#cofnij-btn.eraser-active {
  background-color: #febf65;
}
#wyroznij-btn {
  min-width: 3.875rem;
  height: 1.875rem;
  border: none;
  border: solid 1px;
  border-color: rgb(168, 168, 168);
  cursor: pointer;
  background-color: transparent;
  border-radius: 0.3125rem;
  letter-spacing: 0.1em;
  font-family: 'sora', sans-serif;
  font-weight: 600;
  color: black;
  font-size: 0.7rem;
}
#wyroznij-btn:hover {
  border: solid 1px;
  border-radius: 0.125rem;
  background-color: #ebebeb7d;
  border-color: #cccccc40;
  border-radius: 0.3125rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: solid 1px;
  border-color: gray;
}
#wyroznij-btn.active {
  border: solid 1px;
  background-color: #dcdcdcb7;
  border-color: gray;
  border-radius: 0.3125rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.192);
}
.marked-for-button {
  background-color: #febf65;
  border-radius: 2.1875rem;
  padding: 0.6em;
  padding-left: 0.67em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
}
#word-counter {
  padding: 0.625rem;
  color: #3f7841;
  border: none;
  border-radius: 0.25rem;
  font-family: 'sora', sans-serif;
  font-weight: 500;
  width: 3.125rem;
  font-size: 1.125rem;
}
.fullscreen-btn {
  width: auto;
  height: auto;
  width: 2.5rem;
  height: 2rem;
  background-color: transparent;
  border: none;
}
.fullscreen-btn:hover {
  filter: invert(1);
  cursor: pointer;
}
.fullscreen-img {
  width: 1.9375rem;
  height: 1.9375rem;
}
.kierunki-img {
  width: auto;
  height: auto;
  width: 1.9375rem;
  height: 1.9375rem;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  font-family: open, sans-serif;
  background-color: rgb(105, 105, 105);
  color: #fff;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -5rem;
  margin-bottom: -4.625rem;
  transition: visibility 0.5s linear;
  letter-spacing: 0.1em;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  transition-delay: 1.5s;
}
.main-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  Background-color: #f4f4f4;
}
.sidebar {
  display: flex;
  flex-basis: 15.625rem;
  max-width: 15.625rem;
  justify-content: space-between;
  color: #fff9f9;
  color: rgb(0, 0, 0);
  font-family: open, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  position: sticky;
  top: 0;
  box-shadow: 0 0 0.1875rem 0.2375rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1875rem 0.2375rem rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.sidebar-wrapper {
  width:100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  flex-basis: 15.625rem;  
  min-width: 10.5rem;
  min-width: 11rem;
  justify-content: space-between;
  font-family: open, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  height:100dvh;
  height:100svh;
  min-height: 100dvh;
  max-height: fit-content;
  padding: 1.25rem;
  position: sticky;
  top: 0;
  z-index: 200;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: none;
}
.sidebar a {
  text-decoration: none;
  display: block;
}
.logo-scr-img {
  width: 81%;
  opacity: 82%;
  max-width: 11.25rem;
}
.logo-img {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  margin-top: 3.25rem;
}
#logoImg {
  display: flex;
}
.home-img{
  width:100%;
  height:100%;
  opacity: 50%;
}
.home-img:hover {
  opacity: 100%;
}
#logo-wrapper {
  display: flex;
  justify-content: space-between;
}
.poweredBy {
  font-family: "outfit", sans-serif;
  font-size: 0.75rem;
}
.h2 {
  font-size: 1.6875rem;
  color: #0066ff83;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
.white-rectangle {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  background-color: white;
  max-width: 12.4375rem;
  height: 10rem;
  border: solid 1px;
}
.contact {
  z-index: 1500;
  font-family: 'inter', sans-serif;
  font-size: 0.8125rem;
  color: rgb(2, 2, 2);
  letter-spacing: 0.08em;
  font-weight: 300;
}
.wordsearch {
  font-size: 1.6875rem;
  margin-top: 7.4375rem;
  margin-bottom: 1rem;
  color: #0066ff83;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}
.puzzle {
  font-size: medium;
}
h1 {
  font-size: 1.5625rem;
}
.workspace {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-rows: minmax(min-content, max-content);
  gap: 1.25rem;
  justify-content: center;
  align-content: start;
  padding: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  min-height: 100dvh;
  background-color: #f4f4f4;
}
#workspace-center {
  align-content: center;
}
#box1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3.4375rem;
  padding-bottom: 1.875rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
#box2 {
  display: grid;
  min-width: 43.375rem;
  width: 100%;
  padding: 5rem;
  padding-bottom: 5.5rem;
}
#box3 {
  justify-content: center;
  padding-top: 0.3125rem;
  width: auto;
}
#box3.fulscreen {
  transform: scale(1.5);
}
#box5 {
  justify-content: center;
  padding-top: 0.3125rem;
  width: auto;
  height: 100%;
}
.box {
  align-items: center;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0px 8px rgba(95, 90, 69, 0.1);
  border-radius: 1rem;
  padding: 1.25rem;
  position: relative;
}
#box4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
}
.workspace.fullscreen {
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.learn-more {
  color: #2b89f2;
  color: #a3a5f4;
  color: #0245ff7c;
  color: #999ca5;
  color: #66686e;
  cursor: pointer;
  bottom: 0.625rem;
  right: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.lore-ipsum {
  display: none;
  padding-top: 1.25rem;
  max-width: 49.75rem;
}
#generated-link {
  width: 61%;
  padding: 0.625rem;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: 0.35rem;
  background: #e8b11217;
  font-size: 0.8125rem;
  pointer-events: none;
  color: #959595;
}
#generated-link::placeholder {
  color: rgb(201, 201, 201);
}
#generated-link::-webkit-input-placeholder {
  color: rgb(201, 201, 201);
}
#generated-link:-moz-placeholder {
  color: rgb(201, 201, 201);
  opacity: 1;
}
#generated-link::-moz-placeholder {
  color: rgb(201, 201, 201);
  opacity: 1;
}
#generated-link:-ms-input-placeholder {
  color: rgb(201, 201, 201);
}
#heading-creator {
  font-family: 'Outfit', sans-serif;
  color: #0066ff83;
  font-size: 1.575rem;
  align-self: start;
}
.wordsearch-creator {
  font-size: 2.5rem;
}
.puzzle-creator {}
@keyframes highlight {
  from {
    background-color: #659B8D;
  }
  to {
    background-color: #408171;
  }
}
#copy-btn {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  background-color: #659B8D;
  color: white;
  border: none;
  border-radius: 0.3rem;
  max-width: 7.9375rem;
  transition: background-color 0.3s ease;
  font-family: 'inter', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.1rem;
}
#copy-btn.animate {
  animation: highlight 0.5s 1;
  background-color: #317033;
}
#copy-btn:hover {
  background-color: #408171;
}
#copy-btn:disabled {
  background-color: #d3d3d3;
  cursor: not-allowed;
}
#copy-btn-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  font-weight: 300;
  opacity: 0%;
  color: grey;
}
#open-newtab-container label {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 0.75rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
#open-newPage-btn {
  padding: 0.5rem 1.125rem;
  cursor: pointer;
  color: #006495;
  border: none;
  border-radius: 0.35rem;
  transition: background-color 0.3s ease;
  max-width: 15rem;
  font-family: 'inter', sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  border: solid 1px;
  border-color: transparent;
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.15), 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fa 100%);
  align-self: end;
  margin-bottom: 0.375rem;
  margin-right: 2rem;
}
#open-newPage-btn:hover {
  background-color: #408171;
  background-color: #0d8cee;
  border: solid 1px #0d8cee;
  border-color: #c0cad2;
}
#open-newPage-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  color: #c9c9c9;
}
.link-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 6.9375rem;
  border-radius: 0.35rem;
  border-color: #ffffff;
  max-width: 42.5rem;
  align-self: end;
}
#notification {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50;
  color: white;
  padding: 0.625rem 1.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  z-index: 1000;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}
.overlay-content {
  position: relative;
  top: 2%;
  width: 60%;
  margin: auto;
  padding: 4.25rem;
  background: white;
  z-index: 2000;
  border-radius: 0.3125rem;
  height: 97vh;
  overflow-y: auto;
  padding-top: 2rem;
}
#overlay-completion {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1) !important;
  z-index: 2000;
  opacity: 0;
  transform: translateY(-10px);
  will-change: opacity, transform;
  animation: fadeIn 0.4s ease-in forwards;
  backdrop-filter: blur(2px);
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
.overlay-completion-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: linear-gradient(to right, #f2f2f2, #c7cfe0);
  background: radial-gradient(circle, #f2f2f2, #d5ddd9);
  background: radial-gradient(circle, #31B7C2, #7BC393);
  background: radial-gradient(circle at center, #6ac5ae 50%, #89c79d 150%);
  top: 50%;
  left: 50%;
  width: 55%;
  color: white;
  transform: translate(-50%, -50%);
  padding: 1.25rem;
  padding-bottom: 5rem;
  z-index: 2000;
  border-radius: 0.625rem;
  overflow-y: auto;
  text-align: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  background: #6ac5ae;
}
p {
}
.well-done {
  font-family: 'inter', sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
.remember {
  font-family: 'Outfit';
  font-size: 1.225rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
.refresh-btn {
  padding: 0.6rem 1.25rem;
  cursor: pointer;
  background-color: #268fff;
  color: white;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  display: flex;
  align-self: center;
  justify-content: center;
  margin-top: 1.875rem;
  font-family: "open sans", sans-serif;
  width: 8.8rem;
}
.refresh-btn:hover {
  background-color: #0056b3;
}
.close-overlay-btn {
  position: sticky;
  top: 1.25rem;
  font-size: 3.125rem;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.close-overlay-btn:hover,
.close-overlay-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.overlay-header-wrapper {
  display: flex;
  justify-content: flex-end;
}
#create-instructions {
  font-family: 'inter', sans-serif;
  font-family: 'inter', sans-serif;
  line-height: 2.5rem;
  font-family: "open sans", sans-serif;
  font-size: 1.18rem;
}
@keyframes rainLetter {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rain {
  animation: rainLetter 0.1s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.final-letter {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}
.wordsearch-grid td.custom-cursor {
  cursor: url('../media/eraser-new.cur'), auto;
}
#languageToggleButton {
  border: none;
  background: none;
  padding: 0.125rem;
  cursor: pointer;
  z-index: 1500;
  font-family: "inter", sans-serif;
  font-size: 0.8125rem;
  color: rgb(2, 2, 2);
  letter-spacing: 0.1em;
}
#contact-language-wrp {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.privacy {
  font-family: 'inter', sans-serif;
  font-size: 0.8125rem;
  color: rgb(2, 2, 2);
  text-decoration: none;
  margin-top: 1rem;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.privacy:hover {
  cursor: pointer;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
#loader,
#loader img {
  background: none !important;
  background-color: transparent;
  width: 35px;
}
#solution-title {
  margin-top: 4rem;
  display: none;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.15rem;
}
#print-btn {
  display:none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0.3125rem;
  margin-bottom: 0;
  justify-self: flex-end;
  border-radius: 5px;
  max-height: 2.2rem;
}
#print-btn:hover {
  background-color: #e9e9e9;
}
#print-btn img {
  width: 2.25rem;
  height: 2.25rem;
}
#line-counter {
  grid-column: 3;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'inter', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  color:#0066ff83;
}
#max {
  grid-column: 2;
}
#label-wrap {
  display: grid;
}
#enter, #max {
  justify-content: space-between;
  font-size: 0.9375rem;
  margin-bottom: 0.1875rem;
  color: #333;
  font-family: 'inter', sans-serif;
  font-weight: bold;
  font-family: 'outfit', sans-serif;
}
#footer {
  position: fixed;
  display: none;
  margin:auto
}
.toggle-generate-wrp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0.5rem;
}
.demo-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.demo-modal-content {
  background-color: #fefefe;
  padding: 1.25rem 1.875rem;
  border: 1px solid #888;
  width: 90%;
  max-width: 31.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0,0,0,0.3);
  position: relative;
  animation: fadeIn 0.3s;
}
.demo-message {
  text-align: center;
  margin: 0;
  color: #333;
  font-family: "open sans", sans-serif;
  letter-spacing: 0.05rem;
}
.limit-message {
display: flex;
  text-align: center;
  justify-content: center;
  margin: 1.5rem auto;
  color: #333;
  font-family: "open sans", sans-serif;
  letter-spacing: 0.05rem;
}
.demo-ok-button {
  display: block;
  margin: 20px auto 0;
  padding: 0.625rem 0.9375rem;
  background-color: #1a73e8;
  color: #fff;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.demo-ok-button:hover {
  background-color: #1558b0;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-1.25rem); }
  to { opacity: 1; transform: translateY(0); }
}
.saveModal-open-btn {
  visibility:hidden;
    pointer-events: none; 
    opacity: 0;
  padding: 10px 20px;
  background-color: #006495;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Open Sans';
    letter-spacing: 0.05rem;
    font-size: 1.05rem;
}
.saveModal-open-btn:hover {
  background-color: #0056b3;
  background-color: color-mix(in srgb, #006495, white 16%);
}
#saveButton-tick {
  display: none;  
}
.saveModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.saveModal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  width: 400px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-width: 40.25rem;
}
.saveModal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.saveModal-body {
  margin-bottom: 20px;
}
.saveModal-body label {
    display: block;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: 'Outfit';
    letter-spacing: 0.1rem;
}
.saveModal-input {
  width: calc(100% - 20px);
  width:100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  overflow: 'auto';
  resize: none;
  font-family: 'Inter';
    letter-spacing: 0.05rem;
}
.saveModal-input:focus {
  border-color: #007bff;
}
.saveModal-hint {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #666;
}
.saveModal-footer {
  display: flex;
  justify-content: flex-end;
}
.saveModal-save-btn {
  padding: 10px 20px;
  background-color: #006495;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Open Sans';
    letter-spacing: 0.05rem;
}
.saveModal-save-btn:hover {
  background-color: 
color-mix(in srgb, #006495, white 16%);
}
 .saveModal-confirm-tick {
  display: none;
  color: #000;
  font-size: 24px;
  margin-left: 10px;
  margin-right:25px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.saveModal-confirm-tick.show {
  display: inline-block;
  animation: popIn 0.3s ease-out forwards;
}
.saveModal-confirm-tick.hide {
  opacity: 0;
}
.saveModal-puzzles-section {
  margin-top: 40px;
}
.saveModal-puzzles-section h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}
.saveModal-puzzles {
  font-size: 1rem;
  color: #555;
}
.saveModal-input {
  min-height: 100px;
}
.saveModal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}
.saveModal-close-btn:hover {
  color: #007bff;
}
.unsaved-info{
  font-family: 'outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
}
.unsaved-info{
  font-family: 'outfit', sans-serif;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.09rem;
}
@keyframes fadeInLogin {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
#loginModalContainer {
  position: fixed;      
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;        
  z-index: 9999;        
  backdrop-filter: blur(125px);
  -webkit-backdrop-filter: blur(125px);
  animation: fadeInLogin 0.3s;
}
#loginModalContent {
  position: absolute;   
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 100%;
  max-width: 22%;
  min-width: 32rem;
  padding-top: 1.25rem;
  padding-right: 2.625rem;
  padding-bottom: 2.625rem;
  padding-left: 2.625rem;
  border-radius: 0.5rem;                  
  letter-spacing: 0.03rem;
}
#closeModalBtn {
  position: absolute;
  top: 10px;
  right: 1.25rem;
  cursor: pointer;
  font-size: 2rem; 
  line-height: 1.5rem;
  color: #ffffff;
}
#loginModalContent .container {
}
.pricing-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 10000;
}
.pricing-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem; 
  width: 33.5rem; 
  box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem; 
  text-align: center;
}
.pricing-modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
  border-bottom: 0.0625rem solid #ddd; 
  padding-bottom: 0.625rem; 
  margin-bottom: 1.25rem; 
  font-family: outfit, sans-serif;
}
.pricing-modal-body {
  margin-bottom: 1.25rem; 
}
.pricing-modal-body p {
  margin-bottom: 1.25rem; 
  font-family: 'Outfit', sans-serif;
  color: #333;
  font-size: 1.125rem; 
}
.pricing-modal-see-pricing-btn {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 1.25rem; 
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.3125rem; 
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  max-width: 80%;
}
.pricing-modal-see-pricing-btn:hover {
  background-color: #0056b3;
}
.pricing-modal-close-btn {
  position: absolute;
  top: 0.625rem; 
  right: 0.625rem; 
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}
.pricing-modal-close-btn:hover {
  color: #007bff;
}
.pricing-modal-see-pricing-btn {
  font-family: 'open sans', sans-serif;
  letter-spacing: 0.03rem;
}
.ai-chat-modal {
  position: fixed;
  top: -100vh; 
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.999); 
  display: flex;
  justify-content: center;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0; 
  pointer-events: none; 
  z-index: 5000;
}
.ai-chat-modal.active {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.ai-chat-modal-content {
  background: #fff;
  width: 71%;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  padding:3px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
.ai-chat-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #333;
  color: #615f5f;
  transition: color 0.2s ease;
}
.ai-chat-modal-close:hover {
  color: #333;
}
#openAiChatBtn {
  bottom: 50%;
  right: 0px;
  background-color: transparent;
  color: #fff;
  color: #1558b0;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Sora';
  border: 1px solid transparent;
}
#openAiChatBtn:hover {
  border: 1px solid #e9e9e9;
  background-color: #e9e9e9;
  border-radius: 12px;
}
#openAiChatBtn img {
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 0.3125rem;
}
#openAiChatBtn p {
  margin: 0;
  padding: 0;
}
#openAiChatBtn-info {
  font-size: 0.8rem;
  color: #747474;
}
@media (max-width: 768px) {
  .ai-chat-modal-content {
    width: 90%;
  }
}
.answers-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; 
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.answers-modal--visible {
  display: flex;
}
.answers-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.answers-modal__container {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 13px;
  z-index: 1010;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.answers-modal__content {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: "outfit", sans-serif;
  justify-items: center;
}
.answers-modal__line {
  margin: 0.6rem 1rem;
}
#line-1 {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-family: "outfit", sans-serif;
  color: #35665a;
    font-weight: 600;
}
#line-5 {
  font-size: 1rem;
  color: #a09f9f;
  line-height: 1.5;
  font-family: "outfit", sans-serif;
}
.answers-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 3.1875rem;
  cursor: pointer;
  color: #aaa;
}
.answers-modal__close:hover {
  color: #000;
}
#go-to-bank {
  display: inline-flex;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-family: 'outfit', sans-serif;
  font-size: 1.05rem;
  border-radius: 6px;
  width: fit-content;
  padding: 5px 15px;
  color: #006495;
  cursor: pointer;
  margin: 2px auto;
}
#go-to-bank:hover {
  border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
}
#go-to-bank img {
  margin-right: 0.625rem;
  margin-right: 0.5rem; 
  width: 1.3rem;
  opacity: 0.5;
}
td.final-letter {
  transition: background-color 40ms ease;
}
td.final-letter.marked,
td.final-letter.marked-correctly-dropped,
td.final-letter.marked.marked-correctly-dropped {
  transition: background-color 150ms ease;
}
@media (prefers-reduced-motion: reduce) {
  td.final-letter { transition: none; }
}
.desc-field { position: relative; }
.desc-suggest { 
  position: absolute; z-index: 10000;
  max-height: 220px; overflow-y: auto;
  border: 1px solid #ccc; background: #fff;
  border-radius: 8px; box-shadow: 0 6px 24px rgba(0,0,0,.12);
  font-size: 0.95rem;
  left: 0;
  top: calc(100% + 6px);
  width: 100%;
  max-width: 410px; 
}
.desc-suggest.right {
left: auto; 
right: 0; 
}
.desc-suggest.hidden {
   display: none; 
}
.desc-suggest .item {
   padding: 8px 10px; 
   cursor: pointer; 
   line-height: 1.2; 
   font-family: "inter", sans-serif;
   letter-spacing: 0.05rem;
   color: grey;
}
.desc-suggest .item.active, .desc-suggest .item:hover { 
  background: #f2f2f2; 
}
.warning-modal-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.warning-modal-content {
    background: white;
    padding: 45px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    width:39%;
    max-height: 80%;
    overflow-y: auto;
}
.warning-modal-text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #343434;
    margin: 0;
}
.warning-modal-content p:not(.warning-modal-text) {
    display: none;
}
.warning-line {
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.warning-line:last-child {
    margin-bottom: 0;
}
.warning-fixed {
    font-weight: 600;
}
.warning-dynamic {
    font-style: italic;
    font-weight: 400;
}
.warning-modal-buttons {
    display: flex;
    justify-content: space-around;
}
.warning-modal-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 15px;
}
.warning-modal-confirm {
    color: red;
    font-weight: bold;
}
.warning-modal-cancel {
  color: #fff;
  background-color: #659B8D;
  padding: 0.5rem 1.25rem;
  border-radius: 0.4125rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.warning-modal-cancel:hover {
  background-color: #408171;
}
@media (min-width:1919px) {
  #welcome-wrapper {
    max-width: 80vw;
    min-width: 60vw;
    align-self: center;
  }
  html {
    font-size: 103%;
  }
}
@media (max-width: 1800px) {
  html {
    font-size: 95%;
  }
  .wordsearch-grid td {
    font-size: 1rem;
    min-width: 1.8rem;
    height: 1.925rem;
  }
}
@media (max-width: 1690px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 1550px) {
  html {
    font-size: 84%;
  }
}
@media (max-width: 1467px) {
  html {
    font-size: 79%;
  }
}
@media (max-width: 1367px) {
  html {
    font-size: 72%;
  }
  .wordsearch-grid td {
    font-size: 1rem;
    min-width: 1.75rem;
    height: 1.9rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 65%;
  }
  .workspace {
  }
}
@media (max-width: 1025px) and (aspect-ratio: 3/4) {
  html {
    font-size: 70%;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 65%;
  }
  .workspace {
    grid-template-columns: auto;
  }
}
@media (max-width: 801px) {
  .workspace {
    grid-template-columns: auto;
}
  #wordListInput {
    width: -webkit-fill-available;
  }
  #box2{
    min-width: unset;
  }
}
@media (max-width: 801px) and (orientation: landscape) {
  body.android .sidebar {
    max-height:unset;
   }
  body.android .sidebar-wrapper {
   max-height:fit-content;
  }
  body.android #privacy-contact-wrapper {
    margin-top: 2rem;
  }
  body.android #creator-instructions-1-2 {
    margin-top: 3rem;
  }
}
@media (max-width: 790px) {
  body.android .workspace,
  body.ios .workspace      {
      padding: 0;
      padding-left: 0.3rem;
      gap:0.3rem;
    }
}
@media (max-width: 431px) {
  html{
    font-size: 79%;
  }
}
@media (max-width: 415px) {
  html{
    font-size: 74%;
  }
}
@media (max-width: 394px) {
  html{
    font-size: 72%;
  }
}
@media (max-width: 376px) {
  html{
    font-size: 68%;
  }
}
@media (max-width: 361px) {
  html{
    font-size: 66%;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 59%;
  }
}
body.android .draggable-helper,
body.ios .draggable-helper {
    font-size: 2rem;
}
body.android .main-container,
body.ios .main-container {
    background-color: white;
}
body.android .tooltip:hover .tooltiptext,
body.ios .tooltip:hover .tooltiptext {
    visibility: hidden;
}
body.android #fullscreen,
body.ios #fullscreen {
    display: none;
}
body.android .player-controls::before,
body.ios .player-controls::before {
    content: "";
    position: absolute;
    top: 0;
    left: 42.5%;
    width: 11rem;
    height: 100%;
    background: #0369ff12;
    transform: translateX(-64%);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
body.android .overlay-content,
body.ios .overlay-content {
    position: relative;
    top: 2%;
    width: 96vw;
    margin: auto;
    padding: 4.25rem;
    background: white;
    z-index: 2000;
    border-radius: 0.3125rem;
    height: 97vh;
    overflow-y: auto;
    padding-top: 2rem;
}
@media print {
  html {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background-color: white;
    font-size: 70%;
  }
  body {
    padding-bottom: 1cm;
    background-color: white;
  }
  @page {
    margin: 0;
  }
  .nav,
  .sidebar,
  .tooltiptext,
  .tooltip,
  #word-counter,
  .learn-more
  .trash-bin-button,
  .trash-bin,
  .confirmation-tick,
  .learn-more {
    display: none;
  }
  .tooltip:hover .tooltiptext {
    visibility: hidden;
  }
  img[src="media/trash_bin_icon.png"] {
    display: none;
  }
  .drop-input-placeholder-item::placeholder {
    color: transparent;
  }
  .drop-input-placeholder-item {
    border: 0px solid #ccc;
  }
  #box1,
  #box2 {
    display: none;
  }
  #box5 {
    display: flex !important;
  }
  .box {
    box-shadow: none;
    break-inside: avoid;
    padding: 0;
  }
  .workspace {
    background-color: white;
    gap: 0.625rem;
  }
  .word-list {
    grid-template-columns: 1fr 2rem 1fr;
  }
  #box3 {
    order: 3;
  }
  #box4 {
    order: 2;
    break-after: page;
  }
  #box5 {
    order: 1;
    margin-top: 1rem !important;
  }
  #solution-title {
    display:block !important;
  }
  #main-container {
    background-color: white;
  }
  .word-list {
    font-size: 1rem;
  }
  #footer {
    position: fixed;
    bottom: 1cm;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 19999;
    font-family: "outfit", sans-serif;
  }
  .wordsearch-grid td {
    font-size: 1.2rem;
    min-width: 2.05rem;
    height: 2.02rem;
  }
}
#content_area .pricing-section li { font-size: 0.9375rem; }
.pricing-section {
    .container-pricing {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 0.0625rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.66666667%;
    }
    .col-xs-pull-10 {
        right: 83.33333333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.66666667%;
    }
    .col-xs-pull-7 {
        right: 58.33333333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.66666667%;
    }
    .col-xs-pull-4 {
        right: 33.33333333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.66666667%;
    }
    .col-xs-pull-1 {
        right: 8.33333333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.66666667%;
    }
    .col-xs-push-10 {
        left: 83.33333333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.66666667%;
    }
    .col-xs-push-7 {
        left: 58.33333333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.66666667%;
    }
    .col-xs-push-4 {
        left: 33.33333333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.66666667%;
    }
    .col-xs-push-1 {
        left: 8.33333333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0%;
    }
    @media (min-width: 48rem) {
        .col-sm-1,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12 {
            float: left;
        }
        .col-sm-12 {
            width: 100%;
        }
        .col-sm-11 {
            width: 91.66666667%;
        }
        .col-sm-10 {
            width: 83.33333333%;
        }
        .col-sm-9 {
            width: 75%;
        }
        .col-sm-8 {
            width: 66.66666667%;
        }
        .col-sm-7 {
            width: 58.33333333%;
        }
        .col-sm-6 {
            width: 50%;
        }
        .col-sm-5 {
            width: 41.66666667%;
        }
        .col-sm-4 {
            width: 33.33333333%;
        }
        .col-sm-3 {
            width: 25%;
        }
        .col-sm-2 {
            width: 16.66666667%;
        }
        .col-sm-1 {
            width: 8.33333333%;
        }
        .col-sm-pull-12 {
            right: 100%;
        }
        .col-sm-pull-11 {
            right: 91.66666667%;
        }
        .col-sm-pull-10 {
            right: 83.33333333%;
        }
        .col-sm-pull-9 {
            right: 75%;
        }
        .col-sm-pull-8 {
            right: 66.66666667%;
        }
        .col-sm-pull-7 {
            right: 58.33333333%;
        }
        .col-sm-pull-6 {
            right: 50%;
        }
        .col-sm-pull-5 {
            right: 41.66666667%;
        }
        .col-sm-pull-4 {
            right: 33.33333333%;
        }
        .col-sm-pull-3 {
            right: 25%;
        }
        .col-sm-pull-2 {
            right: 16.66666667%;
        }
        .col-sm-pull-1 {
            right: 8.33333333%;
        }
        .col-sm-pull-0 {
            right: auto;
        }
        .col-sm-push-12 {
            left: 100%;
        }
        .col-sm-push-11 {
            left: 91.66666667%;
        }
        .col-sm-push-10 {
            left: 83.33333333%;
        }
        .col-sm-push-9 {
            left: 75%;
        }
        .col-sm-push-8 {
            left: 66.66666667%;
        }
        .col-sm-push-7 {
            left: 58.33333333%;
        }
        .col-sm-push-6 {
            left: 50%;
        }
        .col-sm-push-5 {
            left: 41.66666667%;
        }
        .col-sm-push-4 {
            left: 33.33333333%;
        }
        .col-sm-push-3 {
            left: 25%;
        }
        .col-sm-push-2 {
            left: 16.66666667%;
        }
        .col-sm-push-1 {
            left: 8.33333333%;
        }
        .col-sm-push-0 {
            left: auto;
        }
        .col-sm-offset-12 {
            margin-left: 100%;
        }
        .col-sm-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-sm-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-sm-offset-9 {
            margin-left: 75%;
        }
        .col-sm-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-sm-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-sm-offset-6 {
            margin-left: 50%;
        }
        .col-sm-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-sm-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-sm-offset-3 {
            margin-left: 25%;
        }
        .col-sm-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-sm-offset-0 {
            margin-left: 0%;
        }
    }
    @media (min-width: 62rem) {
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12 {
            margin:auto;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 73.333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            right: 100%;
        }
        .col-md-pull-11 {
            right: 91.66666667%;
        }
        .col-md-pull-10 {
            right: 83.33333333%;
        }
        .col-md-pull-9 {
            right: 75%;
        }
        .col-md-pull-8 {
            right: 66.66666667%;
        }
        .col-md-pull-7 {
            right: 58.33333333%;
        }
        .col-md-pull-6 {
            right: 50%;
        }
        .col-md-pull-5 {
            right: 41.66666667%;
        }
        .col-md-pull-4 {
            right: 33.33333333%;
        }
        .col-md-pull-3 {
            right: 25%;
        }
        .col-md-pull-2 {
            right: 16.66666667%;
        }
        .col-md-pull-1 {
            right: 8.33333333%;
        }
        .col-md-pull-0 {
            right: auto;
        }
        .col-md-push-12 {
            left: 100%;
        }
        .col-md-push-11 {
            left: 91.66666667%;
        }
        .col-md-push-10 {
            left: 83.33333333%;
        }
        .col-md-push-9 {
            left: 75%;
        }
        .col-md-push-8 {
            left: 66.66666667%;
        }
        .col-md-push-7 {
            left: 58.33333333%;
        }
        .col-md-push-6 {
            left: 50%;
        }
        .col-md-push-5 {
            left: 41.66666667%;
        }
        .col-md-push-4 {
            left: 33.33333333%;
        }
        .col-md-push-3 {
            left: 25%;
        }
        .col-md-push-2 {
            left: 16.66666667%;
        }
        .col-md-push-1 {
            left: 8.33333333%;
        }
        .col-md-push-0 {
            left: auto;
        }
        .col-md-offset-12 {
            margin-left: 100%;
        }
        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9 {
            margin-left: 75%;
        }
        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6 {
            margin-left: 50%;
        }
        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3 {
            margin-left: 25%;
        }
        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0 {
            margin-left: 0%;
        }
    }
    @media (min-width: 75rem) {
        .col-lg-1,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            right: 100%;
        }
        .col-lg-pull-11 {
            right: 91.66666667%;
        }
        .col-lg-pull-10 {
            right: 83.33333333%;
        }
        .col-lg-pull-9 {
            right: 75%;
        }
        .col-lg-pull-8 {
            right: 66.66666667%;
        }
        .col-lg-pull-7 {
            right: 58.33333333%;
        }
        .col-lg-pull-6 {
            right: 50%;
        }
        .col-lg-pull-5 {
            right: 41.66666667%;
        }
        .col-lg-pull-4 {
            right: 33.33333333%;
        }
        .col-lg-pull-3 {
            right: 25%;
        }
        .col-lg-pull-2 {
            right: 16.66666667%;
        }
        .col-lg-pull-1 {
            right: 8.33333333%;
        }
        .col-lg-pull-0 {
            right: auto;
        }
        .col-lg-push-12 {
            left: 100%;
        }
        .col-lg-push-11 {
            left: 91.66666667%;
        }
        .col-lg-push-10 {
            left: 83.33333333%;
        }
        .col-lg-push-9 {
            left: 75%;
        }
        .col-lg-push-8 {
            left: 66.66666667%;
        }
        .col-lg-push-7 {
            left: 58.33333333%;
        }
        .col-lg-push-6 {
            left: 50%;
        }
        .col-lg-push-5 {
            left: 41.66666667%;
        }
        .col-lg-push-4 {
            left: 33.33333333%;
        }
        .col-lg-push-3 {
            left: 25%;
        }
        .col-lg-push-2 {
            left: 16.66666667%;
        }
        .col-lg-push-1 {
            left: 8.33333333%;
        }
        .col-lg-push-0 {
            left: auto;
        }
        .col-lg-offset-12 {
            margin-left: 100%;
        }
        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9 {
            margin-left: 75%;
        }
        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6 {
            margin-left: 50%;
        }
        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3 {
            margin-left: 25%;
        }
        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0 {
            margin-left: 0%;
        }
    }
}
.pricing-section {
    font-family: Lato, sans-serif;
    font-size: 1.1rem;
    .text-success {
        color: #0abd4d;
    }
    .text-gray {
        color: #999;
    }
    h5,
    .h5 {
        font-size: 0.875rem;
        line-height: 1.55em;
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
        font-weight: 400;
    }
    .lead {
        font-size: 1.3em;
    }
    .card-title {
        margin: 0.9375rem 0 0.625rem 0;
        font-weight: 700;
        font-family: Montserrat, sans-serif;
        font-size: 1.875rem;
        color: #3C4858;
        small {
            font-weight: normal;
            line-height: 1;
            color: #777;
            font-size: 65%;
        }
    }
    .card-description {
        color: #777;
        margin: 0 0 0.625rem;
    }
    ul {
        list-style: none;
        padding: 0;
        max-width: 15rem;
        margin: 0.625rem auto;
    }
    .strong {
        font-weight: bold;
    }
    .ptxs {
        padding-top: 0.3125rem;
    }
    .mts {
        margin-top: 0.625rem;
    }
    .mrs {
        margin-right: 0.625rem;
    }
    .text-center {
        text-align: center;
    }
    .content {
        padding: 0.9375rem !important;
        background: linear-gradient(348deg, rgb(67 124 205 / 14%), rgb(69 214 190 / 12%));
    }
    .white-on-pattern {
        text-shadow: 0.0625rem 0.0625rem 0rem rgba(0, 0, 0, 0.5);
        color: white;
        font-weight: 400;
    }
    hr {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        border: 0;
        border-top: 0.0625rem solid #eee;
    }
    .btn {
        border: none;
        border-radius: 0.25rem;
        position: relative;
        padding: 0.75rem 1.875rem;
        margin: 0.625rem 0.0625rem;
        font-size: 0.75rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0;
        will-change: box-shadow, transform;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 1.875rem;
        background-color: #0abd4d;
        color: #fff;
        box-shadow: 0 0.125rem 0.125rem 0 rgba(10, 189, 77, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(10, 189, 77, 0.2), 0 0.0625rem 0.3125rem 0 rgba(10, 189, 77, 0.12);
        text-decoration: none;
        display: inline-block;
        &:hover,
        &:active,
        &:focus {
            box-shadow: 0 0.875rem 1.625rem -0.75rem rgba(10, 189, 77, 0.42), 0 0.25rem 1.4375rem 0rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(10, 189, 77, 0.2);
            color: #fff;
            text-decoration: none;
        }
    }
    .card {
        text-align: center;
        display: inline-block;
        position: relative;
        width: 100%;
        margin-bottom: 1.875rem;
        border-radius: 0.375rem;
        color: rgba(0, 0, 0, 0.87);
        background: #fff;
        box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
    }
    .list-group-flush {
        margin: 0.625rem 0.25rem;
        max-width: none;
        list-style: none;
        padding: 0;
    }
    .list-group-item {
        position: relative;
        display: block;
        margin-bottom: -0.0625rem;
        list-style: none;
        border-radius: 0;
        border-bottom: 0.0625rem solid rgba(153, 153, 153, 0.3);
    }
    .card-pricing {
        h1 small:first-child {
            position: static;
            font-size: 1.125rem;
        }
        .card-title {
            margin-top: 0.9375rem;
        }
        .card-raised {
            box-shadow: 0 1rem 2.375rem -0.75rem rgba(0, 0, 0, 0.56), 0 0.25rem 1.5625rem 0rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2);
        }
        .list-group-item {
            color: #3c4858;
            padding: 0.625rem 0.5rem;
            text-align: left;
            &.disabled {
                background-color: #fff;
                color: #999;
            }
            &:last-child {
                border: 0.0625rem solid #ddd;
                border-width: 0.0625rem 0;
            }
            i {
                position: static;
            }
        }
        .list-group-flush {
            margin: 0.625rem 0.25rem;
            max-width: none;
        }
        .list-unstyled li {
            border: none;
            color: #3c4858;
            padding: 0;
            margin-bottom: 0.25rem;
        }
        div[class^="col-"] > label.control-label {
            left: 0.9375rem !important;
        }
    }
    .card-raised {
        box-shadow: 0 1rem 2.375rem -0.75rem rgba(0, 0, 0, 0.56), 0 0.25rem 1.5625rem 0rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2);
    }
}
