@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wdth,wght@62.5..100,100..900&display=swap");
html {
  background-color: #eee;
  min-height: 100%; }

body {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: transparent;
  line-height: 1.4;
  color: #000; }

img {
  max-width: 100%;
  display: inline-block; }

.img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.text-muted {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-fade {
  opacity: 0.8; }

p {
  margin: 1rem 0; }

strong {
  font-weight: 600; }

.main {
  position: relative; }
  .main::after {
    background: #152f45;
    background: linear-gradient(0deg, #152f45 0%, #295463 22%, #bad5de 100%);
    background-attachment: fixed;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    content: "";
    display: block; }

.main-container {
  position: relative;
  z-index: 2; }

.section {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #37525d;
  margin-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 5px 0;
      margin-bottom: 1.5rem; } }

.row-head [class^="col"],
.row-name [class^="col"] {
  padding-top: 5px;
  padding-bottom: 5px;
  word-break: break-all;
  transition: all 300ms ease 0s; }
  @media screen and (max-width: 768px) {
    .row-head [class^="col"],
    .row-name [class^="col"] {
      padding-left: 2px !important;
      padding-right: 2px !important; } }

.row-head {
  background-color: #2c9bab; }
  .row-head [class^="col"] {
    color: #fff;
    font-size: 80%;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .row-head [class^="col"] {
        padding-top: 5px;
        padding-bottom: 5px; } }
    .row-head [class^="col"] strong {
      vertical-align: middle;
      line-height: 1; }

.row-name {
  text-decoration: none !important;
  /*&.rn1{
  	@include smallscreen {
  		&:nth-child(2n) [class^="col"]{
  			background-color: #e6e6e6;
  		}
  		&:nth-child(2n-1) [class^="col"]{
  			background-color: transparent;
  		}
  	}
  }*/ }
  @media screen and (max-width: 768px) {
    .row-name {
      font-size: 85%; } }
  .row-name:nth-child(6n) [class^="col"], .row-name:nth-child(6n-1) [class^="col"], .row-name:nth-child(6n-2) [class^="col"] {
    background-color: #eee; }
    @media screen and (max-width: 1200px) {
      .row-name:nth-child(6n) [class^="col"], .row-name:nth-child(6n-1) [class^="col"], .row-name:nth-child(6n-2) [class^="col"] {
        background-color: transparent; } }
  @media screen and (max-width: 1200px) {
    .row-name:nth-child(4n) [class^="col"], .row-name:nth-child(4n-1) [class^="col"] {
      background-color: #eee; } }
  @media screen and (max-width: 1200px) and (max-width: 992px) {
    .row-name:nth-child(4n) [class^="col"], .row-name:nth-child(4n-1) [class^="col"] {
      background-color: transparent; } }

  @media screen and (max-width: 992px) {
    .row-name:nth-child(2n) [class^="col"] {
      background-color: #eee; } }
  .row-name:hover [class^="col"] {
    background-color: #cfe1e6 !important; }

.selectbox {
  font-size: 115%;
  padding: 8px;
  border-radius: 8px;
  border: none;
  max-width: 100%; }
  @media screen and (max-width: 992px) {
    .selectbox {
      font-size: 100%; } }

.search-bar {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 0.75rem 0; }
  @media screen and (max-width: 768px) {
    .search-bar {
      padding: 0.75rem 0 1.5rem 0; } }

.h1 {
  line-height: 1;
  font-size: 2.25rem; }
  @media screen and (max-width: 768px) {
    .h1 {
      font-size: 1.5rem; } }

.h4 {
  word-break: break-word; }
  @media screen and (max-width: 768px) {
    .h4 {
      font-size: 1.05rem; } }

.d1 {
  font-size: 2.5rem; }
  @media screen and (max-width: 768px) {
    .d1 {
      font-size: 1.45rem; } }

.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.box-content-overlay {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .box-content-overlay {
      padding: 5px; } }

.font-small {
  font-size: 90%; }
  @media screen and (max-width: 768px) {
    .font-small {
      font-size: 80%; } }

.label-selectbox {
  position: relative;
  cursor: pointer;
  position: relative; }
  .label-selectbox .txt {
    background-color: #fff;
    padding: 16px 36px;
    border-radius: 8px;
    border: none;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .label-selectbox .txt {
        padding: 8px 16px;
        font-size: 20px; } }
  .label-selectbox [type="radio"] {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -5px;
    z-index: 2;
    opacity: 0; }
  .label-selectbox [type="radio"]:checked + .txt,
  .label-selectbox [type="radio"]:hover + .txt {
    box-shadow: 0 0 0 3px #007bff;
    position: relative; }

.alert {
  margin-bottom: 0 !important; }

.h1 {
  line-height: 1.4; }

/*# sourceMappingURL=main.css.map */
