﻿html,
body {
    width: 100%;
    height: 100%;
    overscroll-behavior: contain;
    overflow: auto;
}

/* Announcement */
.announce {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 201;
    width: 356px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px 5px 5px;
    border-radius: 12px;
}

.SwipeAnnouncement {
    width: 100%;
    height: 356px;
    margin-top: 5px;
    border-radius: 12px;
}

.SwipeAnnouncement2 {
    margin-top: 5px;
    border-radius: 12px;
}

    .SwipeAnnouncement2 img, .SwipeAnnouncement2 video {
        width: 350px;
        height: auto;
    }

.SwipeAnnouncement3 {
    width: 100%;
    height: 473px;
    margin-top: 5px;
    border-radius: 12px;
}

.num1_en {
    position: absolute;
    top: 28px;
    right: 20px;
    font-family: 'Sarabun', sans-serif;
    color: #ffdd83;
    font-size: 19pt;
    width: 53px;
    text-align: center;
}

.num1_th {
    position: absolute;
    top: 27px;
    right: 25px;
    font-family: 'Sarabun', sans-serif;
    color: #ffdd83;
    font-size: 19pt;
    width: 45px;
    text-align: center;
}

.num2_en {
    position: absolute;
    top: 112px;
    right: 37px;
    font-family: 'Sarabun', sans-serif;
    color: #ffdd83;
    width: 100px;
    text-align: center;
}

.num2_th {
    position: absolute;
    top: 110px;
    right: 37px;
    font-family: 'Sarabun', sans-serif;
    color: #ffdd83;
    width: 100px;
    text-align: center;
}

#myCarousel .carousel-item img {
    width: 100%;
}

#exc_banner img {
    width: auto !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    margin: 0 .3rem .5rem .3rem;
    border-radius: 6px;
    box-shadow: 0 4px 3px 0 rgba(0,0,0,.52);
}

.swiper-container {
    z-index: 0;
    margin-bottom: 9px;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-slide img {
    width: auto !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    border-radius: 6px;
    box-shadow: 0 4px 3px 0 rgba(0,0,0,.52);
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.passwordimg {
    margin-left: -58px;
    cursor: pointer;
    z-index: 200;
    width: 20px;
    height: auto;
}

.rtp-title {
    padding: 2px 15px 5px;
    text-align: right;
    font-size: 9pt;
}

.rtp-image {
    margin: 0 0 2px 8px;
}

.rtp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 128px;
    margin: 8px 0;
    border-radius: 6px;
    background-image: linear-gradient(100deg,#e7d39d,#b19560 98%);
    height: 20px;
    font-size: 9px;
    font-weight: bold;
}

.rtp-wrapper.rtpshow {
    height: 28px;
}

.rtp-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.2s;
}

.betboostfloat {
    position: fixed;
    cursor: pointer;
}

[v-cloak] {
    display: none;
}
