.MyButton1 {
float: left;
color: #fff;
background-color: #198754b3;
border-color: #198754b3;
padding: 5px 10px;
border-radius: 10px;
cursor: pointer;
margin: 3px;
font-size: 14px;
color: #fff !important;
}

.MyTextarea {
width: 92%;
height: 250px;
border-radius: 3px;
border-style: none;
background: #464646;
color: white;
padding: 5px 10px;
font-size: 14px;
}

.MyButton {
background-image: -webkit-linear-gradient( 57deg, #f33737 0%, #ff7878 100%, #1b4e76 100%);
border-style: none;
border-radius: 3px;
font-weight: bold;
padding: 10px 10px;
color: #ebebeb;
margin-bottom: 10px;
font-size: 15px;
cursor: pointer;
color: #fff !important;
}

.vqLeft {
}

.vRight {
border: 1px solid #dadada;
background: #e6e6e6;
padding: 5px 10px;
border-radius: 3px;
margin-top: 10px;
}

.MyCanvas {
/*background-image: url(plugins/vqmm_v1/images/wheel_back2.png);*/
background-image: url(img/NutTrungTam.png);
background-position: center;
background-repeat: no-repeat;
width: 90%;
}
/*desktop*/
@media (min-width: 1131px) {
.imgContent
{
width:70%;
}
.vqLeft {
float: left;
width: 50%;
}

.vRight {
float: left;
width: 45%;
}

.MyCanvas {
width: 70%;
}

.AnCaiDat {
width: 250px;
display: inline-table;
}
.aTuVan{
display:block;
}
.aTuVan1 {
display: none;
}
}
/*ipad pro*/
@media(max-width: 1130px) and (min-width: 769px) {
.imgContent {
width: 70%;
}
.vqLeft {
float: left;
width: 50%;
}

.vRight {
float: left;
width: 45%;
}

.AnCaiDat {
display: none;
}
.aTuVan {
display: none;
}
.aTuVan1 {
display: block;
}
}
/*ipad*/
@media(max-width: 768px) and (min-width: 767px) {
.imgContent {
width: 100%;
}
.imgContent {
width: 80%;
}
.vqLeft {
float: left;
width: 100%;
}

.vRight {
float: left;
width: 100%;
}
.AnCaiDat {
display: none;
}
#back-wheel{
scale: 1;
width: 400px !important;
height: 400px !important;
}
#wheelOfFortune{
width: 360px !important;
height: 360px !important;
}
#spin{
font-size: 18px !important;
}
.aTuVan {
display: none;
}
.aTuVan1 {
display: block;
}
}
@media(max-width: 1050px){
.imgContent {
width: 100%;
}
#back-wheel{
scale: 0.9;
}
}
@media(max-width: 950px){
#back-wheel{
scale: 1;
width: 350px !important;
height: 350px !important;
}
#wheelOfFortune{
width: 339px !important;
height: 339px !important;
}
#spin{
font-size: 15px !important;
}
}
@media(max-width: 479px){
.imgContent {
width: 100%;
}
.AnCaiDat {
display: none;
}
#back-wheel{
scale: 1;
width: 330px !important;
height: 330px !important;
}
#wheelOfFortune{
width: 320px !important;
height: 320px !important;
}
#spin{
font-size: 15px !important;
}
.aTuVan {
display: none;
}
.aTuVan1 {
display: block;
}
}
/*phone*/
@media(max-width: 766px) and (min-width: 480px) {
.imgContent {
width: 100%;
}
.vqLeft {
float: left;
width: 100%;
}
.vRight {
float: left;
width: 94%;
}
.AnCaiDat {
display: none;
}
#back-wheel{
scale: 1;
width: 400px !important;
height: 400px !important;
}
#wheelOfFortune{
width: 382px !important;
height: 382px !important;
}
#spin{
font-size: 18px !important;
}
.aTuVan {
display: none;
}
.aTuVan1 {
display: block;
}
} 
@-webkit-keyframes my {
0% {
color: #5aa800;
}

50% {
color: #ea0000;
}

100% {
color: #5aa800;
}
}

@-moz-keyframes my {
0% {
color: #5aa800;
}

50% {
color: #ea0000;
}

100% {
color: #5aa800;
}
}

@-o-keyframes my {
0% {
color: #5aa800;
}

50% {
color: #ea0000;
}

100% {
color: #5aa800;
}
}

@keyframes my {
0% {
color: #5aa800;
}

50% {
color: #ea0000;
}

100% {
color: #5aa800;
}
}

.nhapnhay {
-webkit-animation: my 700ms infinite;
-moz-animation: my 700ms infinite;
-o-animation: my 700ms infinite;
animation: my 700ms infinite;
}


