.page-login {
  margin-top: 10%;
}
.page-login .email-input, .page-login .pass-input {
  width: 70%;
  height: 60px;
  border-radius: 35px;
  padding-left: 20px;
  padding-top: 6px;
  font-size: large;
  background: #ffffff;
  color: #000000;
  margin-top: 3rem;
}
.page-login .email-input::-moz-placeholder, .page-login .pass-input::-moz-placeholder {
  color: #000000;
  font-weight: 500;
  font-size: larger;
}
.page-login .email-input:-ms-input-placeholder, .page-login .pass-input:-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
  font-size: larger;
}
.page-login .email-input::placeholder, .page-login .pass-input::placeholder {
  color: #000000;
  font-weight: 500;
  font-size: larger;
}
.page-login .fotter {
  margin-top: 10%;
}

#master-layout-manager {
  height: 100vh;
  background-image: url("/assets/images/manager/static/bg-ipad-clean.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#master-layout-manager .header {
  height: 25%;
  position: relative;
}
#master-layout-manager .header .time-header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #ffffff;
}
#master-layout-manager .header .header-logo {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#master-layout-manager .header .header-logo img {
  width: 33%;
  height: auto;
}
#master-layout-manager .main-content {
  width: 100%;
  height: 75%;
  padding: 2rem;
}
#master-layout-manager .main-content .content {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 2rem;
}

.btn-manager {
  position: relative;
  cursor: pointer;
  width: 40%;
}
.btn-manager span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: x-large;
  color: #000000;
  font-weight: 700;
  transition: 0.3s;
}
.btn-manager img {
  width: 100%;
}
.btn-manager:hover span {
  color: #ccc;
}

.btn-close-manager {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.body-responsive {
  width: 820px !important;
  height: 1180px !important;
  margin: 0 auto;
}

.choose-store {
  height: 100%;
}
.choose-store .choose-store__content {
  height: 40%;
}
.choose-store .choose-store__content .h1-title {
  font-size: xxx-large;
}
.choose-store .choose-store__content .store-text {
  width: 70%;
  height: 55px;
  padding-left: 10px;
  padding-top: 2px;
  font-size: xx-large;
  background: #ffffff;
  color: #000000;
}
.choose-store .fotter {
  height: 60%;
  position: relative;
}
.choose-store .fotter .btn-manager {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.choose-gift {
  height: 100%;
  width: 100%;
}
.choose-gift .choose-gift__content {
  height: 10%;
}
.choose-gift .choose-gift__content .h1-title {
  font-size: xxx-large;
}
.choose-gift .content-gift {
  width: 50%;
  height: auto;
}
.choose-gift .content-gift .gift-item {
  min-height: 100%;
  cursor: pointer;
}
.choose-gift .content-gift .gift-item__btn-disable {
  cursor: none;
}
.choose-gift .content-gift .gift-item__image {
  width: 35%;
  height: 100%;
}
.choose-gift .content-gift .gift-item__add-to-cart {
  width: 65%;
  height: 100%;
}
.choose-gift .content-gift .gift-item__add-to-cart .gift-name {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30%;
  font-size: xx-large;
  color: #ffffff;
}
.choose-gift .content-gift .gift-item__add-to-cart .box-border-outline {
  padding: 4px;
  border-radius: 32px;
  border: 3px solid #ffffff;
}
.choose-gift .content-gift .gift-item__add-to-cart .box-border-outline .box-inc-dec {
  background-color: #ffffff;
  padding: 3px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -khtml-border-radius: 32px;
  width: 100%;
  height: 70%;
}
.choose-gift .content-gift .gift-item__add-to-cart__btn-increase {
  font-size: xx-large;
  font-weight: 900;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #08853a;
  text-align: center;
  transition: 0.2s;
}
.choose-gift .content-gift .gift-item__add-to-cart__btn-increase img {
  vertical-align: unset;
}
.choose-gift .content-gift .gift-item__add-to-cart__btn-increase:hover {
  background-color: #3dd078;
}
.choose-gift .content-gift .gift-item__add-to-cart__btn-decrease {
  font-size: xx-large;
  font-weight: 900;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #08853a;
  text-align: center;
  transition: 0.2s;
}
.choose-gift .content-gift .gift-item__add-to-cart__btn-decrease img {
  vertical-align: unset;
}
.choose-gift .content-gift .gift-item__add-to-cart__btn-decrease:hover {
  background-color: #3dd078;
}
.choose-gift .content-gift .gift-item__add-to-cart__number {
  font-size: xx-large;
  color: #000000;
  width: 40%;
  border: unset;
  text-align: center;
}
.choose-gift .fotter {
  height: 30%;
  position: relative;
}
.choose-gift .fotter .btn-manager {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manager-menu {
  width: 100%;
  height: 100%;
}
.manager-menu .row .col-4 {
  cursor: pointer;
}
.manager-menu .row .icon-image {
  transition: opacity 0.2s;
  width: 11rem;
}
.manager-menu .row .icon-image-click-active {
  width: 13rem !important;
}

.page-qrcode {
  margin-top: 5%;
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-qrcode .qrcode-img {
  width: 100%;
  height: 65%;
}
.page-qrcode .qrcode-img .box-qrcode {
  width: 28rem;
  height: 100%;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 45px;
}
.page-qrcode .qrcode-img .box-qrcode img {
  width: 100%;
  height: 100%;
}
.page-qrcode .box-btn-start {
  height: 17%;
}
.page-qrcode .box-btn-start img {
  height: 100%;
}
.page-qrcode #box-user-join-game {
  height: 18%;
  overflow: scroll;
}

.page-rank {
  margin-top: 5%;
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
}
.page-rank .box-title__title {
  color: #ffffff;
  text-align: center;
  font-size: 3.5rem;
}
.page-rank .box-rank {
  color: #ffffff;
  text-align: center;
}
.page-rank .box-rank h3 {
  font-size: 2.7rem;
}

.page-give-gift {
  margin-top: 5%;
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-give-gift .gift-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80%;
}
.page-give-gift .gift-img img {
  transform: rotate(28deg);
  width: auto;
}
.page-give-gift .gift-img h3 {
  text-align: center;
  font-size: xx-large;
  color: #ffffff;
}
.page-give-gift .fotter {
  height: 20%;
}
.page-give-gift .btn-manager {
  height: 100%;
}

.page-the-end {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-the-end .box-title__title {
  color: #ffffff;
  text-align: center;
  font-size: 3.5rem;
}

.page-counter {
  margin-top: 5%;
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
}
.page-counter .box-title__title {
  color: #ffffff;
  text-align: center;
  font-size: 3.5rem;
}

#master-layout-member {
  height: 100vh;
  background-image: url("/assets/images/manager/static/bg-ipad-clean.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#master-layout-member .header {
  height: 15%;
  position: relative;
}
#master-layout-member .header .time-header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #ffffff;
}
#master-layout-member .header .header-logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#master-layout-member .header .header-logo img {
  width: 35%;
}
#master-layout-member .main-content {
  width: 100%;
  height: 85%;
  padding: 0.5rem;
}
#master-layout-member .main-content .content {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 2rem;
}

