/* CREATED BY NGUYEN TAN DAT */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600&amp;display=swap');
@font-face
{
    font-family: neue;
    src: url(https://fonts.gstatic.com/s/bebasneue/v2/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2);
}
@import url("https://fonts.googleapis.com/css2?family=Play&family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit&family=Shippori+Antique+B1&display=swap");
/* CREATED BY NGUYEN TAN DAT */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  background-image: url("https://i.upanh.org/2022/06/29/image28d39e37a83fe943.png");
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #333;
  padding-bottom: 55px;
  overflow: hidden;
  background: url("https://dl.dir.freefiremobile.com/common/web_event/hash/f9a8cbc3d9315de673964bd572114b22jpg")
    no-repeat;
  background-size: cover;
}
.home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.home .nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 55px;
  background: #000;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 5px;
  justify-content: space-between;
  z-index: 999999;
}
.nav:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.nav .profile {
  position: relative;
  width: 70%;
  height: 100%;
}
.nav .language {
  position: relative;
  width: 30%;
  height: 100%;
}
.nav .profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile .info {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.nav .diamond {
  position: relative;
  padding: 0 10px 0 20px;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  background: linear-gradient(to right, #ffba00, transparent);
  color: #fff;
  z-index: 99999999999;
}
.diamond img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.3);
  left: -10px;
  width: 20px;
  height: 18px;
}

.info .sword {
  position: relative;
  height: 18px;
  border: 1px solid #ffba00;
  margin: 3px 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
}
.profile .info .sword.nickname {
  font-family: "Play", sans-serif;
  font-size: 13px;
}
.profile .info .sword.id {
  font-family: "Kanit", sans-serif;
  font-size: 13px;
}
.profile .avatar {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1.5px solid #ffba00;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 10px;
  z-index: 99999;
}
.profile .avatar:before {
  content: "";
  position: absolute;
  top: 25%;
  right: -12px;
  transform: translateY(-50%);
  height: 2px;
  width: 10px;
  background: #fff;
  z-index: 999;
}
.profile .avatar:after {
  content: "";
  position: absolute;
  top: 80%;
  right: -12px;
  transform: translateY(-50%);
  height: 2px;
  width: 10px;
  background: #fff;
  z-index: 999;
}
.profile .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 9999;
}
.home .banner {
  position: relative;
  width: 100%;
  height: 250px;
  background: url("https://dl.dir.freefiremobile.com/common/web_event/hash/f790abb55b4cf5a5ad6093440779e1aajpg")
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10px 0;
}
.banner .slogan {
  position: relative;
  width: 200px;
  height: 60px;
  z-index: 99999;
}
.banner .slogan img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .download {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.banner .download img {
  width: 100px;
  height: 30px;
  margin: 0 5px;
  border-radius: 3px;
}
.banner:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.nav .language {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.language .langIcon {
  position: relative;
  width: 35px;
  height: 30px;
  margin-right: 10px;
  z-index: 99;
  cursor: pointer;
}
.language .langIcon.flag {
  width: 25px;
  height: 20px;
}
.language .langIcon.lang {
  filter: invert(1);
}
.language .langIcon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.language .langText {
  color: #fff;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 18px;
}
.home .trim {
  position: relative;
  width: 100%;
  height: 60px;
  background: url("https://dl.dir.freefiremobile.com/common/web_event/hash/9901881d59a7399c3fe16844587354fdjpg")
    no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 60px;
}
.trim:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.trim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
}
.trim .text {
  position: relative;
  font-family: 'Baloo 2', cursive;
  color: transparent;
  -webkit-text-stroke: 1px #ffba00;
  z-index: 999;
}
.home .prize-box {
  position: relative;
  width: 100%;
}
.prize-box .content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 999;
  gap: 15px;
}
.content .card {
  position: relative;
  width: 125px;
  height: 110px;
  background: #ffba00;
  border: 2px solid #ffba00;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content .card:nth-child(1),
.content .card:nth-child(2),
.content .card:nth-child(3) {
  margin-top: 10px;
}
.card .imgsBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.imgsBox .nama {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  font-family: "Kanit", sans-serif;
  font-size: 10px;
  background: #ffba00;
  z-index: 99999999;
  border-bottom-right-radius: 3px;
}
.imgsBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .title {
  position: relative;
  width: 100%;
  height: 15px;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
}
.home .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: "Play", sans-serif;
  font-size: 13px;
  z-index: 999;
  padding: 0 5px;
}
.footer:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}

