/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/chrome_ext/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Geologica";
  src: local("Geologica"), url(font/525fe0a01c5d02444bef.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Geologica";
  src: local("Geologica"), url(font/b70332fadc4dc242785f.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}
@font-face {
  font-family: "Dosis";
  src: local("Dosis"), url(font/f68bcdbc44f0cb702a4a.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Dosis";
  src: local("Dosis"), url(font/f30ea17d890609d3a67b.ttf) format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: block;
}
body {
  background-color: rgb(0, 0, 0);
}
body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  z-index: -1000;
}

#forReact {
  height: 98.3vh;
}

#main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#main #right {
  position: absolute;
  z-index: 20;
}
#main #right #top_controls {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#main #right #panel_controls {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  width: 84px;
  background: transparent;
}
#main #right .panel_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 84px;
  gap: 30px;
  padding: 0;
  border-radius: 100px;
  background: transparent;
  overflow: hidden;
  transition: gap 0.28s ease, padding 0.28s ease, background 0.2s ease;
}
#main #right .panel_group_controls {
  background: transparent !important;
  padding: 0 !important;
  backdrop-filter: none !important;
  gap: 30px;
}
#main #right #panel_controls.collapsed .panel_group_settings {
  gap: 0;
}
#main #right #panel_controls.collapsed .panel_group_settings .panel_icon_extra {
  display: none;
}
#main #right #panel_controls.expanded .panel_group_settings {
  gap: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
#main #right #panel_controls.expanded .panel_group_settings .panel_icon_extra {
  max-height: none !important;
  min-height: 44px !important;
  transform: translateY(0) scale(1) !important;
  transition: transform 0.28s ease, max-height 0.28s ease !important;
}
#main #right .panel_icon {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.45;
  width: 44px;
  height: 44px;
  max-height: 44px;
  transition: opacity 0.2s ease, transform 0.28s ease, max-height 0.28s ease;
}
#main #right .panel_icon:hover, #main #right .panel_icon.active {
  opacity: 1;
}
#main #right .panel_icon.panel_icon_timer {
  background-image: url(img/a2b21daca6caa2115590.svg);
}
#main #right .panel_icon.panel_icon_display {
  background-image: url(img/8ed64c4d70d695f107e6.svg);
}
#main #right .panel_icon.panel_icon_history {
  background-image: url(img/948bc91855d51d542248.svg);
}
#main #right .panel_icon.panel_icon_end {
  background-image: url(img/07b220edc17a6b84efa4.svg);
}
#main #right .panel_icon.panel_icon_share {
  background-image: url(img/e1931329082480881607.svg);
}
#main #right .panel_icon.panel_icon_pause {
  background-image: url(img/3706035ef7f4d0845100.svg);
}
#main #right .panel_icon.panel_icon_play {
  background-image: url(img/8dd626fc204f839f7fbb.svg);
}
#main #right .panel_icon.panel_icon_stop {
  background-image: url(img/fd39bb084f0aac33116a.svg);
}
#main #right .panel_icon.panel_icon_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  color: #fff;
  font-family: Geologica;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.full-stars {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  text-align: center;
  vertical-align: middle;
}

.full-stars .rating-group {
  display: inline-flex;
  align-items: center;
}

.full-stars input {
  position: absolute;
  left: -9999px;
}

.full-stars label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.full-stars label a svg {
  margin: 2px;
  height: 20px;
  width: 20px;
  fill: #ff8400;
  transition: fill 0.3s;
}

.rating_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.final_rating_panel {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 20px auto 0;
  padding: 22px 34px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: Geologica;
}
.final_rating_panel p {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
}
.final_rating_panel .full-stars {
  margin-left: 0;
}
.final_rating_panel .full-stars label a svg {
  width: 40px;
  height: 40px;
}

.platform_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  font-family: Geologica;
  font-size: 16px;
  line-height: 22px;
}

.platform_links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.platform_links a:hover, .platform_links a:focus-visible {
  color: #fff;
  outline: none;
}

.rating_divider {
  width: 100%;
  height: 1px;
  background: rgba(217, 217, 217, 0.3);
}

