@import url(https://fonts.googleapis.com/css?family=Sarabun:300,400,700);
html {
    font-family: 'Sarabun', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Sarabun', sans-serif;
}

p,
a,
div,
h1,
h2,
h3,
h4,
h5,
span,
li,
b {
    font-family: 'Sarabun', sans-serif;
}
.bg-opacity-80 {
    opacity: 0.8;
}
.text-shadow {
    text-shadow: 2px 2px 3px rgba(3,3,3,0.1);
}
.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs li {
    display: inline-block;
    padding: 15px 25px;
    background: none;
    text-transform: uppercase;
    cursor: pointer;
}

.tabs li.current {
    background: #e9e9e9;
}

.tab-contents {
    background: #e9e9e9;
    padding: 20px;
}

.tab-pane {
    display: none;
}

.tab-pane.current {
    display: block;
}

.fullscreen {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    position: fixed;
    margin: 0;
    z-index:9999;
}

.fullscreen>iframe {
    height: 100% !important;
}
#screenToggle {
    z-index: 99999;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.snap-top {
    margin-top: -3rem!important
}
.gradient{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(105, 63, 19) 100%)
}
.book {
    border-bottom: 10px solid #906241;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: 0 10px 0px #eee;
    background: rgba(158, 125, 90, 0.5);
    cursor: pointer;
}
.book .book-item{
    border-left: 4px solid #ad9755;
}

.profile-table td, .profile-table th{
    border: none !important;
}
.profile-table th {
    width: 20%;
}

.shelf_cover {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
@media only screen and (max-width: 600px) {
    .shelf_cover {
        background-size: cover;
        width:100%;
        height: 192px;
    }
}
html, body {
    color: #3b3b3b;
    font-family: 'Sarabun', sans-serif;
    font-weight: 100;
    margin: 0;
}
.full-height {
    height: 100vh;
}
.content {
    width: 100%;
}
.title {
    font-size: 48px;
    
}
.subtitle {
    display: block;
    margin: 10px auto;
    margin-bottom: 25px;
    color: #373737;
    font-size: 22px;
}
.bottom-info{
    text-align: center;
    width: 100%;
    margin: 20px auto;
}
.bottom-info p {
    text-align: center;
}
.partner_logo{
    height: 60px;
    width: auto;
}
.bg-black-opaciy{
    background-color: rgba(3,3,3,0.75)
}
.rounded-xl {
    border-radius: 16px;
}
.before-line {
    background-color: #fac10b;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    width: 60px;
    border-top-left-radius: 100px;
    height: 46px;
    display: inline-block;
}
.text-yellow {
    color: #fac10b;
}
.page-cover {
    background: linear-gradient(360deg, #00000094, #000000c9);
    border-radius: 18px;
}