.home .trueid {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 340px;
  height: 200px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffba00;
  border-radius: 3px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  z-index: 99999999;
}
.trueid:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.trueid:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.trueid h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 25px;
  color: #ffba00;
}
.trueid input[id="playerid"] {
  position: relative;
  margin-top: 20px;
  background: #ffba00;
  border: none;
  width: 250px;
  padding: 8px;
  color: #000;
  border-radius: 3px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.trueid input[id="playerid"]:focus {
  outline: none;
}
.trueid input[id="playerid"]::placeholder {
  color: #000;
}
.trueid .checkid {
  position: relative;
  margin-top: 20px;
  width: 90px;
  height: 30px;
  padding: 0 5px;
  background: url("https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/wishscarletgroom/spin_btn10.png")
    no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.trueid .alertz {
  position: absolute;
  left: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: bold;
  transform: translateX(-50%);
  padding: 2px 5px 2px 20px;
  font-size: 10px;
  background: #ffba00;
  border-radius: 3px;
  animation: naik 0.5s forwards linear;
  display: none;
}
@keyframes naik {
  from {
    top: -30px;
  }
  to {
    top: -40px;
  }
}
.alertz i {
  position: absolute;
  top: 49.5%;
  left: 5px;
  transform: translateY(-50%) scale(1.3);
}
.checkid i {
  position: absolute;
  top: 1.5%;
  left: 5px;
  transform: translateY(-50%) scale(1.3);
}

.home .d-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 340px;
  height: 200px;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffba00;
  border-radius: 3px;
  padding: 10px;
}
.d-dialog:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.d-dialog:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.d-dialog h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  color: #ffba00;
}
.d-dialog .d-text {
  font-family: 'Baloo 2', cursive;
  font-size: 14px;
  color: #ffba00;
  text-align: center;
  margin: 0 0 20px 0;
}
.d-dialog .fa-diamond {
  font-size: 25px;
  color: #ffba00;
  text-align: center;
  margin: 5px;
}
.d-dialog .ambil {
  position: relative;
  width: 90px;
  height: 30px;
  padding: 0 5px;
  background: url("https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/wishscarletgroom/spin_btn10.png")
    no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: bold;
}


.home .d-sukses {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 350px;
  height: 200px;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffba00;
  border-radius: 3px;
  padding: 10px;
}
.d-sukses:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.d-sukses:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.d-sukses h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  color: #ffba00;
  margin-top: 15px;
}
.d-sukses img 
{
  max-width: 100px;
  margin: 10px 0;
}
.d-sukses .d-text {
  font-family: 'Baloo 2', cursive;
  font-size: 13px;
  color: #ffba00;
  text-align: center;
  margin: 0 0 20px 0;
}





.home .d-return {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 340px;
  height: 200px;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffba00;
  border-radius: 3px;
  padding: 10px;
}
.d-return:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.d-return:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.d-return h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  color: #ffba00;
}
.d-return .d-text {
  font-family: 'Baloo 2', cursive;
  font-size: 14px;
  color: #ffba00;
  text-align: center;
  margin: 0 0 20px 0;
}
.d-return .fa-diamond {
  font-size: 25px;
  color: #ffba00;
  text-align: center;
  margin: 5px;
}
.d-return .lanjut {
  position: relative;
  width: 90px;
  height: 30px;
  padding: 0 5px;
  background: url("https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/wishscarletgroom/spin_btn10.png")
    no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.home .d-hadiah {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 340px;
  height: 200px;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffba00;
  border-radius: 3px;
  padding: 10px;
}
.d-hadiah:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.d-hadiah:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.d-hadiah h1 {
  font-family: 'Baloo 2', cursive;;
  font-size: 25px;
  color: #ffba00;
}
.d-hadiah .l-hadiah {
  margin: 25px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.l-hadiah .i-box {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  overflow: hidden;
  transform: scale(1.5);
  animation: updown 0.5s forwards linear;
  animation-delay: calc(0.5s * var(--i));
  opacity: 0;
}
@keyframes updown {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.l-hadiah .i-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #ffba00;
  border-radius: 3px;
}
.d-hadiah .d-con {
  position: relative;
  width: 90px;
  height: 30px;
  padding: 0 5px;
  background: url("https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/wishscarletgroom/spin_btn10.png")
    no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.home .toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  background: #000;
  display: none;
  text-align: center;
  border: 2px solid #ffba00;
  color: #ffba00;
  font-family: 'Baloo 2', cursive;
  white-space: nowrap;
  padding: 0 5px;
  font-size: 15px;
  line-height: 25px;
}
.toast:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.toast:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}

.home .d-confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 340px;
  height: 220px;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffba00;
  border-radius: 3px;
  padding: 5px;
}
.d-confirm:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.d-confirm:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.d-confirm h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 25px;
  color: #ffba00;
}
.d-confirm .d-desc {
  color: #ffba00;
  font-family: "Kanit", sans-serif;
  font-size: 10px;
}
.d-confirm .card {
  position: relative;
  width: 90px;
  height: 90px;
  background: #ffba00;
  border: 2px solid #ffba00;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 15px 0;
}
.d-confirm .card .imgsBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.d-confirm .imgsBox .nama {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  font-family: "Kanit", sans-serif;
  font-size: 10px;
  background: #ffba00;
  z-index: 99999999;
  border-bottom-right-radius: 3px;
}
.d-confirm .card.imgsBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.d-confirm .card .title {
  position: relative;
  width: 100%;
  height: 15px;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-size: 11px;
}