.btn-member {
  position: relative;
  cursor: pointer;
  width: 40%;
}
.btn-member span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: x-large;
  color: #000000;
  font-weight: 700;
  transition: 0.3s;
}
.btn-member img {
  width: 100%;
}
.btn-member:hover span {
  color: #ccc;
}

.btn-close-manager {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  cursor: pointer;
  display: none;
}

.main-content {
  position: relative;
}

.page-welcome {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.page-welcome img {
  position: absolute;
  width: auto;
  height: 90%;
  bottom: 0;
}

.main-content {
  position: relative;
}
.main-content .content {
  padding: 1rem !important;
}

.page-input-full-name {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.page-input-full-name .ar-human-img {
  position: absolute;
  width: auto;
  height: 64%;
  bottom: 0;
}
.page-input-full-name .form-input {
  width: 100%;
  background-image: url("/assets/images/member/iphone-icons/please.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position-x: center;
}
.page-input-full-name .login-form {
  width: 70%;
}
.page-input-full-name .full-name-input {
  width: 100%;
  height: 40px;
  border-radius: 16px;
  padding-left: 17px;
  font-size: large;
  background: #ffffff;
  color: #000000;
  margin-top: 5.5rem;
}
.page-input-full-name .btn-manager {
  width: 44%;
}
.page-input-full-name .btn-manager span {
  font-size: x-small;
}

.page-get-gift {
  margin-top: 15%;
  height: 70%;
}
.page-get-gift .scope-title {
  font-size: large;
  color: #ffffff;
  text-align: center;
}
.page-get-gift .scope-subtitle-1 {
  font-size: large;
  color: #ffffff;
  text-align: center;
}
.page-get-gift .scope-subtitle-2 {
  font-size: large;
  color: #ffffff;
  text-align: center;
}
.page-get-gift .scope-number {
  font-size: 5rem;
  color: #ffffff;
  font-weight: 900;
}
.page-get-gift #form-update-phone-number {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-get-gift .phone-input {
  width: 70%;
  height: 40px;
  border-radius: 16px;
  padding-left: 17px;
  font-size: large;
  background: #ffffff;
  color: #000000;
  margin-top: 1rem;
}
.page-get-gift .btn-manager {
  margin-top: 1rem;
  width: 50%;
}
.page-get-gift .btn-manager span {
  font-size: small;
}

.page-scope {
  margin-top: 15%;
  height: 70%;
}
.page-scope .scope-title-1 {
  font-size: xx-large;
  color: #ffffff;
}
.page-scope .scope-title-2 {
  font-size: xx-large;
  color: #ffffff;
}
.page-scope .scope-number {
  font-size: 14rem;
  color: #ffffff;
  font-weight: 900;
}

.page-thank-you {
  margin-top: 15%;
  height: 85%;
}
.page-thank-you .text-1 {
  text-align: center;
  font-size: xx-large;
  color: #ffffff;
}
.page-thank-you .text-2 {
  text-align: center;
  font-size: xx-large;
  color: #ffffff;
}
.page-thank-you .text-heniken {
  margin-top: 10px;
  text-align: center;
  font-size: xxx-large;
  color: #ffffff;
}
.page-thank-you .fotter {
  display: flex;
  justify-content: center;
}
.page-thank-you .fotter .btn-manager {
  width: 50%;
}
.page-thank-you .fotter .btn-manager span {
  font-size: small;
}
