﻿.fixed-header {
    top: 0px !important;
}

.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group .gift-box-wrap .box-title {
    text-align: center !important;
}

.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group {
    justify-content: unset !important;
}

.txtQty {
    width: 50px;
    border: none;
}

.gift-box-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
    margin-bottom: 50px;
}

.gift-box-group2 .gift-box-wrap .box-title {
    color: #000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.gift-box-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.gift-box-group2 {
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .gift-box-group2 .gift-box-wrap {
        width: calc(50% - 4px);
        background-color: #FFFFFF;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        cursor: pointer;
        box-shadow: rgba(67, 87, 99, 0.1019607843) 0px 2px 10px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        row-gap: 13px;
        justify-content: center;
        align-items: center;
    }

        .gift-box-group2 .gift-box-wrap picture {
            width: 50px;
            height: 50px;
            min-width: 50px;
            min-height: 50px;
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

            .gift-box-group2 .gift-box-wrap picture img {
                width: 100%;
                height: 100%;
                position: absolute;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center center;
                object-position: center center;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

.color-red {
    color: #FF1D48 !important;
}


.cards-details-wrap .product-img-box picture {
    padding-bottom: 65%;
}

/*.cards-details-wrap .product-img-box picture {
    padding-bottom: 20px !important;
}

    .cards-details-wrap .product-img-box picture img {
        position: unset !important;
    }
*/



.layalty-wrapper {
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgb(183, 235, 193) 0%, rgb(255, 255, 255) 100%);*/
    background: transparent linear-gradient(180deg, #FFECBE 0%, #FFF9EB 100%);
    background-repeat: no-repeat;
    background-position: top bottom;
    background-size: cover;
    padding: 0 8px;
}



.wallet-transactions-list {
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.wallet-transactions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

    .wallet-transactions-list li h5 {
        font-size: 14px;
    }

    .wallet-transactions-list li {
        border-radius: 10px;
    }

    .wallet-transactions-list li {
        width: 100%;
        border-radius: 15px;
    }

    .wallet-transactions-list li {
        width: calc(50% - 10px);
        padding: 20px 20px;
    }


    .wallet-transactions-list li {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 24px rgba(67, 87, 99, 0.1568627451);
        border-radius: 10px;
        padding: 16px 14px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 18px;
    }

        .wallet-transactions-list li h5 {
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 10px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .wallet-transactions-list li h5.used span {
                font-weight: 600;
                color: #D94D67;
            }

            .wallet-transactions-list li h5.recharge span {
                font-weight: 600;
                color: #028807;
            }

.main-title h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
    line-height: 134%;
}

.animated.delay-01s {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.animated.load {
    visibility: visible;
}

.page-top {
    width: 100%;
    padding: 20px 0;
}

.full-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.half-box {
    width: calc(50% - 5px);
}

.half-box-60 {
    width: calc(60% - 5px);
}

.half-box-40 {
    width: calc(40% - 5px);
}

.wallet-balance {
    padding: 10px;
}

    .wallet-balance h2 {
        margin-top: 10px;
        font-size: 24px;
        line-height: 124%;
        font-weight: 700;
        color: #000;
        margin-bottom: 8px;
    }

    .wallet-balance h3 {
        font-size: 14px;
        line-height: 120%;
        color: #000;
        font-weight: 400;
        margin-bottom: 0px;
    }

.wallet-img {
    text-align: right !important;
}

    .wallet-img picute img {
        width: 80%;
    }

.wallet-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.common-btn .btn-primary {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
}

.recharge span {
    font-weight: 600;
    color: #028807;
}

.redeemed span {
    font-weight: 600;
    color: #D94D67;
}

.welcome-modal .modal-dialog .modal-body .modal-logo {
    display: flex;
    gap: 10px;
}

    .welcome-modal .modal-dialog .modal-body .modal-logo .title h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 24px;
        color: #0094EF;
    }

    .welcome-modal .modal-dialog .modal-body .modal-logo .title h3 {
        font-size: 16px;
        line-height: 150%;
        font-weight: 600;
    }

.welcome-modal .modal-dialog .modal-body h4 {
    font-size: 16px;
    line-height: 134%;
    font-weight: 600;
    color: #0094EF;
    margin-bottom: 8px;
}

.welcome-modal .modal-dialog .modal-body p strong {
    font-weight: 600;
}

.welcome-modal .modal-dialog .modal-body p {
    margin-bottom: 15px;
}

    .welcome-modal .modal-dialog .modal-body p strong {
        font-weight: 600;
    }

.btn-primary:focus,
.btn-primary:hover {
    background-color: #FFFF !important;
    color: #000 !important;
    border-color: #000 !important;
    box-shadow: 0px 4px 0px #000 !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.terms-privacy.terms-and-conditions {
    background: #C8E5FE;
}

.terms-privacy .bannerheading {
    display: flex;
    align-items: center;
    padding: 33px 0 43px 0;
    justify-content: space-between;
}

    .terms-privacy .bannerheading .headingimg img {
        max-width: 100px;
        width: 100%;
    }

@media screen and (max-width: 575px) {
    .terms-privacy .bannerheading {
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .terms-privacy {
        border-radius: 0px 0px 30px 30px;
    }
}

.terms-privacy {
    border-radius: 0px 0px 30px 30px;
    padding-top: 20px;
}


    .terms-privacy .bannerheading .headingimg {
        margin: 0 auto;
    }


    .terms-privacy.privacy-policy {
        background-color: #CDFFCB;
    }


.user-account-list-wrapper .notifications-list-view .n-list.pendding {
    border: 1px solid rgba(0, 148, 239, 0.5019607843);
}

.user-account-list-wrapper .notifications-list-view .n-list {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.102);
    border-radius: 18px;
    padding: 16px 60px 16px 16px;
    font-size: 14px;
    line-height: 134%;
    font-weight: 400;
    margin-bottom: 16px;
    color: #000;
}

    .user-account-list-wrapper .notifications-list-view .n-list.pendding::before {
        background-color: #0094EF;
    }

    .user-account-list-wrapper .notifications-list-view .n-list::before {
        position: absolute;
        content: "";
        left: 0;
        top: 20px;
        bottom: 20px;
        height: auto;
        width: 2px;
        background-color: #0094EF;
        box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
        border-radius: 0px 16px 16px 0px;
    }

    .user-account-list-wrapper .notifications-list-view .n-list .title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 6px;
    }


.cart-btn-group-empty {
    width: 100%;
    max-width: 100%;
    padding: 11px 10px;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 2px 6px rgba(67, 87, 99, 0.1568627451);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

    .cart-btn-group-empty .no-stock {
        margin: auto;
        color: #FF0000;
    }

.out-of-stock {
    margin: auto;
    color: #FFF;
    background: #FF0000;
    -webkit-border-radius: 30px;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 16px;
    width: 96%;
}

.countdown-row-v3 .countdown-amount, .countdown-row-v3 .countdown-period {
    width: 34px !important;
    display: inline;
}

.countdown-row-v3 .countdown-amount {
    padding: 5px;
}

.countdown-row-v3 .countdown-period {
    font-size: 12px;
}

.fav-item0 {
    fill: black !important;
    stroke: black !important;
}

.fav-item1 {
    fill: red !important;
    stroke: purple !important;
}

.entertainment-video-sec .entertainment-list-detail-wrap .entertainment-list-video-wrap.w100 {
    width: 100% !important;
}


.card-tab-sec .card-list-wrap .card-list-box .info-btn {
    width: 35px !important;
    height: 35px !important;
}

.entertainment-video-sec .entertainment-list-detail-wrap .entertainment-list-video-wrap .myimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}


.back-to-top {
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 99;
    position: fixed;
    right: 32px;
    bottom: 62px;
    display: none !important;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    border: 1px solid #9B32E0;
}

@media only screen and (max-width: 1024px) {
    .back-to-top {
        width: 34px;
        height: 34px;
        right: 20px;
        bottom: 52px;
    }
}

@media only screen and (max-width: 991px) {
    .back-to-top {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        bottom: 36px;
    }
}

.back-to-top:hover, .back-to-top:active {
    box-shadow: none;
    box-shadow: 0px 6px 0px #9B32E0;
}

.back-to-top .icontopni {
    fill: #000;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 1024px) {
    .back-to-top .icontopni {
        width: 16px;
        height: 16px;
    }
}

.div-rows-count-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 32px);
    margin: 0 16px 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    padding: 12px 0px;
    text-align: center;
}

    .div-rows-count-display .txt1 {
        width: calc(60% - 14px);
        color: #000;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
    }

    .div-rows-count-display .txt2 {
        width: calc(40% - 14px);
        color: #000;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
    }

.div-empty-result-display {
    align-items: center;
    width: calc(100% - 32px);
    margin: 25px 16px 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    padding: 12px 0px;
    text-align: center;
}

.buy-btn:hover, .cart-btn:hover {
    background-color: #FFF !important;
    color: #000 !important;
}

.btn-take-me {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.top-deals-wrap .top-deals-group .top-deals-box.deal-box {
    min-width: 220px;
}



.gift-counter {
    display: flex;
    border-style: solid;
    border-width: 1px 1px;
    text-align: center;
    color: #000;
    font-size: 12px !important;
    border-radius: 4px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.gamebox .gift-counter span {
    font-size: 12px !important;
    color: #000 !important;
}

.gift-counter div {
    display: inline;
}

.gift-counter span {
    padding-left: 1px;
}

.gift-counter .left {
    width: calc(30% - 5px);
}

.gift-counter .right {
    width: calc(70% - 5px);
}

.starts-in {
    border-color: #028807;
}

    .starts-in .hd {
        background: #028807;
        color: #FFF;
    }

.ends-in {
    border-color: #FF1D48;
}

    .ends-in .hd {
        background: #FF1D48;
        color: #FFF;
    }

.view-all {
    color: #0a30be;
    font-size: 12px;
}


.container-main {
    display: flex;
    flex-direction: column;
}

.container-sub-take-remian-space {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.container-bottom {
    margin-top: auto !important;
}

.top-deals-wrap .top-deals-group {
    align-items: unset !important;
}

.entertainment-area-wrap .entertainment-box-wrap {
    align-items: unset !important;
}
