.float-link {
  position: fixed;
  left: 10px;
  z-index: 999;
}
.float-link.float-link-1 {
  bottom: 28%;
}
.float-link.float-link-2 {
  bottom: 18%;
}
.float-link.float-link-3 {
  bottom: 8%;
}
.float-link .btn-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -16px;
  border-radius: 50%;
  background: #eee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' focusable='false' height='24' width='24' jsname='lZmugf'%3E%3Cpath d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'%3E%3C/path%3E%3C/svg%3E") center/16px no-repeat;
}
.float-link img {
  max-width: 100px;
}

.btn-zalo-blue {
  background-color: #00acd4 !important;
}

a:has(.free-event-label), .game-thumb:has(.free-event-label) {
  position: relative;
  display: block;
}

.free-event-label {
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: red;
  color: white;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
}

#fcModal .modal-footer {
  text-align: center;
}

.faq p {
  margin: 0;
  line-height: 180%;
  text-align: start !important;
}