* {
    box-sizing: border-box;
    font-family: "Noto Sans Thai", sans-serif !important;
    margin: 0;
    padding: 0;
  }

  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
 }

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
  } 

.QUALITYROOM {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 80%;
    text-align: center;
}

.center-screen-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bgIMG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;  /* Full viewport width */
    height: 100%; /* Full viewport height */
    object-fit: cover;
    z-index: -1; /* Optional: Layer it behind other content */  
    transition: opacity 1s ease;
    opacity: 1;
  }

  .button-33 {
    background-color: #ffd6a5; /* light orange */
    border-radius: 100px;
    box-shadow: rgba(255, 165, 0, .2) 0 -25px 18px -14px inset,
                rgba(255, 165, 0, .15) 0 1px 2px,
                rgba(255, 165, 0, .15) 0 2px 4px,
                rgba(255, 165, 0, .15) 0 4px 8px,
                rgba(255, 165, 0, .15) 0 8px 16px,
                rgba(255, 165, 0, .15) 0 16px 32px;
    color: rgb(71, 46, 0); /* text color */
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-33:hover {
    box-shadow: rgba(255, 165, 0, .35) 0 -25px 18px -14px inset,
                rgba(255, 165, 0, .25) 0 1px 2px,
                rgba(255, 165, 0, .25) 0 2px 4px,
                rgba(255, 165, 0, .25) 0 4px 8px,
                rgba(255, 165, 0, .25) 0 8px 16px,
                rgba(255, 165, 0, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

.white-text{
    color: white;
  }

  .form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 50%;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b; /* gray */
    outline: 0;
    font-size: 1.3rem;
    color: #fff; /* white */
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
  }
  
  .form__field::placeholder {
    color: transparent;
  }
  
  .form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
  
  .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b; /* gray */
  }
  
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #ffffff; /* primary */
    font-weight: 700;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #993811, #ef3838); /* primary to secondary */
    border-image-slice: 1;
  }
  
  .form__field:required,
  .form__field:invalid {
    box-shadow: none;
  }
a {text-decoration: none;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

#bad_message, #good_message {
	width:500px;
	overflow:hidden;
	background-color:#FFF;
	color:#222;
	font-family:Courier, monospace;
	font-weight:normal;
	font-size:16px;
	resize:none;
	line-height:40px;
	padding-left:100px;
	padding-right:20px;
	padding-top:45px;
	padding-bottom:34px;
	background-image:url(https://static.tumblr.com/maopbtg/E9Bmgtoht/lines.png), url(https://static.tumblr.com/maopbtg/nBUmgtogx/paper.png);
	background-repeat:repeat-y, repeat;
	-webkit-border-radius:12px;
	border-radius:12px;
	/* -webkit-box-shadow: 0px 2px 14px #000;
	box-shadow: 0px 2px 14px #000; */
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}