/* The popup form - hidden by default */
.form-container-close{
    text-align: right;
    margin-top: -10px;
    margin-right: -10px;
    height: 10px;
}
.form-close{
    background: #ff00005c;
    border: none;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    padding: 3px 12px;
    z-index: 10000;
    width: 35px;
    cursor:pointer;
    z-index:9999999!important;
    position:relative;
}
.form-popup {
    display: none;
    z-index: 99;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 74%);
    top: 0px;
    left: 0px;
    overflow: auto;
}
/* Add styles to the form container */
.form-container {
    margin: auto;
    width: 450px;
    margin-top: 7%;
    border-radius: 3px;
    background-color: #f1f1f1;
    padding: 10px;
}
    /* Full-width input fields */
    .form-container input[type=text], .form-container input[type=password] {
        width: 100%;
        padding: 7px 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }
        /* When the inputs get focus, do something */
        .form-container input[type=text]:focus, .form-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }
    /* Set a style for the submit/login button */
    .form-container .btn {
        background-color: #0f9915;
        color: white;
        padding: 7px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }
    /* Add a red background color to the cancel button */
    .form-container .cancel {
        background-color: red;
    }
    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }

    /*desktop*/
    @media (min-width: 1131px) {
        .form-container {
            width: 450px;
            margin-top: 20%;
            height: 170px;
        }
    }
    /*ipad*/
    @media(max-width: 1130px) and (min-width: 767px) {
        .form-container {
            width: 450px;
            margin-top: 35%;
            height: 170px;
        }
    }
    /*phone*/
    @media(max-width: 766px) {
        .form-container {
            width: 90%;
            margin-top: 45%;
            height: 170px;
        }
    }


    /* #bg{
  width: 450px;
  height: 450px;
  background-image: url("bgeheel.png");
  background-size: cover;
} */
.the_wheel{
  
}
#back-wheel {
  margin-top: 8px;
  position: relative;
  width: 450px; 
  height: 450px; 
  background-image: url("img/vq5.png?v=1.5");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28), 0 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.disable-click {
  pointer-events: none;
}

#back-wheel {
  border-radius: 50%;
}
#moc{
  
  width: 30px;
  height: 58px;
  z-index: 2;
  background-image: url("img/moc.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  margin-top: -1px;
}
/* #chop{
  background-image: url("Chop.png");
  background-image: linear-gradient(180deg, #F2A21C, #F4CD19);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28), 0 0px 5px 5px rgba(0, 0, 0, 0.2);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:42%;
  left:42%; 
  width: 60px;
  height: 60px;
  transition: 0.8s;
  
} */
/* #swheel {
  border-radius: 50%;
  
  position: relative;
  pointer-events: none;
  border: 12px dotted yellow;
  width: 414px;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: light 4s linear infinite;
}

@keyframes light {
  0% {filter: hue-rotate(0);}
  50% {filter: hue-rotate(130deg);}
  100% {filter: hue-rotate(0);}
} */



  #wheelOfFortune {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 430px;
    height: 430px;
  }
  
  #wheel {
    
    display: block;
    width: 100%;
    height: 100%;
  }
  #shadow {
    position: absolute;
    top: 0;  
    left: 0;  
    width: 100%; 
    height: 100%; 
    border-radius: 50%;
    background: radial-gradient(circle at center, #00000000 60%, #000 90%); /* MĂ u bĂ³ng */
  }
  #spin {

    font: 1.5em/0 sans-serif;
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    width: 20%;
    height: 20%;
    /* width: 150px;
    height: 50px; */
    background: #fff;
    color: #fff;
    box-shadow: 0 0 0 8px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transition: 0.7s;
  }
  
  /* #spin::after {
    content: '';
    position: absolute;
    top: -20px;
    border: 15px solid transparent;
    border-bottom-color: currentColor;
    border-top: none;
  } */


 .form-container-close .form-close {
    background: #ff00005c;
    border: none;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    padding: 3px 12px;
    z-index: 10000;
    width: 35px;
    cursor: pointer;
    z-index: 9999999 !important;
    position: relative;
    margin: 0px;
}




 /* buy-lotterty-section css start */
.select-number-area {
    padding: 30px 30px;
    padding-bottom: 15px;
    background-color: rgb(244, 244, 252);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.select-number-area .title {
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
}
.number-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px -3px;
  justify-content: center;
}
.number-list li {
  width: 36px;
  height: 36px;
  margin: 3px 3px;
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.number-list li.active {
  background-color: var(--second-color);
}
.select-number-area .btn-area {
  text-align: center;
  margin: 30px -10px 0 -10px;
}
.select-number-area .btn-area button {
  margin: 0 10px;
}
.number-selected-area .checkbox span:not(.cr) {
  margin: 0 15px;
  position: relative;
  font-weight: 500;
}
.number-selected-area .checkbox span.system {
  margin-left: 0;
}
.number-selected-area .checkbox span:not(.cr)::before {
  position: absolute;
  content: "\f068";
  font-family: 'FontAwesome';
  top: 10px;
  right: -20px;
  font-size: 7px;
}
.number-selected-area .checkbox span:last-child::before {
  display: none;
}
.selected-number-box {
  background-color: rgb(244, 244, 252);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 30px;
  margin-top: 30px;
  width: 70%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.selected-number-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px -3px;
  justify-content: center;
}
.selected-number-list li {
  width: 36px;
  height: 36px;
  margin: 3px 3px;
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.number-selected-area .btn-area {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.number-selected-area .btn-area .cmn-btn {
  margin: 0 10px;
}
 /* buy-lotterty-section css end */

 /* latest-lottery-result css start */
.lottery-result-table-area {
  border: 1px solid #ececec;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.number-result-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px -3px;
  justify-content: center;
}
.number-result-list li {
  width: 36px;
  height: 36px;
  margin: 3px 3px;
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.latest-lottery-result table thead th {
   text-transform: capitalize;
   padding: 10px 15px;
   text-align: center;
   background-color: var(--main-color);
   color: #ffffff;
}
.latest-lottery-result table thead th+th {
  border-left: 1px solid rgba(236, 236, 236, 0.2);
}
.latest-lottery-result table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.latest-lottery-result table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.latest-lottery-result table tbody td {
  padding: 20px 15px;
  text-align: center;
  color: #434b52;
}
.latest-lottery-result table tbody td+td {
  border-left: 1px solid #ececec;
}
.lottery-result-table-area ~ .btn-area {
  margin-top: 30px;
  margin-left: auto;
}
#show[disabled] {
  position: relative;
  font-size: 0;
  cursor: not-allowed;
}
#show[disabled]::before {
  position: absolute;
  content: "Ar data nai";
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
 /* latest-lottery-result css end */
