@font-face {
  font-family: 'OneMobileTitle';
  src: url('https://cdn.banggooso.com/assets/fonts/ONE-Mobile-Title.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/ONE-Mobile-Title.woff') format('woff');
}
@font-face {
  font-family: 'RixGulimEB';
  src: url('https://cdn.banggooso.com/assets/fonts/RixGulimEB.eot');
  src: url('https://cdn.banggooso.com/assets/fonts/RixGulimEB.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimEB.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimEB.woff') format('woff'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimEB.ttf') format('truetype');
}
@font-face {
  font-family: 'RixGulim B';
  src: url('https://cdn.banggooso.com/assets/fonts/RixGulimB.eot');
  src: url('https://cdn.banggooso.com/assets/fonts/RixGulimB.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimB.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimB.woff') format('woff'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimB.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'RixGulim M';
  src: url('https://cdn.banggooso.com/assets/fonts/RixGulimM.eot');
  src: url('https://cdn.banggooso.com/assets/fonts/RixGulimM.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimM.woff2') format('woff2'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimM.woff') format('woff'),
    url('https://cdn.banggooso.com/assets/fonts/RixGulimM.ttf') format('truetype');
  font-weight: 400;
}

:root {
  --game-195-color: #ab2737;
  --game-195-sub-color: #1c7a52;
  --game-195-font: OneMobileTitle;
}
.game-wrapper.basic .app-header {
  position: fixed;
  z-index: 99;
  background: none;
  border: none;
  width: 100%;
}
.app-header .app-sound {
  background-image: url('https://cdn.banggooso.com/assets/images/game195/icons/sound.png');
  background-size: 70%;
  position: absolute;
  right: 2.5rem;
  width: 2rem;
  height: 100%;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: center center;
}

.app-header .app-sound.off {
  background-image: url('https://cdn.banggooso.com/assets/images/game195/icons/sound-off.png');
  background-size: 55%;
}

.app-header .app-home {
  background-image: url('https://cdn.banggooso.com/assets/images/game195/icons/home.png');
  background-size: 70%;
  position: absolute;
  right: 0.5rem;
  z-index: 99;
  width: 2rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.game-wrapper .app-header .bgm-notice {
  color: white;
  font-family: RixGulim B;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  background: #421118;
  padding: 0.5rem 0.75rem;
  position: absolute;
  left: 11.5rem;
  top: 0.5rem;
}

.game-wrapper .app-header .bgm-notice::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.8rem;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 2rem;
  border-color: transparent transparent transparent #421118;
  transform: translateY(-50%);
  z-index: -1;
}

.game-intro {
  padding: 0;
}

/* 캐릭터 생성 */
.avatar-wrap,
.capture-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: initial;
  height: 100%;
  overflow: hidden;
}

.avatar-wrap {
  border: none;
  margin-bottom: 0;
}

.avatar-wrap > .img-object,
.avatar-wrap > .object-background,
.capture-wrap > .img-object {
  position: absolute;
  width: 100%;
}

img {
  width: 100%;
}

.game-intro .detail {
  position: absolute;
  width: 100%;
}

.detail .complete-text {
  text-align: center;
  color: #421118;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3rem;
  font-size: 1.5rem;
}
.detail .complete-text > span:first-child {
  margin-right: 0.5rem;
  color: #1c7a52;
  max-width: 9rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.detail .complete-text span {
  color: #ab2737;
}

.detail .complete-text .player-name {
  color: #421118;
  max-width: 8rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: normal;
  vertical-align: bottom;
}

.game-wrapper.basic .game-intro {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
}
.game-wrapper.basic .game-intro.started {
  display: none;
}

.share-icon-wrap .share-icon {
  width: 70%;
}

.start-wrap {
  text-align: center;
  position: absolute;
  top: 37rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

@media (max-height: 750px) {
  .start-wrap {
    text-align: center;
    position: absolute;
    top: 35rem;
    width: 100%;
  }
}

.start-wrap .btn-game-start,
.start-wrap .sub-btn {
  width: 40%;
  cursor: pointer;
  background: repeating-linear-gradient(-64deg, #c3152b, #c3152b 25px, #b8182c 0, #b8182c 50px);
  border-radius: 3rem;
  font-size: 0.8rem;
  text-align: center;
  color: white;
  box-shadow: none;
  border: none;
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
}

.game-intro .category-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 1rem 1rem 1rem;
  height: 2.5rem;
  align-items: center;
}
.game-intro .defult-object {
  width: 6rem;
  top: 16rem;
  left: 2.25rem;
  position: absolute;
}

.game-intro .defult-object.present {
  width: 3.99rem;
  top: 18.8rem;
  left: auto;
  right: 0.85rem;
}


.detail .category-wrapper .scroll-btn {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.detail .category-wrapper .scroll-btn:first-of-type {
  background: url(https://cdn.banggooso.com/assets/images/game195/icons/side-left.png) no-repeat center 55% / auto
    1.2rem;
}
.detail .category-wrapper .scroll-btn:last-of-type {
  background: url(https://cdn.banggooso.com/assets/images/game195/icons/side-right.png) no-repeat center 55% / auto
    1.2rem;
}

.detail .category-wrapper .scroll-btn.none {
  background: url(https://cdn.banggooso.com/assets/images/game195/icons/side-left-false.png) no-repeat center 55% / auto
    1.2rem;
}

.detail .category-wrapper .scroll-btn.none:last-of-type {
  background: url(https://cdn.banggooso.com/assets/images/game195/icons/side-right-false.png) no-repeat center 55% /
    auto 1.2rem;
}

.detail .category-wrapper .scroll-paging {
  display: none;
  gap: 0.5rem;
}

.detail .category-wrapper .scroll-paging div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #421118;
}

.detail .category-wrapper .scroll-paging div.on {
  border: none;
  background-color: #b8182c;
}

.game-wrapper .game-wrap {
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 1030px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.game-wrapper .game-wrap #step1,
.game-wrapper .game-wrap #step2,
.game-wrapper .game-wrap #step3 {
  height: 100%;
  color: #000000;
  display: flex;
  flex-direction: column;
  background: repeating-linear-gradient(-64deg, #fff4d9, #fff4d9 25px, #fff5e3 0, #fff5e3 50px);
}

.game-wrap .start-text {
  text-align: center;
  color: #421118;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3rem;
  font-size: 1.3rem;
}

.game-wrap .start-text > span {
  color: #ab2737;
}
.game-wrap .start-text > .last-text {
  color: #1c7a52;
}
.game-wrap .category-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.game-wrap .category-wrapper .scroll-paging {
  display: flex;
  gap: 0.5rem;
}

.game-wrap .category-wrapper .scroll-paging div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ffcece;
  border: none;
}

.game-wrap .category-wrapper .scroll-paging div.on {
  border: none;
  background-color: #b8182c;
}

#step1 .item-wrapper {
  margin-top: 1rem;
}

#step1 .item-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

#step1 .item-list li > img {
  width: 75%;
  padding-bottom: 0.2rem;
  border-radius: 0.5rem;
}

#step1 .item-list li {
  width: 31%;
  text-align: center;
  border-radius: 0.5rem;
  background: #fff;
}

.delete-img {
  position: absolute;
  display: none;
  border:none;
  box-shadow: 0 0 0 3px #b8182c inset;
  
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.generate-wrap {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.generate-wrap .generate {
  width: 18rem;
  cursor: pointer;
  background: repeating-linear-gradient(-64deg, #c3152b, #c3152b 25px, #b8182c 0, #b8182c 50px);
  border-radius: 3rem;
  font-size: 1rem;
  color: white;
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#step2 section.top {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#step2 .avatar-wrap {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-height: 700px) {
  #step2 .avatar-wrap {
    width: 8rem;
  }
}

#step2 section.bottom .category-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  height: 2.6rem;
  margin: 0;
}

/* #step2 section.bottom {
  margin-top: 18.5rem;
} */

#step2 section.bottom ul.category-inner {
  display: flex;
  flex: 1;
  justify-content: space-between;
  height: 101%;
}

#step2 section.bottom ul.category-inner li.category {
  width: 50%;
  white-space: nowrap;
  background: #fffdfa;
  color: white;
  text-align: center;
  line-height: 1.4rem;
  font-family: 'RixGulim EB';
  font-size: 0.9rem;
  padding-top: 0.5rem;
  height: 99%;
  color: #421118;
}

#step2 section.bottom ul.category-inner li.category.active,
#step2 section.bottom ul.category-inner li.category:active {
  color: #421118;
  height: 100%;
  border-bottom: 3px solid #b8182c;
  background: #fffdfa;
  font-size: 0.9rem;
  padding-top: 0.5rem;
  font-family: 'RixGulim EB';
}

#step2 section.bottom {
  overflow-x: scroll;
  background: #f1d6be;
  z-index: 1;
}

#step2 section.bottom .category-item .item-list > .item-li {
  width: 5rem;
  margin: 0.6%;
  border-radius: 4px;
  transform: skew(0deg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-li > .delete-img {
  position: absolute;
  display: none;
  border: none;
  box-shadow: 0 0 0 3px #b8182c inset;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}

#step2 section.bottom .category-item .item-list > .item-li > img {
  border-radius: 0.7rem;
}
@media (max-height: 750px) {
  .item-li > .delete-img {
    position: absolute;
    display: none;
    border: none;
    box-shadow: 0 0 0 3px #b8182c inset;
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 0.5rem;
  }
}

#step2 section.bottom .item-wrapper {
  padding: 1rem 0 0 1rem;
}

#step3 .letter {
  margin: 1rem 1rem 1rem;
  resize: none;
  height: 25rem;
  border-bottom: 3px solid #dcc68e;
  padding: 1rem;
  font-size: 0.9rem;
  font-family: 'RixGulim M';
  font-style: normal;
  font-weight: 400;
  border-radius: 5px;
}

#step3 .letter-from {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #421118;
  font-family: var(--game-195-font);
  font-size: 1.5rem;
  gap: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}

