@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'pridi';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/pridi/Pridi-Regular.woff") format("woff"), url("../fonts/pridi/Pridi-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'pridi';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/pridi/Pridi-Light.woff") format("woff"), url("../fonts/pridi/Pridi-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'pridi';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/pridi/Pridi-SemiBold.woff") format("woff"), url("../fonts/pridi/Pridi-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'pridi';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/pridi/Pridi-Bold.woff") format("woff"), url("../fonts/pridi/Pridi-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'kadit';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Kadit/Kadit-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'kadit';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Kadit/Kadit-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'kadit';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Kadit/Kanit-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: 'kadit';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Kridi/Kadit-Bold.ttf") format("truetype");
}

body {
    font-family: 'Kanit', sans-serif;
    background-color: #fefefe;
    font-size: 17px;
    padding-top: 80px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: auto;
}
@media screen and (min-width: 767px){
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(/asset/web/img/1920x1080.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}}





section {
    padding: 0px 0;
}

#main_container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0 !important;
    /* height: 100vh; */
}

.mobile-hidden {
    display: block;
}

.desktop-hidden {
    display: none;
}

a {
    color: #fcaf3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus,
a .active {
    color: #e28903;
}

.title {
    font-size: 30px;
}

.bg-dark {
    background-color: #3b3436 !important;
    color: #ffffff;
    padding: 25px 15px;
    background: radial-gradient(#3a3a3a,#202020, #101010);
    min-height: 100%;
}

.bg-button {
    background-color: #3b3436 ;
    /*background: url(../img/bg-lotto-header.jpg) center;*/
    background: linear-gradient(180deg, #1059b9 0%,#154585 40%, #072954);
    background-size: cover;
    color: #ffffff;
    padding: 15px 20px;
}
@media screen and (max-width: 767px){
    .bg-button{
    background: radial-gradient(#3a3a3a,#202020, #101010);
}}

@media screen and (max-width: 813px){
    .bg-buttun-but{
    font-size: 20px;
}}

@media screen and (max-width: 767px){
    .bg-buttun-but{
    font-size: 14px;
}}
.bg-softdark {
    background-color: #141414;
}

.bg-mixed-left,
.bg-mixed-right {
    background-color: #ffc8e8;
    position: relative;
    overflow: hidden;
    background: url(../img/bgabout.jpg);
    background-size: cover;
}


.bg-mixed-right:before {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    /* background-color: #ffffff; */
    background-color: #ee82b0;
    position: absolute;
    top: 0;
    right: -60%;
    z-index: 0;
}

.is-Login {
    display: block;
}

.is-Login.show {
    display: none;
}


.button-on-mobile {
    position: absolute;
    top: 12px;
    right: 15px;
    display: none;
}

nav {
    height: 80px;
    background-color: #ff76eb;
    background: linear-gradient(to bottom, #111111, #2b2d2e);
    border-bottom: 1px solid #ffffff;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav .navbar-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-nav .nav-item {
    padding: 7.5px 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px){
    .navbar-nav .nav-item {
    padding: 7.5px 0px;
}
}

.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item:focus .nav-link,
.navbar-nav .nav-item.active .nav-link {
    color: #fcaf3b;
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 17px;
}

.navbar-collapse {
    height: 100%;
}

.navbar-right {
    margin-left: auto;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    height: 70px;
    z-index: 1024;
}

.navbar-brand img {
    width: 300px;
    margin-top: 15px;
}
@media screen and (max-width: 500px){
.navbar-brand img {
    width: 230px;
}
}
@media screen and (min-width: 1024px), 
       screen and (min-height: 1366px){
        .navbar-brand img {
                display: none;
            }
       }
@media screen and (min-width: 1025px){
        .navbar-brand img {
                display: block;
            }
       }

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    color: #ffffff;
    background-color: #fdbf63;
}

.hero-header {
    width: 100%;
}

.hero-header .hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2d2926;
}

.flex-middle-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.d-flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-flex-column .content-columns {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    z-index: 2;
    color: #3a3a3a;
}

.d-flex-column .content-columns p {
    text-indent: 30px;
    line-height: 30px;
}

.d-flex-column .content-columns p span {
    font-weight: 300;
}

.d-flex-column .image-columns {
    -webkit-box-flex: 1;
    z-index: 2;
    text-align: center;
}

.d-flex-column .image-columns img {
    width: 60%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

footer {
    text-align: center;
    color: #ffffff;
    background: #003670;
}

@media screen and (max-width: 767px){
    footer {
        margin-bottom: 60px;
    }
}

footer .nav {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: small;
}

footer .nav a {
    color: #ffffff;
}

.open-nav {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 1024;
    display: none;
}

.bar {
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.bar.change.bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    -ms-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.bar.change.bar2 {
    opacity: 0;
}

.bar.change.bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-7.5px, -7.5px);
    transform: rotate(45deg) translate(-7.5px, -7.5px);
}

.navbar-toggler {
    display: none;
    padding: 7.5px;
}


.img-contact_us {
    margin: 1rem auto;
    width: 50%;
}

iframe {
    width: 100%;
    height: 100%;
}

.text-contact_us {
    background: #dc3545;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
}

.menu-mobile {
    display: none;
}

@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .button-on-mobile {
        display: block;
    }
    nav {
        height: 60px;
    }
    nav .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        padding-left: 15px;
    }
    .navbar-right {
        margin-left: initial;
    }
    .navbar-brand {
        height: 60px;
    }
    .navbar-toggler {
        display: block;
        position: absolute;
        top: 0;
        left: 7.5px;
    }
    .open-nav {
        display: block;
        z-index: 9999999999;
    }
    .d-flex-column .content-columns {
        padding: 30px 15px;
    }
    .d-flex-column .content-columns p {
        line-height: 23px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1023;
        top: 0;
        left: 0;
        background-color: #1e1e1e;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding-top: 80px;
    }
    .sidenav .nav-item .nav-link {
        padding: 6px 8px;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        font-size: 16px;
    }
    .sidenav .nav-item:hover,
    .sidenav .nav-item:focus,
    .sidenav .nav-item.active {
        background-color: #0a50a3;
    }
    .sidenav .nav-item:hover:nth-child(5),
    .sidenav .nav-item:focus:nth-child(5),
    .sidenav .nav-item.active:nth-child(5) {
        background-color: transparent;
    }
    .sidenav .nav-item .btn {
        width: 100%;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .sidenav.open {
        width: 300px;
    }
    .sidenav .dropdown-menu {
        width: 100%;
        border-radius: 0;
        position: inherit !important;
        top: -50px !important;
        background-color: #f25963;
        -webkit-transform: translate3d(0px, 53px, 0px) !important;
        transform: translate3d(0px, 53px, 0px) !important;
    }
    .sidenav .dropdown-menu .dropdown-item:focus,
    .sidenav .dropdown-menu .dropdown-item:hover,
    .sidenav .dropdown-menu .dropdown-item.active {
        background-color: #c10f1b;
    }
    .text-game-slot {
        font-size: 12px;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
    .menu-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
        -moz-box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
        box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
        box-shadow: 0 0px 4px rgba(136, 136, 136, 0.25);
        background: #232526;
        background: -webkit-linear-gradient(to top, #111111, #2b2d2e);
        background: linear-gradient(to top, #111111, #2b2d2e);
        border-top: 1px solid #ffffff;
        z-index: 9999;
        height: 60px;
        margin-top: 70px;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }
    .menu-mobile ul {
        list-style: none;
        margin: 0;
        display: flex;
        align-items: center;
        padding-left: 0;
        height: 100%;
    }
    .menu-mobile li {
        width: 20%;
        float: left;
        text-align: center;
    }
    .menu-mobile li a {
        color: #fff;
        font-size: 12px;
        display: block;
        line-height: 1.5;
        text-decoration: none;
    }
    .menu-mobile li a i {
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        padding: 5px 5px;
        margin: 0 auto;
        color: #000;
        padding-bottom: 3px;
        font-size: 14px;
        background: whitesmoke;
    }
    .btn-circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid whitesmoke;
        margin: -28px auto 2px;
        background: #0c0b0a;
        background-image: url(/asset/web/img/amblotto1234-nav-logo.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 767px) {
    .bg-mixed:before {
        width: 50%;
        -webkit-transform: skew(-45deg);
        -ms-transform: skew(-45deg);
        transform: skew(-45deg);
        left: -45%;
    }
    .bg-mixed-right:before {
        right: -84%;
    }
    nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 0px -5px 10px 5px rgba(255, 255, 255, 0.2);
        box-shadow: 0px -5px 10px 5px rgba(255, 255, 255, 0.2);
    }
    .sidenav.open {
        width: 30%;
        z-index: 99999;
        border-right: 1px solid #fff;
    }
    .bg-dark .text-white {
        color: #ffffff !important;
    }
    /* .text-white {
        color: #333 !important;
    } */
    .d-flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .d-flex-column .content-columns {
        padding: 7.5px;
        /* color: #333; */
    }
    .d-flex-column.column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .card-login {
        width: 90%;
    }
    .card-login .title {
        color: #ffffff !important;
    }
    .img-service {
        margin: 7.5px;
        width: 45%;
        height: auto;
    }
    .img-vendor {
        width: auto;
        height: 24.5px;
        margin: 0 1px;
    }
    footer .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 3.75px;
    }
    .text-pro {
        text-align: center !important;
    }
    .img-slot-pg {
        height: 106.33px;
    }
}

.text-pro {
    text-align: left;
}
.btn-gold-spot{
    color: #000;
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border-radius: 5px;
    border: solid 1px #ffbe71;
}
.btn-dark-spot{
    color: #fff;
    background: radial-gradient(ellipse at top center, #6c6c6c 0%, #202020 70%);
    border-radius: 5px;
    border: solid 1px #ffbe71;
}


.inner {
    min-height: 658px;
    background: #0c2443;
    border: none;
    padding: 25px 15px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@-webkit-keyframes Swap {
    0% {font-size: 14px;}
    100% {font-size: 18px;}
    
}

.swip-size-mobile{
    display: block;
    width: 28px;
    height: 25px;
    border-radius: 50%;
    padding: 5px 3px;
    margin: 0 auto;
    color: #000;
    padding-bottom: 3px;
    background: whitesmoke;
    -webkit-animation:Swap 0.5s infinite alternate;
}

.dropdown-menu {transition:.5s ease all;}
.dropdown-menu.show {position: inherit;top: -51px;transition:.5s ease all;}


.text-aboutus{ 
    color: #fff;
    margin-left: 20px;
}
.line-img{
    width: 250px;
}
.line-logo{
    width: 150px;
}

@media screen and (max-width: 767px){
    .line-img{
        width: 100px;
    }
    .line-logo{
        width: 75px;
    }
    .text-aboutus{
        margin-left: 0;
    }
}

.bg-pink-dark {
    background-color: #ffc8e8;
    position: relative;
    overflow: hidden;
    background: url(../img/BGmacbook.jpg);
    background-size: cover;
}

.input-box-style {
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
}

.contain-slip {
    width: 70%;
}

@media screen and (max-width: 767px){
.contain-slip {
    width: 95%;
}}

.btn-access {
    width: 200px;
    background: #000;
    color: #fff;
    font-size: 20px;
}


.lead-slip {
    font-size: 30px;
    font-weight: 600px;
    background: -webkit-linear-gradient(0deg,#ffc100, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-slip {
    border-radius: 10px;
    background: linear-gradient(to right,#e6a419 0%, #ffeb8c 30%, #e6a419 50%,#fff2b6 100%);
    width: 50%;
    font-weight: 600;
    box-shadow: 0 0 10px 1px #fff17d;
}

.bg-buttun-but{
    width: 100%;
    font-size: 20px;
    background: linear-gradient(45deg, #f3f3f3 50%, white 50%);
    border-radius: 15px;
    box-shadow: 0 22px 44px #111111ba;
    color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
}

.lotto-head{
    background: linear-gradient(180deg, #2273dd 0%,#1a4c8e 40%, #061e3c);
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}
.lotto-title{
    color: #508edf;
    font-weight: 600;
    font-size: 20px;
}

.result-top{
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: 1px 2px 1px 0px #9c9c9c;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #404040;
}
.result-date{
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    color: #404040;
}

.result-set{
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: #508edf;
}

.result-poll{
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: 1px 2px 1px 0px #9c9c9c;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: #404040;
}

.lotto-logo-img{
    width: 40px;
}

.thaisetpad{
    padding-right: 5px;
    padding-left: 5px; 
}

@media screen and(max-width: 767px){
    .result-top{
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: 1px 2px 1px 0px #9c9c9c;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #404040;
}
}
.box-detail{
    background: linear-gradient(300deg,#181b24,#161a26,#282f44);
    border-radius: 15px;
    margin: 20px 20px;
    padding: 20px 0;
    border: 1px solid #fff
}

.box-detail img{
    width: 120px;
}
@media screen and (max-width: 767px){
    .box-detail img{
    width: 90px;
}
}

.button_pay{
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(180deg, #5a5a5a, black);
    border-radius: 15px;
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px 0;
    box-shadow: 1px 1px 4px #4b4b4b;
    width: 90%;
}

.button_register{
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(180deg, #5a5a5a, black);
    border-radius: 15px;
    border: 1px solid #a5935c;
    padding: 5px;
    margin: 5px 0;
    box-shadow: 1px 1px 4px #4b4b4b;
    width: 90%;
}

@media screen and (max-width: 767px){
    .box-detail{
        margin: 20px 0;
    }
    .button_pay{
        width: 95%;
        font-size: 22px;
    }
    .button_register{
        width: 95%;
        font-size: 22px;
    }
}

.text-detail{
    color: #e2e2e2;
}
.bug-detest{
    color: #fff0;
}

.h1-title{
    margin-top: 10px;
    color: #e8bd70;
    text-shadow: 0 0 10px #000;
}

.content-text{
    padding: 0 5px;
}

.button-mobile-position{
    padding: 0 15px;
}

.main-banner {
    /*background: url(/asset/web/img/click1234-1920-576.jpg?v=1) center top repeat-x transparent;*/
    background-position: center top;
    background-size: cover;
    padding: 0px;
}

.img-slide {
    height: 386px;
    background-position: 50% !important;
    background-size: cover !important;
}

.img-slide2 {
    height: 540px;
    background-position: 50% !important;
    background-size: cover !important;
}
@media screen and (max-width: 376px){
    .img-slide2 {
    height: 495px;
}

}
table, th, td {
  border:1px solid #bebebe;
}

.bet-withdraw{
    width: 50%;
}
@media screen and (max-width: 767px){
    .bet-withdraw{
    width: 90%;
}
}

.bet-withdraw th {
    font-size: 25px;
    font-weight: 600;
    color: #fc0;
    text-align: center;
    background: #2a2a2a;
    padding: 10px 0;
}

.bet-withdraw td {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.child1{
    background: #666;
}
.child2{
    background: #444;
}
.bet-withdraw tr:nth-child(odd) {background-color: #666;}
.bet-withdraw tr:nth-child(even) {background-color: #444;}

.center {
  margin-left: auto;
  margin-right: auto;
}

.brandname {
    color: #D5AD6D;
    font-weight: bold;
    font-size: 25px;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(255, 231, 193) 0%, rgb(243, 228, 203) 26%, rgba(226,186,120,1) 35%, rgb(245, 224, 190) 45%, rgb(216, 188, 142) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.headtext {
    font-weight: bold;
    font-size: 25px;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(250, 249, 249) 26%, rgb(235, 235, 235) 35%, rgb(219, 219, 219) 45%, rgb(155, 155, 155) 61%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
@media screen and (max-width: 376px){
    .brandname {
    font-size: 22px;
}

.headtext {
    font-size: 22px;
}
}
#logo {
position: relative;
overflow: hidden;
}

#logo:before {
content: '';
position: absolute;
top: 0;
left: -100px;
width: 70px;
height: 100%;
background: rgba(255,255,255, 0.3);
transform: skewX(-30deg);
animation-name: slide;
animation-duration: 3s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  100% {
    left: 1100px;
    top: 0;
  }
}

.from-control{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-login-button{
    background: linear-gradient(to bottom, #006de4 0%, #02164e 100%);
    border: 1px solid #fff;
    color: #fff;
}

.regis-form{
    width: 75%;
}

@media screen and (max-width: 767px){
    .regis-form{
    width: 100%;
}
}

.info-box{
    width: 300px;
    background: #f3f3f3;
    border-radius: 10px;
    color: #353535;
    border: 2px solid #005fc0;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 15px;
    margin: auto;

}
.info-box p {
    display: table;
}
.info-back {
    width: 200px;
    margin: 15px auto 0 auto;
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
    background: linear-gradient(to bottom, #006de4 0%, #02164e 100%);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
}

.countdown-pop{
    position: absolute;
    background: #484848;
    border-radius: 10px;
    top: -10px;
    font-size: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 10px;
}

.detail-img{
    width: 90px !important;
}

.detail-img-stock{
    width: 75px !important;
}

@media screen and (max-width: 767px){
    .detail-img-stock{
        width: 50px !important;
    }
}

.tabcontent {
  display: none;
}

.tablinks{
    background: none;
    color: #fff;
    border:none;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
}

.box-detail button.active {
    background-color: #dfdfdf44;
    border-radius: 10px;
}
.img-article{
    max-width: 100%;   
    border-radius: 5px;
}

.box-margin{
    margin: 5px 0;
}
.box-article{
    background: #7878785e;
    padding: 5px;
    border-radius: 10px;
    height: 100%;
}

.h-top {
    background: -webkit-linear-gradient(top, #ffffeb 0%, #fffe54 31%, #fffe64 31%, #ffe875 56%, #ffad00 82%, #ab7e1e 82%, #f1d64a 100%);
    background: linear-gradient(top, #ffffeb 0%, #fffe54 31%, #fffe64 31%, #ffe875 56%, #ffad00 82%, #ab7e1e 82%, #f1d64a 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 10px;
}

.live-iframe{
    display: block;
    width: 700px;
    height: 440px;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    .live-iframe{
        width: 350px;
        height: 220px;
    }
}

.box-article span {
    font-size: 18px;
}
.bg-buttun-but-yeekee{
    width: 100%;
    font-size: 19px;
    background: linear-gradient(45deg, #f3f3f3 50%, white 50%);
    border-radius: 15px;
    box-shadow: 0 22px 44px #111111ba;
    color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
}
.bg-buttun-but-yeekee2{
    width: 100%;
    font-size: 19px;
    background: linear-gradient(45deg, #f3f3f3 50%, white 50%);
    border-radius: 5px;
    box-shadow: 0 22px 44px #111111ba;
    color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
}
.result-set-yeekee{
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: #508edf;
}
.result-poll-yeekee {
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: 1px 2px 1px 0px #9c9c9c;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: #404040;
}
.countdown-pop-yeekee {
    position: absolute;
    background: #484848;
    border-radius: 10px;
    top: -10px;
    font-size: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 10px;
}
.lotto-head-yeekee {
    background: linear-gradient(180deg, #2273dd 0%,#1a4c8e 40%, #061e3c);
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}
.result-top-yeekee{
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: 1px 2px 1px 0px #9c9c9c;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #404040;
}
.lotto-head-live{
    background: linear-gradient(180deg, #10c82a 0%,#2a8e1a 40%, #063c06);
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}
.countdown-pop-yeekee {
    position: absolute;
    background: #484848;
    border-radius: 10px;
    top: -5px;
    font-size: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 10px;
}
.pd-normal{
        margin: 5px 0;
    }
.pd-normal2{
        margin: 2px 0;
    }
@media screen and (max-width: 767px){
    .countdown-pop-yeekee {
        top: -2px;
        font-size: 11px;
        padding: 0 5px;
    }
    .lotto-head-live{
        padding: 2px;
        margin-top: 2px;
    }
    .lotto-head-live2{
        background: linear-gradient(180deg, #10c82a 0%,#2a8e1a 40%, #063c06);
        border-radius: 5px;
        padding: 1px;
        margin-top: 1px;
    }
    .lotto-head-yeekee {
        margin-top: 2px;
        padding: 2px;
    }
    .lotto-head-yeekee2 {
        background: linear-gradient(180deg, #2273dd 0%,#1a4c8e 40%, #061e3c);
        border-radius: 5px;
        margin-top: 1px;
        padding: 1px;
    }
    .bg-buttun-but-yeekee{
        font-size: 15px;
        padding: 5px 0;
    }
    .bg-buttun-but-yeekee2{
        font-size: 16px;
        padding: 1px 0;
    }
    .result-set-yeekee{
        margin-top: 0px;
        font-size: 13px;
        line-height: 20px;
    }
    .result-poll-yeekee {
        margin-top: 0px;
        font-size: 17px;
        line-height: 21px;
    }
    .pd-left{
        padding: 1px 0px 1px 15px;
    }
    .pd-right{
        padding: 1px 15px 1px 0px;
    }
    .pd-normal{
        padding: 2px;
        margin: 0;
    }
    .pd-normal2{
        padding: 1px;
        margin: 0;
    }
    .result-top-yeekee{
        margin-top: 0px;
        font-size: 25px;
        line-height: 30px;
    }
}

.poll-avoid{
    opacity: 0.95;
    filter: grayscale(100%);
}

.top-title{
    color: #e8bd70;
    text-shadow: 0 0 10px #000;
    margin: 10px 0;
}
.sec-title{
    color: #e8bd70;
    text-shadow: 0 0 10px #000;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 10px 0;
}

.box-select{
    background: linear-gradient(180deg, #414141, #000000);
    border-radius: 5px;
    font-size: 22px;
    color: #fff;
    border: 1px solid #ffffff;
}

.colap11 {
    -ms-flex: 0 0 9.0909%;
    flex: 0 0 9.0909%;
    max-width: 9.0909%;
}

.colap8 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.but-show{
}

@media screen and (max-width: 600px){
    .but-show{
    background: radial-gradient(ellipse at top center, #003ee7 0%, #08287d 70%);
    margin: 0 5px;
}

}
.fixxed-right{
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 250px;
    z-index: 99999999;
}