.mobile_panel_nav,
.mobile_panel_nav_icons,
.mobile_nav_bar,
.menu_divider {
  display: none;
}

#menu.menu_collapsed {
  display: none;
}

.full-stars input:checked ~ label a svg {
  fill: #FFBD09;
}

.full-stars .rating-group:hover label a svg {
  fill: #ff8400;
}

.full-stars .rating-group input:hover ~ label a svg {
  fill: #FFBD09;
}

@media (max-width: 600px) {
  #main #right {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  #main #right > * {
    pointer-events: auto;
  }
  #main #right #top_controls {
    padding: 0;
    z-index: 13;
    display: contents;
  }
  #main #right #panel_controls {
    display: contents;
    background: transparent;
  }
  #main #right .panel_group_controls {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: auto;
    padding: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    z-index: 13;
  }
  #main #right .panel_group_controls .panel_icon {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
  }
  #main #right .panel_group_settings {
    display: none !important;
  }
  #menu {
    position: fixed;
    bottom: 76px !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    padding: 30px 40px 40px !important;
    border-radius: 30px 30px 0 0 !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    box-sizing: border-box;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }
  .mobile_nav_bar {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 40px 18px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    z-index: 12;
    box-sizing: border-box;
    justify-content: space-between;
    transition: padding 0.2s ease, background 0.2s ease;
  }
  .mobile_nav_bar_collapsed {
    background: transparent !important;
    backdrop-filter: none !important;
    justify-content: center !important;
  }
  .mobile_nav_bar_collapsed .panel_icon:not(.panel_icon_timer) {
    display: none !important;
  }
  .mobile_nav_bar .panel_icon {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 0.45;
    transition: opacity 0.2s ease;
    cursor: pointer;
    display: block;
  }
  .mobile_nav_bar .panel_icon.active,
  .mobile_nav_bar .panel_icon:hover {
    opacity: 1;
  }
  .mobile_nav_bar .panel_icon_end {
    order: 1;
  }
  .mobile_nav_bar .panel_icon_display {
    order: 2;
  }
  .mobile_nav_bar .panel_icon_timer {
    order: 3;
  }
  .mobile_nav_bar .panel_icon_history {
    order: 4;
  }
  .mobile_nav_bar .panel_icon_share {
    order: 5;
  }
  #menu > * {
    margin: 0 !important;
  }
  #menu .single_panel,
  #menu #left_block,
  #menu #right_block,
  #menu #end_block,
  #menu #share_block,
  #menu #background_block,
  #menu #history_block,
  #menu #final_phrase_block,
  #menu #final_sound_block {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    width: 100%;
  }
  #menu .block {
    margin-top: 0 !important;
    width: 100%;
  }
  #menu .block {
    gap: 10px;
  }
  #menu #footer {
    padding: 1px 16px !important;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
  }
  #menu #footer hr {
    display: none !important;
  }
  #menu #footer p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: normal !important;
    white-space: nowrap;
  }
  #menu #footer .full-stars {
    margin: 0 !important;
    transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 20px !important;
  }
  #menu #footer .full-stars label a svg {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
  }
  #menu .menu_divider {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(217, 217, 217, 0.3) !important;
    flex-shrink: 0;
  }
  .mobile_panel_nav_icons .panel_icon {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 0.45;
    transition: opacity 0.2s ease;
    pointer-events: auto;
    display: block;
  }
  .mobile_panel_nav_icons .panel_icon.active,
  .mobile_panel_nav_icons .panel_icon:hover {
    opacity: 1;
  }
  .final_rating_panel {
    flex-direction: column;
    gap: 12px;
    padding: 16px 24px;
    margin: 12px auto 0;
  }
  .final_rating_panel .rating_main {
    gap: 12px;
  }
  .final_rating_panel p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .final_rating_panel .full-stars label a svg {
    width: 28px !important;
    height: 28px !important;
  }
  .final_rating_panel .platform_links {
    gap: 18px;
    font-size: 13px;
    line-height: 18px;
  }
}
#menu {
  font-family: Geologica;
  font-weight: 300;
  color: white;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 94px;
  float: right;
  flex-direction: column;
  padding: 40px;
  gap: 20px;
  width: 188px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 30px;
  animation: settingsPanelIn 0.22s ease-out both;
}
#menu.menu_right, #menu.menu_end {
  width: 188px;
}
#menu .block {
  /* Frame 17 */
  margin-top: 22px;
  animation: settingsBlockIn 0.24s ease-out both;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  /* Inside auto layout */
}
#menu .block#time_unit, #menu .block#choose_interval {
  margin-top: 0 !important;
}
#menu .block#choose_interval {
  margin-top: 20px !important;
}
#menu .block .unit-toggle .option {
  width: auto !important;
  flex: 1;
}
#menu .block#animations {
  position: relative;
}
#menu .block#animations::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: " ";
}
#menu .block#choose_icon, #menu .block#grid_timer, #menu .block#icon_animation_timer, #menu .block#view_timer, #menu .block#timer_background, #menu .block#background_format, #menu .block#background_source, #menu .block#background_theme {
  width: 188px;
}
#menu .block .title {
  font-size: 20px;
  line-height: 24px;
}
#menu .block .title_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 188px;
}
#menu .block .title_row .title {
  line-height: 32px;
}
#menu .block .title_row .option_repeat {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}
#menu .block .title_row .option_repeat.active {
  border: 1px solid white;
  background-color: #FFF;
  color: #000;
}
@keyframes settingsPanelIn {
  0% {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes settingsBlockIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#menu .block .wide_option {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 30px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
#menu .block .wide_option.active {
  border: 1px solid white;
  background-color: #FFF;
  color: #000;
}
#menu .block .options {
  /* Frame 11 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 10px;
  width: 188px;
  /* Inside auto layout */
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}
#menu .block .options .option {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  gap: 10px;
  width: 56px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
