@import url(https://fonts.googleapis.com/css2?family=ABeeZee&family=Baloo+Paaji+2:wght@400..800&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.text-bold {
  font-weight: bold;
}

.text-blue {
  color: #1b8ebb;
}

.text-orange {
  color: #fda601 !important;
}

.text-red {
  color: #C01414 !important;
}

.text-green {
  color: #3CBC0F !important;
}

.text-brown {
  color: #968048 !important;
}

.text-dark-brown {
  color: #43340F !important;
}

.text-default {
  color: #111111 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-light-blue {
  background-color: #9AB7F1 !important;
}

.bg-light-blue-2 {
  background-color: #5a7fd0 !important;
}

.bg-dark-blue {
  background-color: #07508e !important;
}

.bg-black {
  background-color: black !important;
}

.bg-brown {
  background-color: #968048 !important;
}

.bg-grey {
  background-color: #f2f2f2 !important;
}

.bg-beige {
  background-color: #FFF4CB;
}

a.link-danger {
  color: #dc3545 !important;
  text-decoration: none;
}

p {
  margin: 0;
}

hr {
  border-bottom: 1.5px solid #968048;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.list-style-none {
  list-style: none;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

/* This element defines the size the iframe will take.
   In this example we want to have a ratio of 25:14 */
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* The height of the item will now be 56.25% of the width. */
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.orange-header-highlight {
  font-weight: bold;
  font-size: 36px;
  font-family: pslxdisplaybold;
  color: #fda601;
}

.spacing-lg {
  letter-spacing: 8px;
}

.text-16 {
  font-size: 16px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-extra-large {
  font-size: 3rem;
}

hr.red {
  height: 2px;
  background-color: #CC2936;
  opacity: 1;
}

hr.white {
  height: 2px;
  background-color: #fff;
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body#admin-panel {
  font-family: "Kanit";
  font-size: 16px;
  font-weight: 300;
}
body#admin-panel .sidebar {
  padding-top: 0;
}
@media (min-width: 768px) {
  body#admin-panel .sidebar {
    padding-top: 48px;
  }
}
body#admin-panel .gallery-image {
  max-width: 300px;
}

.container-main > .row {
  min-height: calc(100vh - 56px);
}

main#login-page {
  min-height: 100vh;
}
main#login-page .login {
  width: 100%;
  max-width: 400px;
}