#step3 .letter-from input {
  height: 100%;
  border-bottom: 2px solid #dcc68e;
  width: 10rem;
  text-align: center;
  font-family: RixGulim B;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: 5px;
}

#step3 .letter-from input::placeholder,
#step3 .letter::placeholder {
  color: #b7b7b7;
}

.game-result {
  /* height: 100vh !important; */
  color: #000000;
  display: flex;
  flex-direction: column;
  background: repeating-linear-gradient(-64deg, #fff4d9, #fff4d9 25px, #fff5e3 0, #fff5e3 50px);
}

.game-result .detail .complete-text span {
  color: #ab2737;
}

.game-result p {
  font-size: 0.9rem;
  margin: 0.75rem;
  text-align: center;
  color: #421118;
  font-family: 'RixGulim';
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.game-result p span {
  font-family: 'Apple Color Emoji';
}

.game-result .event-img {
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.game-result .event-img #out-link {
  cursor: pointer;
}
.game-result .event-img #out-link-copy {
  position: absolute;
  width: 3rem;
  bottom: -0.5rem;
  right: 1rem;

  cursor: pointer;
}

.game-result .detail .complete-text {
  font-size: 1.3rem;
}

.game-result .detail .btn-contain {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.game-result .detail .btn-contain .btn-wrap {
  text-align: center;
}

.game-result .detail .btn-contain .btn-wrap .basic-btn {
  width: 18rem;
  cursor: pointer;
  background: repeating-linear-gradient(-64deg, #c3152b, #c3152b 25px, #b8182c 0, #b8182c 50px);
  border-radius: 3rem;
  font-size: 1rem;
  text-align: center;
  color: white;
  box-shadow: none;
  border: none;
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game-result .detail .btn-contain .btn-wrap .sub-btn {
  width: 18rem;
  cursor: pointer;
  background: repeating-linear-gradient(-64deg, #1c7a52, #1c7a52 25px, #1c8659 0, #1c8659 50px);
  border-radius: 3rem;
  font-size: 1rem;
  text-align: center;
  color: white;
  box-shadow: none;
  border: none;
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game-result .contents-more {
  margin-top: 3rem;
  background-color: #ffe8ad;
  width: 18rem;
}

.game-result .contents-more .contents-main {
  margin: 1rem;
}

.game-result .contents-more .contents-main .sub-text {
  color: #000000;
  font-size: 0.65rem;
}

.game-result .contents-more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-result .contents-more .contents-list {
  border-left: 1px solid #421118;
  flex-basis: 80%;
}

.game-result .contents-more .contents-list .game-btn {
  border: 1px solid #421118;
}

.game-result .contents-more .contents-list .game-btn a {
  color: #421118;
  font-size: 0.7rem;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.game-result .recommend-list .slide-box {
  border: 0.3rem solid #421118;
}

.game-result .recommend-list:before {
  background-color: #ffe8ad;
}
.game-result .recommend-list .btn-white-round {
  color: #4b3f31;
}

.event-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.event-popup .slide-box {
  margin: 8rem 0.7rem 0;
  overflow: hidden;
}

.event-popup .slide-top {
  font-size: 1.4rem;
  text-align: center;
  background: repeating-linear-gradient(-64deg, #c3152b, #c3152b 25px, #b8182c 0, #b8182c 50px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #f1d6be;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 5rem;
  padding-bottom: 0.5rem;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
}
.event-popup .slide-top .pop-character {
  width: 2.5rem;
  bottom: 0;
  position: absolute;
  left: 0.5rem;
}

.event-popup .slide-top span {
  color: white;
}
.event-popup .slide-bot {
  background: white;
  height: 23rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.event-popup .pop-contents {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-popup .pop-contents .first-pop,
.event-popup .pop-contents .second-pop {
  width: 22rem;
  height: 18rem;
  margin: 0.8rem;
  text-align: center;
  font-size: 1rem;
  color: #421118;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'RixGulim B';
}

.event-popup .pop-contents .first-pop .event-img {
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.event-popup .pop-contents .first-pop .event-img #out-link {
  cursor: pointer;
}
.event-popup .pop-contents .first-pop .event-img #out-link-copy {
  position: absolute;
  width: 3rem;
  bottom: -0.1rem;
  right: 1rem;

  cursor: pointer;
}

.event-popup .pop-contents .second-pop .copy-hash {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  background-image: url(https://cdn.banggooso.com/assets/images/game195/icons/copy.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 1.1rem;
}

.event-popup .pop-contents .second-pop .hash-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.event-popup .pop-contents .second-pop .event-img {
  height: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 1rem 1rem;
}

.event-popup .pop-scroll-paging {
  display: flex;
  gap: 0.5rem;
  margin-top: 3rem;
  justify-content: center;
}

.event-popup .pop-scroll-paging div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}

.event-popup .pop-scroll-paging div.on {
  border: none;
  background-color: #b8182c;
}

.event-popup .c-red {
  color: #ab2737;
}

.paticipant {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #421118;
}
.paticipant span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 4.5rem;
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  top: 3rem;
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.paticipant img {
  width: 4rem;
  position: absolute;
}

.paticipant_0 {
  top: 15rem;
  left: 21rem;
}

.paticipant_1 {
  top: 19rem;
  left: 10rem;
}

.paticipant_2 {
  top: 12.5rem;
  left: 10rem;
}

.paticipant_3 {
  top: 19rem;
  left: 16rem;
}

.paticipant_4 {
  top: 16rem;
  left: 5rem;
}

.paticipant_5 {
  top: 12.5rem;
  left: 16rem;
}
.item-li > .delete-img > .delete-check {
  width: 1.2rem !important;
  height: 1.2rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.event-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.event-popup .btn_exit {
  right: -0.4rem;
  top: -0.4rem;
  width: 3rem;
  position: absolute;
  cursor: pointer;
  background: none;
  z-index: 100;
}

.event-popup .pop-scroll-paging {
  display: flex;
  gap: 0.5rem;
  margin-top: 3rem;
  justify-content: center;
}

.event-popup .pop-scroll-paging div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}

.event-popup .pop-scroll-paging div.on {
  border: none;
  background-color: #b8182c;
}

.event-popup .c-red {
  color: #ab2737;
}

.event-popup .bold {
  font-family: 'RixGulimEB';
}

.event-popup .b-green {
  background: #1c7a52;
  color: #fff;
  cursor: pointer;
  padding: 0.1rem 0.25rem 0;
  border-radius: 5px;
}

.event-popup .message-box {
  margin: 8rem 0.7rem 0;
  overflow: hidden;
}

.event-popup .message-top {
  text-align: center;
  background: repeating-linear-gradient(-64deg, #c3152b, #c3152b 25px, #b8182c 0, #b8182c 50px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  flex-direction: column;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 0.2rem;
}

.event-popup .message-top .character-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-popup .message-top .character-wrap .user_character {
  width: 4rem;
  position: absolute;
  bottom: 0;
}

.event-popup .message-top .nickname {
  font-family: var(--game-195-font);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 8rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 0.5rem 0.5rem;
}

.event-popup .message-bot {
  background: repeating-linear-gradient(-64deg, #fff4d9, #fff4d9 25px, #fff5e3 0, #fff5e3 50px);
  height: 18rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-popup .message-bot .message-contents {
  background: white;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 90%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 1rem;
  font-size: 1rem;
  white-space: normal;
  border-radius: 5px;
  font-family: 'RixGulim M';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: pre-line;
  word-break : break-all;
}

.event-popup .message-bot .message-contents::-webkit-scrollbar {
  display: block;
  width: 0.3rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.event-popup .message-bot .message-contents::-webkit-scrollbar-thumb {
  background-color: #1c7a52;
  border-radius: 5px;
  margin-top: 1rem;
  height: 5%;
}

.event-popup .message-bot .message-contents::-webkit-scrollbar-track {
  border-radius: 5px;
  margin-top: 1rem;
}

.btn-container {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
}
.btn-container .button-wrapper {
  position: relative;
  display: inline-block;
  transition: height 0.5s ease-in-out;
  border-radius: 5rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-container .button-wrapper.expanded .sub-buttons-wrapper {
  display: flex;
  transition: height 0.3s ease-in-out;
}

.btn-container .inner {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  border-radius: 40px;
}
.btn-container .main-button {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-container .share-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  background: white;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-container .share-icon {
  width: 1.8rem;
  height: 1.8rem;
}
.btn-container .sub-buttons-wrapper {
  display: none;
  position: absolute;
  left: 0;
  transform-origin: bottom right;
  transition: all 0.3s;
  border-radius: 5rem;
  background-color: white;
  width: 2.5rem;
  height: 9rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  justify-content: normal;
  flex-direction: column;
  align-items: center;
}
.btn-container .sub-button {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}
.player-result-title {
  width: 11.74rem;
  margin: 0 auto;
  margin-top: 3rem;
}