#menu .block .options .option.active {
  border: 1px solid white;
  background-color: #FFF;
  color: #000;
}
#menu .block .options .option.active .svg_icon,
#menu .block .options .option.active .svg_icon_stack img {
  filter: invert(1);
}
#menu .block .options .option.active .svg_icon_black {
  filter: none;
}
#menu .block .options .option.active .diamond_icon,
#menu .block .options .option.active .square_icon {
  background: #000;
}
#menu .block .options .option .emoji_icon {
  line-height: 1;
}
#menu .block .options .option .svg_icon {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
#menu .block .options .option .svg_icon_tall,
#menu .block .options .option .svg_icon_lightning {
  width: 24px;
  height: 28px;
}
#menu .block .options .option .svg_icon_black {
  filter: invert(1);
}
#menu .block .options .option .svg_icon_triangle_down {
  transform: rotate(90deg);
}
#menu .block .options .option .svg_icon_triangle_up {
  transform: rotate(-90deg);
}
#menu .block .options .option .svg_icon_wide {
  width: 25px;
  height: 22px;
}
#menu .block .options .option .diamond_icon {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg) scale(0.72);
}
#menu .block .options .option .square_icon {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
}
#menu .block .options .option .svg_icon_stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 22px;
}
#menu .block .options .option .svg_icon_stack img {
  display: block;
  max-width: 28px;
}
#menu .block .options .option .wave_icon {
  gap: 1px;
}
#menu .block .options .option .wave_icon img {
  height: 4px;
}
#menu .block .options .option .stones_icon {
  gap: 2px;
}
#menu .block .options .option .stones_icon img {
  height: 8px;
}
#menu .block#choose_icon .options {
  width: 188px;
}
#menu .block#choose_icon .option {
  color: #fff;
}
#menu .block#choose_icon .option_input {
  width: 188px;
  font-size: 14px;
}
#menu .block#grid_timer .options {
  width: 188px;
}
#menu .block#icon_animation_timer .options {
  width: 188px;
}
#menu .block#view_timer .options {
  width: 188px;
}
#menu .block .chip_options,
#menu .block .background_options {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  width: 188px;
}
#menu .block .filter_option,
#menu .block .background_option {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-width: 66px;
  height: 30px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
}
#menu .block .filter_option.active,
#menu .block .background_option.active {
  border: 1px solid white;
  background-color: #FFF;
  color: #000;
}
#menu .block .stack_options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 188px;
}
#menu .block .big_option {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2509803922);
}
#menu .block .bg_option {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  height: 142px;
  width: 188px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2509803922);
}
#menu .block .bg_option .bg_icon {
  width: 187px;
  height: 104px;
  display: block;
  border-radius: 18px;
}
#menu .block .bg_option .name {
  padding-top: 8px;
}
#menu .block .option_input {
  box-sizing: border-box;
  background-color: transparent;
  /* Auto layout */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 188px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  font-family: Geologica;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
}
#menu .block .option_input.active {
  border-color: white;
  background-color: #FFF;
  color: #000;
}
#menu .block .premium {
  position: relative;
  top: -5px;
  color: #FFBD09;
  text-decoration: none;
}
#menu #left_block,
#menu #right_block,
#menu #end_block,
#menu #share_block,
#menu #background_block,
#menu #history_block,
#menu #final_phrase_block,
#menu #final_sound_block {
  display: flex;
  flex-direction: column;
  float: none;
  margin-left: 0;
  padding-right: 0;
}
#menu #left_block > .block:first-child,
#menu #right_block > .block:first-child,
#menu #end_block > .block:first-child,
#menu #share_block > .block:first-child,
#menu #background_block > .block:first-child,
#menu #history_block > .block:first-child,
#menu #final_phrase_block > .block:first-child,
#menu #final_sound_block > .block:first-child {
  margin-top: 0;
}
#menu #footer {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  clear: both;
  text-align: center;
  width: 100%;
}
#menu #footer .rating_main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#menu #footer hr {
  display: none;
}
#menu #footer p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: Geologica !important;
  font-size: 12px !important;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
}
#menu #footer .full-stars {
  margin-left: 0;
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
#menu #footer .full-stars .rating-group,
#menu #footer .full-stars label,
#menu #footer .full-stars label a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#menu #footer .full-stars label a svg {
  width: 14px;
  height: 14px;
  margin: 1px;
}
#menu .history_current {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
#menu .history_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 188px;
}
#menu .history_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 188px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
#menu .history_item:hover {
  border-color: rgba(255, 255, 255, 0.62);
}
#menu .history_empty {
  color: rgba(255, 255, 255, 0.58);
}
#menu .history_empty {
  font-size: 14px;
}
#menu .scroll_options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 188px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}
#menu .text_option {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 188px;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 16px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
#menu .text_option.active {
  border: 1px solid white;
  background-color: #FFF;
  color: #000;
}
#menu .sound_options .text_option {
  word-break: break-word;
}
#menu .text_input {
  text-align: left;
  padding: 0 14px;
  font-size: 14px;
}

