/* Minification failed. Returning unminified contents.
(394,17): run-time error CSS1038: Expected hex color, found '#ffff'
 */


.catalogue-bg {
    background-position: top center;
    background: -moz-linear-gradient(top, rgba(14,97,51,1) 0%, rgba(11,56,31,1) 50%, rgba(11,56,31,1) 51%, rgba(11,54,31,1) 71%, rgba(11,49,29,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,97,51,1)), color-stop(50%, rgba(11,56,31,1)), color-stop(51%, rgba(11,56,31,1)), color-stop(71%, rgba(11,54,31,1)), color-stop(100%, rgba(11,49,29,1)));
    background: -webkit-linear-gradient(top, rgba(14,97,51,1) 0%, rgba(11,56,31,1) 50%, rgba(11,56,31,1) 51%, rgba(11,54,31,1) 71%, rgba(11,49,29,1) 100%);
    background: -o-linear-gradient(top, rgba(14,97,51,1) 0%, rgba(11,56,31,1) 50%, rgba(11,56,31,1) 51%, rgba(11,54,31,1) 71%, rgba(11,49,29,1) 100%);
    background: -ms-linear-gradient(top, rgba(14,97,51,1) 0%, rgba(11,56,31,1) 50%, rgba(11,56,31,1) 51%, rgba(11,54,31,1) 71%, rgba(11,49,29,1) 100%);
    background: linear-gradient(to bottom, rgba(14,97,51,1) 0%, rgba(11,56,31,1) 50%, rgba(11,56,31,1) 51%, rgba(11,54,31,1) 71%, rgba(11,49,29,1) 100%);
    background-image: url(../../../Content/Rewards/img/catalogue-bg.png);
    background-color: #052d17;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6133', endColorstr='#0b311d', GradientType=0 );
    padding-bottom: 100px;
    display: block;
    width: 100%;
    background-size:100% auto;
}

.catalogue-container {
    background: #01371b;
    box-shadow: 0px 0px 12px 5px #27ff865e;
    margin-top: 20px;
}

.catalogue-menu {
    background: #004e26;
    height: 1010px;
}

.col-lg-15.col-md-4.col-xs-6.thumb {
    padding-left: 5px;
    padding-right: 5px;
    background: transparent;
}

.catalogue-menu ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    padding-left: 0px;
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
}

    .catalogue-menu ul li {
        height: 58px;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        line-height: 58px;
        font-family: 'Roboto', sans-serif;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid #026934;
        border-top: 1px solid #01381b;
        padding-left: 15px;
        cursor: pointer;
        font-weight: bold;
    }

        .catalogue-menu ul li:hover {
            background: #fee71b;
            color: #201d00;
        }

        .catalogue-menu ul li.active {
            background: #fee71b;
            color: #201d00;
        }

            .catalogue-menu ul li.active .catalogue-icon {
                filter: brightness(0);
            }

.catalogue-items-list h4 {
    font-weight: normal;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    display: block;
    height:40px;
    overflow:hidden;
}


.catalogue-items-list .points span {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: rgb(254, 231, 27);
    display: block;
    text-align: center;
    height:30px;
    line-height:30px;
    margin-top:5px;
}

.catalogue-items-list .img {
    /*margin-bottom: 8px !important;
    margin-top: 8px !important;*/
    height: 120px;
    text-align:center;
}
    .catalogue-items-list .img img {
        display:inline-block;
    }

