body.page-home,
body.page-inner {
  background: #b3afaf url("/static/images/bgz.jpg") center / cover fixed;
}

#snow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -70;
}

.site-shell {
  background: rgb(43, 105, 163);
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0 0 15px rgba(43, 105, 163, .85);
}

.site-main {
  background-color: rgb(43, 105, 163);
  margin-top: 0;
  padding: 0;
}

.site-header-card {
  background: #ffcccc;
  border-radius: 7px;
  box-shadow: 0 2px 5px #000;
}

.site-header-card--home,
body.page-inner .site-header-card {
  background-image: url("/images/bgz.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-nav {
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
}

.site-nav__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.site-nav__btn {
  align-items: center;
  background-color: green !important;
  border: 2px solid gold !important;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 215, 0, .8) !important;
  color: gold !important;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  padding: 8px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #dc4e41;
  white-space: nowrap;
  width: 120px;
}

.site-nav__btn i {
  margin-right: 5px;
}

.site-download-link {
  border-radius: 20px;
  text-decoration: none;
  width: 100px;
}

.site-download-img {
  display: block;
  margin: auto;
  max-width: 120px;
}

.community-popup {
  text-align: center;
  line-height: 1.4;
}

.community-popup p {
  font-size: 13px;
  margin-bottom: 10px;
}

.community-popup__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.community-popup__link {
  background-color: #3b5998;
  border-radius: 8px;
  min-width: 220px;
  padding: 10px 16px;
}

.community-popup__link a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

#modalLogin .modal-content,
#modalRegister .modal-content,
#modalForgotPass .modal-content {
  background: rgb(43, 105, 163) !important;
  border: 1px solid #fff !important;
  border-radius: 7px;
  box-shadow: 0 0 15px rgba(43, 105, 163, .85);
  color: #fff;
}

#modalLogin .modal-body,
#modalRegister .modal-body,
#modalForgotPass .modal-body {
  background: transparent;
}

#modalLogin label,
#modalRegister label,
#modalForgotPass label,
#modalLogin .pt-3,
#modalRegister .pt-3,
#modalForgotPass .pt-3 {
  color: #fff;
}

#modalLogin .link-primary,
#modalRegister .link-primary,
#modalForgotPass .link-primary {
  color: gold !important;
  font-weight: 700;
}

#modalLogin #loginCaptchaQuestion,
#modalRegister #captchaQuestion,
#modalForgotPass #forgotCaptchaQuestion {
  background: #fff3cd;
  border-radius: 6px;
  color: #b00020 !important;
  display: inline-block;
  font-weight: 800;
  padding: 2px 8px;
}

#modalLogin .form-control,
#modalRegister .form-control,
#modalForgotPass .form-control {
  background-color: #fff;
  border-color: rgba(255, 255, 255, .75);
  color: #222;
}

#modalLogin .logo,
#modalRegister .logo,
#modalForgotPass .logo {
  height: auto;
  max-width: 180px;
  width: 70%;
}

#modalLogin .btn-primary,
#modalRegister .btn-primary,
#modalForgotPass .btn-primary {
  background-color: green !important;
  border: 2px solid gold !important;
  border-radius: 10px !important;
  color: gold !important;
  text-shadow: 1px 1px 0 #dc4e41;
}

#modalLogin .btn-danger,
#modalRegister .btn-danger,
#modalForgotPass .btn-danger {
  border-radius: 10px !important;
}

.zalo-page {
  padding: 14px 10px 18px;
}

.zalo-page__title {
  color: #1f2c5c;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.zalo-page__intro {
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 auto 14px;
  max-width: 520px;
}

.zalo-page__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zalo-box {
  background: #fff8e8;
  border: 2px solid #ffb84d;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .18);
  color: #1d1d1d;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.zalo-box:hover,
.zalo-box:focus {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
  color: #1d1d1d;
  transform: translateY(-2px);
}

.zalo-box__badge {
  align-self: center;
  background: #e32636;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 9px;
}

.zalo-box__server {
  color: #0a73d9;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.zalo-box__name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.zalo-box__action {
  background: #008fe5;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  margin-top: auto;
  padding: 8px 10px;
}

@media (max-width: 575.98px) {
  .zalo-page__grid {
    grid-template-columns: 1fr;
  }

  .zalo-box {
    min-height: 128px;
  }
}