@media (max-width: 600px) {
  #menu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-height: 70vh;
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
    padding: 28px 24px 32px;
    animation: settingsPanelInMobile 0.26s ease-out both;
  }
  #menu.menu_right, #menu.menu_end {
    width: auto;
  }
  #menu .block .title {
    font-size: 18px;
  }
  #menu .block .options {
    width: 100%;
  }
  #menu .block .options .option {
    width: auto;
    min-width: 56px;
    flex: 1;
    height: 38px;
    font-size: 16px;
  }
  #menu .block .chip_options,
  #menu .block .background_options {
    width: 100%;
  }
  #menu .block .filter_option,
  #menu .block .background_option {
    height: 38px;
    font-size: 16px;
  }
  #menu .block .wide_option {
    width: 100%;
    height: 38px;
    font-size: 16px;
  }
  #menu .block .option_input {
    width: 100%;
    height: 38px;
    font-size: 16px;
  }
  #menu .block .stack_options {
    width: 100%;
  }
  #menu .block .title_row {
    width: 100%;
  }
  #menu .block .title_row .option_repeat {
    height: 38px;
    font-size: 16px;
  }
  #menu .block#choose_icon, #menu .block#grid_timer, #menu .block#icon_animation_timer, #menu .block#view_timer, #menu .block#timer_background, #menu .block#background_format, #menu .block#background_source, #menu .block#background_theme {
    width: 100%;
  }
  #menu .block#choose_icon .options, #menu .block#grid_timer .options, #menu .block#icon_animation_timer .options, #menu .block#view_timer .options, #menu .block#timer_background .options, #menu .block#background_format .options, #menu .block#background_source .options, #menu .block#background_theme .options {
    width: 100% !important;
  }
  #menu .block .unit-toggle .option {
    width: auto !important;
    flex: 1;
  }
  #menu .scroll_options {
    width: 100%;
    max-height: 200px;
  }
  #menu .text_option {
    width: 100%;
    min-height: 38px;
    font-size: 14px;
  }
  #menu .history_list {
    width: 100%;
  }
  #menu .history_item {
    width: 100%;
  }
  #menu .history_current {
    width: 100%;
  }
  #menu #choose_icon .options {
    width: 100%;
    gap: 8px;
  }
  #menu #choose_icon .options .option {
    width: auto;
    min-width: 0;
    flex: 0 0 calc((100% - 40px) / 6);
    padding: 0 6px;
  }
  #menu #choose_icon .option_input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #menu #choose_interval > div {
    width: 100%;
  }
  #menu #choose_interval .option_input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #menu #choose_interval .options {
    width: 100% !important;
    gap: 10px;
  }
  #menu #choose_interval .options .option {
    flex: 0 0 calc((100% - 20px) / 3);
    width: auto;
    min-width: 0;
    padding: 0;
  }
  #menu #grid_timer .options .option,
  #menu #icon_animation_timer .options .option,
  #menu #view_timer .options .option {
    flex: 1;
    width: auto;
    min-width: 0;
  }
  #menu #ring_timer .stack_options {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  #menu #ring_timer .stack_options .ring_sound_option {
    width: auto;
    min-width: 0;
    padding: 0 14px;
    font-size: 14px;
    white-space: nowrap;
  }
  #menu #ring_timer .stack_options .ring_sound_option_female,
  #menu #ring_timer .stack_options .ring_sound_option_male {
    flex: 1 1 calc((100% - 8px) / 2);
  }
  #menu #ring_timer .stack_options .ring_sound_option_ring {
    flex: 1 0 100%;
    width: 100%;
  }
  #menu #ring_options.block {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #menu #ring_options.block > .title {
    width: 100%;
  }
  #menu #ring_options.block > .wide_option {
    flex: 1;
    min-width: 0;
    width: auto;
    font-size: 14px;
  }
  @keyframes settingsPanelInMobile {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
#timer {
  position: relative;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 46px;
}
#timer #rest {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 200;
  font-size: 250px;
  line-height: 316px;
  text-align: center;
  display: inline;
  vertical-align: middle;
  color: #FFFFFF;
}
#timer #rest_full_time {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 200;
  font-size: 190px;
  line-height: 240px;
  text-align: center;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
