html {
    max-width: 1280px;
    /* min-width: 1280px; */
    width: 100%;
    margin: 0 auto;
}

body {
    padding: 0;
    margin: 0;
    color: #FFF;
}

ul {
    list-style-type: disc;
    list-style: inside;
  }

.bet-btn {
    justify-content: center;
    display: flex;
    color: #000;
    text-align: center;
    align-items: center;
    height: 50px;
    width: 150px;
    background: linear-gradient(360deg, rgb(255, 233, 119) 0%, rgb(253, 154, 5) 55%);
    border-radius: 6px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s;
    border: 0px;
    margin-top: 20px;
}

.promotion {

    background: url(assets/images/bg.png);
    padding-bottom: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.container {
    position: relative;
    display: block;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;

}

.li-style{
    border-radius: 8px; 
    background: rgba(136, 136, 136, 1); 
    width: 24px; 
    height: 24px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-right: 10px;
}

.bg-tr {
    background: #fff;
  }

  .bg-tr:nth-child(even) {
    background: #8DA6CE;
    color: #fff;
  }

  .bg-tr:nth-child(8) td:first-child {
    color: #000;
  }

  .bg-tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
  }

.top-bg {
    /* visibility: visible; */
    opacity: 1;
    position: absolute;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    background: url('assets/images/header.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
}

.promotion .promotion-info-m{
    display: none !important;
}

.promotion .promotion-info {
    position: relative;
    /* color:#FF770F; */
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* padding-top: 123px; */
    width: 100%;
    z-index: 2;
    padding-top: 520px;
    padding-bottom: 40px;
    max-width: 1170px;
    margin: auto;
    background: url('assets/images/subtitle-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: bottom;
    /* height: 1000px; */
}

.promotion .promotion-info .info-col{
    /* background: #fff; */
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 50%;
    /* padding: 20px; */
    font-size: 24px;
    /* border: 10px solid #EED9DA; */
}


.promotion .promotion-info .item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion .promotion-info .item b {
    font-family: InterM;
    padding-top: 8px;
}

.promotion .promotion-info .item:not(:last-of-type) {
    margin-right: 1px;
}

.promotion .promotion-info-m {
    position: relative;
    color: #FFF;
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* padding-top: 123px; */
    width: 100%;
    z-index: 2;
    padding-top: 450px;
    max-width: 768px;
    margin: auto;
    /* height: 1000px; */
}

.promotion .promotion-info-m .info-col{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
}

.promotion .promotion-info-m .item {
    background: #fff;
    color: #000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 10px solid #EED9DA;
}

.promotion .promotion-info-m .item b {
    font-family: InterM;
    padding-top: 8px;
}

.promotion .promotion-info-m .item:not(:last-of-type) {
    margin-right: 1px;
}

.promotion .rules {
    /* margin: 0 165px; */
    /* background: #fff; */
    color: #000;
    padding: 45px;
    border-radius: 0 0 16px 16px;
}


.wrapper {
    position: relative;
    max-width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
}

.content-container {
    padding: 41px 57px;
    background: url('assets/images/tnc-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.buttonWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 527px;
    border-radius: 40px;
    max-height: 60px;
    min-height: 60px;
    background: #5055D9;
    margin: 0 auto;
}

.contentWrapper {
    /* background: #fff; */
    border-radius: 0 0 16px 16px;
}

button {
    position: static;
    border: none;
    padding: 10px;
    /* background-color: #D9D9D9; */
    /* color: #232c3d; */
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
    z-index: 2;
    color: #fff;
}

/* button:hover {
    background-color: #949494;
    color: #fff;
} */

button.active {
    border-radius: 50px;
    background: linear-gradient(180deg, #FF770F 0%, #E46E14 100%);
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); */
    border: 3px solid #5055D9;
    /* color: #000; */
}

button .active-img{
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: none;
}

button.active  .active-img{
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: inline-block;
}

button .not-active-img{
    position: relative;
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: inline-block;
    z-index: -1;
}

button.active  .not-active-img{
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: none;
}

.content {
    display: none;
    /* margin-bottom: 20px; */
}

.table-container {
    width: 100%;
    overflow: hidden;
    text-align-last: center;
    margin-top: 15px;
  
    .table-row {
      .table-main-head {
        padding: 10px;
        border: 2px solid #D088F7;
        border-radius: 50px;
      }
    }
  }
  
  table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    background: linear-gradient(180deg, #4024D7 0%, #5E44E8 100%);
  
    th {
      padding: 10px;
      color: #fff;
    }
  
    td {
      padding: 5px;
    }
  }
  
  .bg-white {
    background: #fff;
  }

  .bg-purple {
    background: rgba(180, 173, 235, 1);
  }

  .bg-white-border {
    background: #fff;
    border-bottom: 2px solid #1A4C9D;
    border-right: 2px solid #1A4C9D;
  }

  .bg-tr-last {
    border-radius: 0 0 0 16px;
    border-bottom: none;
  }
  
  .bg-red {
    background:#FFB9B9;
  }

  .bg-orange {
    background:#FEDBBE;
  }

  .bg-blue {
    background:#899dec;;
  }
  
  .br {
    border-radius: 16px;
  }
  
  .br-t {
    border-radius: 16px 16px 0 0;
  }
  
  .br-lt {
    border-radius: 16px 0 0 0;
  }
  
  .br-rt {
    border-radius: 0 16px 0 0;
  }
  
  .br-lb {
    border-radius: 0 0 16px 16px;
  }
  
  .br-lb {
    border-radius: 0 0 0 16px;
  }
  
  .br-rb {
    border-radius: 0 0 16px 0;
  }

/* .content .table .t-row .t-item {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    background: #D9D9D9;
    color: #000;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 1px;
    border-radius: 0;
}

.content .table .t-row .no-wrap{
    white-space: nowrap;
}

.content .table .t-row .word-break{
    word-break: keep-all;
} */

.content.active {
    display: contents;
}


.promotion .title {
    font-weight: bolder;
}

.promotion .rules .item {
    display: flex;
    margin-bottom: 20px;
    /* color: #000; */
}

.promotion .rules .sub-title {
    color: #FFF;
    text-align: center;
    text-shadow: 1px 2px 0px #FF770F;
    -webkit-text-stroke-width: 0.25;
    -webkit-text-stroke-color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(assets/images/sub-title-bg.png); */
}

.promotion .rules .sub-title .sub-title-img {
    width: 95%;
}

.promotion .rules .sub-title .trapezoid-left {
    border-bottom: 15px solid #143cda;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 115px;
    transform: rotate(90deg);
    left: -110px;
    position: absolute;
}

.promotion .rules .sub-title .trapezoid-right {
    border-bottom: 15px solid #143cda;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 115px;
    transform: rotate(270deg);
    right: -110px;
    position: absolute;
}

.promotion .rules .sub-title span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.promotion .rules .item super {
    /* color: #ff8686; */
    font-size: 1.1rem;
    font-weight: 900;
}

.promotion .rules .item a {
    color: #5350FF;
}

.promotion .rules .item .num {
    display: flex;
    margin-right: 15px;
    margin-left: 25px;
}

.promotion .rules .item .table {
    width: 100%;
    color: #FFF;
}

.promotion .rules .item .table .t-row {
    display: flexbox;    
}

.promotion .rules .item .table .t-row .t-item {
    /* display: flex;
    flex-direction: column; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    background: #fff3f4;
    color: #000;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 1px;

}

.promotion .rules .item .table.table-b .t-row .t-item {
    background: white;
}


.promotion .rules .item .table .t-row.bgwhite .t-item {
    background: white;

}

.promotion .rules .item .table thead th:first-of-type {
    border-radius: 16px 0 0 0;
}

.promotion .rules .item .table thead th:last-of-type {
    border-radius: 0 16px 0 0;
}

.promotion .rules .item .table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 16px;
}

/* .promotion .rules .item .table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 16px 0;
    border-right: hidden;
} */


.promotion .rules .item .table tbody tr.endline {
    border-bottom: 1px solid #D9D9D9;
}

.promotion .rules .item .table tbody tr .kid {
    border-right: hidden;
}

.promotion .rules .item .table tbody tr td:first-of-type {
    border-bottom: 1px solid #D9D9D9; 
}

.promotion .rules .item .table.table-b tbody tr td {
    border-bottom: hidden; 
}

.promotion .rules .item .table.table-b tbody tr:last-of-type td {
    border-bottom: none; 
}

.promotion .rules .item .table tbody tr .t-item.lastkid {
    border-radius: 0 0 16px 0;
    border-right: hidden;
    border-bottom: none;
}

.promotion .rules .item .table td {
    border-right: hidden;
}

.promotion .rules .item .table .t-row .t-item super {
    color: yellow;
}

.promotion .rules .item .table thead .t-row:first-of-type .t-item {
    /* background: #000; */
    background: #EED9DA;
    color: #900008;
}

.promotion .rules .item .table thead .t-row:first-of-type .t-item {
    border-right: 1px solid #D9D9D9;
}

.promotion .rules .item .table thead .t-row:first-of-type .t-item:last-of-type {
    border-right: none;
}

/* .promotion .rules .item .table .t-row:first-of-type .t-item:first-of-type{
    border-radius: 16px 0 0 0;
}
.promotion .rules .item .table .t-row:first-of-type .t-item:last-of-type{
    border-radius: 0 16px 0 0;
}
.promotion .rules .item .table .t-row:last-of-type .t-item:first-of-type{
    border-radius: 0 0 0 16px;
}
.promotion .rules .item .table .t-row:last-of-type .t-item:last-of-type{
    border-radius: 0 0 16px 0;
} */

.promotion .foot {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 60px;
    color: #000;
}