/* header top..  */

.bbm_header {
    background-color: var(--header_BGGG);
    border-bottom: 1px solid #756125;
}

.bbm_header .bbm_header_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    /* background: #de00cc38; */
    margin: 0 0px;
    border-radius: 10px;
}

.bbm_header .bbm_header_card img {
    width: 70px;
}

/* all style css */

.content_top_home {
    padding: 40px  0px;
    position: relative;
}
.content_top_home::after{
    position: absolute;
    content: '';
    background-image:url('../../../../uploads/background.jpeg');
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
     z-index: -1;
 }




.footer_nav {
    display: flex;
    justify-content: space-around;
    background:linear-gradient(145deg, #01ff42, #11c33f, #005e18);
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.footer_nav .nav-item {
    /* width: 138px; */
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
    outline: none !important;
    border: 1px solid transparent;
    font-size: 14px;
}
.footer_nav .nav-item a{
    color:#fff;
}

.footer_nav .nav-item i {
    animation: none !important;
    font-size: 22px;
    color: #fff;
}

.footer_nav .nav-item span {
    width: 0;
    overflow: hidden;
}

.footer_nav .nav-item:focus span {
    width: 100%;
    margin-left: 8px;
    transition: .2s;
}


.active-nav-item {
    background-color: rgb(0 0 0 / 20%) !important;
    transition: .2s !important;
    outline: none !important;
    border-color: #000000 !important;

}

.active-nav-item span {
    width: 100% !important;
    margin-left: 8px !important;
    transition: .2s !important;
    color: var(--txt-black)
}

/* WIN PAGE TOP CARD>>>>> */


.bbm_win_sec .bbm_win_header {
    padding: 20px;
     color: var(--txt-black);
    border-radius: 10px;
    background: linear-gradient(145deg, #111c29, #070d14);
    border: 1px solid rgb(0 255 66);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.bbm_win_header .bbm_card-body .refresh__Icon {
    font-size: 20px;
    padding: 8px 10px;
    background-color: var(--primary-color);
    border: 1px solid transparent;
    color: var(--txt-white) !important;
    border-radius: 5px;
    transition: all 0.4s linear;
}

.bbm_win_header .bbm_card-body .refresh__Icon:hover {
    background-color: transparent;
    color: var(--primary-color) !important;
    border-color: currentColor !important;
}

.bbm_win_header .bbm_card-body {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.bbm_win_header .bbm_card-body .bbm-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 13px;

}

.bbm_win_header .bbm_card-body .bbm-1:last-child {
    margin-bottom: 0 !important;
}

.bbm_win_header .bbm_card-body .bbm-1 h6 {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--txt-white);
}


.bbm_win_header .bbm_card-body .bbm-1 span {
    margin-left: 10px;
    display: inline-block;
    color: var(--txt-white);
       font-size: 16px;
    font-weight: 600;
}


.bbm_win_header .bbm_card-body .bbm-btn-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    flex-wrap: nowrap;
    gap: 10px;

}

.bbm_button_body .bbm_number_sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* background: url('../../../../uploads/timer_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
      background: linear-gradient(145deg, #121c27, #080f17);
   border: 1px solid rgb(0 255 66);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    border-radius: 10px;
}

.bbm_button_body .bbm_number_sec h6 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.bbm_button_body .bbm_number_sec p {
    font-size: 17px;
    color: #fff;
    font-weight: 800;
}


.content_top_home .deposit_sec .card {
    padding: 32px 18px;
    border: none;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    background: var(--light-black);
    /* border: 1px solid var(--border_new_primary); */
    /* box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    flex-direction: row;
    color: var(--txt-white);
    transition: all .3s linear;
    box-shadow: 0px 0px 6px #4f4f4f;
}


.copy_address input {
    font-size: 17px !important;
    width: 100%;
    padding: 15px 10px;
    color: #fff !important;
    background-color:#585858 !important;
    border: 1px solid grey;
    
}


.content_top_home .deposit_sec .card img {
    border: 1px solid #fff;
    border-radius: 10px;
}


.deposit_sec .card .info_alert {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.image_flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 26px;
    padding-bottom: 15px;
}

.info_alert span {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 10px;
}

.deposit_sec .card .info_alert i {

    animation: roDDD 0.9s linear infinite;
}


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

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

}

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

.btn-section_deposit .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: #000;
    transition: all 0.4s linear;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    box-shadow: unset;
    outline: none;
}

.btn-section_deposit .btn:hover {
    background-color: transparent;
    color: var(--primary-color);
}


.settigns_main_row {
    row-gap: 20px;
    position: relative;
    z-index: 1;
}


.profile_cards .img_bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bell_icon {
    background-color: var(--primary-color);
    padding: 10px 11px;
    cursor: pointer;
    clip-path: polygon(95% 0%, 100% 5%, 100% 95%, 95% 100%, 45% 100%, 30% 90%, 5% 90%, 0% 85%, -1% 5%, 5% -2%);
}

.img_bg i {
    font-size: 20px;
    color: var(--txt-white);
}

.extra__service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 10px 0 10px;
    border-top: 1px solid #ffffff4f;
    padding-top: 20px;
}

.extra__service .user_title {
    margin: 10px auto;
    font-size: 16px;
    color: var(--txt-white);
}

.extra__service .img_bg_accordion {
    margin-right: 0 !important;
}




.details_user {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.profile-menu li {
    list-style: none;
    /* border-bottom: 1px #d0c9c933 solid; */
    padding: 11px 15px;
}

.profile-menu img {
    max-width: 20px;
    /* margin-right: 20px; */
    height: 20px;
}


.right_sec {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.right_sec span {
    font-size: 15px;
    font-weight: 400;
    color: var(--txt-white);
}



li.dropdown-icon {
    font-size: 16px;
    border: 0;
   background: linear-gradient(145deg, #111c29, #070d14);
    border: 1px solid rgb(0 255 66);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
        color: #fff;
}




button.dropbtn {
    border: none;
    background: transparent;
    font-size: 16px;
    color: var(--txt-white);
}

/* button.dropbtn i {
    margin-top: 10px;
} */

button.dropbtn:focus {
    outline: none;
}

/*.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    /*  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;*/
}

.dropdown-content a {
    color: var(--txt-white);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: all 0.3s linear;
}

.dropdown-content a:hover {
    color: var(--primary-color);
    transform: translateX(10px);
}



/* new------- */


.table_class {
    padding: 30px;
    margin: 0 0 30px;
    border: 0;
    /* position: relative; */
    /* z-index: 1; */
    max-width: 800px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
      background: linear-gradient(145deg, #121c27, #080f17);
   border: 1px solid rgb(0 255 66);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.table_class th {
    background-color: transparent !important;
}


.quiz-constant {
    margin-top: 80px !important;
}


.bbm_win_sec {
    position: relative;
    z-index: 1;
    padding: 30px 0px;
}

#qrcode {
    width: 250px;
    margin: auto;
}

.copy_address{
    position: relative;
}
.copy_address button{
    position: absolute;
    right: 0;
}
.copy_address input{
    padding-right: 62px;
}



















/* MEdia ---- */

@media (max-width:767px) {

    #qrcode {
        width: 200px;
        margin: auto;
    }
}


@media (max-width:576px) {

    .bbm_header .bbm_header_card img {
        width: 50px;
    }

    .bbm_win_sec::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: var(--primary-color);
        border-radius: 0 0 30px 30px;
        z-index: -1;
    }
    .copy_address input {
        padding: 9px 48px 9px 8px;
    }
    .copy_address input{
        /* padding: 9px 10px; */
    }
    .bbm_win_sec .bbm_win_header {
        background-color: var(--light-black);
    }

    .bbm_win_header .bbm_card-body {
        flex-direction: column;
    }

    .profile_cards .bg__left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .profile_cards {
        padding: 18px 20px;
    }

    .image_flex {
        flex-direction: column;
    }

    .quiz-constant {
        margin-top: 40px !important;
    }

    .extra__service {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        /* justify-content: ; */
        row-gap: 10px;
    }

    .extra__service_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .extra__service_inner .user_title {
        margin-left: 14px;
        font-size: 14px;
    }

    .right_sec {
        text-align: left !important;
        flex-direction: row;
    }

    .table_class {
        padding: 10px 5px;
    }

    .bbm_win_header .bbm_card-body .bbm-btn-sec {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    .bbm_card_left {
        width: 100%;
    }

    .bbm_win_header .bbm_card-body .bbm-1 h6,
    .bbm_win_header .bbm_card-body .bbm-1 {
        width: 100%;
        font-size: 14px;
    }

    .tab_row {
        padding: 0;
    }

    .tab_row h2 {
        font-size: 20px;
    }

    .secondary_btn {
        padding:4px 35px;
    }

    .bbm_win_header .bbm_card-body .refresh__Icon {
        font-size: 13px;
        padding: 10px 10px;
    }

    .img_height {
        width: 40px;
        height: 40px;
    }

    table td,
    table th {
        padding: 10px 10px !important;
        height: 30px;
    }

    .content_top_home .deposit_sec .card {
        padding: 15px 10px;
    }



    .content_top_home .bottom-sec .card {
        padding: 20px 15px;
    }

    .settigns_main__COL {
        position: relative;
        z-index: 1;
    }

    .settigns_main__COL::after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: var(--primary-color);
        border-radius: 0 0 30px 30px;
        z-index: -1;
    }

    .footer_nav {
        padding: 12px 0;
    }

    /* .footer_nav .nav-item span {
        display: none;
    } */
     .footer_nav .nav-item{
        flex-direction: column;
        border: none;
     }

    .content_top_home {
        /* margin: 8px 0 0; */
    }

}

.trx button.active_color {
    background: linear-gradient(135deg, #d4af37, #ffdf73) !important;
    color: #000 !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5) !important;
}

#xbtn1.active_color,
#xbtn2.active_color,
#xbtn3.active_color,
#xbtn4.active_color,
#xbtn5.active_color,
#xbtn6.active_color {
    background: linear-gradient(135deg, #d4af37, #ffdf73) !important;
    color: #000 !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5) !important;
}

.trx button.my-active {
    background: #d4af37 !important;
    color: #000 !important;
    border: 1px solid #d4af37 !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5) !important;
}

.trx button.my-active .v-btn__content {
    color: #000 !important;
}