.thumbnail {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background: rgba(2,131,64,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(2,131,64,1) 0%, rgba(2,117,57,1) 46%, rgba(2,117,57,1) 51%, rgba(2,96,47,1) 71%, rgba(1,71,35,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(2,131,64,1)), color-stop(46%, rgba(2,117,57,1)), color-stop(51%, rgba(2,117,57,1)), color-stop(71%, rgba(2,96,47,1)), color-stop(100%, rgba(1,71,35,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(2,131,64,1) 0%, rgba(2,117,57,1) 46%, rgba(2,117,57,1) 51%, rgba(2,96,47,1) 71%, rgba(1,71,35,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(2,131,64,1) 0%, rgba(2,117,57,1) 46%, rgba(2,117,57,1) 51%, rgba(2,96,47,1) 71%, rgba(1,71,35,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(2,131,64,1) 0%, rgba(2,117,57,1) 46%, rgba(2,117,57,1) 51%, rgba(2,96,47,1) 71%, rgba(1,71,35,1) 100%);
    background: radial-gradient(ellipse at center, rgba(2,131,64,1) 0%, rgba(2,117,57,1) 46%, rgba(2,117,57,1) 51%, rgba(2,96,47,1) 71%, rgba(1,71,35,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028340', endColorstr='#014723', GradientType=1 );
    border: 1px solid #0b6c38;
    border-radius: 8px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease all;
}

.thumbnail-hover {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
    position: absolute;
    padding: 10px;
    padding-top: 42%;
    transition: 0.2s ease all;
    border-radius: 8px;
}

.thumbnail:hover .thumbnail-hover {
    display: block;
    transition: 0.2s ease all;
}

.btn {
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: rgb(58, 52, 0);
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
}

.yellowbtn {
    background: #fee71b;
}

.whitebtn {
    background: #fff;
}

html:lang(zh-CN) .copyline-container1 {
    margin-top: 76px;
}
html:lang(zh-CN) .copyline  {
    font-size: 41px;
    font-family: 'Roboto', sans-serif;
    color: rgb(254, 231, 27);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.copyline-container1 {
    margin-top: 110px;
}

.copyline {
    font-size: 41px;
    font-family: 'Roboto', sans-serif;
    color: rgb(254, 231, 27);
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
}
    .copyline font {
        font-size: 21px;
    }
    
    
    .sub-copyline {
        font-size: 19px;
        font-family: 'Roboto', sans-serif;
        color: rgb(255, 255, 255);
        text-align: center;
    }








.top-filters {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.pagination {
    margin: 0 auto;
    width: 1%;
}


#search {
    float: right;
    margin-top: 0px;
    width: 250px;
}

.search {
    padding: 0px 0;
    width: 100%;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}

    .search input {
        position: absolute;
        width: 200px;
        float: right;
        margin-left: 150px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 37px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius: 1px;
        top: 0;
        left: -39px;
        background: #01371b;
        border: none;
        border-bottom: 1px solid #19b34f;
    }

/*.search:hover input, .search input:focus {
            width: 200px;
            margin-left: 139px;
        }*/

.btn2 {
    position: absolute;
    right: 0;
    top: 5px;
    border-radius: 1px;
    position: relative;
    right: 0;
    top: 0px;
    border-radius: 1px;
    color: #fff;
    background: #028843;
    border-color: #028843;
    border-width: 0px;
    border-style: outset;
    height: 37px;
    width: 100px;
    overflow: hidden;
}

.btn-primary:focus, .btn-primary.focus {
    color: #0b4c23;
    background: #19b34f;
    border-color: #025329;
    border: none;
}

.btn2:hover, .btn2:focus {
    background: rgba(2,96,47,1);
}

/*.btn2::before {
    height: 200%;
    width: 213%;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    transform: rotate(-19deg);
    content: '';
    display: block;
    position: absolute;
    right: -33%;
    background: #16a044;
    bottom: -179%;
    z-index: 0;
}

.btn2 span {
    z-index: 2;
    text-shadow: 1px 1px 1px #36ec76;
    z-index: 2;
    position: inherit;
    font-size: 14px;
    font-weight: 600;
}*/



.input-group-btn > .btn {
    width: 37px;
    color: #fff;
    background: #19b34f;
    border: none;
    margin-right: 3px !important;
    overflow: hidden;
    position: relative;
}

    /*.input-group-btn > .btn::before {
        height: 200%;
        width: 213%;
        -webkit-transform: rotate(-46deg);
        -moz-transform: rotate(-46deg);
        transform: rotate(-46deg);
        content: '';
        display: block;
        position: absolute;
        right: -102%;
        background: #16a044;
        bottom: -151%;
        z-index: 1;
    }*/

    /*.input-group-btn > .btn span {
        position: inherit;
        z-index: 2;
        text-shadow: 1px 1px 1px #36ec76;
        font-size: 18px;
    }*/
.input-group-btn > .btn {
   cursor:pointer;
}
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus {
        background-color:rgba(14,97,51,1);
    }
    .input-group-btn #PageNo {
        margin-top: -9px;
    }
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #034723;
    background: #19b34f;
    border-color: #8c8c8c;
    border: none;
}

.dropdown {
    height: 37px;
    background-color: #025329;
    color: #fff;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 20px 0 10px;
}

.catalogue-items {
    padding-top: 40px;
}


.modal-content {
    background: #ffff;
    color: #025329;
}

button.close {
    padding: 3px 10px;
    color: #000;
    font-size: 32px;
}

#confirmation {
}

.modal-content .btn {
    width: initial;
    height: 38px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: rgb(58, 52, 0);
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 20px;
}

.modal-content .greenbtn {
    background: #028843;
    color: #fff;
    padding-left: 55px;
    padding-right: 55px;
}

.modal-content .whitebtn {
    border: 1px solid #000;
    padding-left: 55px;
    padding-right: 55px;
}
#modalDetails .modal-content .modal-body .col-lg-8 ul {
    padding:0;
}
    #modalDetails .modal-content .modal-body .col-lg-8 ul li {
        font-size: 16px;
    }

#modalClaim .modal-content .modal-body .col-lg-8 ul li {
    font-size: 16px;
}
#modalClaim .modal-content .modal-body .col-lg-6:first-child {
    border-right: 1px solid #bababa;
}

