@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

*:active,
*:focus {
    box-shadow: none;
    outline: none;
}

.kyc_verify {
    background: #fff;
    padding: 24px 16px;
}

.kyc_verify img {
    width: 38px;
}

.kyc_verify {
    display: flex;
    align-items: center;
}

.parent_amount_methos h4 {
    font-weight: 400;
}

.add_amount_method img {
    width: 118px;
    height: 42px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.parent_amount_methos {
    background: #fff;
    padding: 20px;
}

.add_amount_method {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.notic_payemtn p {
    margin-top: 14px;
    color: #ff176b;
    font-size: 16px;
    font-weight: 600;
}

.notic_payemtn {}

.add_amount_method .item {
    width: 49%;
    margin-top: 15px;
}

.add_amount_method .item a {
    display: block;
    background: #fff;
    padding: 11px;
    border-radius: 9px;
    border: 2px dashed #dbdbc7;
}

.kyc_verify .title-kyc {
    margin-left: 20px;
    font-size: 19px !important;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


a.logout_app {
    background: #37cb5e;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    border: unset;
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    margin-top: 19px;
    font-size: 22px;
    width: 87%;
    margin: 20px auto;
    text-align: center;
}

.download_app {
    position: fixed;
    display: flex;
    width: 510px;
    background: #30cb30;
    align-items: center;
    justify-content: space-around;
    max-width: 100%;
    bottom: 0;
}

.download_app svg {
    width: 21px;
}

.download_app h6 {
    font-size: 18px;
    color: #fff;
}

.download_app {
    padding: 12px 6px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}

a {
    color: #000;
    text-decoration: none;
}

body {
    font-family: 'Rubik', sans-serif;
    background-image: url('../img/background.svg');
    /* background-color: #14072E; */

    /* background-image: url('../img/vvv-1.png'); */
}


input {
    font-family: 'Rubik';
}

.root {
    position: fixed;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
    max-width: 100%;
}

.root .main_col {
    width: 510px;
    margin: auto;
    max-width: 100%;
    background: #fafafa;
    height: 100%;
}

.logo_header img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

header.header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 6%);
    align-items: center;
    position: sticky;
    height: 70px;
    top: 0;
    z-index: 9;
}

.user_account {
    display: flex;
    align-items: center;
}

.menu_mobile .menu_icon {
    padding: 5px 6px;
    margin-left: 9px;
    text-align: center;
    cursor: pointer;
    line-height: 0;
    border-radius: 3px;
    fill: #000;
}

.authentication a {
    padding: 12px 19px;
    display: block;
    margin-left: 6px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    border: 1px solid;
}

.authentication {
    display: flex;
}

.authentication a.signup {
    background: #36cf36;
}

.authentication a.login {
    background: #007eff;
}

.youtube_play_box {
    padding: 14px 14px;
    padding-top: 24px;
}

.see_help_option {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.gameCard {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}

.row-custom {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.two_column img {
    width: 100%;
}

.two_column {
    width: 50%;
    padding: 0px 15px;
    margin-top: 12px;
    position: relative;
}

.gameCard-icon,
.gameCard-title {
    display: flex;
    justify-content: center;
}

.gameCard-title {
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-size: 16px;
    background-color: #000;
    color: #ffd700;
    text-align: center;
    border-top: 00px !important;
    margin-top: 0px !important;
    font-weight: 500;
    padding: 15px 20px 10px;
}

.youtube_top_icon img {
    width: 20px;
    margin-right: 6px;
}

.youtube_top_icon {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 14px;
    background: #fafafa;
    width: fit-content;
    position: absolute;
    left: 12px;
    padding: 0 9px;
    top: -9px;
}

.box_help {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 21px 20px;
    text-transform: capitalize;
    fill: #c3c3c3;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    font-weight: normal;
}

.box_help h3 {
    color: gray;
    font-size: 14px;
    margin: 0;
}

/*.see_help_option:hover {
    background: white;
}*/

.click_icon svg {
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 100%;
    padding: 2px;
    fill: gray;
}

.click_icon {
    position: relative;
}

/*animation css*/
.lds-ripple {
    position: absolute;
    width: 70px;
    height: 70px;
    right: -22px;
    top: -24px;
}

.lds-ripple div {
    position: absolute;
    background: lightpink;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.timeline_news {
    font-size: 15px;
    width: 100%;
    display: block;
    position: relative;
    background: antiquewhite;
    padding: 9px 8px !important;
    text-align: center !important;
    background-color: rgb(255, 245, 230);
    border: 0px solid rgb(255, 69, 0);
    border-radius: 10px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    color: rgb(51, 51, 51);
    transition: 0.3s;
    margin-top: 0px;
}

/*animation css end*/

.see_my_all_games {
    padding: 14px;

}

.blink.live_stream {
    font-size: 13px;
    text-align: right;
    width: 100%;
    display: block;
    padding: 1px 2px;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    color: #e90042;
    position: relative;
    position: absolute;
    z-index: 1;
    right: 25px;
    background-color: #fff;
    display: inline-block;
    width: max-content;
    border-radius: 12px;
    top: 6px;
    padding: 3px 13px;
}


picture.gameCard-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.register_form .item {
    margin-top: 8px;
}

.register_form .item input {
    display: block;
    width: 100%;
    padding: 14px;
    margin-top: 7px;
    background: #ebebeb;
    border: unset;
    border-radius: 6px;
}

.register_form {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 17px;
    margin-top: 15px;
}

.register_form .item label {
    text-transform: capitalize;
}

.register_form .item button {
    background: #007eff;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    border: unset;
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    margin-top: 19px;
    font-size: 18px;
}

.register_form .item button:hover {
    background: #36cf36;
}

.title_heading.register_forn {
    margin-bottom: 33px;
}

.title_heading.register_forn h3 {
    font-size: 22px;
}

input:active,
input:focus {
    box-shadow: none;
    outline: 2px solid #c5c4c4;
}

.title_heading h4 {
    font-size: 17px;
}

.title_heading .desc_line img {
    width: 18px;
    margin: 0 6px;
}

.title_heading .desc_line {
    margin-top: 8px;
    display: flex;
    color: gray;
    font-weight: 400;
    font-size: 15px;
}

.title_heading .desc_line img:first-child {
    margin-left: 0;
}

.gameCard-icon {
    bottom: 25px;
    position: absolute;
    width: 100%;
    align-items: center;
}

picture.gameCard-icon img {
    width: 26px;
}


@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    76% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: lightpink;
}

footer.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 14px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.footer_logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}


div#all_footer_menus ul {
    padding: 0;
    margin: 0;
}

div#all_footer_menus li a {
    display: block;
    padding: 6px 0px;
}

