@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'MyriadPro';
    src: url('../font/MyriadPro-Regular.eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.body_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../img/desktop.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    /* -webkit-animation: zoomin 50s ease-in infinite; */
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.body_bg:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a3;
}

.page_wapper {
    position: relative;
    z-index: 2;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    min-height: 100vh;
}

.card {
    /* background: #0c7c8061 !important; */
    background: linear-gradient(to top, #070e00, #01644c) !important;
    border-radius: 25px;
}

.login-3 .login-inner-form.card {}

.table th {
    font-weight: 600;
    background: transparent;
    color: #FFF;
}

.table td {
    background: transparent;
    color: #FFF;
}

.card .card_heading {
    color: #FFF;
    font-size: 19px;
}

.card .cm_phone {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.grade {
    width: 110px;
    height: 100px;
    background: #34c38f;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: #FFF;
    line-height: 1;
    text-align: center;
}

.grade span span {
    font-size: 11px;
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.8;
    text-transform: uppercase;
}

table td,
table th {
    letter-spacing: 0.2px;
}

/* .table-responsive {
    overflow-x: auto;
} */

.company_overview_card .table tr {
    border-bottom: 1px solid #ffffff26;
}

.company_overview_card .table tr td,
.company_overview_card .table tr th {
    padding-block: 13px;
    border: none;
}


.project-list-table tr {
    background-color: #34c38f8a;
}

div.dataTables_wrapper div.dataTables_info {
    color: #FFF;
}

table.dataTable>tbody>tr {
    border-bottom: 1px solid #ffffff26;
    border-left: 1px solid #ffffff26;
    border-right: 1px solid #ffffff26;
}

.pagination .page-item.active .page-link {
    background: #aa8453;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50px !important;
}

.card-drop {
    color: #b7c3d0;
}

/* .theme_btn_large {
    font-size: 16px;
    padding: 11px 26px !important;
    background: #aa8453;
    border-color: #aa8453;
    margin-bottom: 25px;
} */

.theme_btn_large {
    background-image: url('../img/btn_round_bg.png');
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    background-size: 100% 100%;
    padding: 0 15px;
    color: #231f20 !important;
    min-width: 155px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: transparent;
    margin-top: 30px;
    outline: none !important;
    box-shadow: none !important;
}

.theme_btn_large:hover {
    color: #231f20;
    background-color: transparent;
}

.theme_btn_large i {
    margin-right: 0 !important;
}

.sales_card .theme_btn_large {
    margin-bottom: 20px;
}

/*  Particles code start */
.particles {
    position: absolute;
    top: -100px;
    left: 10px;
    right: 10px;
    height: 1100px;
}

.particles {
    left: 10px;
    right: 10px;
    height: 1100px
}

.particles .particle {
    position: absolute;
    opacity: .30;
    background: #fff;
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important
}

.particle:nth-child(1) {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-animation: floating 28s linear;
    animation: floating 28s linear;
    top: 65%;
    left: 10%
}

.particle:nth-child(2) {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 15%;
    left: 33%
}

.particle:nth-child(25),
.particle:nth-child(3) {
    -webkit-animation: floating 28s linear;
    border-radius: 100%
}

.particle:nth-child(3) {
    height: 21px;
    width: 21px;
    animation: floating 28s linear;
    top: 48%;
    left: 36%
}

.particle:nth-child(4) {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -webkit-animation: floating 25s linear;
    animation: floating 25s linear;
    top: 85%;
    left: 75%
}

.particle:nth-child(5) {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 36%;
    left: 78%
}

.particle:nth-child(6) {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    -webkit-animation: floating 23s linear;
    animation: floating 23s linear;
    top: 87%;
    left: 18%
}

.particle:nth-child(7) {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -webkit-animation: floating 36s linear;
    animation: floating 36s linear;
    top: 63%;
    left: 78%
}

.particle:nth-child(8) {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    -webkit-animation: floating 27s linear;
    animation: floating 27s linear;
    top: 35%;
    left: 76%
}

.particle:nth-child(9) {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    -webkit-animation: floating 31s linear;
    animation: floating 31s linear;
    top: 20%;
    left: 70%
}

.particle:nth-child(10) {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 42%;
    left: 23%
}

.particle:nth-child(11) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 30s linear;
    animation: floating 30s linear;
    top: 62%;
    left: 17%
}

.particle:nth-child(12) {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -webkit-animation: floating 29s linear;
    animation: floating 29s linear;
    top: 9%;
    left: 63%
}

.particle:nth-child(13) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 21s linear;
    animation: floating 21s linear;
    top: 14%;
    left: 30%
}

