.notification {
  transition: 0.5s;
  background-color: #474757;
  position: absolute;
  right: 2vh;
  font-size: 3vh;
  color: white;
  top: 8vh;
  visibility: hidden;
  opacity: 0.0;
  /* border-radius: 0.8vh; */
  box-shadow: 0.2vh 0.5vh 1vh #0000003b;
  padding: 2vh;
  z-index: 300000;
}

.orange_text {
  color: #F96854; font-weight: 600;
}


.in_main_menu {right: 2vh;}

.in_main_menu_link {right: 3vh !important;}

.preview_menu_old {
  background: white;
  height: 81.5vh;
  position: absolute;
  width: 50vh;
  margin-left: 58vh;
  bottom: 9vh;
  border-radius: 0.8vh;
}

#play_v1 {
  width: 15vh;
}

#play_v2 {
  width: 15vh;
  margin-right: 2vh;
}

b {
  font-weight: 600;
}

#play_game {
  position: absolute;
  margin-top: 15vh;
  right: 4vh;
}

.credits_text_walkthrough {
  height: 5vh;
  margin-bottom: -1vh;
}

.paywalls {
  margin-left: 35vh;
  display: none;
}

.patreon_button_orange {
  background: linear-gradient(198deg, #FF6B81 24.03%, #ff6aff 199.29%);
  box-shadow: 0px 0.3vh 0.4vh rgb(0 0 0 / 14%), 0px 0.2vh 0.8vh rgb(0 0 0 / 12%), 0px 0.2vh 0.3vh rgb(0 0 0 / 20%);
  border-radius: 0.3vh;
  outline: none;
  border: none;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 600;
  font-size: 2vh;
  color: #292929;
  width: 12vh;
  height: 4.6vh;
  cursor:pointer;
  text-decoration: none;
  display:flex;
  align-items: center;
  justify-content: center;
}

.promo_image {
  width: 100%;
  height: 32.5vh;
  /* margin-top: 1.5vh; */
  /* margin-bottom: 2.5vh; */
}

.plz_donate {
  width: 100%;
  margin-top: 1.4vh;
}
.profile_menu, .profile_menu_game {
  visibility: hidden;
  display: none;
  opacity: 0.0;
  transition: 0.5s;
}

.profile_menu {
  margin-top: 9vh !important;
}

.profile_menu_game {
  margin-top: 2vh;
}

.inventory_menu_button:hover {
  height: 7vh;
  background-position: 50% 47%;
}





.benefits {padding: 0.5vh 2vh 0.8vh 2vh;color: white;}

.benefits_item {font-size: 2vh;font-weight: 600;margin-bottom: 1.5vh;}

.benefits_item.inactive {color: #c3c3c3;text-decoration: line-through;}



.buttons_container {
  display: flex;
  padding: 0 0 0 3vh;
}

.hidden_scene_text {
  font-size: 2vh;
  line-height: 3.7vh;
  padding: 3vh 2vh 0vh 3vh;
  width: 37vh;
  color: white;
  font-weight: 600;
}

#log_in_gallery.log_in_button_hidden_scene {
  text-decoration: none;
      margin-left: 2vh;
    background: linear-gradient(198deg, #FF6B81 24.03%, #ff6aff 199.29%);
    box-shadow: 0px 0.3vh 0.4vh rgb(0 0 0 / 14%), 0px 0.2vh 0.8vh rgb(0 0 0 / 12%), 0px 0.2vh 0.3vh rgb(0 0 0 / 20%);
    border-radius: 0.3vh;
    outline: none;
    border: none;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 2vh;
    margin-top: 2.2vh;
  
    color: #292929;
    width: 12vh;
    height: 4.6vh;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#log_in_button_hidden_scene.log_in_button_hidden_scene {
  text-decoration: none;
      margin-left: -4vh;
    background: linear-gradient(198deg, #FF6B81 24.03%, #ff6aff 199.29%);
    box-shadow: 0px 0.3vh 0.4vh rgb(0 0 0 / 14%), 0px 0.2vh 0.8vh rgb(0 0 0 / 12%), 0px 0.2vh 0.3vh rgb(0 0 0 / 20%);
    border-radius: 0.3vh;
    outline: none;
    border: none;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 2vh;
    margin-top: 2.6vh;
  
    color: #292929;
    width: 12vh;
    height: 4.6vh;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.link_improve {
  right: 2vh;
  position: absolute;
  text-decoration: none;
  color: #ff6aff;
}

.active_opacity {
  opacity: 1.0 !important;
  visibility: visible !important;
}

.locked_choice {
  background-color: rgb(212 212 212 / 54%) !important;
  color: #ffffff !important;
  /* border: 0.35vh solid #848484 !important; */
}


.edit_text {
  font-size: 2vh;
  color: white;
  font-weight: 600;
}


.skip_menu {
  /* display: none; */
  visibility: hidden;
  opacity: 0.0;
  transition: 0.5s;
  background-color: white;
  width: 42vh;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 1vh;
  padding-bottom: 1vh;
  margin-left: auto;
  margin-right: auto;
  bottom: 40vh;
}


.patreon_button {
    width: 23vh;
    height: 9.8vh;
    margin-right: 2vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../../static/images/become_a_patron_button.webp");
}

.patreon_choice {
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-weight: 600;
  text-shadow: none !important;
  /* border: #f9ffbd3b 0.3vh solid; */
  /* box-shadow: 0.2vh 0.2vh 1vh #00000059; */
  background-image: linear-gradient(to right, #f6a165 0%, #f86854 51%, #f6a165 100%);
}

.patreon_choice:hover {
  background-position: right center;
}

.mood_effect {
  font-size: 3vh;
  position: absolute;
  color: #6d71fd;
  padding: 1vh 2.5vh;
  top: 55vh;
  background-color: white;
  left: 105vh;
  font-weight: 600;
  visibility: hidden;
  opacity: 0.0;
  border-radius: 7vh;
  transition: 1s;
  box-shadow: 0.2vh 0.5vh 1vh #0000003b;
}

.active_mood {
  top: 40vh;
}


.dialog_transparent {
  background: rgb(71 71 87 / 17%) !important;
}

.text_transparent {
  /* text-shadow: 2px 5px 10px rgb(0, 0, 0); */
}

.text_small {
  font-size: 2.1vh;
}

.transparent_button {
  background-color: rgb(255 255 255 / 8%) !important;
}


.skip_button {
    transition: 0.7s ease;
    position: absolute;
    bottom: 1.75vh;
    left: 130.5vh;
}

.button_container {
  /* background-color: white; */
  padding: 3.25vh 6.2vh;
  /* border-radius: 1vh; */
  cursor: pointer;
  color: white;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 1vh;
  background-size: 45%;
  background-position: 49% 56%;
  background-image: url(../../static/images/skip_button.svg);
  background-repeat:no-repeat;
}


.game_menu_button {
  position: absolute;
  background-image: url(../../static/images/interface/new_burger.png);
  background-size: 2.5vh;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 5vh;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  height: 6vh;
  right: 2vh;
  /* filter: brightness(100) !important; */
  background-color: #474757;
  /*   border-radius: 0vh 0vh 1vh 1vh; */
  /*   box-shadow: 0.2vh 0.2vh 1vh #00000059; */
  background-position: center;
  transition: 0.2s;
  top: 0;
}

.inventory_menu_button {
  background-image: url(../../static/images/interface/icons8-school-backpack-90.webp);
  background-size: 3.1vh;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 5vh;
  margin-left: 0.5vh;
  height: 6vh;
  /* filter: hue-rotate(225deg) !important; */
  background-color: white;
  border-radius: 0vh 0vh 1vh 1vh;
  box-shadow: 0.2vh 0.2vh 1vh #00000059;
  background-position: 51% 47%;
  transition: 0.2s;
  position: relative;
  right: initial;
}

.game_menu {
  transition: 0.35s;
  /* display: none; */
  z-index: 2;
  visibility: hidden;
  opacity: 0.0;
  background-color: #474757;
  position: absolute;
  top: 8vh;
  right: 2vh;
  width: 39vh;
  /* border-radius: 0.8vh; */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.game_menu_item {
  color: white;
  font-size: 3vh;
  cursor: pointer;
  text-decoration: none;
  margin: 2.5vh 12.5vh 2.5vh 3vh;
  display: block;
  transition: 0.2s cubic-bezier(.22,.61,.36,1);
  font-weight: 500;
}

.game_menu_item:hover {
  color: #ff6aff;
}

.patreon:hover, .game_menu_button:hover {
  height: 7vh;
  background-position: 50% 37%;
  filter: brightness(1.1);
}

.overlay, .overlay_hidden, .inventory_overlay {
  transition: 0.35s;
  z-index: 1;
  visibility: hidden;
  opacity: 0.0;
  background-color: #00000060;
  position: absolute;
}

.close {
  width: 3vh;
  height: 3vh;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  background-image: url(../../static/images/close.webp);
  background-size: 5vh;
  background-position: 50%;
  padding: 2.5vh;
  filter: brightness(100);
  background-repeat: no-repeat;
}

.menu_header {
  display: flex;
  font-weight: 600;
  height: 7vh;
}

.title {font-size: 3vh;color: white;padding: 2.8vh;}

.preview_menu_new {
  background: white;
  position: absolute;
  height: 81.5vh;
  width: 56vh;
  border-radius: 0.8vh;
  bottom: 9vh;
}

.preview_text {font-size: 1.55vh;padding: 0vh 0vh 0vh 2.8vh;font-weight: 400;line-height: 3.4vh;width: 51vh;}

.big_text {
  font-size: 2.8vh;
  font-weight: 600;
}


.walkthrough_menu {
  width: 85vh;
  bottom: 14vh;
}


.eight_choices {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  height: 30vh;
  width: 120vh;
  align-content: space-between;
  bottom: 25vh;
  left: -14vh;
}

.eight_choice_button {
  font-size: 2vh;
  width: 56vh;
  margin-right: 3vh;
  margin-bottom: 1.5vh;
}

.eight_choice_button:hover {
  width: 58vh;
  margin-right:0vh;
}

.patreon {
  position: absolute;
  width: 20vh;
  height: 6vh;
  left: 2vh;
  top: 0vh;
  /* border-radius: 0vh 0vh 1vh 1vh; */
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../../static/images/become_a_patron_button.webp");
  cursor: pointer;
  background-position: center;
  background-color: #f96854;
  /* box-shadow: 0.2vh 0.2vh 1vh #00000059; */
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  transition: 0.2s;
}

.patreon_small {
  width: 4.75vh;
  background-position: 0%;
  background-size: 21vh;
}


.sound {
  /* position: relative; */
  height: 6vh;
  background-repeat: no-repeat;
  width: 9.5vh;
  background-image: url(../../static/images/sound.svg);
  /* right: 9vh; */
  cursor: pointer;
  filter: none !important;
  /* background-color: white; */
  background-color: #474757;
  background-size: 2.7vh;
  /* box-shadow: 0.2vh 0.2vh 1vh #00000059; */
  background-position: 18% 50%;
  transition: 0.2s;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.patreon:hover, .game_menu_button:hover {
  height: 7vh;
  background-position: 50% 47%;
  filter: brightness(1.2);
}


.patreon_small:hover {
  background-size: 21vh;
  background-position: left;
}

.sound_clicked {
  background-image: url(../../static/images/sound_clicked.svg);
}

.offer_edit {
  transition: 0.7s ease;
  background-image: url("../../static/images/suggest_button.svg");
  height: 6.5vh;
  background-repeat: no-repeat;
  width: 6.8vh;
  left: 137.5vh;
  bottom: 1.75vh;
  z-index: 105;
  background-size: 38%;
  background-position: center;
  border-radius: 1vh;
  cursor: pointer;
  position: absolute;
  cursor: pointer;
  color: white;
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 1vh;
}

.hidden_choice {
  visibility: hidden;
}

.suggestion {
  padding: 2.6vh 3vh 2.3vh 2.3vh;
}

.edit_text_second {
  margin-top: 3.5vh;
  color: white;
  font-weight: 600;
}

.disabled_textarea {font-family: "Avenir Next";font-weight: 500;margin-top: 2vh;height: 7.8vh;padding: 1.8vh 1.6vh 1.6vh 2.2vh;width: 52.5vh;font-size: 2vh;border-radius: 0.5vh;color: #ffffff47;border: #6c6c6c 0.15vh solid;background-color: #555a66;resize: none;}
.active_textarea {/* margin-top: 2vh; *//* height: 10.5vh; *//* width: 56vh; */font-family: "Avenir Next";font-weight: 500;margin-top: 2vh;height: 7.8vh;padding: 1.8vh 1.6vh 1.6vh 2.2vh;width: 52.5vh;font-size: 2vh;border-radius: 0.5vh;color: white;border: #212227 0.15vh solid;background-color: #323338;resize: none;}


.edit {
  /* display: none; */
  transition: 0.5s;
  visibility: hidden;
  opacity: 0.0;
  position: absolute;
  height: 54.4vh;
  /* border-radius: 1vh; */
  width: 61vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #474757;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  /* box-shadow: 0.5vh 1vh 1vh #00000061; */
}

.active {
  visibility: visible !important;
  opacity: 1.0 !important;
  display: block !important;
}

.rotate {
  height: 100%;
  position: absolute;
  left: -5vh;
}

.rotate_text {
  font-size: 4.5vh;
  color: white;
  position: absolute;
  width: 30vh;
  padding: 3vh;
  top: 2vh;
  left: 2vh;
  font-weight: 700;
  /* left: 62.5vh; */
  box-shadow: 0px 0.3vh 0.4vh rgb(0 0 0 / 14%), 0px 0.2vh 0.8vh rgb(0 0 0 / 12%), 0px 0.2vh 0.3vh rgb(0 0 0 / 20%);
  background-color: #673AB7;
}

.hidden_scene, .hidden_scene_pre, .hidden_scene_pre_2 {
  visibility: hidden;
  opacity: 0.0;
  background-color: #474757;
  width: 43vh;
  height: 67vh;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  /* border-radius: 0.5vh; */
  bottom: 13vh;
  box-shadow: 0.2vh 0.2vh 1vh #00000059;
}

.hidden_scene_pre, .hidden_scene_pre_2 {
    height: 27vh;
    bottom: 33vh;
}

.hidden_scene_image {
  /* height: 24vh; */
  width: 43vh;
  height: max-content;
  /* margin-bottom: 1vh !important; */
}

.hidden_dialog {
  visibility: hidden;
  opacity: 0.0;
}

.hide_spinner {
  display: none;
}

.container_buttons {
  display: flex;
  /* justify-content: space-between; */
}

.hide_interface {
  opacity: 0.0;
  visibility: hidden;
}


.next {
  font-size: 2.5vh;
  width: 20vh;
  margin-top: -9.5vh;
  padding: 1.6vh;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-weight: 600;
  border: #f9ffbd3b 0.3vh solid;
  box-shadow: 0.2vh 0.2vh 1vh #00000059;
  background-image: linear-gradient(to right, #00bcd4 0%, #8ef382 51%, #00bcd4 100%);
}

.next:hover {
  width:20vh;
  transform: scale(1.05);
  background-position: right center;
}

.next_locked {
  font-size: 2.5vh;
  width: 20vh;
  padding: 1.5vh;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-weight: 600;
  border: #f9ffbd3b 0.3vh solid;
  box-shadow: 0.2vh 0.2vh 1vh #00000059;
}

.next_locked:hover {
  width:20vh;
  transform: scale(1.05);
  background-position: right center;
}


.luna_counter {
  bottom: 4vh;
  left: 4vh;
  padding: 2vh 2.3vh;
  /* width: 26vh; */
  /* height: 10vh; */
  border-radius: 1vh;
  position: absolute;
  background-color: white;
  display: none;
  box-shadow: 0.2vh 0.2vh 1vh #00000059;
}

.full_counter {
  height: 2vh;
  background-color: #e0e0e0;
  width: 26vh;
  margin-top: 2vh;
  border-radius: 4vh;
  overflow: hidden;
}

#first_fragment_counter {
  height: 2vh;
  background-image: linear-gradient(to right, #f665d0 0%, #f85454 100%);
  width: 10vh;
  border-radius: 1vh;
}

.text_counter {
  font-weight: 600;
  font-size: 2.4vh;
  color: #353535;
}

#vertical_line_counter1, #vertical_line_counter2, #vertical_line_counter3, #vertical_line_counter4 {position: absolute;height: 2vh;width: 2px;background-color: white;margin-top: -2vh;}

#vertical_line_counter1 {left: 6.5vh;}

#vertical_line_counter2 {left: 11.8vh;}

#vertical_line_counter3 {
  left: 16.9vh;
}

#vertical_line_counter4 {
  left: 22vh;
}

#volume-control {
  margin-left: 1.4vh;
  margin-top: 1.45vh;
  width: 19vh;
  height: 1.2vh;
}

.sound_container:hover .sound {
  height: 7vh;
    background-position: 18% 50%;
}

.sound_container:hover .show_slider {
    top: 1.5vh;
}

.show_slider {
  transition: 0.2s;
  width: 4vh;
  cursor: pointer;
  background-repeat: no-repeat;
  height: 4vh;
  background-size: cover;
  border-left: 0.2vh solid #7d7d7d57;
  top: 1vh;
  left: 5vh;
  background-size: 39%;
  background-position: 50%;
  position: absolute;
  background-image: url(../../static/images/interface/arrow_down.svg);
}

.sound_container {
  transition: 0.3s;
  position: absolute;
  right: 9vh;
}

.sound_container:hover {filter: brightness(1.3);}

.range_container {
  transition: 0.5s;
  /* background-color: white; */
  background-color: #474757;
  position: absolute;
  right: 0.3vh;
  width: 22vh;
  height: 4vh;
  border-radius: 1vh;
  top: -14vh;
  transform: rotate(270deg);
  /* box-shadow: 0.2vh 0.5vh 1vh #0000003b; */
}

.range_active {
  top: 17vh;
}

.range_active_arrow {
  background-image: url(../../static/images/interface/arrow_top.svg);
}

input[type='range'] {
    overflow: hidden;
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
    width: 1.5vh;
    -webkit-appearance: none;
    height: 1.5vh;
    cursor: pointer;
    background: #ff6aff;
    box-shadow: -10vh 0 0 10vh #ff6aff;
}

input[type=range]:focus {
    outline: none;
}

.thnx {
  overflow-y: scroll;
  height: 42.5vh !important;
  width: 36vh;
}


.button_send {
  position:absolute;
  right:2.5vh;
  bottom:3vh;
    background: linear-gradient(198deg, #FF6B81 24.03%, #ff6aff 199.29%);
    box-shadow: 0px 0.3vh 0.4vh rgb(0 0 0 / 14%), 0px 0.2vh 0.8vh rgb(0 0 0 / 12%), 0px 0.2vh 0.3vh rgb(0 0 0 / 20%);
    border-radius: 0.3vh;
    outline: none;
    border: none;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 1.6vh;
    color: #292929;
    width: 12vh;
    height: 3.6vh;
}

#click_zone {
  cursor: pointer;
}