html, body{
	font-family: Sarabun; 
}
.bg-1{background-color: #d5d5d5;}
.bg-2{background-color: #f5f5f5;}
.highcharts-title {  font-family: Sarabun, SarabunLatin !important; font-size:15px !important;  }


.datepicker table tr td.day {
    color:#5F5D5E;
}
.datepicker tbody tr > td.day.old {
    color: #D1D1D1;
}
.datepicker tbody tr > td.day.new {
    color: #D1D1D1;
}
.datepicker tbody tr > td.disabled {
    color: #D1D1D1;
} 
.datepicker tbody tr > td.disabled {
    color: #A5A5A5;
}
.fc-event{
    cursor: pointer;
}
.radio_btn { width:20px; height:20px; cursor :pointer; }
.vh-100 {
    min-height: 100vh;
}
.textbox:focus {
    outline: none !important;
    border-color: #3699FF;
    box-shadow: 0 0 2px #3699FF;
}
.box-1 { width: 20px; height: 20px; border: solid 1px; }
.border-dotted { border-bottom: 1px dotted; }

.tbl-info-hide{
  display: none;
}
.tbl-info-show{
 display: table-row;
}
.cursor-pointer{
 cursor: pointer;
}

.book, .book img, .book::after,
.book::before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.book, .book img, .book::after,
.book::before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.book {
  cursor: pointer;
  display: block;
  width: 200px;
  height: 250px;
  position: relative;
  background: white;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: box-shadow .3s linear;
}



@media(max-width: 575px)
{
  .book {
    width: 200px;
    height: 300px;
  }
  .book img{
    
    display: block;
  margin-left: auto;
  margin-right: auto;
  }
}

.book img {
  width: inherit;
  height: inherit;
  transform-origin: 0 50%;
  transform: rotateY(0);
  transition: all .45s ease;
}

.book:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}

.book:hover img {
  transform: rotateY(-19deg);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}

.book::after,
.book::before {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  background: white;
  border: 1px solid #d9d9d9;
}

.book::before {
  left: -3px;
}

.book::after {
  left: -6px;
}

.banner{
    background-image: linear-gradient(180deg, #FFFFFF 2%, #e27425AF 50%), url('../imgs/banner.jpg');
    /*background-color: #8950fc;*/
    background-size: cover;
    height: 70vh; 
    position: relative;
    margin-bottom: -50vh;
    z-index: -1;
}

.font-style-1{
  font-size:30px;
  color:#8e0704;
}


.subheader h3{
    color: #3c3c3c !important; font-weight: bold !important;
}
.subheader span{
    color: #3c3c3c !important;
}
.subheader-separator{
    background-color:rgba(255, 255, 255, 0.4) !important;
}

.card {
    border-radius:.9rem;
}


.visitor-counter {
    width: fit-content;
    padding: 15px 20px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    background: #f8f8f8;
}

.counter-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.counter-box {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.counter-box .digit {
    width: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #F54927;
    font-size: 22px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: inset 0 0 5px #F54927;
}
