@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  background: #eee6e6;
  display: flex;
  line-height: 1.2;
}

a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

h6 {
  font-size: 16px;
  font-weight: 900;
}

section {
  max-width: 767px;
  margin: 0 auto;
  padding: 20px 0;
}

.head-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 20px;
  left: 0;
  z-index: 9;
}
.head-button a {
  background: #7a7a7a;
  border-radius: 80px;
}

.btn-action {
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 40px;
  background: #000e79;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  border-radius: 12px;
}

.box-btn-center {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
.box-btn-center b {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

.box-mid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.box-mid-item .img-body-ss {
  width: 80%;
}

.title-mini-game {
  margin-top: 60px;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
}

.co-text-primary {
  color: #000e79;
}

.mini-game {
  position: relative;
}

h6 {
  text-transform: uppercase;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.box-btn-center {
  margin-top: 30px;
}

.mini-game {
  display: inline-block;
  width: 100%;
  height: 100vh;
}

.modal.fade.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal-dialog {
  width: 100%;
  margin: 24px;
}
.modal-dialog .close {
  position: absolute;
  right: 0;
  top: -18px;
  background: #fff;
  border-radius: 80px;
  padding: 2px 12px;
  opacity: 1;
  border: 2px solid #ffcb05;
  z-index: 9;
}
.modal-dialog .close span {
  font-weight: 900;
  color: #ffcb05;
  font-size: 40px;
}
.modal-dialog .modal-content {
  background: #fff5e4;
  border-radius: 30px;
}
.modal-dialog .modal-body {
  padding: 24px 32px;
}
.modal-dialog .modal-body .box-gift {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.modal-dialog .modal-body .box-gift img {
  max-width: 185px;
  width: 100%;
}
.modal-dialog .modal-body .box-content-popup {
  margin-top: 10px;
}
.modal-dialog .modal-body .box-content-popup p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
.modal-dialog .modal-body .box-content-popup h3 {
  font-size: 24px;
  color: #ffcb05;
  text-transform: uppercase;
}
.modal-dialog .modal-body .box-content-popup h4 {
  font-size: 20px;
}
.modal-dialog .modal-body .box-content-popup b {
  font-size: 16px;
  font-weight: 500;
  color: #000e79;
  display: block;
  width: 100%;
}
.modal-dialog .modal-body .box-content-popup .btn-action {
  margin-top: 32px;
}
.modal-dialog .modal-body .buy-error h3 {
  color: #ff0000;
}
.modal-dialog .modal-body .change-error p {
  margin-bottom: 0 !important;
}

.box-the-loai {
  max-height: 80vh;
}
.box-the-loai .pattern-top {
  position: absolute;
  top: 0;
  left: 0;
}
.box-the-loai .pattern-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.box-the-loai h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000e79;
}
.box-the-loai p {
  font-size: 13px !important;
  margin-bottom: 4px;
  margin-top: 0 !important;
}
.box-the-loai b {
  font-size: 13px !important;
}
.box-the-loai .mini-des {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 4px;
}
.box-the-loai .mini-des li {
  margin-left: 15px;
  font-size: 13px;
  font-weight: 300;
  list-style-type: disc !important;
  margin-top: 4px;
}
.box-the-loai span {
  font-size: 13px;
  font-weight: 500;
}
.box-the-loai .modal-body {
  padding: 24px 15px;
}
.box-the-loai .box-content-the-loai {
  padding-right: 12px;
  max-height: 60vh;
  height: 100%;
  overflow-y: scroll;
  text-align: left;
}
.box-the-loai .box-content-the-loai b {
  display: initial !important;
}
.box-the-loai .box-content-the-loai::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #cf9a9a;
}
.box-the-loai .box-content-the-loai::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.box-the-loai .box-content-the-loai::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fbc5c5;
  background-image: -webkit-linear-gradient(0deg, transparent, #e7b2b2 100%, transparent, transparent);
}

.custom-select {
  background: #ffe8b7;
  border: 1px solid #f5c45b;
  border-radius: 20px;
  padding-left: 15px;
}
.custom-select select {
  background: transparent;
  color: #222b7a;
  font-weight: 500;
  outline: 0;
}

.box-content-popup h4 {
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.box-content {
  height: 47px;
  width: 217px;
  margin: 0 auto;
  font-size: 1.30rem; /* hoặc 20px */
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.modal-dialog .modal-body .box-gift img {
    max-width: 130px;
    width: 100%;
}

.box-content-popup p {
    font-size: 17px !important;
    margin-bottom: 4px;
    margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */
