/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./app/styles/worldStyle.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.world-bg-wrapper {
  background-image: url("/images/world/bg-garden.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  text-align: -webkit-center;
  padding-left: 8rem;
  padding-right: 8rem;
}

.slider-container-friends {
  width: 100%;
}
.slider-container-friends .slick-track {
  display: none !important;
}
.slider-container-friends .icons-chaki-friends {
  background-color: #BBEAFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: outline-color 0.5s ease-in-out;
  outline: 5px solid transparent;
  padding: 20px 0 0;
}
.slider-container-friends .icons-chaki-friends img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-container-friends .slick-slider ul {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  overflow: auto;
  padding: 8px 0;
}
.slider-container-friends .slick-slider ul > li {
  height: fit-content;
  width: fit-content;
  cursor: pointer;
}
.slider-container-friends .slick-slider ul > li.slick-active > .icons-chaki-friends {
  outline-color: #E4002B;
}
.slider-container-friends .slick-dots {
  position: relative !important;
}

.chaki-desc {
  position: relative;
  transform: translateY(20px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  display: flex;
  align-items: center;
  gap: 45px;
}

.chaki-desc.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.button-arrow {
  margin-top: 47px;
  gap: 20px;
  display: flex;
  justify-content: flex-start;
}

.bubble-friends {
  position: relative;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 1px 9px 8px rgba(51, 51, 51, 0.1215686275);
  z-index: 99;
  width: 100%;
}
.bubble-friends::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 39px;
  height: 39px;
  background-color: #fff;
  z-index: 0;
}

.MuiButton-contained {
  padding: 18px !important;
}

.gallery-wrapper {
  background: #BAE9FF;
  position: relative;
  background-image: url("/images/conffeti.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-wrapper:before, .gallery-wrapper:after {
  top: 0;
  height: 100%;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/flag.svg");
  z-index: 0;
  width: 30%;
}
.gallery-wrapper:before {
  left: 0;
  transform: scaleX(-1);
}
.gallery-wrapper:after {
  right: 0;
}

.image-gallery {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.image-gallery img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.375rem;
}

.card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.1215686275);
  height: fit-content;
}

.gallery-world .slick-next {
  right: -4px !important;
}

