html {
  position: relative;
}
body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../media/wallpaper.55d84b30.png);
  background-size: 350px 285px;
}
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#root {
  position: relative;
  width: 900px;
  height: 675px;
}
.screen {
  width: 900px !important;
  height: 675px !important;
}
#game {
  position: relative;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#safari-container {
  z-index: 9999999;
  color: #745e1e;
  color: #fff;
  font-size: 19px;
  padding-bottom: 3px;
  padding-top: 2px;
  font-family: 'Yusei Magic';
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
  width: 900px;
  background-color: #744d21;
  text-align: center;
  display: flex;
  justify-content: center;
}
#safari-button {
  margin-left: 20px;
  background-color: #dfc534;
  color: #744d21;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  line-height: 0.75;
  margin-top: 4px;
  cursor: pointer;
}
#safari-button:hover {
  color: #cea51d;
  background-color: hsla(0, 0%, 100%, 0.9);
}
#mobile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mobile-message {
  color: #6d2115;
  background-color: #ffe6e2;
  font-family: 'Yusei Magic', sans-serif;
  width: 80%;
  font-size: 18px;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
}
#mobile-img {
  width: 200px;
  padding-top: 30px;
}
#frame {
  position: absolute;
  z-index: 1000;
  margin-left: -110px;
  margin-top: -113px;
  pointer-events: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
* {
  box-sizing: border-box;
}
#hideme {
  visibility: none;
  background-image: url(../media/preview.5fa31ff0.png);
}
button {
  cursor: pointer;
  background-color: #f0bb5a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  border: 3px solid #fff;
  font-family: 'Yusei Magic', sans-serif;
  font-size: 20px;
}
button:hover {
  background-color: #fff;
  color: #f0bb5a;
  border: solid #f0bb5a;
}
button:focus {
  outline: 0;
}
#interludeContainer {
  overflow: hidden;
  width: 900px;
  height: 732px;
  position: absolute;
  background-color: #000;
}
.preloading-true #interludeContainer {
  background-color: #ffdadc;
}
#interlude {
  width: 900px;
  z-index: 900;
  height: 750px;
  margin-top: 10px;
  background-image: url(../media/curtains.24cf2e49.png);
  background-size: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}
.curtainsOff {
  bottom: 950px;
}
.curtainsIn {
  -webkit-animation: curtainsIn 0.4s ease-out;
  animation: curtainsIn 0.4s ease-out;
  bottom: 0;
}
.curtainsOut {
  -webkit-animation: curtainsOut 0.4s ease-in;
  animation: curtainsOut 0.4s ease-in;
  bottom: 950px;
}
@-webkit-keyframes curtainsIn {
  0% {
    bottom: 950px;
  }
  to {
    bottom: 0;
  }
}
@keyframes curtainsIn {
  0% {
    bottom: 950px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes curtainsOut {
  0% {
    bottom: 0;
  }
  to {
    bottom: 950px;
  }
}
@keyframes curtainsOut {
  0% {
    bottom: 0;
  }
  to {
    bottom: 950px;
  }
}
#interludeText {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 60px;
  margin-top: 290px;
  color: #fff;
}
#introScreen {
  width: 900px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../media/intro.21a4d50f.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
#introScreen.loading-true {
  background-color: #ffdadc;
}
#introScreen.loading-false {
  background-color: #000;
}
#introScreen #loadingText {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 48px;
  left: 420px;
  bottom: 240px;
  position: absolute;
  color: #86141a;
}
#introScreen button {
  justify-content: center;
  margin-top: 250px;
  font-size: 48px;
  background-color: #dfaa13;
  padding: 8px 30px;
  border-width: 8px;
  font-family: 'Sofia', cursive;
  border-radius: 42px;
}
#introScreen button:hover {
  background-color: #fff;
  border-color: #f3bb1c;
}
#ratSelectScreen {
  -webkit-animation: fadeIn 3s ease;
  animation: fadeIn 3s ease;
  width: 900px;
  height: 100%;
  background-color: #ffe5e5;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ratSelectScreen button {
  background-color: #fff;
  color: #dd8d9d;
  padding-top: 6px;
  font-size: 24px;
  padding-bottom: 8px;
  border: none;
}
#ratSelectScreen .selectedRat {
  color: #00f;
}
#ratSelectScreen .selectedRat .ratHearts {
  display: block;
}
#ratSelectScreen button:hover {
  color: #fff;
  background-color: #eda9b7;
  border: none;
}
#ratSelectScreen #ratListContainer {
  flex-wrap: wrap;
  padding: 5px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