.d-confirm .b-confirm {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-confirm .d-next {
  position: relative;
  width: 80px;
  height: 25px;
  padding: 0 5px;
  background: url("https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/wishscarletgroom/spin_btn10.png")
    no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 26px;
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 15px;
}



.home .d-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: 340px;
  padding: 20px 5px;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #ffba00;
  border-radius: 3px;
}
.d-form form 
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.d-form:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
  transform: rotate(180deg);
}
.d-form:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("https://freefiremobile-a.akamaihd.net/ffwebsite/images/character/line.png")
    no-repeat;
  background-size: cover;
  z-index: 9999;
}
.d-form h1 {
  font-family: 'Baloo 2', cursive;
  font-size: 25px;
  color: #ffba00;
}
.d-form .form-input {
  position: relative;
  margin-top: 20px;
  background: #ffba00;
  border: none;
  width: 250px;
  padding: 8px;
  color: #000;
  border-radius: 3px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.d-form .form-input:focus {
  outline: none;
}
.d-form .form-input::placeholder {
  color: #000;
}
.d-form .execute {
  position: relative;
  margin-top: 20px;
  width: 90px;
  height: 30px;
  padding: 0 5px;
  background: url("https://cdngarenanow-a.akamaihd.net/gstaticid/FF_ID/wishscarletgroom/spin_btn10.png")
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: none;
  outline: none;
}
.execute.disabled 
{
  pointer-events: none;
}
.d-form .alertf {
  position: absolute;
  left: 50%;
  font-family: "Kanit", sans-serif;
  font-weight: bold;
  transform: translateX(-50%);
  padding: 2px 5px 2px 20px;
  font-size: 10px;
  background: #ffba00;
  border-radius: 3px;
  animation: naik 0.5s forwards linear;
  display: none;
}
@keyframes naik {
  from {
    top: -30px;
  }
  to {
    top: -40px;
  }
}
.alertf i {
  position: absolute;
  top: 49.5%;
  left: 5px;
  transform: translateY(-50%) scale(1.3);
}
.execute i {
  position: absolute;
  left: 40%;
  transform: translate(-50%,-50%);
}



@media (min-width: 485px) {
  .home,
  .home .nav {
    width: 400px;
  }
  .content .card {
    width: 115px;
    height: 105px;
  }
}

@media (max-width: 320px) {
  .home .trueid,
  .home .d-return,
  .home .d-confirm,
  .home .d-dialog,
  .home .d-hadiah,
  .home .d-form,
  .home .d-sukses {
    width: 290px;
  }
}
@media (max-width: 375px) {
  .home .trueid,
  .home .d-return,
  .home .d-confirm,
  .home .d-dialog,
  .home .d-hadiah,
  .home .d-form,
  .home .d-sukses {
    width: 320px;
  }
}

@media (max-width: 414px) {
  .content .card {
    width: 124px;
  }
}

@media (max-width: 411px) {
  .content .card {
    width: 123px;
  }
}

@media (max-width: 408px) {
  .content .card {
    width: 122px;
  }
}

@media (max-width: 405px) {
  .content .card {
    width: 121px;
  }
}

@media (max-width: 402px) {
  .content .card {
    width: 120px;
  }
}

@media (max-width: 399px) {
  .content .card {
    width: 119px;
  }
}

@media (max-width: 396px) {
  .content .card {
    width: 118px;
  }
}

@media (max-width: 393px) {
  .content .card {
    width: 117px;
  }
}

@media (max-width: 390px) {
  .content .card {
    width: 116px;
  }
}

@media (max-width: 387px) {
  .content .card {
    width: 115px;
  }
}

@media (max-width: 384px) {
  .content .card {
    width: 114px;
  }
}

@media (max-width: 381px) {
  .content .card {
    width: 113px;
  }
}

@media (max-width: 378px) {
  .content .card {
    width: 112px;
  }
}

@media (max-width: 375px) {
  .content .card {
    width: 111px;
  }
}

@media (max-width: 372px) {
  .content .card {
    width: 110px;
  }
}

@media (max-width: 369px) {
  .content .card {
    width: 109px;
    height: 105px;
  }
  .home .trim {
    height: 50px;
    line-height: 50px;
  }
  .trim .text {
    font-size: 26px;
  }
}

@media (max-width: 366px) {
  .content .card {
    width: 108px;
  }
}

@media (max-width: 363px) {
  .content .card {
    width: 107px;
  }
}

@media (max-width: 360px) {
  .content .card {
    width: 106px;
  }
}

@media (max-width: 357px) {
  .content .card {
    width: 105px;
  }
}

@media (max-width: 354px) {
  .content .card {
    width: 155px;
    height: 130px;
  }

  .content .card:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 340px) {
  .content .card {
    width: 150px;
    height: 125px;
  }
}

@media (max-width: 330px) {
  .content .card {
    width: 145px;
    height: 120px;
  }
}

@media (max-width: 320px) {
  .content .card {
    width: 140px;
    height: 115px;
  }
}

/* FACEBOOK CSSS */
.popup-login {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999;
}
.popup-box-login-fb {
  background: #eceff6;
  max-width: 330px;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Teko";
  color: #000;
  border-radius: 10px;
}
.navbar-fb {
  background: #3b5998;
  height: auto;
  max-width: 330px;
  padding: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.navbar-fb img {
  width: 115px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content-box-fb {
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content-box-fb .alert {
  display: none;
  left: -15px;
  position: relative;
  width: 330px;
  padding: 5px;
  background: red;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto";
}
.content-box-fb img {
  width: 75;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  display: block;
}
.txt-login-fb {
  width: 290px;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
  padding: 8px;
  color: #90949c;
  font-size: 16px;
  font-family: Roboto;
  text-align: center;
  display: block;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  height: auto;
  padding: 12px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 1px solid #bdbebf;
  cursor: pointer;
  outline: none;
}
.login-form input[type="text"] {
  margin: 0;
  padding-bottom: 13px;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -1px 0 #e0e0e0 inset, 0 0px 0px rgba(0, 0, 0, 0.23) inset;
}
.login-form input[type="password"] {
  margin: 0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 -0px 0 rgba(0, 0, 0, 0.23) inset,
    0 0px 0px rgba(255, 255, 255, 0.1);
}
.btn-login-fb {
  background: #1778f2;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-family: Roboto;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #3578e5;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  display: block;
}
.btn-login-fb.disabled {
  pointer-events: none;
  background: #8b9dc3;
  border: 1px solid #8b9dc3;
}
.txt-create-account {
  margin-top: 4px;
  width: 100%;
  height: auto;
  padding: 5px;
  color: #3b5998;
  font-size: 13.5px;
  font-family: Roboto;
  text-align: center;
}
.txt-not-now {
  width: 100%;
  height: auto;
  padding: 5px;
  color: #3b5998;
  font-size: 13.5px;
  font-family: Roboto;
  text-align: center;
}
.txt-forgotten-password {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 5px;
  color: #7596c8;
  font-size: 13.5px;
  font-family: Roboto;
  text-align: center;
}
.language-box {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.language-name {
  width: 40%;
  height: auto;
  margin: 5px;
  margin-bottom: 0px;
  color: #3b5998;
  font-size: 12px;
  font-family: Roboto;
  text-align: center;
  display: inline-block;
}
.language-name i {
  width: 23px;
  padding: 4px;
  color: #90949c;
  border: 1px solid #3b5998;
  border-radius: 3px;
}
.language-name-active {
  color: #90949c;
  font-weight: bold;
}
.copyrights {
  width: 40%;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #90949c;
  font-size: 12px;
  font-family: Roboto;
  text-align: center;
  display: block;
}