#timer #rest_full_time .time_part {
  display: inline-flex;
  justify-content: center;
  width: 1.18em;
}
#timer #rest_full_time .time_digit,
#timer #rest_full_time .colon {
  display: inline-block;
  text-align: center;
}
#timer #rest_full_time .time_digit {
  width: 0.59em;
}
#timer #rest_full_time .colon {
  width: 0.36em;
  color: rgba(255, 255, 255, 0.62);
}
#timer .bulletsWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#timer .bulletsWrapper .bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Dot */
}
#timer .bulletsWrapper .bullets .bullet {
  flex: 0 0 auto;
  width: var(--progress-icon-size, 28px);
  height: var(--progress-icon-size, 28px);
  margin: calc(var(--progress-icon-gap, 16px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
}
#timer .bulletsWrapper .bullets .bullet.current {
  animation-name: blinkIconFade;
  animation-iteration-count: infinite;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
}
#timer .bulletsWrapper .bullets .bullet.paused {
  opacity: 0.6;
}
#timer .bulletsWrapper .bullets .bullet.wasted {
  opacity: 0.24;
}
#timer .bulletsWrapper .bullets .bullet.inLastRow {
  margin-bottom: 0;
}
#timer .bulletsWrapper .bullets .bullet .bullet_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--progress-icon-size, 28px);
  height: var(--progress-icon-size, 28px);
  color: #fff;
}
#timer .bulletsWrapper .bullets .bullet .custom_bullet_icon,
#timer .bulletsWrapper .bullets .bullet .emoji_icon {
  font-size: calc(var(--progress-icon-size, 28px) * 0.86);
  line-height: 1;
}
#timer .bulletsWrapper .bullets .bullet .svg_icon {
  display: block;
  width: calc(var(--progress-icon-size, 28px) * 0.78);
  height: calc(var(--progress-icon-size, 28px) * 0.78);
  object-fit: contain;
}
#timer .bulletsWrapper .bullets .bullet .svg_icon_tall,
#timer .bulletsWrapper .bullets .bullet .svg_icon_lightning {
  width: calc(var(--progress-icon-size, 28px) * 0.64);
  height: var(--progress-icon-size, 28px);
}
#timer .bulletsWrapper .bullets .bullet .svg_icon_black {
  filter: invert(1);
}
#timer .bulletsWrapper .bullets .bullet .svg_icon_triangle_down {
  transform: rotate(90deg);
}
#timer .bulletsWrapper .bullets .bullet .svg_icon_triangle_up {
  transform: rotate(-90deg);
}
#timer .bulletsWrapper .bullets .bullet .svg_icon_wide {
  width: var(--progress-icon-size, 28px);
  height: calc(var(--progress-icon-size, 28px) * 0.9);
}
#timer .bulletsWrapper .bullets .bullet .diamond_icon {
  display: block;
  width: calc(var(--progress-icon-size, 28px) * 0.78);
  height: calc(var(--progress-icon-size, 28px) * 0.78);
  background: #fff;
  transform: rotate(45deg) scale(0.72);
}
#timer .bulletsWrapper .bullets .bullet .square_icon {
  display: block;
  width: calc(var(--progress-icon-size, 28px) * 0.78);
  height: calc(var(--progress-icon-size, 28px) * 0.78);
  background: #fff;
}
#timer .bulletsWrapper .bullets .bullet .svg_icon_stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(var(--progress-icon-size, 28px) * 1.08);
  height: calc(var(--progress-icon-size, 28px) * 0.86);
}
#timer .bulletsWrapper .bullets .bullet .wave_icon {
  gap: 1px;
}
#timer .bulletsWrapper .bullets .bullet .wave_icon img {
  width: var(--progress-icon-size, 28px);
  height: calc(var(--progress-icon-size, 28px) * 0.14);
}
#timer .bulletsWrapper .bullets .bullet .stones_icon {
  gap: 2px;
}
#timer .bulletsWrapper .bullets .bullet .stones_icon img {
  width: calc(var(--progress-icon-size, 28px) * 0.78);
  height: auto;
}
#timer .bulletsWrapper .bullets.icon_animation_1 .bullet.current {
  animation-name: blinkIconFade;
  animation-duration: 1.4s;
}
#timer .bulletsWrapper .bullets.icon_animation_2 .bullet.current {
  animation-name: blinkIcon;
  animation-duration: 2s;
}
#timer .bulletsWrapper .bullets.icon_animation_3 .bullet.current {
  animation-name: blinkIconFast;
  animation-duration: 0.5s;
}
#timer .bulletsWrapper .bullets.icon_animation_4 .bullet.current {
  animation-name: blinkIconSoftGlow;
  animation-duration: 1.8s;
}
#timer .bulletsWrapper .bullets.icon_animation_5 .bullet.current {
  animation-name: blinkIconPop;
  animation-duration: 1.35s;
}
#timer .bulletsWrapper .bullets.icon_animation_6 .bullet.current {
  animation-name: blinkIconDouble;
  animation-duration: 1.25s;
}
#timer #final_screen {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
#timer #final_screen #final {
  color: white;
  font-family: "Dosis";
  font-style: normal;
  font-weight: 200;
  font-size: 120px;
  line-height: 177px;
  text-align: center;
}
#timer #final_screen #stop_repeat_ring {
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  padding: 40px;
  border: 0;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transform: translate(-50%, -50%);
}
#timer #final_screen #stop_repeat_ring img {
  display: block;
  width: 100px;
  height: 100px;
}
#timer #final_screen #stop_repeat_ring:hover {
  background: rgba(0, 0, 0, 0.62);
}

