/* Style for the floating button */
#lotee-floating-button-container {
  position: fixed;
  bottom: 160px;
  right: 10px;
  color: #fff;
  border: none;
  width: auto;
  height: auto;
  min-width: 150px;
  min-height: 150px;
  min-width: 160px;
  min-height: 160px;
  width: 11.2vw;
  height: 11.2vw;
  border-radius: 10%;
  z-index: 7999;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
}

#lotee-floating-button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: cover; /* This property ensures the image covers the button completely */
  border: none;
  cursor: pointer;
}

#lotee-floating-button-close {
  position: absolute;
  top: 5px; /* Adjust the top distance from the parent container */
  right: 5px; /* Adjust the right distance from the parent container */
  color: rgb(100, 100, 100);
  border: 0;
  z-index: 8000;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  background-color: transparent;
  background-size: cover; /* This property ensures the image covers the button completely */
}

.lotee-floating-button {
  background-image: url('https://cdn.loteegames.com/uploads/lotee-default.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-panalo {
  background-image: url('https://cdn.loteegames.com/uploads/lotee.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-mp {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_mp.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-bwina {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_bwina.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-qply {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_bwina.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-ibc22 {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_bwina.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-panalo_bdt {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_panalo_bdt.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-panalo_bdt_bn {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_panalo_bdt_bn.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-panalo_vnd {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_panalo_vnd_vn.gif'); /* Replace with the actual path to your image file */
}

.lotee-floating-button-panalo_vnd_vn {
  background-image: url('https://cdn.loteegames.com/uploads/lotee_panalo_vnd_vn.gif'); /* Replace with the actual path to your image file */
}

/* Style for the modal */
#lotee-modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000000;
}

#lotee-modal-content {
  background-color: #fff;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 800px;
  height: calc(100% - 100px);
  position: relative;
}

/* Close button for the modal */
#lotee-modal-close {
  position: absolute;
  top: -20px; /* Adjust the top distance from the parent container */
  right: -20px; /* Adjust the right distance from the parent container */
  width: 35px;
  height: 35px;
  background: linear-gradient(to right, #ff6f61, #ff9e5c); /* Gradient background */
  border: none;
  border-radius: 50%; /* Makes the button round */
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 35px; /* Center the text vertically */
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle box shadow */
}

#lotee-modal-close-text {
  position: absolute;
  top: -20px; /* Adjust the top distance from the parent container */
  right: -5px; /* Adjust the right distance from the parent container */
}

#lotee-countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
