/* thai */

@font-face {
    font-family: "Kanit";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Kanit'), local('Kanit'), url(../fonts/Kanit-Regular.woff2) format('woff2');
}

@font-face {
    font-family: "Pridi";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Pridi'), local('Pridi'), url(../fonts/Pridi-Regular.woff2) format('woff2');
}

body {
    color: #000000;
    font-size: 20px !important;
    margin-top: 50px !important;
    letter-spacing: -1px !important;
}

.bodydeltop {
    margin-top: -25px;
}

.center {
    text-align: center;
    align-content: center;
}

a {
    color: #1f349c;
    text-decoration: none;
}

.from {
    margin-top: 60px;
}

.btn-submit {
    margin-top: 10px;
    width: 190px;
}

.btn-qr {
    width: 170px;
}

.btn-howto {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 170px;
}

.btn-close {
    width: 20px;
}

.or {
    margin-top: 20px;
    margin-bottom: 20px;
}

.noImg{
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
	-webkit-touch-callout: none;
}

.noImgIsBtn{
	-webkit-user-drag: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.inputPin {
    margin-top: 10px;
}

.pinWrap {
    width: 290px;
    height: 50px;
    background: linear-gradient(180deg, #1f349c, #0083e8);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.pinBg {
    width: 280px;
    height: 42px;
    background: white;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 16px;
    z-index: 2;
}

.pin {
    width: 275px;
    background: transparent;
    border: 3.5px solid rgba(255, 255, 255, 0);
    padding: 5px;
    border-radius: 20px;
    outline: none;
    position: relative;
    z-index: 500;
    font-size: 30px;
    text-align: center;
    color: #0d63c4;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -5px;
}

 ::placeholder {
    color: #85a4c8;
}

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

.nav-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0px;
    cursor: pointer;
    z-index: 100;
}

.navbg {
    background: linear-gradient(135deg, #1f349c, #0083e8);
    height: 70px;
    margin: 0px;
}

.logonav {
    margin: 10px;
}

.status {
    padding: 20px;
}

@media screen and (max-width: 500px) {
    .status {
        margin-top: 30%;
    }
}

.foot {
    bottom: 0px;
    margin-bottom: 60px;
    position: fixed;
    width: 100%;
    text-align: center;
}

.logofoot {
    width: 60px;
}

.close {
    right: 0;
    text-align: right;
    margin-top: -15px;
    margin-right: 20px;
}

.bodylist {
    margin-top: 70px;
    margin-left: 0;
}

.list {
    margin-right: -7px;
	margin-top: 70px;
}

ul {
    list-style-type: none;
    padding-inline-start: inherit;
    margin-inline-end: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
}

.li-list {
    font-family: 'Kanit';
    height: 200px;
    padding: 20px;
}

@media screen and (max-width: 320px) {
    .li-list {
        padding: 12px !important;
    }
}

.li-list:nth-child(odd) {
    background-color: #FFFFFF;
}

.li-list:nth-child(even) {
    background-color: #ebf5fd;
}

.title {
    line-height: 115%;
    color: #0e6bcc;
    position: absolute;
    font-weight: bold;
	margin: -210px 0 0 160px;
}

@media screen and (min-width: 1200px) {
    .title {
        margin: -210px 0 0 160px;
        font-size: 30px;
    }
}

@media screen and (min-width: 500px) {
    .title {
        margin: -200px 0 0 160px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .title {
        margin: -210px 0 0 160px;
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) {
    .title {
        margin: -200px 0 0 160px;
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .title {
        margin: -200px 0 0 160px;
        font-size: 15px;
    }
}

.teamname {
    color: #0e6bcc;
    position: absolute;
    margin: -160px 0 0 160px;
    font-size: 16px;
}

.director {
    color: #0e6bcc;
    position: absolute;
    margin: -138px 0 0 160px;
    font-size: 16px;
}

.votebtn {
    position: absolute;
    margin: -60px 0 0 160px;
}

.btn-vote {
    height: 40px;
}

.btn-cfmvote {
    height: 48px;
}

.full-title {
    font-family: 'Kanit';
    color: #0e6bcc;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.full-content {
    font-size: 20px;
    color: #606060;
}

.full-synopsis {
    font-family: 'Pridi';
    letter-spacing: 0px !important;
    font-size: 18px;
    color: #606060;
}

.content {
    font-family: 'Kanit';
    color: #0e6bcc;
}

@media screen and (min-width: 1200px) {
    .full-poster {
        width: 450px;
    }
    .content {
        padding: 0 250px 20px 250px;
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .howtoimg {
        width: 400px;
    }
}

@media screen and (max-width: 1200px) {
    .full-poster {
        width: 450px;
    }
    .content {
        padding: 0 35px 20px 35px;
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .howtoimg {
        width: 400px;
    }
}

@media screen and (max-width: 720px) {
    .full-poster {
        width: 70%;
    }
    .content {
        padding: 0 35px 20px 35px;
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .howtoimg {
        width: 95%;
    }
}

@media screen and (orientation:landscape) {
    .blocklandscape {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        color: #0e6bcc;
        font-family: 'Kanit';
        font-size: 50px;
        text-align: center;
        padding: 20% 5% 0 0;
        z-index: 3000;
        display: block;
    }
    .view {
        display: none;
    }
    .nav-bottom {
        display: none;
    }
}

@media screen and (orientation:portrait) {
    .blocklandscape {
        display: none;
    }
    .view {
        display: block;
    }
    .nav-bottom {
        display: block;
    }
}

.blockandroind {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    color: #0e6bcc;
    font-family: 'Kanit';
    font-size: 23px;
    text-align: center;
    padding: 20% 5% 0 0;
    z-index: 3000;
    display: block;
}

.scaner {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3000;
}

.bm-tab {
    font-family: 'Kanit';
    font-weight: bold;
    color: #0e6bcc;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 70px;
}

.btn-tab {
    font-family: 'Kanit';
    font-weight: bold;
    color: #0e6bcc;
    font-size: 15px;
    font-size: 4.5vw;
    background: none;
}

.btn-tab-active {
    font-family: 'Kanit';
    font-weight: bold;
    color: #606060;
    font-size: 15px;
    font-size: 4.5vw;
    background: none;
}

.btn-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    margin: 0 0 25px -15px;
}

.btn-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    margin: 0 -15px 25px 0;
}

@media screen and (min-width: 768px) {
    .btn-left {
        margin: 0 0 10px -15px;
        font-size: 4vw;
    }
    .btn-right {
        margin: 0 -15px 10px 0;
        font-size: 4vw;
    }
}

@media screen and (min-width: 1024px) {
    .btn-left {
        margin: 0 0 0 -15px;
    }
    .btn-right {
        margin: 0 -15px 0 0;
        font-size: 4vw;
    }
}

.card-active {
    font-family: 'Kanit';
    letter-spacing: 0px !important;
    background-color: #0d63c4;
    width: auto;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
}

.card-onair {
    font-family: 'Kanit';
    letter-spacing: 0px !important;
    background-color: #c40d53;
    width: auto;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
}

.card-offline {
    font-family: 'Kanit';
    letter-spacing: 0px !important;
    background-color: #2e2e2e;
    width: auto;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
}

.title-tab {
    font-family: 'Kanit';
    letter-spacing: 0px !important;
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    margin: 10px;
}

.group-directory {
    font-family: 'Kanit';
    letter-spacing: 0px !important;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin: 10px;
}

.header {
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    margin: 0;
}

.theater {
    text-align: left;
    font-weight: 100;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}

.time {
    text-align: left;
    font-weight: 100;
    font-size: 18px;
    color: #fff201;
    margin: 0;
}

.grap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 120px;
}

.slider-directory {
    height: 170px;
    width: auto;
    padding: 0;
    margin: 20px;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    display: flex;
}

.poster-directory {
    margin: 0 10px 0 10px;
}

.btn-playteaser {
    width: 170px;
    height: 40px;
    background: linear-gradient(-12deg, #1f349c, #0083e8);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Kanit';
    padding-top: 8px;
}

.btn-playfull {
    width: 170px;
    height: 40px;
    background: linear-gradient(-12deg, #c70000, #ff4a40);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Kanit';
    padding-top: 8px;
}