/*dailychanllege*/
.body_product_wrap_tou {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0;
}

.chall-info-box {
    background: #235895;
    height: 100%;
    padding: 5px 10px;
    filter: grayscale(1);
    border-radius: 0 18px 18px 0;
}

.challe-box {
    height: 300px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: flex;
    border: aliceblue;
    overflow: hidden;
}

.beach-box {
    border-radius: 0;
    width: 50%;
    background-position: top center!important;
    position: relative;
    background-size: cover;
}

.light-box-1 {
    background: #353535;
    padding: 10px 15px;
    width: 50%;
}

.timer-group {
    display: inline-flex;
    align-items: flex-start;
  }
  
  .time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .tbox-1 {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
  }
  
  .dbox-1 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 0 5px;
    display: inline-block;
    padding-top: 10px;
  }
  
  .tcap-1 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
  }

.btitle {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffcc42;
    width: 100%;
}

.btitle-1 {
    position: absolute;
    right: 33px;
    bottom: 26px;
}

img.logo-beach {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 50px;
    height: auto;
}

.countdown-wrap {
    /* background: #000; */
    max-width: 252px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding: 9px 10px;
    /* height: 70px; */
}



.time-cap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 2px 0 0 0;
}


.prize-grid- {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 13px 0 8px 0;
}

.prize-grid-1 {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
}

.p-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-title-1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 60px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-info {
    background: #fff;
    border-radius: 4px;
    margin: auto;
    width: 100%;
    padding: 2px 0px;
    color: #6443b3;
    font-size: 13px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
}

.c-info-1 {
    background: #6e6e6e;
    border-radius: 50px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 7px 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.s-info-1 {
    font-weight: bold;
}

.prizes-1 {
    background: #fff;
    border-radius: 10px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #6443b3;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
}

.prizes-1 a {
    color: #6443b3;
}

.prizes-1 a:hover {
    color: #000;
}

.medal-1 {
    position: absolute;
    left: 14px;
    top: 0px;
}

.prz-1 {
    margin-left: 40px;
}

.winner_list_btn {
    margin-top: 6px;
    display: block;
}

.winner_list_btn:hover {
    filter: grayscale(0) drop-shadow(0px 0px 3px rgb(255, 255, 255));
    transition: 0.3s;
}

a.winner_list_btn {
    display: block;
    margin-top: 10px;
}

a.winner_list_btn {
    transition: 0.3s;
    transform: scale(1);
}

a.winner_list_btn:hover {
    filter: grayscale(0) drop-shadow(0px 0px 3px rgb(255, 255, 255));
    transform: scale(0.96);
    transition: 0.3s;
}

.tnc-applied {
    color: #fff;
    font-size: 11px;
    display: block;
    /* line-height: 0px; */
    margin-top: 5px;
    font-style: italic;
}

.tnc-applied:hover {
    color: #f6c000;
}

.tour-bg {
    max-width: 1280px;
    display: flex;
    margin: 0px auto;
}

h4.btn-start {
    font-size: 14px;
    color: #000000;
    margin: 10px 0px;
    cursor: pointer;
    background: #ffcc42;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    grid-gap: 10px;
    align-items: baseline;
    justify-content: center;
}

h4.btn-end {
    font-size: 16px;
    color: #ffff00;
    margin: 10px 0px;
    cursor: pointer;
}

.win-list {
    position: relative;
    top: -6px;
}

.modal-content.winner {
    background: #000000;
    border: 1px solid #FEDC01;
}

.rank-top-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border: 1px solid #FEDC01;
    padding: 5px 0px;
    color: #fff;
}

.winner-rank-1 {}

.rank-row2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    align-content: center;
    border: 1px solid #FEDC01;
    padding: 5px 0px;
    color: #fff;
    margin-top: 5px;
}

.rb2 {
    width: 50%;
    text-align: center;
}

.rb3 {}

.rb3 {
    width: 50%;
    text-align: center;
}

.winner-bg h5 {
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.wxclose {
    position: absolute;
    right: 15px;
    border: none;
    border-radius: 50%;
    top: 15px;
    width: 30px;
    height: 30px;
}

.rank-box {
    margin-top: 10px;
}
.in-btn{
    background: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-btn i{
    color: #ffcc42;
}
@media (max-width: 768px) {
    .tournament-box {
       padding: 0;
    }
    .tbox-1{
        padding:5px;
        font-size: 16px;
    }
    .tcap-1{
        font-size: 10px;
    }
    h4.btn-start{
        font-size: 12px;
    }
}