#confirmation span {
    display: block;
    color: #000;
    line-height: 1.8;
}

#confirmation img, #claim img {
    margin: 10px auto;
}

#confirmation span:nth-of-type(1) {
    font-weight: bold;
    font-size: 15px;
}


#confirmation span:nth-of-type(2) {
    font-weight: bold;
    font-size: 15px;
}

#confirmation span font {
    color: #028843;
    font-weight: bold;
}


#claim input[type=password], #claim input[type=text] {
    height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    /* width: 234px; */
    width: 100%;
    color: #333;
    padding-left: 5px;
    background: none;
    margin-top: 10px;
}

.selectDiv {
    display: inline-block;
    width: 100%;
    background: url(../../../Content/Rewards/img/new-arrowdown-select.png) no-repeat;
    background-position: 95% 50%;
    background-color: transparent;
    vertical-align: middle;
    height: 40px;
    border: none;
    border-bottom: 1px solid #bababa;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin-top: 10px;
}



.mem-points, .mem-name {
    font-weight: bold;
    color: rgb(28, 28, 28);
    display: block;
}

.mem-points {
    text-align: right;
}

    .mem-points font, .mem-name font {
        color: #028843;
    }

.modal-header {
    padding: 0px 20px;
    border-bottom: none;
}

.catalogue-icon {
    background: url(../../../Content/Rewards/img/icon-sprite2997.png?v=202306) top center no-repeat;
    width: 34px;
    height: 34px;
    margin-top: 18px;
    display: block;
    float: left;
    margin-right: 10px;
}

.all {
    background-position: -16px -7px;
}

.Gadgets {
    background-position: -13px -67px;
}

.Freebet {
    background-position: -14px -126px;
}

.Sports {
    background-position: -15px -182px;
}

.Voucher {
    background-position: -12px -243px;
}

.ToursAndTravel {
    background-position: -7px -302px;
}

.LuxuryGoods {
    background-position: -15px -364px;
}

.hot {
    background-position: -13px -421px;
}

.discounted {
    background-position: -12px -481px;
}

.esports {
    background-position: -10px -674px;
}



.category-1 i {
    background-position: -13px -67px;
}
.category-2 i {
    background-position: -14px -126px;
}
.category-3 i {
    background-position: -15px -182px;
}

.category-4 i {
    background-position: -12px -243px;
}

.category-5 i {
    background-position: -7px -302px;
}

.category-6 i {
    background-position: -15px -364px;
}

.category-gadgets i {
    background-position: -13px -67px;
}

.category-freebet i {
    background-position: -14px -126px;
}

.category-sports i {
    background-position: -15px -182px;
}

.category-voucher i {
    background-position: -12px -243px;
}

.category-travel i {
    background-position: -7px -302px;
}

.category-goods i {
    background-position: -15px -364px;
}




.category-gadgets i {
    background-position: -13px -67px;
}

.category-freebet i {
    background-position: -14px -126px;
}

.category-sports i {
    background-position: -15px -182px;
}

.category-voucher i {
    background-position: -12px -243px;
}

.category-travel i {
    background-position: -7px -302px;
}

.category-goods i {
    background-position: -15px -364px;
}
.category-Vehicle i {
    background-position: -8px -534px;
}
.category-NewYearGift i {
    background-position: -12px -574px;
}
.category-beautyhealth i {
    background-position: -6px -627px;
}


.catalogue-menu ul li:hover .catalogue-icon {
    filter: brightness(0);
}

@media (max-width:1300px) {
    .catalogue-menu ul li {
        font-size: 12px;
    }
}


.slider2 .img-responsive {
    margin-top: 20px;
    margin-bottom: -20px;
}










.addressFormat {
    border-left: 1px solid #c8c6c6;
}

