.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;
    filter: invert(1);
}
.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: #697a8d;
}
.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;
    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 #24d5c8;
    padding: 1px 10px;
    display: none;
    background: #26242d;
}
.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: #f5f5f9;
}
.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;
}
.home-section .log_detail .log_list a i{
    float: left;
    color: #e3b955;
    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;
    font-family: "Public Sans", sans-serif;
    color: #302e3b;
}
.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: #302e3b;
    font-family: "Public Sans", sans-serif;
}
.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: #24d5c8 !important;
    color: #ffffff !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;
    }
    .admin2_bg .table-responsive table {
        width:100% !IMPORTANT;
        min-width: 500px;
    }
}
/******=====HEADERALL CSS PART=====*****/ 

/******=====ADMIN1 CSS PART=====*****/ 
.admin1_bg{
    padding: 30px 0px;
}
.acc_detail{
    margin: 25px 0px;
}
.acc_detail li{
    display: inline-block;
    width: 32%;
}
.acc_main{
    text-align: start;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 260px;
}
.acc_main i{
    float: right;
    background: #f5f5f9;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 11px;
    border-radius: 6px;
    font-size: 22px;
}
.acc_main h3{
    font-size: 13px;
    font-weight: 500;
    color: #a1acb8 !important;
}
.acc_main span{
    display: block;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0px 0px;
    font-family: "Public Sans", sans-serif;
    color: #6e6e73;
}
.acc_main1{
    border-bottom: 2px solid #6d78ff;
}
.acc_main1 i{
    background-color: #e7e7ff !important;
    color: #696cff !important;
}
.acc_main2{
    border-bottom: 2px solid #ffad4c;
}
.acc_main2 i{
    background-color: #fff2d6 !important;
    color: #ffab00 !important;
}
.acc_main3{
    border-bottom: 2px solid #ff5f4e;
}
.acc_main3 i{
    background-color: #ffe0db !important;
    color: #ff3e1d !important;
}
.acc_main4{
    border-bottom: 2px solid #8592a3;
}
.acc_main4 i{
    background-color: #ebeef0 !important;
    color: #8592a3 !important;
}
.pay_detail{
    max-height: 282px;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
}
.pay_detail li{
    width: 100%;
}
.pay_detail .pay_img{
    background: #ffffff;
    padding: 15px 10px 15px 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 5px auto;
}
.pay_detail .pay_img .payment{
    max-width: 35px;
    margin: -9px 7px 0px 0px;
    float: left;
}
.pay_detail .pay_img h2{
    text-align: start;
    font-size: 13px;
    font-weight: 600;
    color: #12121291;
}
.pay_detail .pay_img h2 span{
    font-size: 13px;
    font-weight: 600;
    display: block;
    float: right;
    font-family: "Public Sans", sans-serif;
    color: #302e3b;
}
.user_detail{
    width: 100%;
    background: #2a2d36;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}
.user_detail .logo{
    max-width: 240px;
    margin: 0px auto 10px !important;
}
.user_detail h4{
    font-size: 16px;
    font-weight: 600;
    color: #bfbfbf;
    text-align: start;
    padding: 10px 0px 6px;
    border-bottom: 1px dashed #6a76eb;
}
.user_detail h4 span{
    color: #6a76f9;
    padding: 0px 0px 0px;
    float: right;
}
.head3{
    margin: 25px 0px 15px;
    text-align:start;
}
.head3 h1 {
    font-size: 21px;
    font-weight: 700;
    color: #84878abd;
    position: relative;
    text-align: start;
}
.head3 .logo {
    max-width: 32px;
}
.acc_money{
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.acc_money li{
    width: 24%;
    display: inline-block;
}
.acc_text{
    text-align: start;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    max-width: 280px;
    margin: 10px auto 0px;
    position: relative;
}
.acc_text1{
    max-width: 360px;
}
.acc_text i{
    float: right;
    background: #f5f5f9;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 11px;
    border-radius: 6px;
    font-size: 22px;
}
.acc_text h3{
    font-size: 13px;
    font-weight: 500;
    color: #a1acb8 !important;
}
.acc_text h4{
    display: block;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0px 0px;
    font-family: "Public Sans", sans-serif;
    color: #6e6e73;
}
.acc_ref{
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12); 
    margin: 20px 0px;
}
.acc_ref h2{
    font-size: 17px;
    font-weight: 600;
    color: #6e6e73;
}
.acc_ref h3{
    font-size: 14px;
    font-weight: 600;
    color: #302e3b;
}
.acc_ref h3 a{
    color: #24d5c8;
    font-weight: 600;
}
.acc_ref h2 a{
    color: #6a76f9;
    font-weight: 600;
}
.acc_ref h2 button{
    background: none;
    border: none;
    outline: none;
    box-shadow: unset !important;
    float: right;
}
.acc_ref h2 button i{
    background: #24d5c8;
    padding: 0px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0b0a0a !important;
}
.acc_ref input{
    background: #f5f5f9;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    color: #302e3b;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0px 0px;
    border: none;
    outline: none;
}
.acc_ref i{
    color: #03c3ec !important;
    box-shadow: 0 0 0 .1875rem rgba(3, 195, 236, .16);
    border-radius: 50%;
    float: right;
}
.acc_detail1{
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}
.acc_detail1 h3{
    font-size: 20px;
    font-weight: 600;
    color: #12121291;
}
.acc_detail1 h3 span{
    color: #302e3b;
    font-weight: 700;
    font-size: 22px;
    margin: 0px 0px 0px 5px;
}
.acc_detail1 p{
    padding: 10px 0px 30px;
    font-size: 13px;
    font-weight: 600;
    color: #12121291;
    width: 60%;
    line-height: 22px;
}
.acc_detail1 .img1{
    float: right;
    max-width: 94px;
    width: 100%;
    position: relative;
    top: 17px;
}
.acc_detail1 a:hover{
    color:#000;
}

/******=====ADMIN1 CSS PART=====*****/ 


/******=====DEPOSIT CSS PART=====*****/ 

.depo_bg .plan_level {
    padding: 15px;
    text-align: center;
}
.depo_bg .plan_level h3 {
    margin: 45px 0px;
}
.depo_bg .plan_level h3::before {
    height: 100px;
    max-width: 100px;
}
.depo_bg .plan_level h3 img{
    max-width: 50px;
}
.depo_bg .plan_but{
    margin: 30px 0px 0px;
}
.depo_bg .plan_text p span{
    font-size: 13px;
}
.checkmark_bg{
    position: relative;
    cursor: pointer;
}
.check_but{
    
}
.checkmark_bg label{
    cursor: pointer;
    width: 100%;
}
.checkmark_bg  input{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    left: 0px;
}
.checkmark_bg .checkmark{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    background: transparent;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #24d5c8;
}
.checkmark_bg  input:checked ~ .checkmark{
    background: #24d5c8 !important;
    transition: 1s;
}
.checkmark_bg  input:checked ~ .checkmark:after{
    content: "\2713";
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    transition: 1s;
    font-weight: 700;
    filter: drop-shadow(2px 4px 6px black);
    color: #000;
    font-weight: 700;
    background: #24d5c8 !important;
}
.checkmark_bg1{
    text-align: center;
}
.checkmark_bg1 .check_box1{
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    position: relative;
    width: 100%;
    max-width: 160px;
}
.checkmark_bg1 label{
    cursor: pointer;
    width: 100%;
}
.checkmark_bg1  input{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    left: 0px;
}
.checkmark_bg1  input:checked ~ .checkmark1{
    color: #000;
    font-weight: 600;
    transition: 1s;
    background: #24d5c8;
}
.checkmark_bg1  input:checked ~ .checkmark1:before{
    content: "";
    background: url(../images/but_img.png);
    background-size: 100% 100%;
    color: #000;
    width: 45px;
    height: 48px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    left: 9px;
    right: 0px;
    top: 10px;
    z-index: 1;
    transition: 1s;
}
.checkmark_bg1  input:checked ~ .checkmark1:after{
    content: "\2713";
    position: absolute;
    background: #24d5c8;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    transition: 1s;
    filter: drop-shadow(2px 2px 6px black);
}
.checkmark_bg1 .checkmark1{
    padding: 10px;
    border-radius: 5px;
    filter: drop-shadow(2px 4px 6px black);
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: start;
    color: #cbc6c6;
    font-weight: 600;
    background: #24d5c8;
    border: 1px solid #24d5c8;
}
.checkmark_bg1 .checkmark1 p{
    font-size: 14px;
    font-weight: 600;
    color: #fe9f0e;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}
.checkmark_bg1 .checkmark1 p span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1ab5ff;
}
.checkmark_bg1 .checkmark1 .img1{
    max-width: 130px;
    cursor: pointer;
}
.checkmark_bg1 .checkmark1 .pay{
    max-width: 35px;
    margin: 0px 5px 0px 0px;
}
.plan_details {
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
}
.main_popup {
    
    
}
.main_popup .modal-content{
    background: radial-gradient(#5a5548, #383846);
}
.main_popup .modal-dialog {
    max-width: 980px;
}
.main_popup .modal-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff9;
    text-transform: uppercase;
}
.main_popup .modal-title span {
    font-weight: 600;
    color: #fff;
}
.main_popup  .modal-header {
    border-bottom: 1px solid #ffffff1f;
}
.main_popup  .btn-close {
    padding: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff80;
    background: transparent;
    font-size: 19px;
    color: #24d5c8 !important;
    opacity: 1;
    box-shadow: unset !important;
    transition: 0.8s;
}
.main_popup  .btn-close:hover{
    transform: rotate(360deg);
    transition: 0.8s;
}
.main_popup .form_box h3 {
    color: #ffffff;
}
.edit_tab{
    margin: 30px 0px;
    justify-content: center;
}
.edit_tab .nav-link{
    width: 49%;
    max-width: 47%;
    background: transparent;
    padding: 7px;
    border: 1px solid #697a8d;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 8px;
    position: relative;
}
.edit_tab .nav-link.active{
    color: #000;
    background: #24d5c8;
}
.edit_tab .nav-link.active:before{
    content: "\2713";
    position: absolute;
    right: -9px;
    margin: auto;
    top: -14px;
    width: 25px;
    height: 25px;
    transition: 1s;
    background: #24d5c8;
    border-radius: 50%;
    color: #000;
    font-weight: 800;
    filter: drop-shadow(2px 2px 3px black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit_tab .nav-link:hover{
    
    
}
.dep_con .form_box h4 i {
    top: -17px;
    color: #000000;
    background: linear-gradient(45deg, #24d5c8, #24d5c8);
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 600;
}
.edit_bg .edit_tab .nav-link{
    color:#fff;
}
/*****======  DEPOSIT PART END=======******/


/*****======  LIST PART START=======******/
.list{
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
}
.list h1{ 
    
    
}
.list h2{ 
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #26242d;
    border-radius: 5px;
    background: #f5f5f9;
    border: 1px solid #f5f5f9;
}
.list h2 span{ 
    font-family: "Public Sans", sans-serif;
    color: #657a8c;
    float: right;
    font-weight: 600;
}
.list h3 { 
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0px 5px 0px;
    margin: 15px 0px;
    border-bottom: 1px dashed #eed3a5;
    color: #657a8c;
}
.list h3 i{
    position: relative;
    top: 3px;
    color: #b98b49;
    font-weight: 700;
    font-size: 14px
}
.list h3 span{ 
    font-family: "Public Sans", sans-serif;
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #26242d;
}
.list h3 a{
    background: linear-gradient(45deg, black, #e71179);
    padding: 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
}
.list h3 .sta_img{
    max-width: 28px;
}
.list h3 .pay{
    max-width: 25px;
}
.list h3 .text{
    font-size: 11px;
}
.list p{
    
    
}
.deposit_list{
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
}
.deposit_list .deposit_list_date{
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #26242d;
    border-radius: 5px;
    background: #f5f5f9;
    border: 1px solid #f5f5f9;
}
.deposit_list .deposit_list_date p{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.deposit_list .deposit_list_date p span{
    color: #657a8c;
    float: right;
    font-weight: 600;
}
.deposit_list ul{

}
.deposit_list ul li{
    display: block;
    margin: 15px 0px 15px 0px;
}
.deposit_list ul h3{
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0px 5px 0px;
    margin: 15px 0px;
    border-bottom: 1px dashed #eed3a5;
    color: #657a8c;
}
.deposit_list ul h3 i{
    position: relative;
    top: 3px;
    color: #b98b49;
    font-weight: 700;
    font-size: 14px;
}
.deposit_list ul h3 span{
    float: right;
    font-size: 13px;
    font-weight: 700;
    color: #26242d;
    font-family: "Public Sans", sans-serif;
}
.deposit_list .pay{
    max-width: 20px;
}
/*****======  DEPOSITLIST PART END=======******/

/*****======  TABLE PART START=======******/
.table_detail{
    padding: 15px;
    border-radius: 6px;
    width: 100%;
    margin: 10px auto;
    max-width: 650px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
}
.table_detail .table_list{
    display: block;
    margin: 10px 0px;
    padding: 10px 10px;
    border-radius: 5px;
    background: #f5f5f9;
}
.table_detail .table_list h3{
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.table_detail .table_list h3 span{
    float: right;
    font-weight: 700;
    font-family: "Public Sans", sans-serif;
    color: #6e6e73;
}
/*****======  TABLE PART END=======******/

/*****===== TABLE PART START  =====*****/
.table-responsive{
    filter: drop-shadow(2px 4px 6px black);
}
.table-responsive table{
    background: #1e1e1e;
    width: 90%;
    margin: 10px auto;
}
.table-responsive th{
    background: #1e1e1e;
    font-size: 16px;
    color: #ffffffd9 !important;
    font-weight: 600;
    padding: 10px;
}
.table-responsive .inheader{
    background: #1e1e1e;
    font-size: 16px;
    color: #ffffffd9 !important;
    font-weight: 600;
    padding: 10px;
}
.table-responsive td{
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #b0aaaa !important;
    border-bottom: 1px dashed #0000002b;
    background: #fff;
}
.table-responsive .pay{
    max-width: 34px;
}
/*****===== TABLE PART END  =====*****/

/******=====PAGE PART START=====*****/
.page{
    margin: 15px auto;
}
.page .pagination {
    border: none;
    border-radius: 5px;
    justify-content: center;
}
.page .page-link {
    position: relative;
    display: block;
    color: #fff;
    background: linear-gradient(45deg, #0b0909, #0b0909);
    border: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0px 3px;
}
.page .page-link:hover {
    z-index: 2;
    color: #eed2a3;
    border-color: #faaf3a;
    background: #12181f;
    border: none;
    font-weight: 600;
}
.page .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    font-weight: 700;
    background: #3f4ffd;
    border: none;
}
.page-item:last-child .page-link {
    font-weight: 700;
}
.error{
    background: #1e1e1e;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff !important;
}
/******=====PAGE PART END=====*****/

/*****======  REFERRAL PART START=======******/
.referlink_bg .tab{
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
.referlink_bg .tab .tablinks{
    padding: 10px 20px;
    background: #1e1e1e;
    width: 100%;
    max-width: 204px;
    font-size: 16px;
    font-weight: 600;
    color: #6e6d6d;
    position: relative;
    border-radius:5px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
    font-family: "Public Sans", sans-serif;
}
.referlink_bg .tab .tablinks.active{
    color: #6e6d6d;
    background: #24d5c8 !important;
    font-weight: 500;
    border-radius:5px;
}
.referlink_bg .tab .tablinks.active:before {
    content: "\2713";
    position: absolute;
    right: -9px;
    margin: auto;
    top: -14px;
    width: 25px;
    height: 25px;
    transition: 1s;
    background: #3f4ffd;
    border-radius: 50%;
    color: #000;
    font-weight: 800;
    background: #24d5c8 !important;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.referlink_bg .tabcontent{
    padding: 15px;
    border-radius: 10px;
    margin: 30px;
    background: #fff;
    position:relative;
}
.referlink_bg .tabcontent img{
    
    
}
.referlink_bg .tabcontent h3{
    margin: 10px 0px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #12121291;
}
.referlink_bg .tabcontent h3 span{
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: 800;
    position: relative;
    font-family: "Public Sans", sans-serif;
    color: #302e3b;
}
.copy_but span{
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 13px !important;
    color: #302e3b !important;
}
.referlink_bg .inpts {
    background: #f5f5f9;
    font-size: 13px;
    font-weight: 600;
    color: #c3c0c0;
}
.referlink_bg .copy_but button{
    width: fit-content;
}
/*****======  REFERRAL PART END=======******/

/*****======  SECURITY PART START=======******/
.form_check{
    padding: 20px;
    border-radius: 8px;
    margin: 21px auto;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
}
.form_check h3{
    margin: 0px 0px 10px;
    font-size: 17px;
    font-weight: 600;
    color: #6e6e73;
}
.form_check h4{
    position: relative;
    margin: 0px;
}
.form_check p{
    font-size: 13px;
    font-weight: 400;
    padding: 0px 3px 0px 27px;
    margin: 20px 0px 5px 0px;
    position: relative;
    color: #84878a;
    font-weight: 600;
    display: block;
}
.form_check input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0;
}
.form_check input:checked ~ .checkmark1:before{
    content: "\2713";
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    padding: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    top: 0px;
    right: 0px;
    background: #26242d;
}
.form_check .checkmark1{
    background: #f5f5f9;
    width: 20px;
    position: absolute;
    height: 20px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}
.secure{
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    background: #fff;
}
.edit .nav-link{
    background: #fff;
    filter: drop-shadow(2px 2px 4px black);
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    max-width: 220px;
    display: inline-block;
    width: 100%;
}
.secure .secure_text{
    padding: 10px 0px;
}
.secure .secure_text .sec_img{
    max-width: 52px;
    float: left;
    margin: 0px 10px 0px 0px;
    filter: hue-rotate(180deg);
}
.secure .secure_text h3{
    font-size: 17px;
    font-weight: 600;
    color: #6e6e73;
    padding: 0px 0px 6px 0px;
}
.secure .secure_text h4{
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}
.secure .secure_text h4 a{
    font-weight: 600;
    color: #f2ae52;
}
.secure .secure_text .icon1{
    max-width: 125px;
}
.secure  .secure_text1{
    text-align: center;
}
.secure .secure_text .qr_img{
    max-width: 130px;
}
.edit_bg .form1 {
    max-width: 690px !important;
}
.edit_bg .nav-link {
    color: #000 !important;
    font-weight: 600;
}
select option{
    background:#000;
    color:#f2ae52;
}
/*****======  SECURITY PART END=======******/






/*****======  RESPONSIVE PART SATRT=======******/
@media  (max-width:1199px){
    .acc_main h3 {
        font-size: 13px;
    }
    .acc_text img {
        max-width: 50px
    }
    .acc_text h3 {
        font-size: 13px;
    }
    .acc_text h4 {
        font-size: 21px;
    }
    
    
    
    
    
}
@media  (max-width:991px){
    
    .sidebar.close ~ .home-section {
        width: calc(100% - 0px);
    }
    .home-section{
        width: calc(100% - 0px);
    }
    .user_detail {
        margin: 15px 0px 0px;
    }
    .home-section .home-content .ri-menu-line {
        position: absolute;
        right: 0px;
        display:block;
    }
    .home-section .home-content1 {
        float: right;
        margin: -58px 65px 0px 0px;
    }
    .sidebar{
        position: absolute;
    }
    .acc_balance {
        padding: 15px 5px 15px 5px;
        border-top: 1px solid #12181f17;
    }
    .home-section .headerall_top {
        padding: 0px 0px 0px 0px;
    }
}
@media  (max-width:767px){
    
    
    .acc_money {
        display: block;
    }
/****==== ACCOUNT PART====****/
    .acc_main h3 {
        font-size: 11px;
    }
    .acc_main span {
        display: block;
        font-size: 18px;
    }
    .acc_money li {
        width: 49%;
    }
    .home-section .home-content1 {
        margin: -58px 86px 0px 0px;
    }
/****==== DEPOSIT PART====****/
    .edit_tab .nav-link {
        width: 45%;
    }
    .referlink_bg .tab .tablinks {
        max-width: 115px;
    }
    
    .table-responsive table{
        min-width:700px;
    }
    
}
@media  (max-width:576px){
    
/****==== ACCOUNT PART====****/
   .home-section .home-content .head {
        font-size: 22px;
    }
    .admin1_bg .container-fluid{
        width: 100%;
        padding: 0px 2px;
    }
    .admin1_bg .row{
        width:100%;
        margin:auto;
    }
    .home-section .home-content1 {
        margin: -51px 75px 0px 0px;
    }
    .home-section .home-content1 .top_detail {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-section .home-content1 .top_detail .details{
        display:none;
    }
    .home-section .home-content1 .top_detail li:nth-child(1) {
        width: 62%;
    }
    .home-section .log_detail .img1 {
        max-width: 35px;
    }
    .home-section .home-content1 .top_detail .details img {
        margin: 0px 0px !important;
    }
    .user_deti h3 {
        font-size: 12px;
    }
    .user_deti h3 span {
        font-size: 10px;
        padding: 5px 0px;
    }
    
    .acc_detail {
        padding: 10px;
    }
    .acc_detail li {
        width: 100%;
        margin: 5px 0px 0px;
    }
    .head3 h1 {
        font-size: 20px;
    }
    .user_detail .logo {
        display: none;
    }
    .user_detail h4 {
        font-size: 13px;
    }
    .acc_money li {
        width: 100%;
    }
    .acc_text h4 {
        font-size: 18px;
    }
    .acc_ref h2 {
        font-size: 14px;
    }
    .acc_ref h3 {
        font-size: 11px;
    }
   .acc_ref input {
        padding: 10px;
        font-size: 12px;
        margin: 2px 0px 0px;
   }
   .acc_ref h3 button i {
        padding: 0px;
        width: 18px;
        height: 18px;
        font-size: 12px;
   }
   .acc_detail1 .img1 {
        display: none;
   }
   .acc_detail1 h3 {
        font-size: 14px;
   }
   .acc_detail1 h3 span {
        font-size: 16px;
   }
   .acc_detail1 p {
        font-size: 11px;
        width: 100%;
        padding: 10px 0px 15px;
   }
   .acc_detail {
        padding: 0px;
   }
   .acc_money {
        padding: 7px;
   }
   .acc_main,.acc_text{
       max-width:100%;
   }
   
/****==== DEPOSIT PART====****/
    .depo_bg .plan_level {
        padding: 15px;
        text-align: center;
        margin: 5px auto 0px;
        max-width: 235px;
    }
    .main_popup .modal-title {
        font-size: 18px;
    }
    .main_popup .btn-close {
        width: 23px;
        height: 21px;
        font-size: 13px;
    }
    .main_popup .modal-body {
        padding: 5px;
    }
    .head3 {
        margin: 20px 0px 20px;
    }
    .edit_tab {
        margin: 20px 0px;
    }
    .edit_tab .nav-link {
        width: 45%;
        padding: 7px;
        color: #fff;
        font-size: 10px;
        margin: 5px;
    }
    .edit_tab .nav-link.active:before {
        width: 18px;
        height: 18px;
    }
    .checkmark_bg1 .check_box1 {
        margin: 3px 0px;
        max-width: 48%;
    }
    .checkmark_bg1 .checkmark1 .pay {
        max-width: 20px;
        margin: 0px 3px 0px 0px;
    }
    .checkmark_bg1 .checkmark1 {
        padding: 5px;
        font-size: 10px;
    }
    .checkmark_bg1 input:checked ~ .checkmark1:after {
        width: 20px;
        height: 20px;
        right: -3px;
    }
    .mt-4 {
        margin-top: 10px !important;
    }
/****==== DEPOSIT_LIST PART====****/
    .list {
        padding: 10px;
    }
    .list h2 {
        font-size: 12px;
    }
    .list h3 {
        font-size: 10px;
    }
    .list h3 span {
        font-size: 10px;
    }
    .error {
        font-size: 11px;
    }
    .deposit_list {
        padding: 10px;
        margin: 7px auto;
    }
    .deposit_list .deposit_list_date p {
        font-size: 12px;
    }
    .deposit_list ul h3 {
        font-size: 10px;
        font-weight: 300;
    }
    .deposit_list ul h3 span {
        float: right;
        font-size: 10px;
    }
    .page-link{
        padding: 8px;
        font-size: 10px;
    }
/****==== BANNERS PART====****/
    .referlink_bg .tab .tablinks {
        padding: 6px 3px;
        max-width: 64px;
        font-size: 10px;
    }
    .referlink_bg .tab .tablinks.active:before {
        right: -3px;
        top: -8px;
        width: 15px;
        height: 15px;
    }
    .referlink_bg .tabcontent h3 {
        font-size: 12px;
        margin: 10px 0px 5px;
    }
    .referlink_bg .tabcontent h3 span {
        font-size: 20px;
    }
    .referlink_bg .tabcontent {
        padding: 5px;
    }
/****==== SECURITY PART====****/
    .form_check {
        padding: 10px;
        margin: 18px auto;
    }
    .form_check h3 {
        font-size: 15px;
    }
    .secure {
        padding: 5px;
    }
    .secure .secure_text h3 {
        font-size: 15px;
    }
    .form_select {
        margin: 0px auto;
    }
/****==== TABLE PART====****/
    .table_detail {
        padding: 10px;
    }
    .table_detail .table_list h3 {
        font-size: 10px;
    }
    
}

/*****======  RESPONSIVE PART END=======******/


















