.wrapper{
    display: flex;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #f5f5f9;
}
.sidebar{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    min-height: 100vh;
    width: 200px;
    z-index: 100;
    transition: all 0.5s ease;
    transition-duration: 0.9s;
    background: #fff;
    background-size: cover;
    box-shadow: 0 .125rem .375rem 0 rgba(161, 172, 184, .12);
}
.sidebar.close{
    width: 50px;
}
.sidebar .logo-details{
    height: 75px;
    width: 100%;
    align-items: center;
    margin: 10px 5px;
    text-align:center;
}
.sidebar .logo-details img{
    width: 40px;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
    transition-delay: 0.1s;
    padding: 12px 0px 0px 0px;
    text-transform: uppercase;
    display: block;
    color: #121212;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
    height: 100%;
    padding: 5px 0 15px 0;
    overflow: auto;
    border-top: 1px solid #12181f1c;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    background: transparent;
    margin: 2px 0px;
    border-radius: 3px 0px 0px 3px;
    transition-duration: 1s;
    box-shadow: inset 0 0 0 0 #302e3b;
    padding: 0px 0px;
}
.sidebar .nav-links li:hover{
    box-shadow: inset 350px 0 0 0 #302e3b1a;
    transition-duration: 1s;
    transition-duration: 1s;
    color: #000;
    border-radius: 5px;
}
.sidebar .nav-links li:hover .link_name{
    color: #000;
}
.sidebar .nav-links li:hover i{
    color: #000;
    transition-duration:1s;
    -webkit-text-fill-color: unset;
}
.sidebar .nav-links li:hover a , .sidebar .nav-links li a:hover{
    color:#000;
}
.sidebar .nav-links li .icon-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar.close .nav-links li .icon-link{
    display: block
}
.sidebar .nav-links li i{
    height: 38px;
    min-width: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    color:var(--green);
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Exo 2', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}
.sidebar .nav-links li a .link_name{
    font-size: 14px;
    font-weight: 600;
    color: #6e6e73;
    transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
    padding: 6px 10px 10px 10px;
    margin-top: -10px;
    background: linear-gradient(84deg, #040a27, #040a27 );
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 6px;
    white-space: nowrap;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 1s;
  box-shadow: inset 0 0 0 0 #55ecff;
}
.sidebar.close .nav-links li .sub-menu:hover{
    box-shadow: inset 350px 0 0 0 #ac37a6;
    transition: 1s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
    font-size: 15px;
    opacity: 1;
    display: block;
    background: transparent;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    border: none;
    background: none;
    color: #fff;
}
.sub-menu .blank:hover a{
    color:#000;
}
.sidebar .nav-links li .sub-menu.blank{
    opacity: 1;
    pointer-events: auto;
    padding: 2px 20px 2px 16px;
    opacity: 0;
    pointer-events: none;
    color: #fff;
    background: #232323;
}
.sidebar .nav-links li .sub-menu.blank li{
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    background: none;
    margin: 5px 0px;
    border-radius: 3px 0px 0px 3px;
    transition-duration: 1s;
    box-shadow: inset 0 0 0 0 #55ecff;
    padding: 0px 0px;
    border: 1px;
    border-top: 1px dashed #73ba3f30;
    border-bottom: 1px dashed #73ba3f30;
    color: #fff;
    border: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
    position: fixed;
    bottom: 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00000054;
    padding: 14px 10px;
    transition: all 0.5s ease;
}


.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}

.sidebar .profile-details .profile_name{
    font-size: 19px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: capitalize;
    background: linear-gradient(180deg, #fed221 20%, #ffac11 ,#ff8601 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    margin: 0px;
}

.profile-details i{
    font-size: 28px !important;
    color: #ffc019 !important;
}


.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}

.sidebar .profile-details .job{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px;
}


.home-section{
    position: relative;
    background: url(../images/admin2_bg.png) no-repeat top center;
    background-size: 100% 100%;
    background-attachment: fixed !IMPORTANT;
    min-height: 100%;
    left: 0px;
    width: calc(100% - 200px);
    transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 0px;
  width: calc(100% - 50px);
}
.home-section .home-content{
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 .375rem .25rem rgba(161, 172, 184, .15);
}
.home-section .home-content .ri-menu-line{
    border-radius: 4px;
    color: #ffffff;
    transition-duration: inherit;
    margin: 0px 10px;
    cursor: pointer;
    border: 4px double #e3cb92;
    padding: 1px 10px;
    display: none;
    background: #2123a8;
}
.home-section .home-content .ri-menu-line:hover{
    filter: drop-shadow(2px 3px 5px #fff); 
    transition-duration:1s;
}
.home-section .home-content .head{
    font-size: 35px;
    font-weight: 600;
    padding: 0px;
    margin: 7px 0px 10px 0px;
    text-transform: capitalize;
    color: #fff;
    position:relative;
}
.home-section .home-content .head:before{
    content: "";
    color: #3f4ffd;
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    max-width: 100px;
    height: 5px;
    background: linear-gradient(45deg, #3f4ffd, transparent 64%);
    border-radius: 15px;
}
.home-section .home-content .bx-menu{
    margin: 0 15px;
    cursor: pointer;
    color: #fe5959;
    border: 1px solid #fe5959;
    border-radius: 6px;
    padding: 0px 4px;
}

.home-section .home-content .text1{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    float:right;
    background: url(../images/but_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.home-section .home-content1{
    float: right;
    margin: -55px 0px 0px 0px;
    width: 55%;
}
.home-section .headerall_top{
    background: url(../images/refer_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 10px;
    position: relative;
}
.home-section .home-content1 .top_detail{
    margin: 0px 0px 0px 0px;
}
.home-section .home-content1 .top_detail li{
    display: inline-block;
    width: 40%;
    text-align: right;
}
.home-section .home-content1 .top_detail li:nth-child(1){
    width: 88%;
}
.home-section .home-content1 .top_detail li:nth-child(2){
    width: 10%;
}
.home-section .home-content1 .top_detail li .acc_img1{
    max-width: 52px;
    float: right;
    margin: 0px 0px 0px 18px;
}
.home-section .home-content1 .top_detail li h3{
    background: #1d1d1d;
    padding: 8px;
    border-radius: 5px;
    font-size: 17px;
    max-width: 148px;
    text-align: center;
    display:inline-block;
}
.home-section .home-content1 .top_detail li h3 i{
    margin: 0px 5px 0px 0px;
    font-size: 30px;
    vertical-align: middle;
}
.home-section .home-content1 .top_detail li h3 span{
    color: #fff;
    font-size: 15px;
}
.home-section .home-content1 .top_detail .details{
    position: relative;
    top: 7px;
}
.home-section .home-content1 .top_detail .details i{
    margin: 10px 0px !important;
    transition: 1s;
    font-size: 23px;
    padding: 5px;
    border-radius: 5px;
    color: #697a8d;
}
.home-section .home-content1 .top_detail .details i:hover{
    transform: translateY(-8px);
    transition: 1s;
    color: #2a2d36;
    background: #1517653b;
}
.home-section .log_detail{
    position: relative;
}
.home-section .log_detail button{
    border-radius: 50%;
    background: none;
    border: none;
    outline: none;
    box-shadow: unset !important;
}
.home-section .log_detail .img1{
    max-width: 45px;
    border-radius: 50%;
}
.home-section .log_detail .log_list{
    position: absolute;
    background: #ffffff;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    right: 0px;
    width: 145px;
    display: none;
    z-index: 1;
    box-shadow: 0 .25rem 1rem rgba(161, 172, 184, .45);
}
.home-section .log_detail .log_list li{
    display: block !important;
    width: 90% !important;
    text-align: start;
    margin: 5px;
}
.home-section .log_detail .log_list a{
    font-size: 12px;
    font-weight: 700;
    color: #12121291;
    display: block;
    background: #f5f5f9;
    padding: 5px;
    border-radius: 5px;
    margin: 3px;
    width: 107%;
}
.home-section .log_detail .log_list a i{
    float: left;
    color: var(--green);
    position: relative;
    top: 3px;
    margin: 0px 7px 0px 0px;
}
.home-section .log_detail .log_list a:hover{
    background:#2a2d36;
    filter: drop-shadow(2px 4px 6px black);
    transition: 1s;
    color:#fff;
}
.home-section .home-content1 .dropdown-toggle::after{
    content:unset;
}
.acc_balance{
    padding: 15px 5px 15px 5px;
    border-top: 1px solid #12181f17;
}
.acc_balance h3{
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
    text-align: center;
    padding: 10px;
}
.acc_balance h3 i{
    float: right;
    font-size: 12px;
    color: #566a7f;
    padding: 10px;
}
.acc_balance h3 span{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #12121291;
    padding: 4px 0px 0px;
}
.acc_balancelist{
    background: #f8f8f9;
    margin: 10px 0px 0px;
    padding: 5px;
    border-radius: 10px;
    display:none;
}
.acc_balancelist h2{
    font-size: 13px;
    font-weight: 600;
    color: #12121291;
    padding: 5px 0px;
    border-bottom: 1px solid #0000000f;
}
.acc_balancelist h2 span{
    float: right;
    color: var(--green);
}
.user_deti{
    padding: 0px 0px 0px 45px;
    position: relative;
    margin: 0px 0px 0px 10px;
}
.user_deti h3{
    font-size: 15px;
    font-weight: 600;
    color: #302e3b;
}
.user_deti h3 span{
    color: #12121291;
    font-size: 13px;
    display: block;
    padding: 2px 0px;
}
.user_deti i{
    float: left;
    font-size: 18px;
    position: absolute;
    left: 0px;
    background-color: #eedaac !important;
    color: #a58743 !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 9px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .sidebar.close {
        width: 0;
        overflow: hidden;
    }
    .sidebar.close.small-screen{
        width: 50px;
       overflow: initial;
    }
    .table_list h3 {
        font-size: 11px;
    }
    .admin2_bg .table-responsive table {
        width:100% !IMPORTANT;
        min-width: 500px;
    }
}
/******=====HEADERALL CSS PART=====*****/ 

/******=====ADMIN1 CSS PART=====*****/ 
.account_bg{
    padding:20px;
}
.account_main{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin: 20px 0px 0px;
}
.acc_ref i{
    float: right;
    color: #5cd8b2;
}
.acc_ref h3{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: var(--text-subtitle);
}
.acc_ref h3 a{
    color:var(--green) !important;
}
/* .depo_bg,.with_bg,.dep_list,.hist_bg,.ref,.referlink_bg,.security,.edit_acc,.dep_con{
    margin-left:195px;
} */
.dep_list1,.hist_bg1{
    margin-left:0px;
}

/*
.head4:after{
    content:'';
    position:absolute;
    background: linear-gradient(45deg, #e161d0, transparent);
    height: 2px;
    width: 223px;
}*/



.stat_items{
    max-width: 183px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin: 10px auto 10px;
}
.stat_items h3{
    font-size: 16px;
    font-family: "poppins";
    font-weight: 400;
    padding: 5px 0px;
}
.stat_items h3 span{
    display: block;
    font-weight: 600;
    padding: 10px 0px 0px;
    font-size: 19px;
}
.account_bg .owl-theme .owl-dots .owl-dot {
    display: none;
}
.css-10qqm3a {
    min-width: 100%;
    color: var(--color-fg);
    border-collapse: separate;
    border-spacing: 0px;
    table-layout: fixed;
    display: none !important;
}
.frame{
    height: 372px;
    overflow:hidden;
}
iframe {
    border-radius: 10px;
}
.pay_detail{
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    height: 366px;
    overflow-y: scroll;
    background: #fff;
}
.head4 h2{
    font-size: 30px;
    font-family: var(--secondary_font);
    font-weight: 600;
    padding: 9px 0px 23px 0px;
    color: var(--green);
    letter-spacing: 1px;
}
.pay_img  h2 span{
    font-weight: 600;
}
.pay_img {
        margin: 10px 0px;
}
.payment_grp img{
    max-width: 40px;
}
.payment_grp h2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #00000036;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    padding: 16px 0px 9px 0px;
}
.pay_detail::-webkit-scrollbar{
    display: none;
}
.account_main .owl-stage{
    padding: 10px   !important;
}
 .pay_img .pay {
    max-width: 32px;;
}
.account_bg .inpts{
    border: none !important;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: var(--secondary_font);
    color: var(--text-subtitle);
    font-weight: 400;
    background: var(--green-light);
    outline: none;
}
.dash_ref{
padding: 20px;
    margin: 30px 0px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    border-top: 3px solid var(--green-mid)
}
.acc_ref h2{
    font-size: 18px;
    font-weight: 500;
    font-family: var(--secondary_font);
    padding: 9px 0px;
    position: relative;
    text-transform: capitalize;
}
.acc_ref h2 i{
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acc_ref h2 button{
    float: right;
    position: absolute;
    right: 31px;
    bottom: 14px;
    background: var(--green-mid);
    border-radius: 10px;
    border: none;
    box-shadow: none;
    padding: 11px 15px;
}
.dash_img{
    margin: 30px 0px;
}
/******=====ADMIN1 CSS PART=====*****/ 


/************************deposit_bg*************************/
.deposit_bg  .plan1 {
    max-width: 250px;
    margin: 0px auto 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 18px;
    border-radius: 10px;    
    background: #ffff;
}
.deposit_bg .plan_check_bg{
    margin: 10px auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: fit-content;
    padding: 8px;
}
 
.deposit_bg .plan_check_bg input{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0; 
    cursor: pointer;
}
.deposit_bg .plan_check_bg .plan_check{
    width: 70px;
    height: 70px;
    display: block;
    background: var(--green-light);
    border-radius: 50%;
}  
.deposit_bg .plan_check_bg input:checked ~ .plan_check::before{
    content: "\2713";
    position: absolute;
    right: 0;
    left: 0;
    color: #ff4f00;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 24px #70e1c5;
    border-radius: 50%;
    color: #000;
}
.plan1 h2{
    color: #000;
    font-size: 25px;
    font-weight:600;
    font-family: var(--secondary_font);
    text-align: center;
}
.plan1 h3{
    font-size: 20px;
    font-family: var(--primary_font);
    font-weight: 400;
    color: var(--green);
    text-align: center;
    margin: 5px 0px;
}
.plan1 h6{
    font-size: 16px;
    font-family: var(--secondary_font);
    font-weight: 400;
    color: var(--text-subtitle);
    padding: 9px 0px 5px;   
}
.plan1 h6 span{
    float: right;
    color: var(--green);
}
.deposit_bg .nav .active {
    background: var(--green);
    color:#fff;
}
.deposit_bg .nav button{
    border: 2px solid #fff;
    background: var(--green-light);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    padding: 12px;
    border-radius: 5px;
}
.wrapper .head h2{
    font-size: 25px;
    font-family: var(--primary_font);
    font-weight: 700;
    margin: 20px 0px;
    color: var(--green);
}

/************************spend_check_bg*************************/
.spend_check_bg{
    margin: 20px auto 20px;
    text-align: center;
}
.spend_check_bg p{
    display: inline-block;
    width: 100%;
    max-width: 180px;
    position: relative;
    vertical-align: top;
}

.spend_check_bg input{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
}
.spend_check_bg .spend_check { 
    cursor: pointer;
    position: relative;
    display: block;
    padding: 15px;
    margin: 5px;
    font-size: 13px;
    text-align: left;
    color: #000;
    vertical-align: top;
    border-radius: 5px;
    opacity: 0.8;
    background: var(--green-light);
    border: 3px solid #ffff;
}
.spend_check_bg .spend_check  small{
    font-weight: 500;
    color: #393939;
    display: block;
    font-size: 14px;
    font-family: var(--secondary_font);
}
.spend_check_bg .spend_check  img{
    display: block;
    margin: 3px 7px 0px 0px;
    float: left;
    max-width: 32px;
} 
 .spend_check_bg input:checked   ~ .spend_check{
box-shadow: 0px 0px 12px #e6faf5;
    opacity: 1;
    background: #00a876;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--secondary_font);
    color: #ffff;
 }
 .acc_pro {
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 9px;
    background: #fff;
 }
  .acc_pro h1{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: var(--primary_font);
    color: var(--text-title);
  }
.spend_check_bg input:checked ~ .spend_check::after {
position: absolute;
    top: -1px;
    left: 13px;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto;
    background: #1ed89a;
    color: #e7e2e2;
    z-index: 111;
    border-radius: 100%;
    content: "\2713";
    text-align: center;
    font-size: 19px;
    padding: 4px;
    font-weight: 600;
} 
.home-section .sbmt{
    display: inline-block;
}

.acc1 h1{
background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 500;
    font-family: var(--secondary_font);
    color: var(--green);
}
.acc1 h1 span{
    display: block;
    margin: 5px 0px 0px;
    color: var(--text-subtitle);
}

 
/************************deposit_list*************************/
.deposit_list{
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    background: #fff;
    font-family: var(--secondary_font);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.deposit_list .deposit_list_date{
    background: #64636333;
    text-align: left;
    padding: 10px;
    border-radius: 20px;
    font-family: var(--secondary_font);
}
.deposit_list  a{
    color:var(--green)!important;
}
.deposit_list a:hover{
    color:#000;
}
.deposit_list  .gateway{
    float: right;
    max-width: 25px;
    margin: 0px 0px ;
}
.deposit_list .deposit_list_date p{
    margin: 0px ; 
    color: #393939;
}
.deposit_list .deposit_list_date p span{
   float: right; 
    color: #000;
}
.deposit_list ul{  
    padding: 10px;  
    text-align: left; 
    margin: 0px;
}
.deposit_list ul li{
   margin: 15px 0px !important;
}
.deposit_list ul li h3{
    font-size: 15px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: #393939;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px dotted #ddd;
    padding: 0px 0px 5px

}
.deposit_list ul li h3 i{
color: var(--green);
    font-size: 14px;
}
.deposit_list ul li h3 span{
      float: right;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.earning_his_bg ul li:last-child h3 span{
    float: none;
    display: block;
    text-align: center;
    padding: 5px;
    background: var(--green-mid);
    margin: 10px 0px 0px;
    overflow: auto;
    color: #ffff;
    border-radius: 5px;
}
.deposit_list_bg .earning_his_bg .sbmt{
    margin:0px;
}
.earn{
    margin: 30px 0px 0px;
}
.earn .inpts{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: var(--green-light);
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--primary_font);
    color: var(--text-title);
}

 /***** Referal Part Start******/
.ref {
    padding-bottom: 50px;
}
.ref_text{
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 330px;
    width: 100%;
    margin: 20px auto;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ref_text h3{
    font-size: 18px;
    font-weight: 300;
    text-align: start;
    color: var(--text-color);
}
.ref_text h4{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--primary_font);
    color: var(--green);
    text-align: start;
    padding: 7px 0px 0px;
}
.ref .head4 h2{
    font-size:30px;
}
.ref_text img{
    float: right;
    max-width: 50px;
    padding: 5px;
    border-radius: 5px;
    background:var(--green)
}

/***** Referal Part End******/


/***** Referal link Part start******/
.referlink_bg  .tab{
    display: flex;
    align-items: baseline;
    justify-content: center;
	position:relative;
    flex-wrap: wrap;
    gap: 10px
}
.referlink_bg .tab .tablinks.active{
    background: var(--green);
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    max-width: 200px;
    width: 100%;
}
.referlink_bg .tab .tablinks {
    padding: 9px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    max-width: 200px;
    width: 100%;
    border-radius: 5px !important;
    margin: 0px 10px !important;
    background: var(--green-light);
    color: var(--heading-text_color);
    border: none;
    cursor: pointer;
    border-bottom: 1px solid var(--green);
}
.referlink_bg .tabcontent{
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin: 30px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.referlink_bg .tabcontent h3 {
    font-size: 13px;
    font-weight: 300;
    color: var(--text-color);
    margin: 10px 0px 5px;
}
.referlink_bg .tabcontent h3 span {
    font-size: 20px;
    font-weight: 500;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.referlink_bg  .inpts{
    padding: 20px;
    width: 100%;
    background: var(--green-light);
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid #1486fe47;
    border-radius: 5px;
    margin: 20px 0px;
    outline: none;
    border: none;
}
.referlink_bg .copy_but .but3 {
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    width: fit-content;
    background: var(--gradient-color);
    border: none;
    outline: none;
    color: #ffff;
    border-radius: 3px
}
.referlink_bg .copy_but span {
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 13px !important;
    color: #fff !important;
}

/***** Referal link Part End******/
/*==========  edit_bg  CSS START  ========== */
.edit_bg{
   
}

.edit_bg .edit_form{
   background-image: url(../images/plan1_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    padding: 10px;
    border-radius: 15px;
    background-attachment: fixed;
    margin: 10px auto;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.edit_bg .acc1 {
   max-width: unset;
   padding: 20px 10px;
}
.edit_bg  .form_item h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--secondary_font);
    color: #393939;
    padding: 0px 0px 10px;
}
.edit_bg .head  img{
    max-width: 150px;
    border-radius: 50%;
    outline: 5px solid var(--green-light);
}
.edit_bg .form_block h3{
    width: unset;
    background: transparent;
    padding: 0px;
    text-transform: capitalize;  
}
.edit_bg .acc1 h6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    margin: 10px 6px;
}
.edit_bg .edit_but{
    background: var(--green);
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--secondary_font);
    text-transform: capitalize;
    margin: 10px 0px 0px;
}
.edit_bg .head h6 span{
text-transform: lowercase;
    float: right;
}
.edit_bg .acc1 h1{
    background: var(--green-light);
    padding: 20px;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 500;
    font-family: var(--secondary_font);
    color: var(--green);
}
.security .head4 h2{
    font-size: 25px;
    font-family: var(--secondary_font);
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.security h3{
     font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: #000;
}
.security .form1 p{
    text-align: start;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: #393939;
    margin: 17px 0px;
}
.secure_text h4 {
      margin: 15px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--secondary_font);
    color: #393939;
    
}
.security_item p {
    position: relative;
    display: flex;
    align-items: center;
    font-family: var(--secondary_font);
    font-size: 14px;
    margin: 0px 30px 0px 0px;
}
.security_item label {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
}
.security_item input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.security_item .checkmark{
      background: #fff !important;
    width: 100%;
    height: 100%;
    display: flex;
    border: 1px solid #000;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    color: #000;
}
.security_item label input:checked ~ .checkmark::before {
    content: "\2713";
    color: #000;
    font-weight: 900;
    font-size: 20px;
}
.secure_text h4 a{
    font-size: 16px;
    font-family: var(--secondary_font);
    font-weight: 400;
    color: var(--green);
}
.secure_text h4 a:hover{
    color:#000 !important;
}
.security .inpts:focus {
    border:1px solid #000;
}
.security .inpts{
    color: #000;
    width: 100%;
    padding: 6px;
    border: none;
    outline: none;
    background: var(--green-light);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
}
.security .form1{
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.secure_text .qr_img{
    max-width: 110px;
    margin: 10px 0px 0px;
}
.edit_bg .form_item h4 {
    text-align: start;
    margin: 10px 0px;
}
.edit_bg .inpts:focus{
     border:1px solid #000;
}
.earn .inpts:focus{
     border:1px solid #000;
}
.earn .inpts{
    color: #393939;
}
.submit_btn .inpts:focus{
     border:1px solid #000;
}
.submit_btn .inpts {
    color: #000;
    border: 1px solid #a9a9a9;
}
.form_items .inpts:focus{
     border:1px solid #000;
}
.form_items .inpts{
    color:#000;
}
.form_but{
    margin: 10px 0px 0px;

}
.text-danger {
    color: #dc4886 !important;
}
.edit_bg .submit_btn{
    margin: 10px 0px 0px;
}
.table_list h3{
    font-size: 14px;
    font-family: var(--secondary_font);
    font-weight: 400;
    color: #393939;
    margin: 15px 0px;
    border-bottom: 1px solid #7a7474;
    padding:7px 5px;

}
.table_detail{
    background: #fff;
    padding: 15px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}
.table_list h3 span{
    float: right;
    font-weight: 600;
    color: #000;
}
.dep_con .form1{
   padding: 20px !important;
    background: #fff; 
}
    

.head4 h2{
    font-size: 25px;
    font-weight: 600;
    font-family: var(--secondary_font);
    color: #000;
}
.deposit-process,.deposit-cancel{
    max-width: 120px;
    font-size: 16px;
    font-family: var(--secondary_font);
    font-weight: 500;
    margin: 10px 0px;
}
.form_items{
    position: relative;
}
.form_items button{
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 30px;
    color: #fff;
    background: #000;
    border: none;
}
.login_tfa  .sbmt{
    margin: 10px 0px;
    width: 40%;
    display: inline-block;
}
.form4{
    margin:45px 0px 0px 0px;
}
.earning_his_bg select option{
    background: #000000cc;
    color: #fff;
    border-bottom: 1px solid #343434;
}
.earning_his_bg select option:hover{
    background: #dddd;
}
/*==========  media  CSS START  ========== */

.pagination{
    justify-content: center;
    margin: 20px auto 10px;
}
.pagination li a{
    background: #252725;
    border: 1px solid #252825 !important;
    color: #fff; 
}
.pagination li.active a{
      background: #060606 !important;  
}
.dep_con .form_items .inpts{
    color: #000;
    width: 100%;
    border: 1px solid var(--green);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    padding: 11px;
}
.form_items button{
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 30px;
    color: #fff;
    background: var(--green);
    border: none;
}
.form_item h3{
    font-size: 15px;
    font-weight: 500;
    font-family: var(--primary_font);
    color: var(--text-title);
}
.list_item h3{
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary_font);
    padding: 10px;
    margin: 5px 0px;
    color: var(--text-subtitle);
    border-bottom: 1px dashed #42e78457;
}
.text-light span a{
    color: #ffb34e !important;
    font-weight: 600;
    font-size: 15px;
    
}
.list_item span a {
    color: #ffa758 !important;
}
.list_item h3 i{
    font-size: 13px;
    font-weight: 600;
    padding: 0px 5px 0px 0px;
}
.list_item h3 span{
    float: right;
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
}
.top_detail span{
    display: none;
}

/*==========  media  CSS START  ========== */
@media only screen and (min-width: 1500px) {
.sidebar{
    width: 300px;
}
}
/*==========  media  CSS START  ========== */
@media only screen and (max-width: 1200px) {
.sidebar_btn{
    display: flex;
}
.acc_ref h3 {
    font-size: 14px;
}
.home-section{
    width: calc(100% - 0px);
}
.top_detail span{
    display: inline-block;
}

.sidebar.close ~ .home-section {
    width: 100%;
}
.sidebar{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.sidebar.close.small-screen{
    width: 50px;
    overflow: initial;
}
.sidebar.close {
    width: 0;
} 
.account_bg .acc1 h2 {
    font-size: 18px
}
.Acc_items {
    padding: 10px;
    max-width: 176px;
}
.Acc_items img {
    max-width: 38px;
}
.acc_top .acc_btn1 {
    padding: 7px;
    margin: 5px 0px 0px;
    display: block;
    max-width: 190px;
}
.acc_top p, .acc_top h4{
    font-size: 12px;
}
.security .head4 h2{
    margin: 15px 0px;
}
}

@media only screen and (max-width: 991px) {

.header1_top ul {
    padding: 10px 0px 0px !important;
}

.home-section .home-content1 .top_detail li:nth-child(1){
    width: 82%;
}
.ref_text h3{
    font-size: 12px;
}
.wrapper .stat-card {
    max-width: 210px;
}
.pay_detail{
    margin: 15px 0px;
}
.spend_check_bg p{
    max-width: 207px;
}
.header1_top ul li {
    margin: 5px 0px;
}
.header1_bg .lang_popup_btn { 
    top: 15px; 
}
.sidebar_btn { 
    position: absolute;
    right: 10px;
    top: 15px;
}
.header1_top .logo{
    max-width: 200px;
    padding: 10px 0px 0px; 
}
.Acc_items {
    max-width: 225px;
} 
.Acc_group{
    flex-wrap: wrap;
}
.acc_head{
    margin:0px 0px 10px;
}
.plan1 h3{
    font-size: 17px;
}

/*
.security{
    text-align: center;
}
.security .form1 p{
    justify-content: center;
}
*/

}

@media (max-width:767px){
.home-section .home-content1 .top_detail li:nth-child(1) {
    width: 77%;
}
.acc1{
    margin-top: 10px;
}
}
@media only screen and (max-width: 576px) {
.sidebar .head{
    display: none;
}
.list_item h3 span {
    font-size: 12px;
}
.acc_pro{
    padding: 10px;
}
.home-section .home-content1 .top_detail .details i {
        margin: 7px 0px !important;
        transition: 1s;
        font-size: 18px;
        padding: 2px;
    }
    .user_deti i{
        font-size: 14px;
        width: 30px;
        height: 30px;  
    }
    .home-section .log_detail .img1 {
        max-width: 35px;
    }
    .user_deti h3 span{
        font-size: 10px;
    }
    .user_deti h3 {
        font-size: 12px;
    }
    .wrapper .stat-card {
        max-width: 296px;
    }
    .admin1_bg{
        padding: 10px 0px;
    }
    .account_bg {
     padding: 0px;
    }
    .spend_check_bg input:checked ~ .spend_check::after {
        top: -48px;
    }
    .home-section .home-content1 .top_detail li:nth-child(1)
    {
        width: 71%;
    }

.header1_top .logo{
    max-width: 181px;
    margin: auto;
    padding: 7px 0px 0px; 
}
.header1_content .inpts, .header1_content textarea {
    font-size: 12px;
}
.header1_content .table-responsive table th, .header1_content .table-responsive table .inheader ,.header1_content .table-responsive table td{
    font-size: 12px;
}
.account_bg .acc1 {
    padding: 20px 10px;
}
.account_bg .acc1 h2 {
    font-size: 14px;
}
.account_bg button{
    margin: 0px 5px 0px 0px;
    padding: 0px 18px;
}
.account_bg .nav-tabs{
    JUSTIFY-CONTENT: center !important;
}
.header1_head h2 {
    font-size: 16px;
}
.header1_head h3{
    font-size: 16px;
    padding: 5px;
}
.plan1 h2 {
    font-size: 16px;
}

.account_bg .acc1 h1,.account_bg .acc1 h1 span {
    font-size: 12px;
}
.account_bg .acc1 h6 {
    font-size: 12px;
    display: block;
}
.account_bg .acc1 h6 span{
    color:#000 !important;
    -webkit-text-fill-color:unset;
}
.deposit_bg .plan_check_bg .plan_check {
    width: 50px;
    height: 50px;
}
.spend_check_bg p{
    width: 49%;
}
.spend_check_bg .spend_check {
    padding: 10px;
    margin: 5px 0px;
    font-size: 12px;
    text-align: center;
}
.spend_check_bg .spend_check img {
    margin: 0px auto 5px;
    float: none;
}
.spend_check_bg input:checked ~ .spend_check::after { 
    top: -47px;
    left: 0;
    right: 0; 
}
.deposit_list_bg .row {
    margin: auto;
}
.deposit_list .deposit_list_date,.deposit_list ul li h3 ,.deposit_list ul li h3 span {
    font-size: 12px;
}
.deposit_list .gateway {
    max-width: 20px;
}
.edit_bg .head.acc_pro img{
    max-width: 80px;
    display: none;
}
.edit_but{
    font-size: 13px !important;
}
.edit_bg .acc1 h1 {
    padding: 0px 0px 5px;
    line-height: 25px;
    text-align: center;
}
.acc_balancelist h2 {
    font-size: 11px;
}
.sidebar .logo-details .logo_name {
    font-size: 11px;
}
.edit_bg .head .acc_ref{
    padding: 10px 0px;
}
.all-trns{
   margin-bottom: 10px; 
}
.form4 {
    margin: 25px 0px 0px 0px;
}
.sidebar{
    width: 145px;
}
.ref_banner .header1_content .inpts, .header1_content textarea {
    padding: 15px;
}
.table_list h3 {
    font-size: 12px;
}
.table_detail {
    padding: 5px !important;
}
.acc_but{
    text-align:center;
}
.acc_btn{
    margin: 10px 0px;
    max-width:unset;
}
.acc_head .acc_btn2{
    max-width:unset;
}
.acc_head h1 span {
    font-size: 20px;
}
.calender_img {
    max-width: 65px;
}
.acc_top .acc_btn1 {
    max-width: 178px;
}
.Acc_group {
    margin:0px;
}
.deposit_bg .nav .active{
    font-size: 12px;
    padding: 5px;
}
.acc_head h1 span {
    font-size: 18px;
}
.acc_head h1{
    margin: 0px 0px 0px;
}
.header1_top a {
        font-size: 17px;
}
.deposit_bg .nav button{
    max-width: 164px;
    font-size: 12px;
    padding: 5px;
}
.referlink_bg .tab .tablinks,.referlink_bg .tab .tablinks.active {
    max-width: 143px;
}
.referlink_bg .tabcontent{
    margin: 23px 0px;
}
.security .row{
    margin: auto;
}
.table_list h3 span{
    font-size: 10px;
}
}



