#ratSelectScreen #ratContainer {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 2px;
  margin-right: 2px;
}
#ratSelectScreen .ratListItem {
  cursor: pointer;
  height: 150px;
  width: 130px;
  padding-left: 0;
  padding-top: 14px;
  padding-bottom: 30px;
  font-weight: 700;
  position: relative;
}
#ratSelectScreen .ratNameContainer {
  font-family: 'Yusei Magic';
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  color: #a5596a;
  color: #3b110b;
  border: 6px solid #e8be1b;
  background-color: #fff1cb;
  position: absolute;
  border-radius: 12px;
  padding: 2px;
  width: 140px;
  left: 0;
  right: 0;
  top: 150px;
  display: none;
  z-index: 999;
}
#ratSelectScreen .ratTagline {
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  padding: 5px;
}
#ratSelectScreen .ratFrame,
.ratHearts {
  width: 100%;
  transform: scale(1.25);
  position: absolute;
}
#ratSelectScreen .ratPic {
  position: relative;
}
#ratSelectScreen .ratPic:hover + .ratNameContainer {
  display: block;
}
.stillRats .ratPic:hover {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
#ratSelectScreen .ratPic:hover {
  -webkit-animation: pulse 0.2s ease-in;
  animation: pulse 0.2s ease-in;
  transform: scale(1.3);
}
#ratSelectScreen #chooseText {
  font-family: 'Yusei Magic';
  font-size: 30px;
  margin-bottom: 0;
  padding-top: 18px;
  color: #fee;
  background-color: #ca5e77;
  border-bottom: 8px solid #eda9b7;
  width: 100%;
  text-align: center;
  height: 85px;
}
#ratSelectScreen button {
  margin-top: -15px;
}
#talkingToRatsScreen {
  overflow: hidden;
  background-image: url(../media/couch.b907630e.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 900px;
  height: 100%;
  position: relative;
}
#talkingToRatsScreen img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#talkingToRatsScreen #ratName {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 24px;
  background-color: #ad8f18;
  color: #f5eaca;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  margin-left: 20px;
  border-radius: 10px 10px 0 0;
}
#talkingToRatsScreen #dialogueImg {
  -webkit-animation: fadeIn 2s ease;
  animation: fadeIn 2s ease;
  width: 120px;
}
#talkingToRatsScreen #ratDialogue {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 21px;
  background-color: #e0d192;
  width: 900px;
  padding: 15px 35px 90px;
  border-top: 13px solid #ad8f18;
}
#talkingToRatsScreen #dialogueContainer {
  position: absolute;
}
#talkingToRatsScreen button {
  font-size: 17px;
  padding: 5px 10px;
  margin-right: 4px;
  border: 2px;
  background-color: #d58d00;
}
#talkingToRatsScreen button:hover {
  background-color: #fff6dd;
  color: #d58d00;
}
#talkingToRatsScreen #responses {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 25px;
}
#playerRat,
#talkingToRatsScreen #talkingRat,
.ratImg {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
}
.ratImg {
  left: -550px;
}
.enteringRat {
  -webkit-animation: sendRatIn 0.8s ease-out !important;
  animation: sendRatIn 0.8s ease-out !important;
  left: 0;
}
.leavingRat {
  left: -550px;
  -webkit-animation: sendRatOut 0.8s ease-in !important;
  animation: sendRatOut 0.8s ease-in !important;
}
#dialogueContainer {
  bottom: -400px;
}
#textDialogueContainer {
  position: relative;
}
#talkingToRatsScreen .enteringDialogue {
  bottom: 0;
  -webkit-animation: sendDialogueIn 0.8s ease-out !important;
  animation: sendDialogueIn 0.8s ease-out !important;
}
.leavingDialogue {
  -webkit-animation: sendDialogueOut 0.8s ease-in !important;
  animation: sendDialogueOut 0.8s ease-in !important;
}
@-webkit-keyframes sendRatIn {
  0% {
    left: -550px;
  }
  to {
    left: 0;
  }
}
@keyframes sendRatIn {
  0% {
    left: -550px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes sendRatOut {
  0% {
    left: 0;
  }
  to {
    left: -550px;
  }
}
@keyframes sendRatOut {
  0% {
    left: 0;
  }
  to {
    left: -550px;
  }
}
@-webkit-keyframes sendDialogueIn {
  0% {
    bottom: -400px;
  }
  to {
    bottom: 0;
  }
}
@keyframes sendDialogueIn {
  0% {
    bottom: -400px;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes sendDialogueOut {
  0% {
    bottom: 0;
  }
  to {
    bottom: -400px;
  }
}
@keyframes sendDialogueOut {
  0% {
    bottom: 0;
  }
  to {
    bottom: -400px;
  }
}
#talkingRatContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
}
#talkingToRatsScreen #playerRat {
  left: 0;
  top: 0;
}
#roseCeremonyScreen {
  background-image: url(../media/rose_ceremony.340442de.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 900px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
#roseCeremonyScreen.lastRose {
  background-image: url(../media/garden.1a22e2c2.png);
}
#roseCeremonyScreen.lastRose #instructions {
  background-color: transparent !important;
}
#ratSelectScreen .selectedRat {
  border-radius: 20px;
}
#ratSelectScreen .ratPic {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.selectedRat .ratPic {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
#roseCeremonyScreen .ratList {
  cursor: pointer;
  margin: 0;
  padding: 5px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#roseCeremonyScreen #bouquet {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 800px;
}
.ratList .rosePic {
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  display: none;
}
.selectedRat .rosePic {
  display: block;
}
#roseCeremonyScreen #ratListContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  bottom: 80px;
}
#roseCeremonyScreen .allRatsSelected:hover .ratPic {
  -webkit-animation: none !important;
  animation: none !important;
  transform: scale(1) !important;
}
#roseCeremonyScreen .ratPic {
  display: inline;
}
#roseCeremonyScreen .ratWithRosePic,
#roseCeremonyScreen .selectedRat .ratPic {
  display: none;
}
#roseCeremonyScreen .selectedRat .ratWithRosePic {
  display: inline;
}
#roseCeremonyScreen .large {
  width: 310px;
}
#roseCeremonyScreen .med-large {
  width: 170px;
}
#roseCeremonyScreen .medium {
  max-height: 200px;
}
#roseCeremonyScreen .small {
  width: 100px;
}
#roseCeremonyScreen .roseIcon {
  width: 40px;
}
#roseCeremonyScreen .hoverText {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  background-color: #ecd9a5;
  color: #3b110b;
  font-family: 'Yusei Magic', sans-serif;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  border: 4px solid #e8be1b;
  z-index: 99;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
}
#roseCeremonyScreen button {
  font-size: 24px;
  padding: 6px 20px;
  background-color: #bda127;
  border: none;
}
#roseCeremonyScreen button:hover {
  padding: 6px 20px;
  background-color: #fcefa6;
  color: #bda127;
  border: none;
}
#roseCeremonyScreen .ratList:hover .hoverText {
  display: block;
}
#roseCeremonyScreen .ratList:hover .ratPic {
  -webkit-animation: rosePulse 1s;
  animation: rosePulse 1s;
  transform: scale(1.2);
}
#frontRow,
#roseCeremonyScreen #backRow,
.middleRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
#roseCeremonyScreen #frontRow {
  margin-bottom: 30px;
  margin-top: -60px;
  margin-left: 80px;
}
.middleRow {
  margin-bottom: 150px;
}
#roseCeremonyScreen #instructions {
  background-color: #183847;
  color: #f1e3bb;
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  font-family: 'Yusei Magic', sans-serif;
  font-size: 30px;
}
#proposalScreen,
#roseCeremonyScreen #instructions {
  display: flex;
  justify-content: center;
  align-items: center;
}
#proposalScreen {
  -webkit-animation: fadeIn 2.4s ease;
  animation: fadeIn 2.4s ease;
  background-image: url(../media/beach.01747d96.png);
  background-size: 100%;
}
.propose-large {
  max-height: 600px;
  max-width: 600px;
  transform: scaleX(-1);
}
.propose-med-large {
  max-height: 500px;
  max-width: 500px;
}
.propose-medium {
  max-height: 300px;
}
.propose-small {
  max-width: 150px;
  max-height: 150px;
}
#finalRat {
  margin-right: 40px;
}
#proposalScreen #proposingRat {
  max-width: 300px;
  max-height: 300px;
  margin-bottom: -200px;
}
#animeEndingScreen {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-color: #000;
}
#animePic {
  -webkit-animation: fadeIn 10s ease;
  animation: fadeIn 10s ease;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