@media (max-width: 600px) {
  #timer {
    justify-content: center;
  }
  #timer.timer_display_1, #timer.timer_display_4 {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  #timer.timer_display_1 #rest, #timer.timer_display_4 #rest_full_time {
    font-family: "Dosis";
    font-weight: 200;
    font-size: clamp(72px, 21vw, 104px);
    line-height: 1.05;
    text-align: center;
  }
  #timer.timer_display_1 #rest {
    display: block;
    width: 100%;
  }
  #timer.timer_display_4 #rest_full_time {
    order: 2;
    margin-top: 4px;
  }
  #timer #final_screen {
    gap: 24px;
  }
  #timer #final_screen #final {
    font-size: 32px !important;
    line-height: 42px !important;
    padding: 0 20px;
  }
}
.reward_animation {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.reward_animation_preview {
  z-index: 3;
  opacity: 0.82;
  animation: rewardPreviewFade 2.4s ease-in-out forwards;
}

.reward_animation_1 {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 22%), radial-gradient(circle at 18% 28%, rgba(255, 189, 9, 0.3), transparent 18%), radial-gradient(circle at 82% 72%, rgba(220, 2, 187, 0.28), transparent 22%);
  animation: rewardAurora 3s ease-in-out infinite alternate;
}
.reward_animation_1 span {
  position: absolute;
  width: 42vmin;
  height: 42vmin;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  left: calc(50% - 21vmin);
  top: calc(50% - 21vmin);
  animation: rewardRings 2.8s ease-out infinite;
}
.reward_animation_1 span:nth-child(2) {
  animation-delay: 0.45s;
}
.reward_animation_1 span:nth-child(3) {
  animation-delay: 0.9s;
}
.reward_animation_1 span:nth-child(4) {
  animation-delay: 1.35s;
}