.font-baloo-paaji {
  font-family: "Baloo Paaji 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}

body {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background: white;
}
body#admin-panel {
  background: #fff;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

hr.short-break {
  width: 62px;
  height: 4px;
  background-color: #968048;
  opacity: 1;
}

.btn-white-outline {
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 50px;
  border-radius: 1000px;
  border: 2px solid white !important;
}
.btn-white-outline:active, .btn-white-outline:focus, .btn-white-outline:hover {
  color: #ffffff !important;
}

.btn-brown {
  background-color: #968048;
  color: #ffffff;
  font-family: Times;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-brown:active, .btn-brown:focus, .btn-brown:hover {
  color: #ffffff;
}

.btn-orange {
  background-color: #fda601;
  color: #ffffff;
  padding: 10px 50px;
  font-size: 1rem;
  border-radius: 1000px;
}
.btn-orange:active, .btn-orange:focus, .btn-orange:hover {
  color: #ffffff;
  background-color: rgb(227.6003937008, 149.3346456693, 0.8996062992);
}

.btn-red {
  background-color: #C01414;
  color: #ffffff;
  padding: 10px 50px;
  font-size: 1rem;
  border-radius: 1000px;
}
.btn-red:active, .btn-red:focus, .btn-red:hover {
  color: #ffffff;
  background-color: rgb(168.9056603774, 17.5943396226, 17.5943396226);
}

.btn-gradient-primary {
  background: linear-gradient(180deg, #FFD02E 0%, #FFAB2E 100%);
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 20px;
}
.btn-gradient-primary:active, .btn-gradient-primary:focus, .btn-gradient-primary:hover {
  color: #ffffff !important;
  background-color: rgb(0.7088607595, 9.5696202532, 27.2911392405);
}

.btn-gradient-blue {
  background: linear-gradient(180deg, #1b8ebb 0%, #07508e 99.49%);
  color: #ffffff;
  font-size: 1.2rem;
}
.btn-gradient-blue:active, .btn-gradient-blue:focus, .btn-gradient-blue:hover {
  color: #ffffff;
  background-color: rgb(0.7088607595, 9.5696202532, 27.2911392405);
}

.btn-gradient-green {
  background: linear-gradient(180deg, #3CBC0F 0%, #33691e 99.49%);
  color: #ffffff;
  font-size: 1.2rem;
}
.btn-gradient-green:active, .btn-gradient-green:focus, .btn-gradient-green:hover {
  color: #ffffff;
  background-color: rgb(0.7088607595, 9.5696202532, 27.2911392405);
}

.btn-gradient-orange {
  background: linear-gradient(180deg, #FE6125 0%, #FE6125 72.92%, #AF4C00 100%);
  color: #ffffff;
  font-size: 1.2rem;
}
.btn-gradient-orange:active, .btn-gradient-orange:focus, .btn-gradient-orange:hover {
  color: #ffffff;
  background-color: rgb(124, 53.8514285714, 0);
}

.bg-gradient-green {
  background: linear-gradient(180deg, #3ACD03 0%, #2FAB01 83.33%, #207500 100%);
}

.bg-gradient-blue {
  background: linear-gradient(180deg, #1b8ebb 0%, #07508e 99.49%);
}

.border-top-red {
  border-top: 4px solid #C01414;
}

.header-gradient-box {
  background: rgb(138, 3, 5);
  background: linear-gradient(180deg, rgb(138, 3, 5) 0%, rgb(173, 28, 35) 100%);
  color: #fff;
  border-radius: 1000px;
  font-size: 22px;
}

.header-gradient-wrapper .header-gradient-line {
  height: 3px;
  background-color: #C01414;
  flex-grow: 1;
}
.header-gradient-wrapper .header-gradient-box {
  flex-grow: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .header-gradient-wrapper .header-gradient-box {
    width: auto;
  }
}

.card.card-with-header {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.marquee {
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}

.border-left-red {
  border-left: 7px solid #C01414;
}

.modal.modal-search {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
.modal.modal-search .modal-close-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: visible;
  display: inline-block;
  padding: 0 8px;
}
.modal.modal-search .modal-content {
  border-top-right-radius: 0;
  border: none;
}
.modal.modal-search .modal-content .header {
  border-top-left-radius: 5px;
  background: linear-gradient(180deg, #3CBC0F 0%, #33691e 100%);
}
.modal.modal-search .modal-content .content {
  border-color: #33691e;
  border-style: solid;
  border-width: 0 3px 3px 3px;
}

.country-flag {
  width: 10px;
  height: auto;
}
@media (min-width: 576px) {
  .country-flag {
    width: 30px;
  }
}

h1.emphasize {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  h1.emphasize {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  h1.emphasize {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  h1.emphasize {
    font-size: 80px;
  }
}

h2.emphasize {
  font-size: 1.75rem;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  h2.emphasize {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  h2.emphasize {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  h2.emphasize {
    font-size: 60px;
  }
}

header.header-home {
  position: fixed;
  width: 100%;
  z-index: 1;
  border-bottom: 5px solid #FFD02E;
}
header .navbar {
  background: white;
}
header .navbar a {
  font-size: 48px;
  font-weight: 800;
  color: #FFD02E;
}
header .navbar.navbar-main-menu {
  background: #da0010;
}
header .navbar-nav a.nav-link {
  font-weight: 500;
}
header .navbar-nav a.nav-link.active {
  color: #fff;
  background: #3CBC0F;
  border-radius: 30px;
}
header .navbar-nav a.nav-link:focus, header .navbar-nav a.nav-link:hover {
  color: #fff;
}
header .login {
  background-color: #C01414;
}

.section-header {
  background: #33691e;
  border-radius: 20px 20px 0 0;
}
.section-header h2 {
  font-size: 1.6rem;
}
.section-header h1 {
  font-size: 1.8rem;
}
.section-header.section-header-isolated {
  border-radius: 20px;
}

main#home-page, main#thai-lotto-page {
  padding-top: 120px;
}
main#home-page section.register .register-card, main#thai-lotto-page section.register .register-card {
  border-radius: 30px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(#FFD02E, #FFAB2E);
  padding: 12px;
  padding-right: 250px;
  position: relative;
}
main#home-page section.register .register-card input, main#thai-lotto-page section.register .register-card input {
  border-radius: 50px !important;
}
main#home-page section.register .register-card .register-card-attach, main#thai-lotto-page section.register .register-card .register-card-attach {
  position: absolute;
  right: 24px;
  top: -24px;
}
main#home-page section.register .register-card .register-card-attach .btn, main#thai-lotto-page section.register .register-card .register-card-attach .btn {
  background-color: #FFAB2E;
  padding: 5px 16px;
  border-radius: 1000px;
  position: absolute;
  display: block;
  bottom: 56px;
  left: 20px;
  right: 20px;
}
main#home-page section.banner-promotions, main#thai-lotto-page section.banner-promotions {
  color: #FFD02E;
}
main#home-page section.banner-promotions h2, main#thai-lotto-page section.banner-promotions h2 {
  position: relative;
  left: -42px;
}
main#home-page section.banner-promotions h2 .heading, main#thai-lotto-page section.banner-promotions h2 .heading {
  width: 36px;
  height: 50px;
  background-image: linear-gradient(#FFD02E, #FFAB2E);
}
main#home-page section.banner-mid, main#thai-lotto-page section.banner-mid {
  color: #888888;
}
main#home-page section.banner-mid h4, main#thai-lotto-page section.banner-mid h4 {
  color: #FFAB2E;
  font-size: 18px;
}
main#home-page section.banner-mid ul, main#thai-lotto-page section.banner-mid ul {
  margin: 0;
  padding-left: 10px;
  list-style-type: none;
}
main#home-page section.banner-mid ul > li, main#thai-lotto-page section.banner-mid ul > li {
  text-indent: -5px;
}
main#home-page section.banner-mid ul > li:before, main#thai-lotto-page section.banner-mid ul > li:before {
  content: "-";
  text-indent: -5px;
}

footer.sponsors {
  background-color: #FFD02E;
  color: white;
  padding: 12px 0;
}
footer.sponsors hr {
  border-bottom: 1px solid white;
  opacity: 1;
}

footer {
  background-color: white;
  color: #FFD02E;
  width: 100%;
}
footer .entrance, footer .register {
  height: 50px;
  font-size: 24px;
  color: white;
}
footer .entrance img, footer .register img {
  width: 24px;
  margin-right: 8px;
}
footer .entrance {
  background-color: #3CBC0F;
}
footer .register {
  background-color: #C01414;
}

footer.bottom-nav {
  position: fixed;
  bottom: 0;
}
