.chat-whats-up-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.chat-whats-up-thq-body-elm {
  gap: 30px;
}
 
.chat-whats-up-thq-header-elm {
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-default-bluegradient);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 25px;
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.chat-whats-up-text {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.chat-whats-up-thq-close-elm {
  cursor: pointer;
  align-self: flex-end;
  background-size: cover;
  background-image: url("public/close.svg");
}
 
.chat-whats-up-thq-chatbot-elm {
  flex: 1;
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.chat-whats-up-container11 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.chat-whats-up-container12 {
  display: contents;
}
 
.chat-whats-up-container14 {
  display: contents;
}
 
.chat-whats-up-thq-timer-elm1 {
  width: 100%;
  height: 250px;
  display: none;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 8px 0px rgba(29, 29, 29, 0.5);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.chat-whats-up-thq-top-edge-elm {
  top: 0px;
  left: 0px;
  z-index: 4;
  position: absolute;
  object-fit: cover;
}
 
.chat-whats-up-container15 {
  top: NaNpx;
  left: NaNpx;
  z-index: 4;
  position: absolute;
}
 
.chat-whats-up-container16 {
  display: contents;
}
 
.chat-whats-up-container17 {
  z-index: 2;
}
 
.chat-whats-up-container18 {
  display: contents;
}
 
.chat-whats-up-thq-bottom-edge-elm {
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 4;
  position: absolute;
  object-fit: cover;
}
 
.chat-whats-up-container19 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
}
 
.chat-whats-up-container20 {
  display: contents;
}
 
.chat-whats-up-container21 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.chat-whats-up-container22 {
  display: contents;
}
 
@media(max-width: 991px) {
  .chat-whats-up-thq-chatbot-elm {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .chat-whats-up-container10 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .chat-whats-up-text {
    font-size: 20px;
  }
  .chat-whats-up-thq-timer-elm1 {
    height: 100px;
  }
  .chat-whats-up-thq-top-edge-elm {
    width: 155px;
  }
  .chat-whats-up-thq-bottom-edge-elm {
    width: 50px;
  }
}