.reward_animation_2 {
  background: radial-gradient(circle at 18% 24%, rgba(255, 189, 9, 0.22), transparent 18%), radial-gradient(circle at 78% 20%, rgba(0, 220, 255, 0.2), transparent 20%), radial-gradient(circle at 50% 76%, rgba(255, 92, 122, 0.18), transparent 26%);
  animation: rewardConfettiGlow 1.8s ease-in-out infinite;
  overflow: hidden;
}
.reward_animation_2 span {
  position: absolute;
  top: -18vh;
  left: 50%;
  width: 8px;
  height: 20px;
  border-radius: 3px;
  background: #ffbd09;
  box-shadow: -48vw 4vh 0 #ffbd09, -42vw -10vh 0 #00dcff, -36vw 16vh 0 #ff5c7a, -30vw -5vh 0 #ffffff, -24vw 10vh 0 #b9ff66, -18vw -13vh 0 #ff8a00, -12vw 18vh 0 #00dcff, -6vw -6vh 0 #ff5c7a, 0 8vh 0 #ffffff, 6vw -15vh 0 #ffbd09, 12vw 14vh 0 #b9ff66, 18vw -8vh 0 #00dcff, 24vw 20vh 0 #ff8a00, 30vw -12vh 0 #ffffff, 36vw 6vh 0 #ff5c7a, 42vw -2vh 0 #ffbd09, 48vw 16vh 0 #00dcff;
  animation: rewardConfettiFall 3.1s linear infinite;
}
.reward_animation_2 span::before, .reward_animation_2 span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 18px;
  left: -1px;
  top: -44px;
  border-radius: 3px;
  background: #00dcff;
  box-shadow: -46vw 12vh 0 #ffffff, -39vw -8vh 0 #ff5c7a, -33vw 24vh 0 #ff8a00, -27vw 2vh 0 #00dcff, -21vw -18vh 0 #ffbd09, -15vw 28vh 0 #b9ff66, -9vw 1vh 0 #ffffff, -3vw 22vh 0 #ff5c7a, 3vw -10vh 0 #ff8a00, 9vw 25vh 0 #00dcff, 15vw -3vh 0 #ffbd09, 21vw 16vh 0 #b9ff66, 27vw -16vh 0 #ffffff, 33vw 26vh 0 #ff5c7a, 39vw 3vh 0 #ff8a00, 46vw -12vh 0 #00dcff;
  animation: rewardConfettiFall 2.7s linear infinite;
}
.reward_animation_2 span::after {
  background: #ff5c7a;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  animation-duration: 3.5s;
  animation-delay: -0.8s;
}
.reward_animation_2 span:nth-child(1) {
  left: 12%;
  animation-delay: -0.2s;
}
.reward_animation_2 span:nth-child(2) {
  left: 32%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation-delay: -1.1s;
  animation-duration: 2.8s;
}
.reward_animation_2 span:nth-child(3) {
  left: 52%;
  background: #ffffff;
  animation-delay: -1.9s;
  animation-duration: 3.4s;
}
.reward_animation_2 span:nth-child(4) {
  left: 72%;
  background: #b9ff66;
  animation-delay: -2.5s;
  animation-duration: 2.9s;
}
.reward_animation_2 span:nth-child(5) {
  left: 90%;
  background: #ff8a00;
  animation-delay: -3.1s;
  animation-duration: 3.7s;
}

