@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300&display=swap);
.text-bold {
  font-weight: bold;
}

.text-blue {
  color: #003296;
}

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

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

.text-green {
  color: #00CC00 !important;
}

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

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

.text-dark-blue {
  color: #010F53 !important;
}

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

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

.bg-red {
  background-color: #CE2930 !important;
}

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

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

.bg-dark-blue {
  background-color: #010F53 !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: #FF6F00;
}

.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;
}

.font-weight-600 {
  font-weight: 600;
}

@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;
}

body {
  font-family: "Prompt";
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}
body#admin-panel {
  background: #fff;
}
body#onboard {
  background: radial-gradient(92.88% 49.37% at 51.93% 50.75%, #fff 0%, #cccccc 100%);
}
body.layout-app {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

.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: #FF6F00;
  color: #ffffff;
  padding: 10px 50px;
  font-size: 1rem;
  border-radius: 1000px;
}
.btn-orange:active, .btn-orange:focus, .btn-orange:hover {
  color: #ffffff;
  background-color: #e66400;
}

.btn-red {
  background-color: #CE2930;
  color: #ffffff;
  padding: 10px 50px;
  font-size: 1rem;
  border-radius: 1000px;
}
.btn-red:active, .btn-red:focus, .btn-red:hover {
  color: #ffffff;
  background-color: #b9252b;
}

.btn.btn-darkblue {
  background-color: #010F53;
  color: #ffffff;
  padding: 10px 50px;
  font-size: 1rem;
}
.btn.btn-darkblue:active, .btn.btn-darkblue:focus, .btn.btn-darkblue:hover {
  color: #ffffff;
  background-color: #010a3a;
}

.btn-gradient-blue {
  background: linear-gradient(180deg, #003296 0%, #010F53 99.49%);
  color: #ffffff;
  font-size: 1.2rem;
}
.btn-gradient-blue:active, .btn-gradient-blue:focus, .btn-gradient-blue:hover {
  color: #ffffff;
  background-color: #010a1b;
}

.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: #7c3600;
}

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

.bg-gradient-blue {
  background: linear-gradient(180deg, #003296 0%, #010F53 99.49%);
}

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

.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: #FF6F00;
  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;
}

.card {
  border-radius: 8px;
}
.card .card-img-top {
  border-radius: 8px 8px 0 0;
}
.card .card-body {
  border-radius: 0 0 8px 8px;
}

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

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

.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, #003296 0%, #010F53 100%);
}
.modal.modal-search .modal-content .content {
  border-color: #010F53;
  border-style: solid;
  border-width: 0 3px 3px 3px;
}

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

h1 {
  font-size: 24px;
  font-weight: 600;
}
h1.main-headline {
  border-left: 8px solid #FF6F00;
}

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 .logo {
  width: 120px;
}

.thai-lotto .table-wrapper h1 {
  font-size: 5rem;
  line-height: 0.8;
}
.thai-lotto .table-wrapper h2 {
  font-size: 4rem;
  line-height: 0.8;
}
.thai-lotto .table-wrapper table th {
  border-width: 0 1px;
}
.thai-lotto .table-wrapper table th h2 {
  font-size: 1.8rem;
}

.section-header {
  background: #010F53;
  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#onboard-page {
  height: 100vh;
  color: #fff;
}
main#onboard-page h1, main#onboard-page h2 {
  text-align: center;
  font-weight: 600;
  line-height: normal;
}
main#onboard-page h1 {
  font-size: 40px;
}
main#onboard-page h2 {
  font-size: 30px;
}

main#register-page label {
  font-weight: 600;
}

main#home-page .card-img-horizontal {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-color: #010F53;
  position: fixed;
  bottom: 0;
  width: 100%;
}
