.tenzies {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #0b2434;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.main__tenzies {
  background-color: #f5f5f5;
  min-height: 400px;
  max-width: 800px;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.tenzies__domain {
  position: absolute !important;
  font-family: "Fredoka One", sans-serif;
  padding: 16px;
  top: 0px;
  left: 0px;
  font-weight: 100;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
}

.tenzies__title {
  font-size: 40px;
  margin: 0;
}

.instructions {
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  margin-bottom: 8px;
}

.dice-container {
  display: grid;
  grid-template: auto auto / repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

.die-face {
  height: 50px;
  width: 50px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.die-num {
  font-size: 2rem;
}

.roll-dice {
  height: 50px;
  width: 150px;
  border: none;
  border-radius: 6px;
  background-color: #5035ff;
  color: white;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-weight: bold;
}

.roll-dice:focus {
  outline: none;
}

.roll-dice:active {
  box-shadow: inset 5px 5px 10px -3px rgba(0, 0, 0, 0.7);
}

.tenzies__lowest-roll {
  margin-top: 5px;
  font-weight: bold;
}

.tenzies_picker {
  position: absolute !important;
  top: 74px;
  left: 70px;
  width: 90px !important;
  height: 90px !important;
}
.home {
    min-height: calc(100vh - 70px); 
    display:flex; 
    flex-direction:column;
    
  }
  
  .home__title {
    font-family: "Fredoka One", sans-serif;
    text-align: center;
    font-weight: 350;
    margin-top: 30px;
    margin-inline: 45px;
    line-height: 1em;
    font-size: 3.5em;
  }
  
  .home__links {
    margin: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    justify-content: center;
  }
  
  .home__link {
    opacity: 0.925;
    border-radius: 30px;
    width: 350px;
    height: auto;
    transition: all 0.3s ease;
  }
  
  .home__link:hover {
    transform: scale(1.05);
    opacity: 1
  }
  
  .home__footer {
    bottom: 0 !important;
    width: 100%;
    height: 70px;
    background: #24272e;
    color: #fff;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    gap: 30px;
  }
  
  .home__footer-link {
    text-decoration: none;
    color: #fff
  }
  .ambient-container {
  background: #1c2022;
}

.ambient {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ambient__top {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ambient__title {
  color: #fff;
  font-size: 67px;
}

.ambient__play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
}

.ambient__play {
  font-size: 110px;
  color: #f8f9fa;
  opacity: 1;
}
.ambient__play:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.ambient__sound-title {
  color: #e8eaed;
  font-size: 20px;
}

.ambient-icon {
  margin-top: 5px;
  font-size: 35px;
  color: #e8eaed;
}

.ambient__reset-btn {
  color: #f8f9fa;
  background: #3c4043;
  border: 1px solid #2e3134;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
}

.ambient__reset-btn:hover {
  background: #2e3134;
  transition: 0.3s;
}

.horizontal-slider {
  height: 100%;
  width: 160px;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.example-thumb {
  margin-top: 3px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  background: #ffffff;
  border: 10px solid #e8eaed;
  border-radius: 30%;
  display: block;
  box-shadow: 0 0 4px 0 rgba(1, 1, 1, 0.44);
}

.example-thumb.active {
  background-color: grey;
}

.example-track {
  position: relative;
  background: #f1f3f4;
}

.example-track.example-track-0 {
  background: #8a8e99;
}

.horizontal-slider .example-track {
  top: 20px;
  height: 10px;
}
.horizontal-slider .example-thumb {
  top: 12px;
  width: 10px;
  outline: none;
  height: 10px;
  line-height: 38px;
}

.slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider:last-child {
  padding-bottom: 130px;
}

.sliders {
  display: flex;
  gap: 75px 140px;
  flex-wrap: wrap;
  justify-content: center;
}.rps-container {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: #292c34;
  font-weight: 400 !important;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}

.rps__nav {
  background: white;
}

.rps__nav-title {
  font-size: 40px;
  color: #24272e;
  text-align: center;
  padding-block: 22px;
}

.rps__domain {
  font-family: "Fredoka One", sans-serif;
  color: #24272e !important;
  font-size: 15px;
  font-weight: 300;
  position: absolute !important;
  top: 0px;
  left: 0px;
  padding: 16px;
}

.rps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rps__score-board {
  margin: 20px auto;
  border: 3px solid white;
  width: 200px;
  color: white;
  font-size: 43px;
  border-radius: 4px;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  font-weight: normal;
}

#user-label {
  position: absolute;
  top: 30px;
  left: -25px;
}

#computer-label {
  position: absolute;
  top: 30px;
  right: -30px;
}

.badge {
  background: #e25b4b;
  color: white;
  font-size: 14px;
  padding: 2px 10px;
  font-family: "Poppins", sans-serif;
}

.rps__message {
  text-align: center !important;
  background: #1b1d22;
  padding: 5px;
  border-radius: 5px;
}

.rps__messages-choice {
  font-size: 10px; 
  display: flex;
  gap: 20px;
}

.rps__message-win {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  padding: 5px;
  border-radius: 5px;
  margin-top: 16px;
  margin-bottom: 31px;
}

.rps__choices {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.rps__choice {
  background: none;
  border: 4px solid white;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  transition: all 0.27s ease;
}

.rps__choice:hover {
  cursor: pointer;
  background-color: #1b1c22;
}

.rps__reset-btn {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: #3d4051;
  text-align: center !important;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  margin-top: 22px;
  margin-bottom: 50px;
}

.rps__reset-btn:hover {
  cursor: pointer;
  background-color: #252632;
  transition: 0.1s ease-in;
}

.green-glow {
  border: 2px solid #4dcc7d;
  box-shadow: 0 0 7px #31b43a;
}

.gray-glow {
  border: 2px solid #464647;
  box-shadow: 0 0 7px #25292b;
}

.red-glow {
  border: 2px solid #fc121b;
  box-shadow: 0 0 7px #d01115;
}
.convert {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #1c2022;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
}

.convert__main {
  background-color: #9d9d9d;
  min-height: 350px;
  max-width: 1300px;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  border-radius: 30px;
  flex-direction: column;
  align-items: left;
}

.convert__title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 13px;
  font-size: 45px;
}

.convert__cases {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.convert__case,
.convert__bottom-btn {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background: #2b3337;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}

.convert__input {
  font-family: 'Poppins', sans-serif;
  outline: none;
  margin-top: 7px;
  overflow-y: auto;
  padding: 10px;
  max-width: 1000px;
  width: 85vw;
  height: 60vh;
  border-radius: 15px;
}

.convert__bottom {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.convert__counts {
  display: flex;
  gap: 30px;
}

.convert__bottom-btns {
  display: flex;
  gap: 10px;
}

.convert__bottom-btn:hover,
.convert__case:hover {
  background: #3d474c;
  transition: 0.2s;
}


textarea {
  resize: none;
  outline: none;
}.color {
position: fixed;
top: 0;
height: 100vh;
width: 100vw;
}

.color__container {
position: fixed;
top: 0;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}

.color__picker {
display: flex;
justify-content: center;
flex-direction: column;
gap: 5px;
}

.color__picker-picker {
width: 90px !important;
height: 90px !important;
}

.color__picker-input {
text-indent: 4px;
width: 90px;
border-radius: 3px;
border: none;
}

.color__x {
cursor: pointer;
padding: 2px 5px;
border: 1px solid #1C2022;
background: white;
color: #1C2022;
font-weight: bold;
opacity: 0.8;
border-radius: 3px;
}.notes__domain {
  position: absolute !important;
  font-family: "Fredoka One", sans-serif;
  padding: 10px;
  top: 0px;
  left: 0px;
  font-weight: 100;
  line-height: 1em;
  font-size: 15px;
  color: #4a4e74;
}

.notes {
  max-height: 100vh !important;
  overflow-x: hidden;
  background-color: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

.ql-editor p,
.ql-editor.ql-blank::before {
  font-size: 1.3em;
  font-weight: 100;
}

.notes__pane {
  overflow-y: auto;
}

.notes__editor {
  overflow-y: hidden !important;
}

.notes__sidebar-header {
  margin-top: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 0;
  gap: 5px;
}

.notes__title {
  font-size: 50px;
}

.notes__sidebar-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.notes__search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 20px;
}

.notes__search-icon {
  margin-right: -50px;
  opacity: 0.4;
}

.notes__search-bar {
  font-family: "Poppins", sans-serif;
  padding-right: 20px;
  text-indent: 5px;
  padding-block: 3px;
  border: none;
  background-color: #f5f5f5;
  outline: none;
  margin-left: 20px;
  border-bottom: 1px solid rgba(74, 78, 116, 0.4);
}
.notes__search-bar:focus {
  border-bottom: 1px solid rgb(74, 78, 116);
}

.notes__filter {
  margin-inline: -30px;
  transform: scale(0.7);
  z-index: 99;
}

.notes__filter__control--is-focused {
  border-color: #4a4e74 !important;
}

.notes__filter__option--is-focused {
  background-color: rgba(74, 78, 116, 0.3) !important;
}

.notes__filter__option--is-selected {
  background-color: #4a4e74 !important;
}

.notes__sidebar-create-btn {
  cursor: pointer;
  background-color: #4a4e74;
  border: none;
  font-weight: bold;
  color: white;
  outline: none;
  font-size: 20px;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}

.notes__sidebar-notes {
  overflow-y: auto;
}

.notes__sidebar-note {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.notes__note-title {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2rem;
  color: #4a4e74 !important;
  background-color: #f5f5f5;
  overflow: hidden;
  border: none;
  outline: none;
  width: 17.5vw;
  text-overflow: ellipsis;
}
.notes__note-title :focus {
  padding-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
}

.note__btns {
  margin-block: -20px;
}
.note__btns .material-icons {
  font-size: 20px;
  z-index: 999;
}

.note__btn-edit {
  visibility: hidden;
}

.note__btn {
  border: none;
  outline: none;
  color: #4a4e74;
  cursor: pointer;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
}

.notes__fav {
  color: #ffd700 !important;
}

.notes__sidebar-note:hover > .note__btns > .note__btn-edit {
  visibility: visible;
}

.notes__sidebar-selected {
  background-color: #4a4e74;
}
.notes__sidebar-selected h4 {
  font-weight: 700 !important;
  color: #fff !important;
}
.notes__sidebar-selected .note__btn {
  color: #f5f5f5;
  background-color: #4a4e74;
}
.notes__sidebar-selected .notes__note-title {
  color: #f5f5f5 !important;
  background-color: #4a4e74;
}

.note__btn .material-icons:hover {
  filter: brightness(70%);
}

.notes__split {
  display: flex;
}

.mde-textarea-wrapper {
  resize: none !important;
  outline: none;
}

.notes__text-area {
  background-color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  resize: none !important;
  outline: none;
  border: none;
}

.notes__text-preview {
  margin: 10px;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
}

.gutter.gutter-horizontal:hover {
  cursor: col-resize;
}

.notes__none {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: whitesmoke;
}

.notes__none-create {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  background-color: #4a4e74;
  border: none;
  color: white;
  border-radius: 3px;
  padding: 0.9rem;
  transition: all 0.2s ease-in;
}

.notes__none-create:hover {
  filter: brightness(90%);
}

.bottom-left-text {
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  position: fixed;
  font-family: "Poppins", sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  bottom: 0;
  right: 0;
}

.notes__editFolder {
  background-color: #4a4e74;
  color: white;
  position: fixed;
  font-family: "Poppins", sans-serif;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 2px 5px;
  bottom: 5px;
  left: 5px;
}

/* Popups */
.Form__popupEdit {
  width: 400px;
}

.NoteForm__btns {
  display: flex;
  align-items: center;
  gap: 7px;
}

.note__delete {
  transform: scale(1.4);
  border: none;
  outline: none;
  color: #4a4e74;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.note__submit {
  border: none;
  outline: none;
  background-color: #4a4e74;
  color: #f5f5f5;
  border-radius: 5px;
  padding: 7px 20px;
  cursor: pointer;
}

.NoteForm__select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Folder */
.Notes__folder-add {
  display: flex;
  gap: 10px;
  align-items: center;
}

.Notes__folder-btn {
  cursor: pointer;
  background-color: #4a4e74;
  border: none;
  font-weight: bold;
  color: white;
  outline: none;
  font-size: 15px;
  border-radius: 3px;
  height: 25px;
  width: 25px;
}

.Notes__folders {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  gap: 10px;
}

.Notes__folder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(74, 78, 116, 0.4);
}

.Notes__folder-name {
  width: 200px;
}.mde-header {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 1px solid #c8ccd0;
  border-radius: 2px 2px 0 0;
  background: #f9f9f9; }
  .mde-header .mde-tabs {
    display: flex;
    flex-direction: row; }
    .mde-header .mde-tabs button {
      border-radius: 2px;
      margin: 6px 3px;
      background-color: transparent;
      border: 1px solid transparent;
      cursor: pointer; }
      .mde-header .mde-tabs button:first-child {
        margin-left: 6px; }
      .mde-header .mde-tabs button.selected {
        border: 1px solid #c8ccd0; }
  .mde-header .svg-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: inherit;
    overflow: visible;
    vertical-align: -.125em; }
  .mde-header ul.mde-header-group {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    flex-wrap: nowrap; }
    .mde-header ul.mde-header-group.hidden {
      visibility: hidden; }
    .mde-header ul.mde-header-group li.mde-header-item {
      display: inline-block;
      position: relative;
      margin: 0 4px; }
      .mde-header ul.mde-header-group li.mde-header-item button {
        text-align: left;
        cursor: pointer;
        height: 22px;
        padding: 4px;
        margin: 0;
        border: none;
        background: none;
        color: #242729; }

@keyframes tooltip-appear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
        .mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover::before {
          animation-name: tooltip-appear;
          animation-duration: 0.2s;
          animation-delay: 0.5s;
          animation-fill-mode: forwards;
          opacity: 0;
          position: absolute;
          z-index: 1000001;
          width: 0;
          height: 0;
          color: rgba(0, 0, 0, 0.8);
          pointer-events: none;
          content: "";
          border: 5px solid transparent;
          top: -5px;
          right: 50%;
          bottom: auto;
          margin-right: -5px;
          border-top-color: rgba(0, 0, 0, 0.8); }
        .mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover::after {
          animation-name: tooltip-appear;
          animation-duration: 0.2s;
          animation-delay: 0.5s;
          animation-fill-mode: forwards;
          font-size: 11px;
          opacity: 0;
          position: absolute;
          z-index: 1000000;
          padding: 5px 8px;
          color: #fff;
          pointer-events: none;
          content: attr(aria-label);
          background: rgba(0, 0, 0, 0.8);
          border-radius: 3px;
          right: 50%;
          bottom: 100%;
          transform: translateX(50%);
          margin-bottom: 5px;
          white-space: nowrap; }

.mde-textarea-wrapper {
  position: relative; }
  .mde-textarea-wrapper textarea.mde-text {
    width: 100%;
    border: 0;
    padding: 10px;
    vertical-align: top;
    resize: vertical;
    overflow-y: auto; }

.mde-preview .mde-preview-content {
  padding: 10px; }
  .mde-preview .mde-preview-content p, .mde-preview .mde-preview-content blockquote, .mde-preview .mde-preview-content ul, .mde-preview .mde-preview-content ol, .mde-preview .mde-preview-content dl, .mde-preview .mde-preview-content table, .mde-preview .mde-preview-content pre {
    margin-top: 0;
    margin-bottom: 16px; }
  .mde-preview .mde-preview-content h1, .mde-preview .mde-preview-content h2, .mde-preview .mde-preview-content h3 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3em; }
  .mde-preview .mde-preview-content h1 {
    font-size: 1.6em; }
  .mde-preview .mde-preview-content h2 {
    font-size: 1.4em; }
  .mde-preview .mde-preview-content h3 {
    font-size: 1.2em; }
  .mde-preview .mde-preview-content ul, .mde-preview .mde-preview-content ol {
    padding-left: 2em; }
  .mde-preview .mde-preview-content blockquote {
    margin-left: 0;
    padding: 0 1em;
    color: #777;
    border-left: 0.25em solid #ddd; }
    .mde-preview .mde-preview-content blockquote > :first-child {
      margin-top: 0; }
    .mde-preview .mde-preview-content blockquote > :last-child {
      margin-bottom: 0; }
  .mde-preview .mde-preview-content code {
    padding: 0.2em 0 0.2em 0;
    margin: 0;
    font-size: 90%;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 3px; }
    .mde-preview .mde-preview-content code::before, .mde-preview .mde-preview-content code::after {
      letter-spacing: -0.2em;
      content: "\00a0"; }
  .mde-preview .mde-preview-content pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border-radius: 3px; }
    .mde-preview .mde-preview-content pre code {
      display: inline;
      padding: 0;
      margin: 0;
      overflow: visible;
      line-height: inherit;
      word-wrap: normal;
      background-color: transparent;
      border: 0; }
      .mde-preview .mde-preview-content pre code::before, .mde-preview .mde-preview-content pre code::after {
        content: none; }
    .mde-preview .mde-preview-content pre > code {
      padding: 0;
      margin: 0;
      font-size: 100%;
      word-break: normal;
      white-space: pre;
      background: transparent;
      border: 0; }
  .mde-preview .mde-preview-content a {
    color: #4078c0;
    text-decoration: none; }
    .mde-preview .mde-preview-content a:hover {
      text-decoration: underline; }
  .mde-preview .mde-preview-content > *:first-child {
    margin-top: 0 !important; }
  .mde-preview .mde-preview-content > *:last-child {
    margin-bottom: 0 !important; }
  .mde-preview .mde-preview-content::after {
    display: table;
    clear: both;
    content: ""; }
  .mde-preview .mde-preview-content table {
    display: block;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .mde-preview .mde-preview-content table thead th {
      font-weight: bold; }
    .mde-preview .mde-preview-content table th, .mde-preview .mde-preview-content table td {
      padding: 6px 13px;
      border: 1px solid #c8ccd0; }

.react-mde {
  border: 1px solid #c8ccd0;
  border-radius: 2px; }
  .react-mde * {
    box-sizing: border-box; }
  .react-mde .invisible {
    display: none; }
  .react-mde .image-tip {
    user-select: none;
    display: flex !important;
    padding: 7px 10px;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: gray;
    background-color: #f9f9f9;
    border-top: 1px solid #c8ccd0;
    position: relative; }
    .react-mde .image-tip .image-input {
      min-height: 0;
      opacity: .01;
      width: 100% !important;
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px;
      cursor: pointer; }

ul.mde-suggestions {
  position: absolute;
  min-width: 180px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c8ccd0;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15); }
  ul.mde-suggestions li {
    padding: 4px 8px;
    border-bottom: 1px solid #e1e4e8; }
    ul.mde-suggestions li:first-child {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    ul.mde-suggestions li:last-child {
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
    ul.mde-suggestions li:hover, ul.mde-suggestions li[aria-selected=true] {
      color: white;
      background-color: #0366d6; }
.Math {
  height: 100vh;
  font-family: "Poppins", sans-serif;
  background-color: #323437;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Math__startContainer {
  height: 100vh;
  display: flex;
  padding-top: 25vh;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.Math__title {
  color: #f5f5f5;
  font-size: 60px;
}

.Math__home-btn {
  font-family: "Poppins", sans-serif;
  color: #d1d0c5;
  font-size: 25px;
  padding-block: 15px;
  border-radius: 15px;
  width: 200px;
  cursor: pointer;
  background-color: #2c2e31;
  border: 1px solid #d1d0c5;
  transition: all 0.2s;
}
.Math__home-btn:last-child {
  margin-top: -25px;
}
.Math__home-btn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #191a1c;
}

.Math__questionContainer {
  height: 100vh;
  display: flex;
  padding-top: 25vh;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.Math__question {
  color: #f5f5f5;
  font-size: 70px;
}

.Math__answersContainer {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.Math__answer {
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #d1d0c5;
  font-size: 20px;
  padding: 15px 80px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #2c2e31;
  border: 1px solid #d1d0c5;
  transition: all 0.1;
}
.Math__answer:hover {
  color: #fff;
  background-color: #202224;
}

.Math__answerInd {
  opacity: 0.5;
  font-size: 9px;
  position: absolute;
  left: 7px;
  top: 2px;
}

.Math__quit {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-family: "Poppins", sans-serif;
  color: #d1d0c5;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 10%;
  cursor: pointer;
  background-color: #2c2e31;
  border: 1px solid #d1d0c5;
}

.Math__totalAnswers {
  position: absolute;
  color: #d1d0c5;
  top: 10px;
  left: 10px;
}

.Math__timer {
  color: #d1d0c5;
  position: absolute;
  font-weight: normal;
  top: 10px;
}

.Math__timer span {
  color: #fff;
  font-weight: bold;
}

.Math__settingsContainer {
  max-height: 100%;
  width: 500px;
  padding-block: 50px;
  border: 5px solid #202224;
  box-shadow: 0 0 7px hsl(210, 6%, 13%);
  color: #fff;
  margin-top: 2.5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 20px !important;
}

.Math__settings-title {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 5px;
}

.Math__settings {
  max-width: 320px;
  display: grid;
  justify-items: center;
  align-items: center;
  min-width: 0;
  grid-template-columns: 150px 150px;
  grid-gap: 20px 0px;
  grid-template-areas: "time type" "difficulty difficulty" "operations operations";
}

.Math__setting-operations {
  grid-area: operations;
  width: 320px;
}

.Math__setting-diff {
  margin-left: 160px;
  width: 125px;
}

.Math__multiFilter,
.gray-multiFilter {
  color: #000000;
}

.Math__multiFilter {
  max-width: 440px;
}

.Math__popup {
  max-height: 1200px;
  padding: 50px 60px;
  border: 5px solid #202224;
  box-shadow: 0 0 7px #202224;
  color: #fff;
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px !important;
}
.Math__popup h2 {
  font-size: 45px;
  margin-bottom: 5px;
}

.Math__stats {
  font-size: 25px;
  margin-bottom: 20px;
}

.Math__btnContainer-small {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.Math__btn-small {
  font-family: "Poppins", sans-serif;
  color: #d1d0c5;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 12%;
  cursor: pointer;
  background-color: #2c2e31;
  border: 1px solid #d1d0c5;
  transition: all 0.2s;
}
.Math__btn-small:hover {
  border: 1px solid #fff;
  color: #fff;
}

.Math__input {
  margin-block: 35px 50px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  outline: none;
  border: none;
  border-bottom: 1px solid #d1d0c5;
  font-size: 50px;
  background-color: #323437;
  padding-inline: 5px;
  width: 110px;
}

.Math__green, .Math__greenp {
  color: #4dcc7d !important;
}

.Math__green {
  box-shadow: 0 0 7px #31b43a;
  border: 2px solid #4dcc7d;
}

.Math__red, .Math__redp {
  color: #fc121b !important;
}

.Math__red {
  box-shadow: 0 0 7px #d01115;
  border: 2px solid #fc121b;
}

.gray-multiFilter-option {
  background-color: #464647;
}

.gray-multiFilter__control--is-focused {
  border-color: #2c2e31 !important;
}

.gray-multiFilter__option--is-focused {
  background-color: rgba(44, 46, 49, 0.3) !important;
}

.gray-multiFilter__option--is-selected {
  background-color: #2c2e31 !important;
}

sup {
  position: relative;
  bottom: 0.7ex;
  font-size: 50% !important;
}.Library {
  font-family: "Poppins", sans-serif;
  background-color: #f5f5f5;
  min-height: 100vh;
  height: 100%;
}

.Library:last-child {
  padding-bottom: 100px;
}

.Library__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.Library__search {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding-right: 200px;
  text-indent: 15px;
  padding-block: 3px;
  background-color: rgba(107, 107, 108, 0.2);
  border: none;
  outline: none;
  border-radius: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.Library__search:focus {
  border-bottom: 1px solid rgb(107, 107, 108);
}

.Library__filter {
  width: 110px;
  scale: 0.7;
}

.Library__filter__control--is-focused {
  border-color: #5a5a5b !important;
}

.Library__filter__option--is-focused {
  background-color: rgba(90, 90, 91, 0.3) !important;
}

.Library__filter__option--is-selected {
  background-color: #5a5a5b !important;
}

/* hwy */
.Library__GenreFilter {
  margin-left: -20px;
  scale: 0.7;
}

/* individual book */
.Books {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: -1;
}

.BookContainer {
  width: 610px;
  padding: 40px 0;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  background-color: #fff;
}

.Book__info {
  display: flex;
  gap: 50px;
  align-items: center;
  width: 450px;
}

.Book__right {
  word-wrap: break-word;
  width: 275px !important;
}

.Book__img {
  height: 100%;
  width: 150px;
}

.Book__title {
  font-size: 25px;
  line-height: 1em;
  max-width: 400px !important;
  overflow-wrap: break-word;
}

.Book__author {
  margin-top: 5px;
  font-size: 17px;
  color: #383847;
}

.Book__description {
  max-height: 75px;
  overflow-y: auto;
  margin-top: 5px;
  font-size: 13px;
  font-style: italic;
  color: #2e2e3a;
}

.Book__pages {
  margin-top: 10px;
  font-size: 10px;
  color: #2e2e3a;
}

.Book__left {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.Book__rating {
  color: #2e2e3a;
  font-size: 15px;
}

.Book__genres {
  color: #2e2e3a;
  width: 100px;
  font-size: 12px;
}

.Book__btns {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Book__edit {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 5px;
  padding: 2px 7px;
  background-color: #2e2e3a;
  cursor: pointer;
}

.Book__delete {
  font-size: 7px;
  color: #2e2e3a;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* configure book */
.Form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 50px;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: fixed;
  max-width: 700px;
  max-height: 560px;
  z-index: 998;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Form__title {
  font-size: 40px;
  margin: -20px;
  align-self: center;
}

.Form__child {
  margin: 15px;
}

.Form__child input,
.Form__child textarea {
  font-family: "Poppins", sans-serif;
  padding-left: 5px;
  outline: none;
  border: 1px solid #8a8e99;
  border-radius: 5px;
  height: 30px;
}

.Form__child input {
  width: 200px;
}

.ConfigureBook__main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.Form__child,
input {
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Form-page {
  display: flex;
  align-self: center;
  gap: 30px;
}

.Form-page input,
.Form-rate input {
  width: 100px;
  height: 20px;
}

.Form-checkContainer {
  display: flex;
  align-self: center;
  gap: 20px;
  margin: -10px;
}

.Form-check {
  display: flex;
  gap: 5px;
}

.Book__filter {
  transform: scale(0.9);
  max-width: 550px;
}

.Form-btn {
  color: #f8f9fa;
  background: #2e2e3a;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 8px;
  padding: 10px;
  width: 75%;
  place-self: center;
  text-align: center;
  cursor: pointer;
}.goofy {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  background-color: black;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.goofy__title {
  font-size: 60px;
  color: #fff;
}

.goofy__sounds {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px;
  overflow-y: scroll;
  overflow: hidden;
}

.goofy__sound {
  width: 150px;
  height: 75px;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background-color: #f0f8ff;
  border-radius: 10px;
  transition: ease-in-out all 0.1s;
  position: relative;
  font-weight: bold;
}

.goofy__sound:hover,
.daft__sound:hover {
  background-color: #ec7e7e;
}

.goofy__letter {
  color: #000;
  opacity: 1;
  font-size: 8px;
  position: absolute;
  left: 7px;
  top: 2px;
}

/* DAFT CSS */
.daft__sounds { 
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Ensures 4 items per row */
  gap: 30px;
  margin-inline: 100px;
  padding-block: 40px 75px;
  justify-content: center;
}


.daft__sound {
  font-family: "Oswald";
  width: 15vw;
  height: 15vh;
  text-align: center;
  cursor: pointer;
  color: "#0D0C00";
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  transition: ease-in-out all 0.1s;
  position: relative;
}

.daft__title {
  font-family: "Oswald";
  font-size: 65px;
  color: #f03f29;
  margin-top: 40px;
}

.daft__spark {
  background-color: #f03f29 !important;
  /* color : #f5f5f5; */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  /* make it glow! */
  -webkit-box-shadow: 0px 0px 10px #f03f29;
  -moz-box-shadow: 0px 0px 10px #f03f29;
  box-shadow: 0px 0px 10px #f03f29; /* some variation of blue for the shadow */
}
.yt-container {
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins';
    gap: 20px;
    background-color:#f5f5f5;
}

.yt__title {
    font-weight: bold;
    color: #2A2B41
}

.yt__form {
    display: flex;
    gap: 10px; 
}

.yt__form input {
    font-family: 'Poppins';
    font-size: 18px;
    height: 40px;
    max-width: 500px;
    min-width: 400px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #26283B;
}

.yt__btns {
    display: flex;
    gap: 10px;
}

.yt__form button {
    transition: all ease 0.1s;
    color: #fff;
    background-color: #26283B;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #2A2B41;
}

.yt__form-type {
    width: 50px;
}

.yt__download {
    color: #26283B;
}

.yt__form button:hover {
    opacity: 0.9;
}.chess {
    display: flex;
    height:100vh;
    width: 100vw;
    background-color:#f5f5f5;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.chessboard {
    max-width: 80vh;
    width: 80vw;
}

.chess__btns {
    max-width: 80vh;
    width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.chess__btn {
    text-align: center;
    cursor: pointer;
    margin-bottom: -5vh;
    margin-top: 10px;
    margin-right: 10px;
    padding: 7px 15px;
    color: #040404;
    background-color: #F0D9B5;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.5);
    transition:all ease 0.1s
}

.chess__btn:hover {
    background-color: #E9CB9B;
}


.flipped {
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chess__turn {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1em;
    color: #000;
    left: 0;
    transform: translate(calc(50vw - 50%));
    top: 10px;
    text-align: center;
}

.chess__score {
    margin: 10px;
    background-color: #BC9371;
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #000;
    right: 0;
    top: 0;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
}.flashcard-container {
  background-color: #f5f5f5;
  height: 100vh;
}

.swal2-input {
  margin-left: 100px !important;
}

/* PLAY STYLING */
.flashcard {
  background-color: #f5f5f5;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.flash_home {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.flash_card {
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
}

.flash_flip-container {
  margin: 30px;
  perspective: 1000px;
}

.flash_side {
  font-weight: lighter;
  position: absolute;
  top: 10px;
  right: 10px;
}

.flash_length {
  font-weight: lighter;
  position: absolute;
  top: 10px;
  left: 10px;
}

.flash_btns {
  border-radius: 5px;
  padding: 10px;
  background-color: #324a6b;
  display: flex;
  justify-content: space-around;
}

.flash_btns button {
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 10px;
  border: none;
  color: #324a6b;
  background-color: #f5f5f5;
  margin: 5px;
}
.flash_btns button:hover {
  opacity: 0.95;
}

/* CONFIGURE CARD SECTION */
.conf-card-container {
  overflow-x: hidden !important;
  min-height: 100vh;
  height: auto;
  width: auto;
  background-color: #f5f5f5;
  /* padding-top: 40px; */
  /* padding-inline: 50px; */
}

.conf-cards_title {
  padding: 20px;
  background-color: #324a6b;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center;
}
.conf-cards_title input {
  color: #f5f5f5;
  font-size: 30px;
  font-family: "Poppins";
  text-align: center;
  font-weight: bold;
  background-color: #324a6b;
  overflow: hidden;
  border: none;
  outline: none;
  text-overflow: ellipsis;
  border-bottom: 1px solid #f5f5f5;
}
.conf-cards_title button {
  margin-inline: 40px 10px;
  cursor: pointer;
  background-color: #f5f5f5;
  border: none;
  font-weight: bold;
  color: #324a6b;
  outline: none;
  font-size: 20px;
  padding-inline: 10px;
  border-radius: 3px;
}

.conf-cards {
  padding: 20px;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow-x: auto !important;
}
.conf-cards button {
  padding-top: 100px;
  position: absolute;
  top: 20px;
  right: 30px;
  border-radius: 5px;
  padding: 5px 10px;
  border: none;
  color: #324a6b;
  background-color: #f5f5f5;
  margin: 5px;
  margin-bottom: 45px;
}

.conf-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.conf-card label {
  margin-top: 10px;
  font-weight: bold;
}
.conf-card input {
  font-family: "Poppins";
  height: 8vh;
  width: 23vw;
  padding-block: 10px;
  text-indent: 3px;
  margin-bottom: 10px;
  overflow: hidden;
  border: none;
  outline: none;
  text-overflow: ellipsis;
  border-bottom: 1px solid #324a6b;
}

.conf-card_top {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* HOME SECION */
.flashcards__home-container {
  background-color: #f5f5f5;
}

.flashcards__home {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.flashcards__home-card {
  width: 400px;
  padding: 50px 0;
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  transition: all ease 0.1s;
}
.flashcards__home-card:hover {
  transform: scale(1.05);
}
.flashcards__home-card h3 {
  font-size: 35px;
}
.flashcards__home-card button {
  border-radius: 5px;
  padding: 7px 10px;
  border: none;
  color: #f5f5f5;
  background-color: #324a6b;
}
.flashcards__home-card button:hover {
  opacity: 0.95;
}

/* Flash Flip Animation */
.flash_flip-container.flash_hover .flash_flipper {
  transform: rotateY(180deg);
}

.flash_flip-container,
.flash_front,
.flash_back {
  text-align: center;
  word-break: break-all;
  width: 50vw;
  height: 50vh;
}

.flash_front,
.flash_back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flash_front textarea,
.flash_back textarea {
  word-break: break-word;
  font-family: "Poppins", sans-serif;
  height: 30vh;
  font-size: 40px;
  resize: none;
  text-align: center;
  border: none;
  outline: none;
}

.flash_img {
  align-self: center;
  max-width: 100%;
  height: 30vh;
}

.flash_flipper {
  transform-style: preserve-3d;
  position: relative;
}

.flash_front {
  z-index: 2;
  transform: rotateY(0deg);
}

.flash_back {
  transform: rotateY(180deg);
}:root {
  --red: #f54e4e;
  --green: #4aec8c;
}

.pomodoro__body {
  font-family: Poppins;
  height: 100vh;
  background-color: #30384b;
  color: #eee;
}

.Timer {
  min-height: 95vh;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.pomodoro__main {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}

.pomodoro__btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 0;
  display: inline-block;
  width: 100px;
  transition: 0.2s ease all;
  cursor: pointer;
}

.pomodoro__btn:focus {
  outline: none;
}

.pomodoro__btn.with-text {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #30384b;
  width: auto;
  background-color: #eee;
  border-radius: 10px;
  padding-block: 10px;
  width: 150px;
  font-size: 1.4rem;
  line-height: 36px;
  text-align: center;
}

.button-headers {
  margin-bottom: 20px;
}

.button-header {
  width: auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  font-size: 1rem;
  transition: 0.2s;
}

.pomodoro__btn.with-text svg {
  color: #30384b;
  width: 36px;
  margin-right: 5px;
}

.settings {
  margin-top: 100px !important;
}

.pomodoro__settings-input {
  color: #30384b;
  font-weight: 400;
  border: none;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  background-color: #eee;
  text-indent: 5px;
  border-radius: 5px;
  margin-left: 10px;
  width: 50px;
  padding: 5px;
}

.pomodoro__settings-input:focus {
  outline: none;
}

.toggle {
  --width: 50px;
  --height: calc(var(--width) / 2);
  --border-radius: calc(var(--height) / 2);
  display: inline-block;
  cursor: pointer;
}

.toggle__input {
  display: none;
}

.toggle__fill {
  position: relative;
  width: var(--width);
  height: var(--height);
  border-radius: var(--border-radius);
  background: #dddddd;
  transition: background 0.2s;
}

.toggle__input:checked ~ .toggle__fill {
  background: #009578;
}

.toggle__fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: var(--height);
  width: var(--height);
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-radius);
  transition: transform 0.2s;
}

.toggle__input:checked ~ .toggle__fill::after {
  transform: translateX(var(--height));
}

.autostart {
  display: flex;
  gap: 10px;
}

.clear-btn {
  width: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 10px;
  font-size: 1.4rem;
  line-height: 36px;
}

.clear-btn svg {
  width: 36px;
  float: left;
}

.pomodoro__btn:hover {
  opacity: 0.9;
}

label {
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px;
  text-transform: capitalize;
}

.play-btn {
  border-bottom: 5px solid rgb(88, 93, 88);
}

.buttons {
  display: flex;
  gap: 10px;
  margin-right: 50px;
}

.active-button-header {
  background-color: #eee !important;
  color: #30384b !important;
  font-weight: bold !important;
  transition: 0.25s !important;
}/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   */
  width: 100%;
  /*
   * This fixes a centering issue with CircularProgressbarWithChildren:
   * https://github.com/kevinsqi/react-circular-progressbar/issues/94
   */
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}
.pomodoro__main-slider {
  height: 100vh;
  background-color: #30384b;
}

.pomodoro__settings {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.pomodoro__slider {
  height: 40px;
  width: 25vw;
  border: 2px solid var(--red);
  border-radius: 20px;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.pomodoro__thumb {
  background-color: var(--red);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.pomodoro__thumb :focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.pomodoro__slider.green {
  border: 2px solid var(--green);
}
.pomodoro__slider.green .pomodoro__thumb {
  background-color: var(--green);
}.qr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  height: 100vh;
  gap: 5vh;
  flex-direction: column;
}
.qr h1 {
  font-size: 45px;
  text-align: center;
}

.qr-code {
  width: 256px;
  height: 256px;
}

.qr-btn {
  color: #fff;
  font-weight: bold;
  background-color: #3d474c;
  border: none;
  padding: 7.5px;
  width: 256px;
  border-radius: 10px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  transition: all ease 0.1s;
}

.qr-btn:disabled {
  opacity: 0.5;
  font-weight: normal;
}

.qr-input {
  padding: 10px;
  width: 300px;
  height: 230px;
  font-family: "Poppins";
  margin-block: 12px;
}

.qr-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; /* Adjust the gap between elements as needed */
}

.qr-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

button {
  cursor: pointer;
}

input,
textarea,
button,
select,
a,
i {
  -webkit-tap-highlight-color: transparent !important;
}

.LazyLoad {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.is-visible {
  opacity: 1;
}

.select-all-text {
  user-select: all;
  -moz-user-select: all;
  -webkit-user-select: all;
}

.PopupContainer {
  background-color: rgba(0, 0, 0, 0.4) !important;
  font-family: "Poppins", sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  overflow: hidden !important;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 50%;
  color: #191a1c;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: bolder;
}

.NavOne {
  width: 100%;
  height: 100px;
  background-color: #2e2e3a;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
}

.NavOne-title {
  font-size: 40px;
  color: #f8f8f8;
}

.NavOne-btns {
  display: flex;
  gap: 10px;
}

.NavOne-add {
  font-size: 15px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 13px;
  cursor: pointer;
}

.gray-multiFilter-option {
  background-color: #464647 !important;
}

.gray-multiFilter__control--is-focused {
  border-color: #2c2e31 !important;
}

.gray-multiFilter__option--is-focused {
  background-color: rgba(44, 46, 49, 0.3) !important;
}

.gray-multiFilter__option--is-selected {
  background-color: #2c2e31 !important;
}

.wides-domain {
  position: fixed;
  font-family: "Fredoka One", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
  color: #fff;
  padding: 16px;
  top: 0px;
  left: 0px;
}

.wides-domain-black {
  position: fixed;
  font-family: "Fredoka One", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1em;
  color: #000;
  padding: 16px;
  top: 0px;
  left: 0px;
}

/* Not Found Section */
.notfound {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  gap: 30px;
  margin: 0px 10px;
}

/* Media Query Section */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .pomodoro__slider {
    width: 60vw;
  }
  .qr {
    overflow-y: scroll;
    padding-top: 12vh;
    gap: 2.5vh;
  }
  .qr h1 {
    margin-inline: 25px;
    line-height: 1.25;
  }
  .qr-container {
    flex-direction: column-reverse;
    gap: 5vh;
    align-items: center;
  }
  .qr-right {
    grid-row: 2/3; /* Place in the second column */
  }
  /* FLASHCARD MEDIA QUERY */
  .conf-cards {
    position: relative;
    flex-direction: column;
    padding-bottom: 90px;
    gap: 30px;
  }
  .conf-cards button {
    top: auto;
    bottom: 0;
    right: 30px;
    background-color: #324a6b;
    border: none;
    font-weight: bold;
    color: #f5f5f5;
  }
  .conf-card input {
    width: 80vw !important;
  }
  .flashcards__card {
    width: 90vw;
  }
  .flash_front h3,
  .flash_back h3 {
    font-size: 33px;
  }
  .flash_flip-container,
  .flash_front,
  .flash_back {
    width: 80vw;
  }
  .flash_img {
    align-self: center;
    max-width: 100%;
    height: 20vh;
  }
  .wides-domain {
    font-size: 12px;
  }
  /* Home Media */
  .home__footer {
    margin-top: 50px;
  }
  .home__links {
    gap: 30px;
  }
  .home__link {
    opacity: 1;
    width: 400px;
  }
  /* Tenzies Media */
  .tenzies__domain {
    left: 200px;
  }
  .tenzies_picker {
    top: 10px;
    left: 20px;
  }
  /* Math Media */
  .Math__answerInd {
    visibility: hidden;
  }
  /* Ambient Media */
  .ambient__title {
    margin-top: 5px;
    font-size: 50px;
    text-align: center;
  }
  .ambient__play {
    font-size: 100px;
  }
  .sliders {
    display: flex;
    gap: 75px 35px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-inline: 20px;
  }
  .horizontal-slider {
    width: 130px;
  }
  /* RPS Media */
  .rps-container {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
  }
  .rps__domain {
    visibility: hidden;
  }
  .rps__nav-title {
    font-size: 30px;
    color: #24272e;
    text-align: center;
    padding-block: 22px !important;
  }
  /* Convert Case Media*/
  .convert__main {
    gap: 7px;
    margin-block: 10px;
  }
  .convert__title {
    font-size: 38px;
    line-height: 1em;
    margin-block: 10px;
  }
  .convert__case,
  .convert__bottom-btn {
    font-size: 12px;
  }
  .convert__input {
    height: 50vh;
  }
  /* Notes Media*/
  .notes {
    height: 100vh;
  }
  .notes__note-title {
    width: 80vw;
  }
  .notes__sidebar-note {
    padding: 20px 30px;
  }
  .note__btns {
    display: flex;
    gap: 10px;
  }
  .note__btns .material-icons {
    font-size: 20px;
  }
  .notes__sidebar-note:hover > .note__btns {
    margin-block: -20px;
  }
  .notes__search-bar {
    width: 50vw;
  }
  .notes__sidebar-selected h4 {
    font-weight: 700;
  }
  .notes__sidebar-note {
    border-bottom: 1px solid #e4e1e1;
  }
  .notes__editor-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-inline: 15px;
    padding-block: 25px 20px;
    gap: 5px;
  }
  .notes__back {
    border: none;
    background: rgba(0, 0, 0, 0);
  }
  .notes__editor-addons {
    display: flex;
    gap: 5px;
  }
  .notes__editor-icon {
    opacity: 0.8;
    font-size: 20px;
  }
  .notes__note-title-mobile {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2rem;
    color: black;
    background-color: #f5f5f5;
    overflow: hidden;
    border: none;
    outline: none;
    width: 50vw;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    border-bottom: 1px solid #4a4e74;
  }
  .notes__filter {
    z-index: 999;
  }
  .note__btns {
    z-index: 200;
  }
  .daft__sound {
    width: 150px;
  }
  .daft__sounds {
    grid-template-columns: repeat(2, 1fr);
    margin: 10px;
  }
  .daft__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 400px) {
  .flash_front h3,
  .flash_back h3 {
    width: 70vw;
    font-size: 30px;
  }
  .home__link {
    width: 350px;
  }
  /* CHESS MEDIA QUERY */
  .chess__score {
    font-size: 13px;
  }
  .chess__turn {
    transform: translateY(30px);
    position: relative;
  }
  .chessboard {
    max-width: 80vh;
    width: 100vw;
  }
  .chess {
    gap: 20px;
  }
  .chess__btns {
    flex-direction: column;
  }
  .chess__btn {
    margin: 10px;
    padding: 5px 10px;
  }
  .yt-container {
    padding-top: 25vh;
    justify-content: start;
  }
  .yt__title {
    font-size: 30px;
  }
  .yt__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .yt__btns {
    align-items: center;
  }
  .yt__form input {
    font-family: "Poppins";
    font-size: 18px;
    height: 40px;
    max-width: 400px;
    min-width: 300px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #26283b;
  }
  /* MATH SECTION */
  .Math__title {
    font-size: 60px;
    text-align: center;
  }
  .Math__question {
    text-align: center;
    font-size: 50px;
    max-width: 85vw;
  }
  .Math__multiFilter {
    max-width: 350px;
  }
  .Math__questionContainer {
    height: 100vh;
    display: flex;
    padding-top: 10vh;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .Math__timer {
    color: #d1d0c5;
    position: absolute;
    top: 90%;
    font-weight: normal;
  }
  .Math__answersContainer {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .Math__answer {
    padding: 15px 85px;
  }
  .Math__totalAnswers {
    width: 90vw;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 3px;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 15px;
  }
  .Math__settingsContainer {
    margin-top: 5vh;
    width: 90vw;
    overflow-x: hidden;
  }
  .Math__settings {
    grid-template-areas: auto;
  }
  .Math__setting-operations {
    transform: scale(0.85);
  }
  .Math__setting-operations h3 {
    font-size: 20px;
  }
  .Math__popup {
    padding: 40px 20px;
  }
  /* GOOFY MEDIA QUERY */
  .goofy {
    height: 100% !important;
  }
  .goofy__title {
    margin-top: 20px;
    font-size: 50px;
    text-align: center;
  }
  .goofy__sounds {
    padding: 30px;
  }
  .goofy__sound {
    width: 130px;
  }
}
/* Media Query for Height */
/* End Of Media Query for Height */
/* End of Media Query Section */
/* Global Classes */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.required:before {
  content: " *";
  color: red;
}

input {
  outline: none;
}

.padding__bottom {
  padding-bottom: 100px;
}

.read-or-hide {
  color: rgb(192, 192, 192);
  cursor: pointer;
  font-weight: normal;
}

button {
  font-family: "Poppins", sans-serif !important;
}