.giai-thuong
{
    width: 600px;
    height: 60px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 500px;
    padding-right: 20px;
    
}
.chongiai
{
    background: var(--color-2, #F25A57);
    height:100%;
    height: 60px;
    padding:9.5px 20px ;
    box-sizing: border-box;
    border-radius: 500px 0 0 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
}
.number
{
  position: relative;
}
.lan-5
{
  width: 1541px !important;
  background: #ffffff3a;
  padding:100px 220px;
  border-radius: 41px;
  box-sizing: border-box;
  
}
.lan-5 .number
{
  margin-left: 0;
  position: relative;
}
.lan-5 .number::before
{
  width: 100%;
  height: 100px;
  content:"";
  border: 10px dotted #FFFC99;
  position: absolute;
  left: 50%;
  right: -50%;
  transform: translateX(-50%) translatey(-11%);
    border-radius: 29px;
    padding: 9px 5px;
}
.lan-5 .number > div
{
  background-color: #FFF;
  padding:15px 27px;
  border-radius: 17px;
}
.lan-5 .ju-giai
{
  width: 1098px;
  margin: 0 auto;
}
.lan-5 li span
{
  width:60px !important;
  height: 78px !important;
}
.lan-5 h1
{
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.thongtin
{
    height: 60px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: flex;
    align-items: center;
    
    
}
.uk-dropdown
{
  border-radius: 8px;
}
.choise  li
{
 cursor: pointer;
 /* border-bottom:1px solid #333; */
 padding:10px 10px;
 transition: 0.3s all;
 margin-bottom: 10px;
 border-radius: 8px;
}
.choise  li:hover,.choise  li.active
{
  padding-left: 20px;
  background-color: #F7E6A9;
}
.bang-lan-1
{
  /* max-height: 662px; */
  height:662px;
  overflow: hidden;
  overflow-y: scroll;
  width: 878px;
  margin: 0 auto;
  background-color: #FFF;
}
.uk-table thead
{
  background-color: #A1060A;
  color:#FFF;
  text-align: center;
  border: 1px solid #A7A7A7;
}
.uk-table tbody
{
  background-color: #FFF;
  text-align: center;
  color: #A1060A;
  font-weight: 500;
  border: 1px solid #A7A7A7;
}
.uk-table tbody tr,.uk-table tbody td,.uk-table thead tr, .uk-table thead td
{
  border: 1px solid #A7A7A7;
  font-size: 22px;
  font-weight: 500;
  padding:14px 12px;
}
.uk-table tbody tr:first-child
{
  background-color: #F25A57;
  color: #FFF;
}
.bang-lan-3
{
  width: 1696px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.lan-3
{
  background:#A1060A;
  color:#FFF;
  padding:14.5px 34.5px;
  font-size: 22px;
  border-radius: 10px;
  border: 2px solid #A7A7A7;
  font-weight:500;
}
.ju-giai
{
  border-radius: 30px;
  background: #E5BC58;
  color:#000;
  font-size: 40px;
  font-weight: 700;
  padding:20px;
  line-height: 48px;
  margin-top: 10px;

}
.ju-giai .uk-flex
{
  background-color: #FFF;
  padding:16px 20px;
  border-radius: 13px;
  position: relative;

}
.ju-giai .uk-flex::before
{
  content: "";
  position: absolute;
  border: 10px dotted #FFFC99;
  top:50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding:3px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 14px;
}
.ju-giai li
{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
}
#nutquay
{
  cursor: pointer;
}
.number
{
  margin-left: 15px;
}
#vongquay
{
  transition: all ease 4s;
}
.ju-giai li span
{
  width: 44px;
  height: 57px;
  border-radius: 5px;
  border: 2px solid var(--color-1, #A1060A);
  display: inline-block;
  /* background: #FFF; */
}
.hidden {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fade-in {
  opacity: 1;
}
@keyframes blink {
    0% {
      border-color: #FFFC99;
    }
    50% {
      border-color: red;
    }
    100% {
      border-color: #FFFC99;
    }
  }
  
.active {
    animation: blink 0.2s linear infinite;
  }
  .rotate {
    animation: rotate 5s infinite linear;
    animation-timing-function: linear;
  }

  @keyframes pulse {
    0% {
    transform: scale3d(1, 1, 1);
    }
    50% {
    transform: scale3d(1.09, 1.09, 1.09);
    }
    100% {
    transform: scale3d(1, 1, 1);
    }
  } 
  #lottery-container {
  /* Điều chỉnh kích thước phù hợp */ /* Điều chỉnh kích thước phù hợp */
    overflow: hidden;
    background-color: #FFF;
  }
  .uk-panel > .ju-content
  {
    top: 71px;
    color: #000;
    font-size: 48px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 65px;
    text-align: left;
    letter-spacing: 49px;
  }
  .uk-panel >  .ju-sdt
  {
    color: #FFF;
    color: #FFF;
font-size: 41.28px;
  }
  #lottery-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    /* animation-name: lottery-animation; */
    animation-duration: 5s; /* Điều chỉnh thời gian chạy của hiệu ứng */
    animation-timing-function: ease-in-out; /* Điều chỉnh hình thức thời gian của hiệu ứng */
    animation-iteration-count: infinite; /* Điều chỉnh số lần lặp của hiệu ứng */
  }
  
  @keyframes lottery-animation {
    0% {
      top: 0;
    }
    100% {
      top: -200px; /* Điều chỉnh khoảng cách di chuyển của hiệu ứng */
    }
  }
  .ju-content
  {
    position: absolute;
    top: 30px;
    transform: translateY(-50%) translateX(1px);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 34.5px;
    width: 100%;
    overflow: hidden;
    font-kerning: normal;
    height: 48px;
  }
  .ju-sdt
  {
    color: #000;
    font-size: 26px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    margin-top: 7px;;
  }
  .ju-giai .uk-width-auto > span
  {
    margin-top: 6px;
    display: inline-block;
  }