.reward_animation_3 span {
  position: absolute;
  left: -25vw;
  width: 34vw;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.94), transparent);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.7);
  animation: rewardComets 2.4s ease-in-out infinite;
}
.reward_animation_3 span:nth-child(1) {
  top: 24%;
}
.reward_animation_3 span:nth-child(2) {
  top: 42%;
  animation-delay: 0.35s;
}
.reward_animation_3 span:nth-child(3) {
  top: 60%;
  animation-delay: 0.7s;
}
.reward_animation_3 span:nth-child(4) {
  top: 76%;
  animation-delay: 1.05s;
}

@keyframes blink {
  0% {
    background-color: #FFF;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    background-color: #FFF;
  }
}
@keyframes blinkIcon {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.24;
    transform: scale(0.84);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes blinkIconFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.24;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkIconFast {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.18;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkIconSoftGlow {
  0% {
    opacity: 1;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  50% {
    opacity: 0.32;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
@keyframes blinkIconPop {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  18% {
    opacity: 1;
    transform: scale(1.16);
  }
  52% {
    opacity: 0.18;
    transform: scale(0.88);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes blinkIconDouble {
  0%, 18%, 42%, 100% {
    opacity: 1;
  }
  9%, 30% {
    opacity: 0.18;
  }
  68% {
    opacity: 0.36;
  }
}
@keyframes rewardAurora {
  from {
    filter: hue-rotate(0deg) saturate(1);
  }
  to {
    filter: hue-rotate(35deg) saturate(1.35);
  }
}
@keyframes rewardPreviewFade {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 0.82;
  }
  78% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rewardRings {
  0% {
    opacity: 0.8;
    transform: scale(0.2);
  }
  100% {
    opacity: 0;
    transform: scale(2.7);
  }
}
@keyframes rewardConfettiGlow {
  0% {
    filter: brightness(0.92) saturate(1);
  }
  50% {
    filter: brightness(1.35) saturate(1.45);
  }
  100% {
    filter: brightness(0.92) saturate(1);
  }
}
@keyframes rewardConfettiFall {
  0% {
    opacity: 0;
    transform: translate3d(-8vw, -18vh, 0) rotate(0deg);
  }
  8% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(8vw, 122vh, 0) rotate(720deg);
  }
}
@keyframes rewardComets {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(-10deg);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(150vw) rotate(-10deg);
  }
}