#animeText {
  font-family: 'Yusei Magic';
  font-size: 20px;
  position: absolute;
  padding: 20px 40px;
  -webkit-animation: slideUp 7s ease;
  animation: slideUp 7s ease;
  background-color: rgba(236, 217, 165, 0.85);
  color: #4b4015;
  bottom: 0;
  width: 100%;
}
#SpecialEndingScreen {
  -webkit-animation: fadeIn 6s ease;
  animation: fadeIn 6s ease;
  width: 900px;
  height: 100%;
  background-color: #ffe5e5;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  overflow: hidden;
}
#SpecialEndingScreen button {
  background-color: #fff;
  color: #dd8d9d;
  padding-top: 6px;
  font-size: 24px;
  padding-bottom: 8px;
  border: none;
}
#SpecialEndingScreen .selectedRat {
  color: #00f;
}
.ratHearts {
  display: none;
}
#SpecialEndingScreen .selectedRat .ratNameContainer {
  display: block;
  position: fixed;
  top: 20%;
  left: 35%;
  z-index: 10000;
  width: 280px;
}
#SpecialEndingScreen .selectedRat .ratPic {
  z-index: 100;
  width: 300px;
  padding: 40px;
  pointer-events: none;
}
#SpecialEndingScreen .selectedRat .ratPic:hover {
  transform: scale(1);
  z-index: 1000;
}
#specialBg {
  position: absolute;
}
#SpecialEndingScreen button:hover {
  color: #fff;
  background-color: #eda9b7;
  border: none;
}
#SpecialEndingScreen #ratListContainer {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  position: relative;
}
#SpecialEndingScreen #ratContainer {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 130px 2px 20px 20px;
}
#SpecialEndingScreen .ratListItem {
  cursor: pointer;
  height: 150px;
  width: 130px;
  padding-left: 0;
  padding-top: 14px;
  padding-bottom: 30px;
  font-weight: 700;
  position: relative;
}
#SpecialEndingScreen .ratNameContainer {
  font-family: 'Yusei Magic';
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  color: #a5596a;
  color: #3b110b;
  border: 6px solid #e8be1b;
  background-color: #fff1cb;
  position: absolute;
  border-radius: 12px;
  padding: 2px;
  width: 250px;
  left: -80px;
  right: 0;
  margin: auto;
  top: -90px;
  display: none;
  z-index: 999;
}
#SpecialEndingScreen .ratListItem:hover .ratNameContainer {
  display: block;
}
#SpecialEndingScreen .ratTagline {
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  padding: 5px;
}
#SpecialEndingScreen .ratPic {
  position: relative;
}
#SpecialEndingScreen .ratPic:hover {
  transform: scale(1.1);
  z-index: 10;
}
#epilogueButton {
  position: absolute;
  opacity: 1;
  -webkit-animation: fadeInDelay 8s ease;
  animation: fadeInDelay 8s ease;
  right: 20px;
  top: 30px;
}
#SpecialEndingScreen #chooseText {
  font-family: 'Yusei Magic';
  font-size: 30px;
  margin-bottom: 0;
  padding-top: 18px;
  color: #fee;
  background-color: #ca5e77;
  border-bottom: 8px solid #eda9b7;
  width: 100%;
  text-align: center;
  height: 85px;
}
#SpecialEndingScreen button {
  margin-top: -15px;
  margin-left: 10px;
  border: 5px solid #eda9b7;
}
#SpecialEndingScreen button:hover {
  border: 5px solid #fee;
}
#SpecialEndingScreen #endingButtonContainer {
  position: absolute;
  opacity: 1;
  -webkit-animation: fadeInDelay 5s ease;
  animation: fadeInDelay 5s ease;
  top: 15px;
}
#payusButton {
  right: 162px;
}
#followusButton {
  right: 475px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rosePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes rosePulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@-webkit-keyframes slideUp {
  0% {
    bottom: -500px;
  }
  to {
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    bottom: -500px;
  }
  to {
    bottom: 0;
  }
}
.reaction-animation {
  position: absolute;
  left: 20%;
  top: 20%;
  height: 5px;
  width: 5px;
  -webkit-animation: emote-container-up 1s 0s forwards;
  animation: emote-container-up 1s 0s forwards;
}
.reaction-emote {
  position: absolute;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 30px;
}
.reaction-emote img {
  width: 100%;
}
.reaction-emote-1 {
  -webkit-animation-name: emote-1;
  animation-name: emote-1;
}
.reaction-emote-2 {
  -webkit-animation-name: emote-2;
  animation-name: emote-2;
}
.reaction-emote-3 {
  -webkit-animation-name: emote-3;
  animation-name: emote-3;
}
.reaction-emote-4 {
  -webkit-animation-name: emote-4;
  animation-name: emote-4;
}
.reaction-emote-5 {
  -webkit-animation-name: emote-5;
  animation-name: emote-5;
}
@-webkit-keyframes emote-container-up {
  0% {
    transform: translateZ(0) scale(1);
  }
  to {
    transform: translate3d(0, -20px, 0) scale(1.8);
  }
}
@keyframes emote-container-up {
  0% {
    transform: translateZ(0) scale(1);
  }
  to {
    transform: translate3d(0, -20px, 0) scale(1.8);
  }
}
@-webkit-keyframes emote-1 {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-20px, -40px, 0);
  }
}
@keyframes emote-1 {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-20px, -40px, 0);
  }
}
@-webkit-keyframes emote-2 {
  0% {
    opacity: 1;
    transform: translate3d(-18px, 2px, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-50px, -80px, 0);
  }
}
@keyframes emote-2 {
  0% {
    opacity: 1;
    transform: translate3d(-18px, 2px, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-50px, -80px, 0);
  }
}
@-webkit-keyframes emote-3 {
  0% {
    opacity: 1;
    transform: translate3d(10px, -5px, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(70px, -65px, 0);
  }
}
@keyframes emote-3 {
  0% {
    opacity: 1;
    transform: translate3d(10px, -5px, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(70px, -65px, 0);
  }
}
@-webkit-keyframes emote-4 {
  0% {
    opacity: 1;
    transform: translate3d(-6px, 0, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-60px, -45px, 0);
  }
}
@keyframes emote-4 {
  0% {
    opacity: 1;
    transform: translate3d(-6px, 0, 0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-60px, -45px, 0);
  }
}
@-webkit-keyframes emote-5 {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(5px, -80px, 0);
  }
}
@keyframes emote-5 {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(5px, -80px, 0);
  }
}
#game-options {
  position: absolute;
  top: 316px;
  left: -220px;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  z-index: 200;
}
.sound-icon {
  margin-right: 6px;
  cursor: pointer;
}
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
  height: 48px;
  margin: 0;
}
input[type='range']:focus {
  outline: none;
}
input[type='range']::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 2px solid #977c40;
  height: 36px;
  width: 16px;
  border-radius: 8px;
  background: #fffec6;
  cursor: pointer;
  margin-top: 0;
  box-shadow: 1px 0 0 #977c40;
}
input[type='range']::-moz-range-thumb {
  border: 2px solid #977c40;
  height: 36px;
  width: 16px;
  border-radius: 8px;
  background: #fffec6;
  cursor: pointer;
  margin-top: 0;
  box-shadow: 1px 0 0 #977c40;
}
input[type='range']::-ms-thumb {
  border: 2px solid #977c40;
  height: 36px;
  width: 16px;
  border-radius: 8px;
  background: #fffec6;
  cursor: pointer;
  margin-top: 0;
  box-shadow: 1px 0 0 #977c40;
}
.sound-slider {
  position: relative;
  width: 230px;
  height: 48px;
}
.sound-slider input {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.sound-slider .behind-slider {
  position: absolute;
  width: 100%;
  margin-top: 15px;
  height: 20px;
  z-index: 0;
  border-radius: 4px;
  border: 2px solid #977c40;
}
.player-img {
  width: 180px;
  flex-grow: 0;
  position: relative;
  -webkit-filter: grayscale(1) brightness(1.2) contrast(0.8);
  filter: grayscale(1) brightness(1.2) contrast(0.8);
  z-index: 0;
}
#custom-character {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff5f5;
  position: relative;
}
#custom-character-row {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 38px;
}
#ratchelor-intro-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffe5e5;
  height: 255px;
}
#hearts-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#ratchelor-intro-title {
  font-size: 42px;
}
#ratchelor-intro,
#ratchelor-intro-title {
  color: #c14d67;
  font-family: 'Yusei Magic', sans-serif;
}
#ratchelor-intro {
  width: 55%;
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
}
#ratchelor-intro-question {
  font-family: 'Yusei Magic', sans-serif;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
  color: #c44663;
}
#custom-character #button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  margin-top: 45px;
  z-index: 1;
}
#custom-character button {
  background-color: #c44663;
  border: 8px solid #ffe5ea;
  z-index: 1;
  font-size: 30px;
  padding: 10px 25px;
}
#custom-character button:hover {
  background-color: #fe97b0;
  color: #fff;
}
.player-img:hover {
  -webkit-animation: wiggle 0.75s linear 0s infinite forwards;
  animation: wiggle 0.75s linear 0s infinite forwards;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  cursor: pointer;
}
.player-img img {
  position: relative;
  width: 100%;
}
.player-img.selected-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.selected-bg {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 150%;
  height: 130%;
  margin-top: -15%;
  margin-left: -15%;
  z-index: 2;
}
#button-container {
  height: 55px;
  width: 130px;
}
@-webkit-keyframes wiggle {
  0% {
    transform: translateZ(0) rotate(0deg);
  }
  25% {
    transform: translate3d(10px, 0, 0) rotate(3deg);
  }
  50% {
    transform: translateZ(0) rotate(0deg);
  }
  75% {
    transform: translate3d(-10px, 0, 0) rotate(-3deg);
  }
  to {
    transform: translateZ(0) rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: translateZ(0) rotate(0deg);
  }
  25% {
    transform: translate3d(10px, 0, 0) rotate(3deg);
  }
  50% {
    transform: translateZ(0) rotate(0deg);
  }
  75% {
    transform: translate3d(-10px, 0, 0) rotate(-3deg);
  }
  to {
    transform: translateZ(0) rotate(0deg);
  }
}
#game,
#game-container {
  z-index: 0;
}
#stickers {
  position: absolute;
  top: 14px;
  width: auto;
  right: 108px;
  color: #723f41;
  font-family: 'Yusei Magic', sans-serif;
  background-color: #fdedee;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 12px;
}
#stickers:hover {
  background-color: #f8796a;
  color: #fedcdd;
}
#credit-title {
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  padding: 13px 3px;
  margin: 0;
}
#credits {
  position: absolute;
  top: 14px;
  width: auto;
  right: 12px;
  padding: 0 12px;
  border-radius: 12px;
  line-height: 105%;
  background-color: #fdedee;
  font-family: Yusei Magic;
  text-align: center;
  color: #723f41;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}
#credits #credit-title {
  font-size: 16px;
  display: block;
}
#credits #algorats-credit,
#credits #algorats-credit-small,
#credits #sound-credit,
#credits:hover #credit-title {
  display: none;
}
#credits:hover #algorats-credit,
#credits:hover #algorats-credit-small,
#credits:hover #sound-credit {
  display: block;
}
#credits a {
  color: #bb1236;
}
#algorats-credit-small {
  font-size: 14px;
}
#sound-credit {
  font-size: 11px;
  font-style: italic;
}
/*# sourceMappingURL=main.2dcfdf42.chunk.css.map */