.particle:nth-child(14) {
    height: 11px;
    width: 11px;
    border-radius: 100%;
    -webkit-animation: floating 34s linear;
    animation: floating 34s linear;
    top: 29%;
    left: 33%
}

.particle:nth-child(15) {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    -webkit-animation: floating 23s linear;
    animation: floating 23s linear;
    top: 68%;
    left: 31%
}

.particle:nth-child(16) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 21s linear;
    animation: floating 21s linear;
    top: 29%;
    left: 57%
}

.particle:nth-child(17) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 49%;
    left: 21%
}

.particle:nth-child(18) {
    height: 7px;
    width: 7px;
    border-radius: 100%;
    -webkit-animation: floating 37s linear;
    animation: floating 37s linear;
    top: 35%;
    left: 94%
}

.particle:nth-child(19) {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 42%;
    left: 33%
}

.particle:nth-child(20) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 94%;
    left: 20%
}

.particle:nth-child(21) {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    -webkit-animation: floating 37s linear;
    animation: floating 37s linear;
    top: 7%;
    left: 23%
}

.particle:nth-child(22) {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    -webkit-animation: floating 34s linear;
    animation: floating 34s linear;
    top: 49%;
    left: 33%
}

.particle:nth-child(23) {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-animation: floating 29s linear;
    animation: floating 29s linear;
    top: 82%;
    left: 58%
}

.particle:nth-child(24) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 60%;
    left: 90%
}

.particle:nth-child(25) {
    height: 25px;
    width: 25px;
    animation: floating 28s linear;
    top: 53%;
    left: 85%
}

.particle:nth-child(26) {
    height: 23px;
    width: 23px;
    border-radius: 100%;
    -webkit-animation: floating 28s linear;
    animation: floating 28s linear;
    top: 63%;
    left: 94%
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0) scale(.5);
        transform: translate(0, 0) scale(.5);
        opacity: 0
    }

    5% {
        opacity: .1
    }

    50% {
        -webkit-transform: translate(0, -250px) scale(1.4);
        transform: translate(0, -250px) scale(1.4)
    }

    95% {
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0, -500px) scale(.5);
        transform: translate(0, -500px) scale(.5)
    }
}

/*  Particles code End */



/* header start */
.header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 991;
}