@media only screen and (max-width: 1025px) {
  .world-bg-wrapper {
    padding: 0 14px;
    overflow-x: hidden;
  }
  .bubble-friends {
    padding: 16px;
  }
  .slider-container-friends .icons-chaki-friends {
    outline: 3px solid transparent;
    width: 63px;
    height: 63px;
    padding-top: 8px;
  }
  .slider-container-friends .slick-slider ul {
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .slider-container-friends .slick-dots {
    bottom: -13px;
  }
  .chaki-desc {
    height: 40vh;
  }
  .button-arrow {
    margin-top: 28px;
    gap: 12px;
    margin: 28px 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-world .slick-next {
    display: none !important;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./app/styles/loadingStyle.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  overflow: hidden;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}

.lds-facebook,
.lds-facebook div {
  box-sizing: border-box;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  border-radius: 20px;
  background: #e4002b;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
  background: transparent;
  border: 1px solid #e4002b;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 82px;
  }
  50%, 100% {
    top: 24px;
    height: 40px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./app/styles/modalStyle.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#videoModal .modal {
  height: auto !important;
}

.modal {
  animation: modalShow 0.4s ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 63vh;
  margin: 20px;
  overflow: auto;
  max-width: 81vw !important;
  position: fixed !important;
  z-index: 10000 !important;
}
.modal:focus-visible {
  outline: none !important;
}
.modal .slick-slider, .modal .slick-list, .modal .slick-track {
  height: 100%;
}
.modal .image-gallery {
  height: calc(90vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal .image-gallery img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

@keyframes modalShow {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.bg-modal-blue {
  background: linear-gradient(180deg, #fff 41.8%, #BAE9FF 99.75%);
  display: flex;
  align-items: center;
}
.bg-modal-blue.big-screen {
  width: 100%;
  height: 100%;
  justify-items: center;
  max-height: 81vh !important;
}

.speech-bubble {
  position: relative;
  background-color: #F2F4F7;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 1.5rem auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background-color: #F2F4F7;
  z-index: 0;
}

.Mui-error {
  color: #E2826A !important;
}

.Mui-focused.MuiOutlinedInput-notchedOutline {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922) !important;
  border-color: #E4002B !important;
}

.MuiInputBase-adornedStart > .MuiInputBase-input {
  border: 0 !important;
  padding-left: 0 !important;
}

.MuiFormGroup-root {
  flex-direction: row !important;
}

.Mui-checked {
  color: #E4002B !important;
}

.select-form__input {
  padding: 2px !important;
  opacity: 1 !important;
  border: transparent !important;
}
.select-form__control {
  cursor: pointer !important;
}
.select-form__control--is-focused {
  box-shadow: 0 0 0 1px #E4002B !important;
  border-color: transparent !important;
  width: 99.5%;
  left: 1px;
}
.select-form__menu-list {
  max-height: 180px !important;
}
.select-form__menu {
  width: 95%;
  right: 6px;
}
.select-form__option--is-focused {
  background-color: rgba(198, 23, 56, 0.1607843137) !important;
}
.select-form__option--is-selected {
  background-color: #c61738 !important;
  cursor: pointer !important;
}

.MuiFormControlLabel-label {
  font-family: "SF Pro Text", sans-serif !important;
}

.MuiFormControl-root input:not(.select-form__input, .MuiInputBase-adornedStart > .MuiInputBase-input) {
  border-radius: 8px;
  padding: 12px !important;
  font-size: 16px !important;
  width: 100% !important;
  background-color: #fff !important;
}

.select-form__input {
  width: 30vw !important;
  padding: 0 6px !important;
}

.select-form__value-container {
  padding: 8px !important;
}

.select-form__control--is-focused .select-form__placeholder {
  margin-left: 8px !important;
}

.select-form__single-value {
  margin-left: 8px !important;
}

.MuiFormHelperText-contained {
  margin-left: 0 !important;
}

.select-form__placeholder {
  margin-left: 8px !important;
}

.bg-modal-no-padding {
  padding: 0 !important;
}

.bg-birthday {
  position: relative;
  background-color: #fff;
  --bs-border-opacity: 1;
  border-color: rgb(228, 0, 43) !important;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.1215686275);
  border-radius: 12px;
}
.bg-birthday-flag:after {
  top: 0;
  right: 0;
  height: 100%;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/flag-package.png");
  z-index: 0;
  width: 31%;
}
.bg-birthday-detail .loading-overlay {
  background: none !important;
}
.bg-birthday-detail:before, .bg-birthday-detail:after {
  top: 17%;
  height: 100%;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/flag-package.png");
  z-index: 0;
  width: 30%;
}
.bg-birthday-detail:before {
  left: 26px;
  transform: scaleX(-1);
}
.bg-birthday-detail:after {
  right: 25px;
}
.bg-birthday-detail-stripes {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 34px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.bg-birthday-detail-stripe {
  background-color: #E4002B;
  height: 100%;
  width: 12px;
}

.modal-lead-box {
  width: 100%;
  padding: 0 50px;
  height: 76vh !important;
}

.form-lead {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 45%;
  height: 735px;
  margin-bottom: 36px;
}

.bg-modal-product-detail-popup {
  background-color: transparent !important;
  box-shadow: none !important;
  max-height: none;
  overflow: hidden;
  height: 89vh;
}
.bg-modal-product-detail-popup.gallery-world {
  height: 78vh !important;
}

.grid-container {
  grid-template-columns: 50% 40%;
  justify-content: center;
}

.close-button {
  width: 44px !important;
  border-radius: 50% !important;
  border: none !important;
  color: #1D2939 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  padding: 0 !important;
  background-color: #F2F4F7 !important;
  right: 16px;
  top: 14px;
  height: 44px !important;
  min-width: unset;
  z-index: 9999;
  position: absolute !important;
}

.modal.ckc-modal {
  height: 90vh !important;
  max-height: fit-content !important;
  overflow-y: auto;
  width: 40vw !important;
  max-width: fit-content !important;
}

@media only screen and (max-height: 820px) {
  .form-lead {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1441px) {
  .modal {
    margin: 0 !important;
    max-width: 92vw !important;
  }
}
@media only screen and (max-width: 1025px) {
  input {
    padding: 12px 14px;
  }
  .grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bg-modal-product-detail-popup {
    padding: 0;
    justify-content: center !important;
    align-self: center !important;
    overflow: hidden;
  }
  .image-gallery {
    padding: 0 !important;
    height: fit-content !important;
  }
  .bg-birthday-flag:after {
    width: 50%;
  }
  .bg-birthday-detail:after, .bg-birthday-detail:before {
    width: 36%;
    top: 9%;
  }
  .bg-birthday-detail:before {
    left: 2px;
  }
  .bg-birthday-detail:after {
    right: 2px;
  }
  .speech-bubble {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .custom-captcha {
    width: 100%;
    position: relative;
  }
  .form-lead {
    height: 100% !important;
    margin-bottom: 32px;
    max-width: none;
    max-height: none !important;
  }
}
@media only screen and (max-width: 821px) {
  .bg-birthday-flag:after {
    width: 32%;
  }
  .bg-birthday-detail:after, .bg-birthday-detail:before {
    width: 28%;
  }
  .modal-lead-box {
    padding: 0;
    height: fit-content !important;
  }
  .modal.ckc-modal {
    max-width: none !important;
    width: 89vw !important;
    height: fit-content !important;
  }
  .form-lead {
    margin-bottom: 10px !important;
  }
  #videoModal .modal {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bg-birthday-detail:after, .bg-birthday-detail:before {
    width: 43%;
  }
}