.newaddress {
    padding: 0;
    margin-top: 15px;
}

    .newaddress h2 {
        height: 35px;
        line-height: 35px;
        color: #fff;
        margin: 0;
        background: #028942;
        font-size: 18px;
        padding-left: 15px;
    }

    .newaddress .loadData {
        padding: 30px 20px;
    }

    .newaddress table {
        width: 100%;
    }

        .newaddress table tr td {
            padding: 8px 0;
        }

        .newaddress table tr:first-child td:last-child {
            text-align: center;
            width: 18%;
        }

        .newaddress table tr:last-child td {
            text-align: center;
        }

        .newaddress table tr:nth-child(2) {
            padding: 10px 0;
        }

        .newaddress table tr td .addressData {
            color: #028942;
            font-size: 14px;
            font-weight: bold;
        }

        .newaddress table tr td label.verid {
            background: #028942;
            color: #fff;
            padding: 3px 5px;
            border-radius: 3px;
            display: inline-block;
            font-size: 10px;
        }

        .newaddress table tr td label.unverid {
            background: #818181;
            color: #fff;
            padding: 3px 5px;
            border-radius: 3px;
            display: inline-block;
            font-size: 10px;
        }

        .newaddress table tr td input[type=text] {
            width: 52%;
            height: 40px;
            border: none;
            border-bottom: 1px solid #ccc;
            color: #333;
            padding-left: 5px;
            background-color: transparent;
            font-size: 17px;
        }

            .newaddress table tr td input[type=text]::-webkit-input-placeholder {
                color: #bababa;
                font-size: 12px;
            }

            .newaddress table tr td input[type=text]::-moz-placeholder {
                color: #bababa;
                font-size: 12px;
            }

            .newaddress table tr td input[type=text]:-ms-input-placeholder {
                color: #bababa;
                font-size: 12px;
            }

.clickBtnDelete {
    height: 30px;
    line-height: 30px;
    border: none;
    width: 80px;
    background-color: #8c8c8c;
    color: #fff;
    font-weight: normal;
}

.clickBtnView {
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    width: 80px;
    border: none;
    color: #fff;
    background: #028942;
}

    .clickBtnView:hover {
        background-color: #025329;
    }

.clickBtnDelete:hover {
    text-decoration: none;
}

.PassAddress {
    display: none;
}

.catalogue-dropdown {
    display: none;
}

    .catalogue-dropdown select {
        height: 37px;
        background-color: #025329;
        color: #fff;
        border: none;
        padding: 0 20px 0 10px;
        width: 100%;
    }
@media(max-width:1199px) {


}

@media(max-width:1024px) {
    .modal {
        text-align: center;
        padding: 0 !important;
    }

        .modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }




    
}

.num-minus {
    display: inline-block;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color:#000;
}

.num-add {
    display: inline-block;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #000;
}

.num_select {
    display: inline-block;
    width: 50px !important;
    text-align: center;
    border: 1px solid #ccc !important;
}

@media(max-width:768px) {
    /*.search {
            display:none;
        }*/
    .catalogue-dropdown {
        display: block;
    }

    .addressFormat {
        border-left: none;
    }

    .catalogue-menu {
        display: none;
    }



    .slider2 .img-responsive {
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .slider2 .col-lg-5 {
        margin-top: -5%;
    }

    .copyline-container1 {
        margin-top: 0;
    }

    .slider2 .copyline {
        font-size: 5vw;
    }

    .slider2 .sub-copyline {
        font-size: 4vw;
    }


    .catalogue-items.col-sm-8 {
        width:100%;
    }

    #modalClaim .modal-content .modal-body .col-lg-6:first-child {
        border-right: none;
    }
        #modalClaim .modal-content .modal-body .col-lg-6:first-child .col-lg-4 p {
            font-size: 16px;
        }
        #modalClaim .modal-content .modal-body .col-lg-6:first-child ul {
            padding-left: 20px;
        }
    #modalClaim .modal-content .modal-body {
        padding: 0;
    }
}

@media(max-width:480px) {
    .top-filters > [class^="col-"] {
        width:100%;
        margin-bottom: 10px;
    }
    .top-filters > [class^="col-"]:first-child > div {
        width: 200px;
        text-align:center;
        margin:0 auto;
    }
        .top-filters > [class^="col-"]:nth-child(2) > div {
            width:210px;
            margin: 0 auto;
        }
    .input-group-btn #PageNo {
        margin-top:0;
    }
    .top-filters .btn {
      margin-bottom:0;  
    }
    .search {
        left: 0;
        width:300px;
        margin:0 auto;
        position:static;
        float:none;
        
    }
        .search input {
            margin-left: 0px;
            width: 197px;
            box-sizing: border-box;
            float: right;
            position: static;
        }
}

@media(max-width:479px) {
    .col-lg-15.col-md-4.col-xs-6.thumb {
        width:100%;
    }
}

.catalogue-items .spinner {
    display: none !important;

}