.user_icon_wrap {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.user_icon_wrap p {
    margin-bottom: 5px;
    font-weight: 800;
    line-height: 1;
}

.user_icon_wrap .text span {
    font-weight: 600;
    letter-spacing: 0.4px;
    display: block;
    line-height: 1;
}

.user_icon_wrap .text {
    text-align: right;
}

.container-fluid,
.container {
    padding-inline: 25px;
}

/* header end */

.behind p {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.4px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

.behind p strong {
    font-weight: 700;
    color: #ea2e56;
}

.behind p span {
    font-weight: 600;
    font-size: 30px;
    color: #ea2e56;
}

.behind {
    background: #f2a74c;
    border-radius: 15px;
    padding: 10px 20px;
}

.next_reward_card {
    display: flex;
    align-items: center;
    /* background: #c6214496; */
    background: #ea2e56;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 50px;
}

.next_reward_card .one {
    width: calc(100% - 150px);
    padding: 20px;
}

.next_reward_card h4 {
    color: #FFF;
    font-size: 30px;
    line-height: 1.2;
    font-family: "Barlow", sans-serif;
    font-weight: 100;
}

.next_reward_card h4 span {
    font-weight: 500;
}

.next_reward_card .two {
    width: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.next_reward_card .two img {
    width: 100%;
}

#timer {
    display: inline-block;
}

@media (max-width:991px) {
    .body_bg {
        background-image: url('../img/tab.jpg');
    }
}

@media (max-width:767px) {
    .card {
        padding: 0;
    }

    /* .theme_btn_large {
        font-size: 14px;
        padding: 9px 20px !important;
        background: #aa8453;
        border-color: #aa8453;
    }

    .theme_btn_large i {
        margin-right: 0 !important;
    } */


}


@media (max-width:480px) {
    .top_card {
        flex-direction: column-reverse;
        gap: 20px 0;
        text-align: center;
    }

    .top_card .grade {
        width: 100%;
    }

    .body_bg {
        background-image: url('../img/mobile.jpg');
    }
}

.current_revenue_card {
    display: flex;
    justify-content: space-between;
    background: #34c38f;
    padding: 15px;
    border-radius: 15px;
}

.current_revenue h4 {
    font-size: 45px;
    color: #FFF;
}

.current_revenue h4 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.current_revenue h5 {
    color: #ffef3f;
    font-size: 16px;
}

.current_revenue h5 span {
    background-image: linear-gradient(-225deg, #ea2e56 20%, #ffffff 29%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    font-size: 24px;
    font-weight: 700;
    top: 2px;
    position: relative;
    margin-left: 5px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.current_revenue_card .grade {
    background: #0000002e;
}

#sales-table_wrapper .dataTables_paginate {
    display: none;
}

.hero_banner .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    gap: 0 8px;
}

.hero_banner .owl-nav button {
    width: 30px;
    height: 30px;
    background: #fec85e !important;
    border-radius: 50%;
    color: #000 !important;
    transition: all 0.5s ease;
}

.hero_banner .owl-nav button:hover {
    background: #34c38f !important;
    color: #FFF !important;
}

.body_bg.bg1 {
    background-image: url('../img/big_win_bg.jpg');
}

.body_bg.bg1:before {
    background: transparent;
}


@media (max-width:767px) {
    .current_revenue h4 {
        font-size: 35px;
    }

    .current_revenue h5 span {
        display: block;
    }

    .next_reward_card h4 {
        font-size: 24px;
    }

    .next_reward_card .one {
        width: calc(100% - 140px);
    }

    .next_reward_card .two {
        width: 140px;
    }

    #timer {
        display: block;
    }

    .next_reward_card h4 br {
        display: none;
    }
}

@media (max-width:480px) {
    .next_reward_card {
        flex-wrap: wrap;
    }

    .next_reward_card .one,
    .next_reward_card .two {
        width: 100%;
    }

    .next_reward_card h4 {
        font-size: 28px;
    }

    .next_reward_card .one {
        padding: 15px;
    }
}




/* ---- New Design Code ----- */
img.rera_fix {
    position: absolute;
    right: 27px;
    width: 180px;
    top: 27px;
}

.trillion_logo_wrap {
    position: fixed;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.trillion_logo_wrap img {
    width: 350px;
    margin-bottom: 20px;
}

.trillion_logo_wrap a,
.trillion_logo_wrap .btn {
    background-image: url('../img/btn_round_bg.png');
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    background-size: cover;
    padding: 0;
    color: #231f20;
    width: 180px;
    text-align: center;
    height: 46px;
    line-height: 46px;
}

.desclaimer {
    position: absolute;
    bottom: 10px;
    padding: 0 33px;
    width: 100%;
    z-index: 100;
}

.desclaimer img {
    width: 100%;
}

.desclaimer {
    text-align: right;
}

.desclaimer p {
    color: #cfcfcf;
    margin: 0;
    font-size: 7px;
    text-align: left;
    line-height: 8px;
}

.desclaimer .box_tag {
    text-align: right;
    margin-left: auto;
    display: inline-block;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: 'Poppins';
    font-weight: 200;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0 7px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.body_bg.bg2 {
    background-image: url('../img/casino_bg.jpg');
}

.body_bg.bg2:before {
    background: transparent;
}


.title {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
}

.bg_gradient {
    background: linear-gradient(to top, #070e00, #01644c) !important;
}

.dashboard_section {
    position: relative;
    padding-top: 20px;
}

.dashboard_section .left_time_marquee {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
}

.dashboard_section .left_time_marquee h4 {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

.dashboard_section .left_time_marquee h4 span {
    color: #ecc030;
}

.score_card {
    padding: 50px 30px;
    border-radius: 60px;
    box-shadow: 10px 10px 15px 0 rgb(0 0 0 / 72%);
    margin-bottom: 50px;
    position: relative;
}

.score_card .tms {
    position: absolute;
    right: 50px;
    bottom: 10px;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 0.4px;
}

.coins_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin-inline: auto;
}

.coins_wrap .coins {
    background-image: url('../img/coin.png');
    width: 225px;
    height: 225px;
    background-size: 100% auto;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coins_wrap .coins p {
    color: #231f20;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 4px;
}

.coins_wrap .coins h4 {
    color: #21524e;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    line-height: 1.1;
}

.coins_wrap .coins .leader_rank {
    color: #21524e;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 60px;
    line-height: 1;
    margin-top: -22px;
}

.next_reward_wrap {
    width: auto;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.next_reward_card2 {
    background: #fad163;
    border-radius: 50px;
    text-align: center;
    padding: 8px 15px;
    width: auto;
}

.next_reward_card2 h4 {
    color: #231f20;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.next_reward_card2 h4 span {
    font-weight: 800;
    color: #21524e;
}

.project-list-table td.dtr-control:before {
    background-color: #fec85e !important;
    border-color: #fec85e !important;
    color: #000 !important;
}

.project-list-table tr.dt-hasChild.parent td.dtr-control:before {
    content: "-" !important;
}



@media (min-width:1600px) {
    .trillion_logo_wrap {
        bottom: 15%;
    }

    .trillion_logo_wrap img {
        width: 460px;
    }

    .trillion_logo_wrap a {
        font-size: 23px;
        padding: 15px 60px;
        width: auto;
        text-align: center;
        height: auto;
        line-height: normal;
    }
}

.main-section {
    padding: 100px 0;
    min-height: calc(100vh - 80px);
    position: relative;
    z-index: 1;
}

.sales_section {
    margin-top: 50px;
}

#sales-add-formID .theme_btn_large {
    margin-top: 0;
}

.search_row .btn-success {
    background-image: url('../img/btn_round_bg.png');
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    background-size: 100% 100%;
    padding: 0 15px;
    color: #231f20 !important;
    min-width: 155px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.theme_btn {
    background-image: url('../img/btn_round_bg.png');
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    background-size: 100% 100%;
    padding: 0 15px;
    color: #231f20 !important;
    min-width: 155px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: none;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.next_reward_bottom {
    display: none;
}

/* -- Responsive -- */
@media (max-width:1200px) {
    .coins_wrap {
        width: 100%;
    }

    .coins_wrap .coins {
        width: 200px;
        height: 200px;
    }

    .coins_wrap .coins h4,
    .coins_wrap .coins p {
        font-size: 18px;
    }



    .title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .main-section {
        padding: 70px 0;
    }
}

@media (max-width:991px) {
    .title {
        font-size: 34px;
    }

    .coins_wrap .coins h4,
    .coins_wrap .coins p {
        font-size: 17px;
    }

    .coins_wrap .coins h4 {
        padding: 0 35px;
    }


    .main-section {
        padding: 50px 0;
    }

    .sales_section {
        margin-top: 70px;
    }

    .project-list-table-responsive {
        overflow: auto;
    }

    .body_bg.bg1 {
        background-image: url('../img/big_win_bg_tab.jpg');
    }

}

@media (max-width:767px) {
    .header .container-fluid {
        padding-inline: 12px;
    }

    .header .logo {
        width: 114px;
        margin: 8px 0;
    }

    .header .logo img {
        width: 100%;
        display: block;
    }

    .user_icon_wrap {
        gap: 0 8px;
    }

    .header .user .user_icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }

    .desclaimer .box_tag {
        font-size: 8px;
        margin-bottom: 4px;
    }

    .desclaimer p {
        display: block;
        font-size: 4px;
        line-height: 1.1;
    }

    .desclaimer {
        bottom: 12px;
        padding: 0 20px;
    }

    .login-3 .login-inner-form p {
        font-size: 12px;
    }

    #mobileotpresponse {
        font-size: 11px;
    }

    .title {
        font-size: 28px;
    }

    .coins_wrap {
        flex-direction: column;
        align-items: center;
        gap: 30px 0;
    }

    .score_card .tms {
        transform: translateX(50%);
        right: 50%;
    }

    .theme_btn {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }

    .next_reward_wrap .next_reward_card2 {
        display: none;
    }

    .next_reward_bottom {
        display: block;
        position: relative;
        top: -40px;
    }

    .next_reward_bottom #timer2 {
        display: inline-block;
    }
}

@media (max-width:480px) {
    .body_bg.bg1 {
        background-image: url('../img/big_win_bg_mob.jpg');
    }

    .body_bg.bg2 {
        background-image: url('../img/casino_bg_mob.jpg');
    }

    img.rera_fix {
        right: 17px;
        width: 140px;
        top: 17px;
    }

    .trillion_logo_wrap {
        display: block;
        bottom: 14%;
    }

    .trillion_logo_wrap img {
        width: 280px;
    }

    /* .trillion_logo_wrap a {
        font-size: 18px;
        width: 160px;
        height: 40px;
        line-height: 40px;
    } */

    .trillion_logo_wrap .btn {
        font-size: 15px;
        width: 134px;
        height: 34px;
        line-height: 34px;
    }
.desclaimer {
    bottom: 10px;
    padding: 0 10px;
}

.desclaimer p { 
    font-size: 3px;
    line-height: 1;
}
.desclaimer .box_tag {
    font-size: 7px; 
}

    .search_row {
        gap: 15px 0;
        margin-bottom: 20px !important;
    }

    .card .card_heading {
        text-align: center;
    }

    .search_row .text-sm-end {
        text-align: center;
    }

    .search_row .text-sm-end a {
        margin: auto;
    }

    .next_reward_card2 h4 {
        font-size: 17px;
    }

    .next_reward_bottom #timer2 {
        display: block;
    }

    .header .logo {
        width: 100px;
    }

    .header .user .user_icon {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }


}