/******************************nav*******************************/

.collapsea{
    background: #171717;
    padding: 10px 10px;
    width: 200px;
}

.collapsea .log-admin{
    padding: 0px 0px;
}

.collapsea ul{
    list-style: none;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.collapsea ul li{
    display: block;
    padding: 6px 0px;
    position:relative;
    z-index:11;
}

.collapsea ul li a{
    font-family: 'Montserrat';
    font-size: 16px;
    background: transparent;
    color: #fff;
    transition: .7s;
    padding: 6px 4px;
    border-bottom: 1px solid transparent;
}

.collapsea ul li a:hover{
    color: #e30606;
    transition: .7s;
    border-bottom: 1px solid #e6090b;
}

.collapsea ul li a i{
    color: #e60606;
    padding: 0px 6px;
}

.collapsea ul li a span{
    
}

.collapsea .user_info{
    padding: 0px 0px ;
} 

.collapsea .user_info h6{
   padding: 0px 0px;
    margin: 30px 0px 0px;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
} 



.admin_main_bg{
    background: url(../images/apc-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0px 50px 0px;
    overflow:hidden;
}

.admin_main_bg .toggle_but{
    padding: 0px 0px;
}

.admin_main_bg .toggle_but i{
    padding: 0px 4px;
    color: #e60606;
    font-size: 28px;
    border: 1px solid;
    border-radius: 4px;
}

.admin_main_bg h4{
    padding: 0px 0px;
}

.admin_main_bg h4 a{
    padding: 0px 0px;
}

.admin_main_bg .smrt_reoplce{
    padding: 0px 0px;
    position: relative;
    text-align:center;
}

.admin_main_bg .smrt_reoplce h2{
    padding: 0px 0px;
    margin: 10px 0px;
    font-family: 'Merienda', cursive;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 500;
}


.admin_main_bg .user_info {
    text-align: right;
    margin: 10px 0px;
}

.admin_main_bg .user_info i{
        font-size: 44px;
    color: #e60606;
    padding: 0px 0px 0px 16px;
    margin: 0px 0px;
    float: right;
    -webkit-text-fill-color: #171717;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.admin_main_bg .user_info h2{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.admin_main_bg .user_info h3{
    font-family: 'Merienda';
    font-size: 20px;
    color: #e60606;
    padding: 4px 0px 0px 0px;
    text-transform: capitalize;
    margin: 0px;
}



/********************************acc-main*********************************/

.acc-main{
    padding: 0px 0px 0px 0px;
}


.acc-main .acc-det{
    padding: 30px 0px 30px 0px;
} 

.acc-main .acc-det ul{
    list-style:none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
} 

.acc-main .acc-det ul li{
    display: inline-block;
    padding: 0px 40px;
    width: 33%;
    margin: 10px auto;
} 

.acc-main .acc-det ul li .acc1{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
} 

.acc-main .acc-det ul li .acc1 img{
    padding: 6px 6px;
    margin: 0px 0px 0px 0px;
    float: left;
    width: 60px;
} 

.acc-main .acc-det ul li .acc1 h1{
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.acc-main .acc-det ul li .acc1 h2{
    padding: 4px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.acc-main .usr-acc-bal{
    padding: 30px 0px 0px 0px;
}

.acc-main .usr-acc-bal .acc-bal{
    padding: 200px 0px 0px 0px;
    background: url(../images/acc-bal1.png) no-repeat top center;
    background-size: contain;
    height: 430px;
    text-align: center;
}

.acc-main .usr-acc-bal .acc-bal h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 0px 0px 14px 0px;
    margin: 0px; 
}

.acc-main .usr-acc-bal .acc-bal p{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.acc-main .usr-acc-bal .acc-bal p span{
    font-weight: 800; 
}

.acc-main .usr-acc-bal .acc-bal .but{
    padding: 14px 0px 0px 0px;
}

.acc-main .usr-acc-bal .acc-bal .but a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #e60606;
    border: 1px solid #e60606;
    padding: 8px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 6px;
    transition: .7s;
}

.acc-main .usr-acc-bal .acc-bal .but a:hover{
    
}


.acc-main .details-box {
    padding: 20px 20px;
    text-align: center;
    border: 1px solid #e60606;
    border-radius: 6px;
    margin: 50px 0px 0px 0px;
}

.acc-main .details-box h1{
    font-family: 'Merienda';
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.acc-main .details-box p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #102645;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align:left;
}

.acc-main .details-box p span{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #29a8db;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
}

.acc-main .refvalue{
    padding: 10px 0px 0px 0px;
}

.acc-main .refvalue input{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #ffbe00;
    background: transparent;
    border-radius: 6px;
    width: 80%;
    outline: none;
}

.acc-main .refvalue input:hover , .acc-main .refvalue input:focus{
    border: 1px solid #fff ; 
    box-shadow: 0px 0px 6px #ffbe00
}

.acc-main .copy-but{
    padding: 10px 0px 0px 0px;
}

.acc-main .copy-but .sbmt{
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
    background: #e60606;
    color: #fff;
    border: 1px solid transparent;
}

.acc-main .copy-but .sbmt:hover{
    background: transparent;
    border: 1px solid #e60606;
    color: #e60606; 
}

.acc-main .copy-but i{
    font-size:14px;
    padding: 0px 6px 0px 0px;
}



/**************************deposit**************************/

.deposit{
    padding: 0px 0px 0px 0px;
}

.deposit .in-plan{
    background: unset;
    padding: 0px 0px 0px 0px;
}

.deposit .in-plan .plan {
    padding: 0px 0px 0px 0px;
}

.deposit .in-plan .plan ul {
    padding: 0px 0px 0px 0px;
}

.deposit .in-plan .plan ul li {
    padding: 20px 20px;
}

.deposit .in-plan .plan ul li .pln-box{
   padding: 0px 0px 30px 0px;
} 

.deposit .in-plan .plan ul li .pln-box .but{
    padding: 10px 0px 0px 0px;
}

.deposit .in-plan .plan ul li .pln-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.deposit .in-plan .plan ul li .pln-box .center {
    padding: 55px 16px;
    background: #101010;
    width: fit-content;
    margin: 70px auto 20px;
    border-radius: 100px;
    position: relative;
}

.deposit .in-plan .plan ul li .pln-box .center:after {
    content: "";
    background: url(../images/pln-rnd1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -4px;
    left: -2px;
    width: 168px;
    min-height: 168px;
    animation: rotating 20s linear infinite;
    transition: .7s;
}

.deposit .in-plan .plan ul li .pln-box:hover .center:after, .deposit .in-plan .plan ul li .pln-box .center:hover:after {
    content: "";
    background: url(../images/pln-rnd1-hvr.png) no-repeat;
    background-size: contain;
    transition: .7s;
}


.deposit .nav{
    border: none;
    display: block;
    padding: 40px 0px 30px 0px; 
    text-align: center;
}
.deposit .nav .nav-item{
   width: 48%;
    float: none;
    display: inline-block;
    text-align: center;
}

.deposit .nav .nav-item .nav-link{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    background: transparent;
    margin: 0px 10px 0px 0px;
    padding: 10px 20px;
    border: 2px solid #e60606;
    font-weight: 400;
    border-radius: 5px;
}

.deposit .nav .nav-item .nav-link.active{
    color: #ffffff;
    background: #e60606;
    border: 2px solid #e60606;
}
.deposit .tab-content{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.deposit .radio_btn .checkmark1 {
    left: -20px;
}
.deposit .depo_pro{
    display: inline-block;
    width: 110px;
    margin: 10px 7px;
    padding: 6px 5px;
    border-radius: 10px 0px 10px 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0px 0px 3px #ffbe00;
    vertical-align: top;
}

.deposit .depo_pro h2{
    font-family: 'Montserrat';
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 24px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.deposit .depo_pro .radio_btn{
    display: unset;
    position: relative;
    padding-left: 30px;
    margin: 0px 4px 0px 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.deposit .depo_pro .radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.deposit .depo_pro .radio_btn .checkmark1{
   position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    height: 42px;
    width: 42px;
    background-color: #000;
    text-align: center;
    margin: auto;
    border-radius: 50px; 
}

.deposit .depo_pro .radio_btn .checkmark1 img{
    width:34px;
    transform: translateY(5px);
    transition: 1s;
}

.deposit .depo_pro .radio_btn input:checked ~ .checkmark1{
    background: #e60606;
    border-radius: 50px;
    width: 44px;
    height: 44px;
}

.deposit .depo_pro .radio_btn input:checked ~ .checkmark1::after{
   position: absolute;
    content: "";
    left: -38px;
    top: -7px;
    right: 0px;
    width: 110px;
    height: 71px;
    border: 1px solid #e60606;
    border-radius: 10px 0px;
    box-shadow: 0px 0px 15px 0px #e60606;
}
    
.deposit .depo_pro .radio_btn input:checked ~ .checkmark1 img{

    transition: 1s;
}  



.deposit .depo_bal{
    display: inline-block;
    width: 110px;
    margin: 10px 7px;
    padding: 8px 5px;
    border-radius: 10px 0px 10px 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0px 0px 3px #ffbe00;
    vertical-align: top;
}

.deposit .depo_bal h2{
    font-family: 'Montserrat';
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 24px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.deposit .depo_bal .radio_btn{
    display: unset;
    position: relative;
    padding-left: 30px;
    margin: 0px 4px 0px 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.deposit .depo_bal .radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.deposit .depo_bal .radio_btn input:checked ~ .checkmark1::after{
    position: absolute;
    content: "";
    left: -38px;
    top: -10px;
    right: 0px;
    width: 110px;
    height: 90px;
    border: 1px solid #e60606;
    border-radius: 10px 0px;
    box-shadow: 0px 0px 15px 0px #e60606;
}

.deposit .depo_bal .radio_btn .checkmark1{
   position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    height: 42px;
    width: 42px;
    background-color: #000;
    text-align: center;
    margin: auto;
    border-radius: 50px; 
}

.deposit .depo_bal .radio_btn .checkmark1 img{
    width:34px;
    transform: translateY(5px);
    transition: 1s;
}

.deposit .depo_bal .radio_btn input:checked ~ .checkmark1{
    background: #e60606;
    border-radius: 50px;
    width: 44px;
    height: 44px;
}
    
.deposit .depo_bal .radio_btn input:checked ~ .checkmark1 img{
    transition: 1s;
}  


.deposit .amt-spnt{
    padding: 50px 0px 0px 0px;
    text-align: center;
}

.deposit .amt-spnt h2{
    color: #e60606;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.deposit .amt-spnt input{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 50%;
    height: 46px;
    padding: 0px 10px;
    transition: .3s;
    outline: none;
    border: 1px solid #ffbe00;
    border-radius: 6px;
    background: transparent;
}

.deposit .amt-spnt input:hover , .deposit .amt-spnt input:focus{
   border: 1px solid #fff ;
    box-shadow: 0px 0px 6px #ffbe00 ; 
}

/*******************************withdraw**************************************/

.withdraw{
    padding: 0px 0px 0px 0px;
}

.withdraw .wthrw-info{
   padding: 130px 0px 30px;

}

.withdraw .wthrw-info ul{
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.withdraw .wthrw-info ul li{
    display: inline-block;
    padding: 10px 30px;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.withdraw .wthrw-info ul li .acc {
    padding: 30px 20px 20px 20px;
    margin: auto;
    width: 350px;
    position: relative;
    z-index: 1;
}

.withdraw .wthrw-info ul li .acc::after{
    background: url(../images/acc-bal1.png) no-repeat top center;
    background-size: cover;
    content: "";
    position: absolute;
    height: 220px;
    width: 355px;
    top: -100px;
    left: -4px;
    z-index: -1;
}

.withdraw .wthrw-info ul li .acc:hover{
    
}

.withdraw .wthrw-info ul li .acc h1 {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.withdraw .wthrw-info ul li .acc h2 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 500;
    color: #dc0808;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.withdraw .tab .radio_btn{
    display: unset;
    position: relative;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.withdraw .tab .radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.withdraw .tab .radio_btn .checkmark1 {
    position: absolute;
    top: -18px;
    left: 0px;
    right: 0px;
    height: 40px;
    width: 42px;
    background-color: #000;
    text-align: center;
    margin: auto;
    border-radius: 50px;
}

.withdraw .tab .radio_btn .checkmark1 img {
    width: 36px;
    transform: translate(1px, 1px);
    transition: 1s;
}

.withdraw .tab .radio_btn input:checked ~ .checkmark1{
    background: #e60606;
    width: 38px;
    height: 34px;
    box-shadow: 0px 0px 2px 3px #e60606;
    border-radius: 50px;
}


.withdraw .amt-spnt{
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.withdraw .amt-spnt h2{
    color: #e60606;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.withdraw .amt-spnt input{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 50%;
    height: 46px;
    padding: 0px 10px;
    transition: .3s;
    outline: none;
    border: 1px solid #ffbe00;
    border-radius: 6px;
    background: transparent;
}

.withdraw .amt-spnt input:hover , .withdraw .amt-spnt input:focus{
    border: 1px solid #fff ;
    box-shadow: 0px 0px 6px #ffbe00 ;
}


.withdraw .txt-area{
    padding: 30px 0px 0px 0px;
    text-align:center;
} 

.withdraw .txt-area textarea{
    width: 50%;
    height: 110px;
    padding: 8px 10px;
    transition: .3s;
    outline: none;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #ffbe00;
    border-radius: 4px;
    background: transparent;
}

.withdraw .txt-area textarea:hover , .withdraw .txt-area textarea:focus{
     border: 1px solid #fff ;
    box-shadow: 0px 0px 6px #ffbe00 ;
}



/*****************earnings********************/
.earnings{
    padding: 0px 0px 0px 0px;
}

.earn {
    padding: 0px 0px 0px 0px;
}

.earn .all-trns{
    padding: 0px 0px 0px 0px;
}

.earn .all-trns select{
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    margin: 8px 0px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    background: transparent;
    border: 1px solid #e60606;
    border-radius: 0px;
}


.earn .frm {
    padding: 0px 0px 0px 0px;
    text-align:center;
}

.earn .frm ul {
    list-style:none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.earn .frm ul li{
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
    width: 120px;
}

.earn .frm ul li h1{
    font-family: 'Montserrat';
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.earn .frm select{ 
    width: 100%;
    border: 1px solid #e60606;
    height: 40px;
    padding: 0px 10px;
    margin: 8px 0px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    background: transparent;
    border-radius: 0px;
}

.earn .all-trns select option{
    color:#000;
}

.earn .frm select option{
    color:#000;
} 


/**************************referal-link-bg****************************/

.reff{
    padding: 20px 20px;
}

.reff ul{
    list-style:none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.reff ul li{
    padding: 20px 0px 20px 0px;
}

.reff ul li .reff1{
    padding: 20px 20px;
    background: transparent;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 6px #dad6d6;
}

.reff ul li .reff1 img{
    padding: 10px 0px 20px 0px;
}

.reff ul li .reff1 h1{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #e60606;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}

.reff ul li .reff1 ul{
    list-style:none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.reff ul li .reff1 ul li{
    display: inline-block;
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.reff ul li .reff1 textarea{
    width: 500px;
    height: 110px;
    padding: 8px 10px;
    transition: .3s;
    outline: none;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #ffbe00;
    border-radius: 4px;
    background: transparent;
}

.reff ul li .reff1 textarea:hover , .reff ul li .reff1 textarea:focus{
    border: 1px solid #fff;
    box-shadow: 0px 0px 6px #ffbe00;
}


/**************************edit-acc-bg****************************/

.edit-acc{
    padding:0px 0px;
}

.edit-acc .form-box{
    width: 100%;
    display: inline-block;
    padding: 30px 50px 44px;
    margin: 0px 0px 0px 0px;
    border-radius: 10px;
    text-align: center;
    background: url(../images/login-form.png) no-repeat top center;
    background-size: cover;
}

.edit-acc .form-box .name{
   padding: 20px 0px 0px 0px;
   text-align: center;
}

.edit-acc .form-box .name input{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 80%;
    height: 42px;
    padding: 4px 14px;
    transition: .3s;
    border-radius: 4px;
    outline: none;
    background: transparent;
    border: 1px solid #ffbe00;
}

.edit-acc .form-box .name input:focus , .edit-acc .form-box .name input:hover{
    border: 1px solid #fff;
    box-shadow: 0px 0px 6px #ffbe00;
}
    











/***************************top10***************************/

.top10-bg{
    background: url(../images/login-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}

.top10-bg h3{
    font-family: Merienda, cursive;
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px 40px 0px;
    margin: 0px;
    text-align: center;
}

.top10-bg h3 span{
    color: #e60606;
}


/***********************dep-cnfrm*************************/

.dep-cnfrm{
    padding: 50px 0px 0px 0px;
    text-align:center;
}

.dep-cnfrm h3{
    font-family: 'Merienda';
    font-size: 22px;
    color: #e60606;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}


/***********************table*****************************/

.tab{
    padding: 30px 0px 0px 0px;
}

.tab table{
    border-collapse: collapse;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    background: #f7f8fa;
}

.tab table th {
    padding: 10px 30px;
    font-weight: 500;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #ffffff;
    border-right: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    border-left: 1px solid #2c2c2c;
    background: #e60606;
}

.tab table tr {
    background: #101010;    
}

.tab table tr:hover{
} 

.tab table tbody tr td {
    font-size: 14px;
    white-space: nowrap;
    border-radius: inherit;
    padding: 12px 30px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    border: 1px solid #2c2c2c;
    font-family: 'Montserrat';
}

.tab2 table{
    border-collapse: collapse;
    overflow: hidden;
    width: 50%;
    padding: 5px;
    margin: 20px auto;
}


 
/*****************sbmt***********************/    

.in-but{
    padding: 20px 0px 0px 0px;
    text-align:center;
}

.sbmt{
    font-family: 'Montserrat';
    font-size: 16px;
    padding: 6px 28px;
    border-radius: 6px;
    color: #fff;
    background: #e60606;
    transition: 1s;
}

.sbmt:hover{
    box-shadow: inset 120px 0px #ffbe00;
    transition: 1s;
}



.page-item.active .page-link {
    z-index: 3;
    color: #000 !important;
    background-color: #ffbe00 !important;
    border-color: #e60606 !important;
}

.page-link {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #e60606 !important;
}








@media only screen and (min-width: 1550px){
	
}

@media only screen and (max-width: 1199px){
    

    
    .acc-main .acc-det ul li {
    padding: 10px 40px;
    width: 49%;}
    .acc-main .usr-acc-bal .acc-bal {
    padding: 146px 0px 0px 0px;
    }
    .acc-main .copy-but .sbmt {
    padding: 8px 16px;
    }
    .acc-main .details-box {
    margin: 10px 0px 0px 0px;
    }
    
    .withdraw .wthrw-info ul li {
    padding: 10px 10px;
    }
    

}


@media only screen and (max-width: 991px){
   
   
   .acc-main .acc-det ul li {
    padding: 10px 10px;
   }
   .acc-main .usr-acc-bal .acc-bal {
    padding: 200px 0px 0px 0px;
   }
   .acc-main .refvalue input {
    width: 100%;
   }
   
   .withdraw .tab table tr td:nth-child(1){
    padding: 0px 10px;
    min-width: 170px;
   }
   .withdraw .wthrw-info ul li {
    padding: 60px 10px;
   }
   
   .reff ul li .reff1 textarea {
    width: 390px;
   }
   
   .edit-acc .form-box .name input {
    width: 100%;
   }
   
   .edit-acc .form-box {
    padding: 30px 10px 44px;
   }
   
}

@media only screen and (max-width: 767px){
    
   .acc-main .acc-det ul {
    text-align: center;
   } 
   
   .acc-main .acc-det ul li {
    width: 100%;
   }
   .acc-main .acc-det ul li .acc1 img {
    float: unset;
   }
   .admin_main_bg .user_info {
    text-align: center;
    margin: 10px 0px;
   }
   .admin_main_bg .user_info i {
    padding: 0px 0px 10px 0px;
    float: unset;
   }
   .admin_main_bg .user_info h2 {
    display: none;
   }
   .admin_main_bg .user_info h3 {
    padding: 0px;
   }
   
   .acc-main .usr-acc-bal .acc-bal {
    padding: 146px 0px 0px 0px;
   }
   
   .reff ul li .reff1 textarea {
    width: auto;
   }
   
   
   
   
   
    

}


@media only screen and (max-width: 630px){
    

    
    .collapsea {
    padding: 10px 0px !important;
    width: 50px;
   }
   
   .collapsea ul li a span {
    display: none;
   }
   
   .collapsea ul li a{
    padding: 8px 10px;
    text-align: center;
   }
   
   .collapsea ul li a:hover span , .collapsea ul li a span:hover {
    display: block;
    position: absolute;
    width: 130px;
    top: 4px;
    left: 40px;
    background: #171717;
    padding: 4px 0px;
    border-radius: 4px;  
   }
   
   .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0px !important;
    }
    
    .deposit .amt-spnt input {
    width: 100%;
    }
    
    .withdraw .amt-spnt input {
    width: 90%;
   }
   .withdraw .txt-area textarea {
    width: 90%;
   }
   
   .reff ul li .reff1 ul li {
    padding: 0px 0px;
   }
   .reff ul li .reff1 {
    padding: 20px 0px;
   }

}

	
@media only screen and (max-width: 560px){	
    
    .acc-main .usr-acc-bal .acc-bal {
    padding: 10px;
    margin: 20px auto;
    background: #ffbe00;
    height: unset;
    }
    .acc-main .usr-acc-bal .acc-bal p {
    font-size: 12px;
    }
    .acc-main .usr-acc-bal .acc-bal h1 {
    font-size: 16px;
    }
    .acc-main .details-box h1 {
    font-size: 20px;
    }
    
    .apc-bg .plan ul li .pln-box {
    width: 220px;
    }
    

}


@media only screen and (max-width: 460px){
   
   .withdraw .wthrw-info ul li .acc {
    padding: 0px 0px 20px 0px;
    width: 250px;
   }
   .withdraw .wthrw-info ul li .acc::after {
    width: 260px;
   }
   
}

@media only screen and (max-width: 360px){

}













