.wg-lottery .nav-list .link.active {
    background: #FE6616;
    color: #fff;
}



@media (max-width: 992px) {
    .wg-reward-search{
        margin-top: 40px;
        height: auto;
        border-radius: 10px;
        display: block;
        position: relative;
        width: 100%;
        padding: 5px;
        overflow: hidden;
    }
    .wg-reward-search::before,
    .wg-reward-search::after{
        display: none;
    }
    .wg-reward-search .form-control{
        border-left: none;
    }
    .wg-reward-search .btn{
        padding: 0 10px;
        border-radius: 10px;
    }
    .wg-reward-search .btn span{
        font-size: 0;
    }
    .wg-reward-search .btn span:after{
        font-family: 'feather';
        content: '\e8bd';
        font-size: 20px;
    }

    .editor-content{
        font-size: 14px;
    }

    .wg-lottery .search .text{
        width: 100%;
        height: 12vw;
        border-radius: 10px;
    }

    .card-url{
        padding: 12px 12px 10px 12px;
    }
    .card-url .label{
        font-size: 15px;
        margin-right: 13px;
        padding-right: 10px;
    }
    .card-url .link{
        font-size: 15px;
    }


    .modal-detail .modal-body{
        padding: 0 20px;
    }
    .modal-detail .modal-footer{
        padding: 0 20px;
    }
    .modal-detail .modal-footer .row > div + div{
        margin-top: 15px
    }
}


.lottery-lists .badge{
    position: absolute;
    z-index: 1;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 25px;
    padding: 12px 25px 12px 25px;
    margin: 5px 0 0 5px;
    background: #ffe585;
    background: linear-gradient(135deg, #ffe585 0%, #ffe585 25%, #d89e0b 100%, #ffe585 100%, #c7802d 100%);
  }

.lottery-lists .thumb{
position: relative;
display: block;
flex-wrap: wrap;
justify-content: center;
}


.lottery-lists .cover {
    display: block;
    background-image: url(https://ngoenlan.plavan.dev//upload/huay/pictures/16-04-65/65/16/27/65-16-27-797230-8273.jpg);
    height: 45px;
    width: 100%;
    background-size: cover;
    background-position: top;
    position: relative;
    margin: 2px;
    /* border: 2px solid #C7802D; */
    border-radius: 0;
    margin-bottom: 0px;
    margin-top: -5px;
    -webkit-box-shadow: 0px -10px 85px -54px rgba(0,0,0,1);
    -moz-box-shadow: 0px -10px 85px -54px rgba(0,0,0,1);
    box-shadow: 0px -10px 85px -54px rgba(0,0,0,1);
  }
  .lottery-lists .cover:first-child{
    margin-top: 0px;
}
  .lottery-lists .cover:last-child{
    height: 140px;
  }