div#all_footer_menus {
    padding: 10px 0;
    padding-left: 8%;
}

div#all_footer_menus li {
    list-style-type: disclosure-closed;
    width: 50%;
}

div#all_footer_menus ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.footer_dop_icon svg {
    margin-right: 6px;
}

.footer_dop_icon a {
    cursor: pointer;
    fill: #36cf36;
    display: flex;
    align-items: center;
    color: #000;
    background: #fff;
    padding: 9px 14px;
    border-radius: 5px;
}


div#all_footer_menus li::marker {
    text-align: center !important;
    color: cornflowerblue;
}

div#all_footer_menus li a {
    color: black;
}

.footer_about_content {
    padding: 13px 14px;
}

.footer_about_content .item {
    margin-bottom: 19px;
}

.footer_about_content .item h5 {
    font-size: .85em;
    margin: 17px 0;
}

.footer_about_content .item p {
    line-height: 1.6;
    color: #959595;
    font-size: .7em;
}

.sideNav-overlay {
    background: rgba(0, 0, 0, .87);
    height: 100%;
    left: -100%;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 10;
}

.sideNav-open {
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

.sideNav {
    background-color: #ffffff;
    height: 100%;
    left: -100%;
    max-width: 300px;
    overflow-y: scroll;
    position: fixed;
    width: 70%;
    will-change: transform;
    transition: .5s;
    z-index: 10;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sideNav-options {
    padding: 15px 15px;
    height: auto;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #eee;
}

.sideNav-arrow>img {
    height: 11px;
    width: 6px;
    max-width: 100%;
}

.sideNav-arrow {
    position: absolute;
    right: 25px;
}

.sideNav-icon {
    overflow: hidden;
    position: relative;
}

.sideNav-icon>img {
    height: 28px;
    width: 28px;
}

.position-relative {
    position: relative !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.sideNav-text {
    color: #2c2c2c;
    font-size: .85em;
    font-weight: 500;
}

.navigation_menu_mobile.active {
    display: block !important;
}

.navigation_menu_mobile.active .sideNav {
    left: 0px;
}

.navigation_menu_mobile.active .sideNav-overlay {
    left: 0px;
}

a.sideNav-options:hover {
    background: #fff;
}




/* width */
.sideNav::-webkit-scrollbar {
    width: 0px;
}

.user_avtar {
    padding: 15px;
}

.user_avtar .image_profile img {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: cover;
    border-radius: 100%;
}

.user_avtar {
    text-align: center;
}

.profile_content h3 {
    font-size: 21px;
    text-transform: capitalize;
    padding: 7px 0px;
    font-weight: 500;
}


.mywallet_balance {
    padding: 15px;
}

.mywallet_balance .item {
    padding: 21px 11px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.mywallet_balance .item>div {
    display: flex;
    align-items: center;
}

.mywallet_balance .item>div img {
    width: 28px;
    margin-right: 9px;
}

.mywallet_balance .item>div h5 {
    font-size: 20px;
}

.mywallet_balance .item {
    margin-top: 15px;
}

.create-challange {
    padding: 17px 4px;
    background: #fafafa;
    background: #fff;
}

.create-challange label {
    display: block;
    text-align: center;
    text-transform: capitalize;
    color: gray;
}


.create-challange input {
    width: 270px;
    max-width: 100%;
    padding: 10px 17px;
    margin-top: 7px !important;
    margin: auto;
    display: block;
    border-radius: 7px;
    border: 1px solid #8080804a;
    font-size: 14px;
    text-transform: uppercase;
}

.create-challange form {
    display: flex;
    align-items: end;
    justify-content: center;
}

.create-challange form button {
    background: #007eff;
    color: #fff;
    border: unset;
    padding: 10px 13px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 7px;
    margin-left: 5px;
    border: 2px solid #6161fd;
}

.title_heading h4 img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.title_heading h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.rules_infomations a {
    display: flex;
    justify-content: end;
    text-transform: uppercase;
    color: gray;
    align-items: center;
}

.rules_infomations a img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.challangelistitem {
    background: #fcf7ff;
    border: 1px solid #f5e3ff;
    border-radius: 8px;
}

.challange_header h6 {
    display: flex;
    font-size: 13px;
    text-transform: capitalize;
    color: #000;
}

.challange_header h6 .username {
    margin-left: 6px;
    color: #000000;
    font-weight: 600;
}

.challange_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 9px;
    border-bottom: 1px solid #f5e3ff;
}

.action_buttns_list button {
    background: lightgray;
    border: unset;
    padding: 5px 9px;
    text-transform: capitalize;
    border-radius: 6px;
}

.list_challanges_main {
    padding: 10px 11px;
}

.list_item_left {
    display: flex;
    font-size: 11px;
    text-transform: capitalize;
}

.list_item_left {
    color: #000;
}

.list_item_left img {
    width: 19px;
}

.challangelistbody {
    display: flex;
    justify-content: space-between;
    padding: 12px 9px;
    align-items: center;
}

.list_item_left .item_first {
    margin-right: 10px;
}

.list_item_left .item_first div {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.list_item_left .item_first div span {
    margin-left: 3px;
}

.list_item_left .item_first div {
    margin-top: 5px;
}

.list_challanges_main .challangelistitem {
    margin-bottom: 9px;
}

.challangelistbody .right_action button {
    background: #32bf32;
    border: unset;
    padding: 11px 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.action_buttns_list button.btnred {
    background: #e93636;
    color: #fff;
}

.action_buttns_list .btngreen {
    background: #36cf36;
    color: #fff;
}

.runningbattele .challange_header h6 img {
    width: 23px;
    margin: 0 3px;
}

.runningbattele .challange_header h6 {
    display: flex;
    align-items: center;
}

.runningbattele .user_profile img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
    margin: auto;
}

.runningbattele .user_profile {
    width: 34%;
    text-align: center;
}

.runningbattele .user_profile span {
    font-size: 12px;
    color: #000;
}

.runningbattele .verselogo img {
    width: 22px;
}

.bg-beige {
    background-color: beige;
}

.contact_us img {
    width: 270px;
    margin: auto;
    display: block;
    max-width: 100%;
    padding-top: 42px;
}

.contact_us h3 {
    margin-top: 10px;
    text-align: center;
    color: #162838;
}

.contact_us ul li {
    display: flex;
}

.contact_us ul li svg {
    width: 30px !important;
    fill: #36cf36;
    margin-right: 8px;
}

.contact_us ul {
    margin: auto;
    margin-top: 13px;
    background: #fff;
    padding: 22px 20px;
}

.contact_us ul li {
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #f5f4f4;
}

.contact_us ul li .icon {
    display: flex;
    align-items: center;
}

.contact_us ul li:last-child {
    border: unset;
}

.text-center {
    text-align: center;
}

.mt-5 {
    margin-top: 29px;
}

.content_pages {
    padding: 20px;
}

.content_pages .title_header {
    font-size: 16px;
}

.content_pages p {
    font-size: 13px;
    color: #707070;
    margin-top: 21px;
}

.text-danger {
    color: red;
}

.small {
    font-size: 14px;
}

.mt-1 {
    margin-top: 3px;
}

.balance_mangment {
    position: relative;
}

.balance_mangment .add_cash {
    display: flex;
    background: #fafafa;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    align-items: center;
}

.balance_mangment .add_cash .image img {
    width: 20px;
}

.balance_mangment .add_cash .image {
    padding: 0 3px;
}

.balance_mangment .add_cash h6 {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -1px;
}

.balance_mangment {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balance_mangment .add_cash {
    display: flex;
    background: #fafafa;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    align-items: center;
    padding: 3px 3px;
    margin-left: 3px;
}

.profile_input_box {
    display: flex;
    align-items: end;
    margin-top: -43px !important;
}

.profile_input_box button {
    width: auto !important;
    margin-left: 6px;
}



.balance_mangment .content_profile {
    text-transform: capitalize;
    margin-right: 6px;
}

.balance_mangment .content_profile h5 {
    color: #959595;
    font-size: .6em;
    text-transform: uppercase;
}

.balance_mangment .add_cash .pluscash img {
    width: 10px;
}

.balance_mangment .add_cash .pluscash {
    background: whitesmoke;
    padding: 3px 4px;
    margin-left: 5px;
}

.balance_mangment .add_cash * {
    margin: 0;
}

.custom_list_design .customlistitem {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #fff;
    margin-top: 7px;
}

.customlistitem .list_left_col {
    min-width: 69px;
}

.image_icon_area img {
    width: 38px;
    object-fit: contain;
    border-radius: 6px;
    padding: 4px;
}


.finding_play img {
    width: 16px;
    margin: auto;
    display: block;
    margin-bottom: 7px;
}




.action_buttns_list button.btnred:hover {
    background: #c50505;
    cursor: pointer;
}

.customlistitem .list_left_col h4 {
    font-size: 13px;
}

.customlistitem .list_left_col {
    width: 103px;
}



.customlistitem .list_left_col h5 {
    color: gray;
    font-size: 12px;
}

.listitems_center {
    display: flex;
    align-items: center;
    width: 100%;
}

.game_result_text img {
    width: 25px;
}

.game_result_text span {
    display: block;
    font-size: 13px;
}

.column_right {
    width: 104px;
}

.game_result_text {
    display: flex;
    align-items: center;
}

.content_area_map {
    margin-left: 4px;
}

.content_area_map h5 {
    font-size: 17px;
    margin-bottom: 3px;
}

.content_area_map b {
    font-weight: 400;
    text-transform: uppercase;
    color: gray;
}

.wonlist {
    background: #c5ffd5 !important;
}

.lostlist {
    background: rgb(255 230 208 / 90%) !important;
}


.requested_by_box img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
    margin: auto;
}

.requested_by_box span {
    font-size: 12px;
    color: gray;
}

.rightContainer {
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 62%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rcBanner img {
    width: 142px;
}

.rcBanner {
    padding: 70px;
    border-radius: 12px;
    background: radial-gradient(circle at top, #5b0f8a, #2b1363, #020617);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.6);
    text-align: center;
}

.rcBanner:hover {
    box-shadow:
        0 0 10px #fff,
        0 0 25px #fff,
        0 0 50px #fff;
}

.rcBanner-footer img {
    width: 29px;
}

.rcBanner-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 4%;
    font-size: 22px;
    width: 100%;
    left: 0;
}

.rcBanner-text {
    font-size: 35px;
    color: #fff;
}

.rcBanner-footer {
    padding: 0 30px;
    flex-wrap: wrap;
    /* color: #fff; */
}


.p-10 {
    padding: 10px;
}

.room_code {
    background: white;
    border-radius: 5px;
}

.second__b_body {
    background: #e5e5e5;
}

.user_image_k {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.left_side_user {
    text-align: center;
}

.vs_design img {
    width: 25px;
    height: 45px;
}

.room_code .user_oposit {
    width: 100%;
    max-width: 70%;
    margin: auto;
}

h6.user_name_k {
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.user_o {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.match_value {
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.money_icon_valueK {
    width: 20px;
    margin: 0px 5px;
}

.match_value {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rj_parent {
    padding: 10px;
    border-bottom: 1px solid #00000036;
}

.room_code_real_01 {
    padding: 10px;
    border-bottom: 1px solid #00000036;
}

.generated_room_code {
    border-radius: 5px;

    text-align: center;

    width: 100%;
    max-width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.generated_room_code .room_c {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.generated_room_code .room_code_for_10 {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #0066ff;
}

.copycode {
    color: white;
    border: 0px;
    background: #21a121;
    padding: 9px 17px;
    border-radius: 9px;
}

.zen_10 {
    background: #dedede;
    padding: 15px;
}

.download_place h6 {
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 10px;
}

.hyper_download {
    width: 100%;
    max-width: 80%;
    display: flex;
    margin: auto;
    margin-top: 10px;
}

.hyper_download a img {
    width: 90%;
}

.game_rules_child {
    border-radius: 5px;
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #00000036;
    padding: 10px;
}

.text_rule {
    font-size: 13px;
    text-transform: capitalize;
    text-decoration: underline;
}

.game_rules_te {
    border-top: 1px solid #00000036;
    border-left: 1px solid #00000036;
    border-right: 1px solid #00000036;
    margin-top: 10px;
    border-radius: 5px;
}

.rules_text_01 h6 {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 12px;
    border-bottom: 1px solid #00000036;
}

.hyper_download {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 17px;
}

.hyper_download a img {
    width: 134px;
    margin: auto;
    display: block;
}

.match_st_t {
    padding: 10px;
    background: #e5e5e5;
}

.match_st_t h6 {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
}

.r_01_jtc p {
    font-size: 13px;
}

.r_01_jtc {
    padding: 20px 10px;
}

.form_review_game {
    margin-top: 10px;
}

.review_game label {
    font-size: 12px;
    margin-left: 6px;
    font-weight: 500;
}

.review_game {
    display: flex;
    align-items: center;
}

.ad_review_tys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.form_review_game .review_submit {
    margin-top: 25px;
    background: #df1962;
    border: 0px;
    outline: 0px;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
}

.proof_win_or_lose {
    margin-top: 25px;
}

.winning_proof {
    width: 100%;
    max-width: 70%;
    margin: auto;
    text-align: center;
    border: 1px solid #00000036;
    padding: 15px;
    border-radius: 5px;
}

.d-block {
    display: block !important;
}

.file_winning_proop {
    display: none;
}

.upload_image svg {
    width: 20px;
    height: 20px;
}

.upload_image {
    border: 1px solid #00000036;
    width: 45px;
    height: 45px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
}

#image_name {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}

.winning_proof {
    display: none;
}


.image_uploaded img {
    padding: 5px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #c9c9c9;
}


.image_uploaded {
    width: 100% !important;
    padding: 34px;
}

.border-none {
    border: unset !important;
}

@media only screen and (max-width: 900px) {
    .root .main_col {
        width: 100%;

    }

    .rightContainer {
        display: none;
    }

    .root {
        overflow-y: auto;
        width: 100%;
    }
}

.textalingcenter {
    text-align: center;
}

.status_reason_box {
    width: 100%;
    padding: 10px;
    height: 100px;
    border: 1px solid gainsboro;
}

.box_create button {
    background: #37cb5e;
    color: #fff;
    font-size: 21px;
    padding: 13px 19px;
    border-radius: 10px;
    width: 100%;
    border: unset;
}

.viewgame_running_battle {
    display: flex;
    align-items: center;
}

.viewgame_running_battle a {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 12px;
    color: #fff;
    background: #30c330;
    padding: 3px 7px;
    border-radius: 4px;
    font-weight: 500;
}

.reedom .readom-title-header {
    padding: 15px;
}

.readom-title-header h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.readom-title-header p {
    font-size: 14px;
    color: #a39d9d;
}

.readom-title-header form {
    margin-top: 31px;
}

.readom-title-header form label {
    display: block;
    font-size: 14px;
}

.readom-title-header form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #f8f8f8;
    margin-top: 7px;
}

.readom-title-header form span {
    font-size: 14px;
    margin-top: 6px;
    display: block;
    text-transform: capitalize;
    color: gray;
}

.readom-title-header form button {
    margin-top: 15px;
    padding: 10px;
    border: unset;
    font-size: 17px;
    background: #444dcb;
    color: #FFF;
    border-radius: 6px;
}

.contentpagesbody * {
    font-size: 13px;
    color: #707070;
    margin-top: 21px;
}

.formitemmt {
    margin-bottom: 23px;
}

.contentpagesbody * {
    margin-top: 10px;
}

.readom-title-header h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.box_create {
    padding: 17px;
    background: #fff;
    box-shadow: 0 0 8px #100f0f24;
}

@media only screen and (max-width: 450px) {
    .title_heading .desc_line {
        flex-wrap: wrap;
    }

    .two_column {
        width: 50%;
        padding: 0px 5px;
        margin-top: 8px;
    }

    .row-custom {
        margin: 0 -5px;
        display: flex;
        flex-wrap: wrap;
    }

    picture.gameCard-image img {
        width: 100%;
        object-fit: cover;
        border-radius: 12px 12px 0px 0px;
        border: 1px solid #f7f7f7;
    }

    .gameCard-title {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        display: block;
        padding: 8px;
    }
}





.loader {
    border: 3px solid #f9f9f9;
    border-top: 3px solid #012130;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

div#spinnerarea_game {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    max-width: 512px;
}

.overlaytext .preloader {
    text-transform: capitalize;
    margin-right: 20px;
}

div#spinnerarea_game .overlaytext {
    width: 100%;
    height: 100%;
    background: #ffffffbd;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#spinnerarea_game .overlaytext img {
    border-radius: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div#spinnerarea {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff0;
    content: "";
    width: 100%;
    z-index: 9999;
}

.footer_about_content {
    padding-bottom: 57px;
}

@media only screen and (max-width: 500px) {
    .content_area_map h5 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .game_result_text h3 {
        font-size: 15px;
        text-align: right;
    }

    .column_right {
        text-align: right;
    }

    .image_icon_area img {
        width: 30px;
        object-fit: contain;
        border-radius: 6px;
        padding: 4px;
    }

    .game_result_text {
        justify-content: center;
        background: azure;
        border-radius: 6px;
        padding: 4px 0;
    }
}


.add_to_wallet {
    background: #009fff;
    border-radius: 17px;
    padding: 18px;
    color: #fff;
}

.header_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_block .left_col img {
    width: 28px;
    object-fit: cover;
}




.add_to_wallet .header_body {
    padding-top: 69px;
    font-size: 18px;
}

.right_column a {
    background: #fff;
    padding: 10px 10px;
    font-size: 13px;
    border-radius: 6px;
}

.left_col .mklgjd {
    display: flex;
    align-items: center;
}

/*new css */




.loader-custom,
.loader-custom:before,
.loader-custom:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader-custom {
    color: #FFF;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.loader-custom:before,
.loader-custom:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader-custom:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader-custom:after {
    left: 3.5em;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}



.lds-ellipsisnn {
    display: block;
    position: relative;
    width: 0;
    height: 14px;
}

.lds-ellipsisnn div {
    position: absolute;
    top: 0px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsisnn div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsisnn1 0.6s infinite;
}

.lds-ellipsisnn div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsisnn2 0.6s infinite;
}

.lds-ellipsisnn div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsisnn2 0.6s infinite;
}

.lds-ellipsisnn div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsisnn3 0.6s infinite;
}

@keyframes lds-ellipsisnn1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsisnn3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsisnn2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.customloaderpare {

    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    border: unset;
    display: none;
    width: 100%;
    padding: 19px 22px;
    border-radius: 6px;
    margin-top: 14px;
    font-size: 18px;
    background: #1c1b1b;
}

.verselogo {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}


.action_buttns_list .btngreen {
    background: #36cf36 !important;
    color: #fff;
}

.pdfmn * {
    background: unset !important;
    border: unset;
    font-size: 21px;
    text-align: center;
}

.pdfmn {
    display: flex;
    justify-content: center;
}

.pdfmn button svg {}

.pdfmn input:focus {
    outline: none;
    border: unset;
}

.pdfmn button {
    width: 26px;
    fill: #fff;
    background: #000 !important;
    border-radius: 13px;
    height: 26px;
    padding: 5px;
    line-height: 16px;
    position: relative;
    top: 7px;
}




.pdfmn input {
    width: inherit;
}

.pdfmn {
    position: relative;
}

.pdfmn button {
    position: absolute;
    right: 0;
}

.pdfmn {
    width: fit-content;
    margin: auto;
}

.openavtarbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.openavtarbox .item {
    width: 7%;
    margin-right: 14px;
    position: relative;
    overflow: hidden;
}

.openavtarbox .item img {
    width: 100%;
}

.openavtarbox input {
    position: absolute;
    top: -100%;
}



.itemstatics {
    width: 50%;
    border-bottom: 1px solid #ffffff0f;
    display: flex;
    padding: 10px;
    color: #fff;
}

.statics_proile .itemstatics:nth-child(even) {
    border-left: 1px solid #ffffff0f;
}

.itemstatics img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    min-width: 25px;
    min-height: 25px;
}

.statics_proile {
    background: #525760;
    border-top: 10px solid #ffffff12;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contentstatics_group {
    margin-left: 12px;
}

.contentstatics_group {
    margin-left: 13px;
}

.contentstatics_group h2 {
    font-size: 18px;
}

.contentstatics_group h6 {
    font-size: 16px;
    text-transform: capitalize;
}

.openavtarbox {
    margin-bottom: 11px;
}

.openavtarbox.active {
    display: flex !important;
}

.mywalletprofileandkyc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    background: #ffffff24;
    border-top: 10px solid #ffffff12;
    padding: 17px 7px;
}

.mywalletprofileandkyc .item {
    width: 100%;
    padding: 11px 10px;
    background: #fff;
    display: flex;
    justify-content: center;

    border-radius: 5px;
    border-bottom: 8px solid #00000014;
    margin: 0 4px;
}

.mywalletprofileandkyc .item img {
    width: 36px;
    height: 30px;
    object-fit: contain;
}

.mywalletprofileandkyc .item a {
    display: flex;
    align-items: center;
}

.mywalletprofileandkyc .item h3 {
    margin-left: 11px;
}

.withdrawaloption {}

.withdrawaloption .formitemmt input {
    display: block;
    width: 100%;
    border: unset;
    padding: 12px 14px;
    margin-top: 9px;
    color: #000;
    background: #eeee;
}


.withdrawaloption .formitemmt {
    margin-bottom: 9px;
}

.withdrawaloption .formitemmt input::placeholder {
    color: #000;
}

.withdrawaloption .formitemmt {
    margin-bottom: 25px;
}

.outboxwithdrawaltype a {
    display: block;
    padding: 11px 10px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.outboxwithdrawaltype {
    background: #0db14b;
    display: flex;
    margin-top: 19px;
    border-radius: 101px;
    overflow: hidden;
    max-width: 281px;
    padding: 4px;
}

.outboxwithdrawaltype a.active {
    background: #fff;
    border-radius: 12px;
    color: #0db14b !important;
    font-weight: 500;
}

.outboxwithdrawaltype a {
    padding: 9px 3px;
    display: grid;
    align-items: center;
}

.outboxwithdrawaltype {
    max-width: 100%;
    border-radius: 12px;
}


.header_text {
    margin-top: 8px;
    font-weight: 400;
    text-transform: uppercase;
}


.main_outer {
    padding-bottom: 84px;
}


.game_btn_main,
.profile_btn_box {
    display: flex;
    justify-content: center;
}

.game_btn_main {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: .5rem;
    height: 60px;
}

.profile_btn_box {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: linear-gradient(90deg, #082442, #082442 47%, #04182d);
    box-shadow: 0 54px 55px rgba(0, 0, 0, .25), 0 -12px 30px rgba(0, 0, 0, .12), 0 4px 6px rgba(0, 0, 0, .12), 0 12px 13px rgba(0, 0, 0, .17), 0 -3px 5px rgba(0, 0, 0, .09);
    align-items: center;
}

.profile_game_btn {
    outline: none;
    border: none;
    background: transparent;
    background-color: transparent;
}


@media(min-width:901px) {
    #userFooterBar {
        width: 510px !important;
    }
}

.logo_header.d-flex {
    display: flex;
    align-items: center;
}



.challangelistitem {
    background: #ffffff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
}



#userFooterBar {
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 15px 0px !important;
}

.footer_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1.5rem 0;
    position: relative;
    bottom: 0;
    left: 0;
}

.icon_zindex {
    position: relative;
    z-index: 2;
}

.anticon {
    display: inline-flex;
    align-items: center;
    color: white;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profile_icon .title_name {
    color: #fff;
    font-size: .75rem !important;
    margin-bottom: 0 !important;
    font-weight: 300;
}

a.sc-eaUbBy.hmqVod {
    background: none;
    color: blue;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 12px;
    border: 2px solid blue;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    margin-top: 15px;
}


.rulestBox {
    display: flex;
    justify-content: end;
    padding-right: 15px;
}



.list_challanges_main .challangelistitem {
    margin-bottom: 9px;
    background-color: #f1f1f1;
    box-shadow: none;
}

picture.gameCard-image {
    height: auto;
    display: block;
}

.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    transition: all .3s ease;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.1);
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float svg {
    width: 35px;
}

.mainheadingbox h6 {
    font-size: 20px;
    text-align: center;
}

.userprofilebasemodel img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.userprofilebasemodel h6 {
    font-size: 15px;
    font-weight: 500;
}

.userprofilebasemodel .left,
.userprofilebasemodel .right {
    display: flex;
    align-items: center;
    gap: 10px;
}


.userprofilebasemodel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.centerverse img {
    height: 50px;
    object-fit: contain;
}


span.ms-2 {
    margin-left: 6px;
    font-weight: 500;
}


span.me-2 {
    margin-left: 6px;
    font-weight: 500;
}

.sideNav-options svg {
    width: 20px;
    color: blue;
}