.wrapper{
    display: flex;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #040810;
}
.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: #040810;
    background-size: cover;    
    border-right: 1px solid #181b24;
    position:fixed;
}
.sidebar.close{
    width: 50px;
}
.sidebar .logo-details{
    height: 50px;
    width: 100%;
    align-items: center;
    margin: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #171b24;
}
.sidebar .logo-details img{
    width:100%;
    max-width: 60px;
}
.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: #f30014;
}
.sidebar .nav-links li:hover i{
    color: #f30014;
    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-size: 14px;
    font-weight: 500;
}
.sidebar .nav-links li a .link_name{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    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.html) 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;
    margin: 0px 0px 0px 200px;
}
.sidebar.close ~ .home-section{
  left: 0px;
  width: calc(100% - 50px);
}
.home-section .home-content{
    height: 60px;
    display: flex;
    align-items: center;
    background: #040810;
    border-radius: 5px;
    border-bottom: 1px solid #181b24;
}
.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: #5f3b5f;
}
.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.html);
    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.html);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    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: 0px;
}
.home-section .home-content1 .top_detail .details i{
    margin: 10px 2px !important;
    transition: 1s;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    color: #717479;
    border: 1px solid #1e212a;
}
.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{
    margin: 10px 2px !important;
    transition: 1s;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #1e212a;
    background: transparent;
    box-shadow: unset !important;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    transition: 0.6s;
}
.home-section .log_detail button:hover{
    transition: 0.6s;
    background: #f30014;
    color: #fff;
}
.home-section .log_detail button:before{
    content: "";
    background: #ffb0ae;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: -2px;
    right: 0px;
    left: 0px;
    margin: auto;
    position: absolute;
}
.home-section .log_detail .img1{
    max-width: 45px;
    border-radius: 50%;
}
.home-section .log_detail i{
    transform-origin: top;
    animation: ring;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes ring {
    0%, 50% {
        transform: rotate(0);
    }
    10%, 30% {
        transform: rotate(-30deg);
    }
    20%, 40% {
        transform: rotate(30deg);
    }
}
.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: #f30014;
    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: #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;
    
}
.user_deti{
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: 0px 0px 0px 10px;
    display: flex;
}
.user_deti h3{
    font-size: 15px;
    font-weight: 600;
    color: #717479;
}
.user_deti h3 span{
    color: #feffff;
    font-size: 13px;
    display: block;
    padding: 2px 0px;
}
.user_deti i{
    float: left;
    font-size: 18px;
    position: absolute;
    left: 0px;
    background-color: #3f375d !important;
    color: #fff  !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 9px;
    border-radius: 5px;
}
.user_deti img{
    max-width: 41px;
    float: left;
    margin: 0px 10px 0px 0px !important;
    border-radius: 50%;
}
.ref_content_list{
    background: linear-gradient(45deg, #10151d, #000000);
    margin: 2px 10px;
    border-radius: 10px;
    border: 1px solid #1f232a26;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ref_content_list h3{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff !important;
    background: linear-gradient(45deg, #075963, transparent);
    padding: 5px;
    border-radius: 5px;
    margin: 0px 0px 5px 0px;
    position: relative;
    z-index: 111 !important;
}
.ref_content_list h3 i{
    
    
}
.ref_content_list p{
    font-size: 12px;
    font-weight: 500;
    color: #717479 !important;
    position: relative;
    z-index: 111 !important;
}
.ref_content_list .text_but{
    padding: 13px 0px 0px;
    position: relative;
    z-index: 111 !important;
}
.ref_content_list .text_but .but{
    padding: 5px 20px;
    font-size: 11px !important;
}
.ref_content_list .light4{
    position: absolute;
    width: 0px;
    height: 0px;
    background: #ae4f1b00;
    top: -67px;
    right: 92px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0px 0px 49px 36px #ff0026;
    z-index: 0 !important;
}
@media (max-width: 991px) {
    .sidebar.close {
        width: 0;
        overflow: hidden;
    }
    .sidebar.close.small-screen{
        width: 50px;
       overflow: initial;
    }
    .home-section{
        margin:0px !important;
    }
    .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: 100%;
}
.acc_main{
    text-align: start;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 260px;
    background: linear-gradient(45deg, #12151e, #0b0d19);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #20232a;
    margin: 18px 0px;
    margin-left: AUTO ! IMPORTANT;
}
.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: #717479 !important;
}
.acc_main span{
    display: block;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 0px 0px;
    color: #fff;
}
.acc_main1 i{
    background-color: #696cff !important;
    color: #ffffff !important;
    filter: drop-shadow(0px 0px 14px #696cff);
}
.acc_main2 i{
    background-color: #ffab00 !important;
    color: #ffffff !important;
    filter: drop-shadow(0px 0px 14px #ffab00);
}
.acc_main3 i{
    background-color: #ff3e1d !important;
    color: #ffffff !important;
    filter: drop-shadow(0px 0px 14px #ff3e1d);
}
.acc_main4 i{
    background-color: #8592a3 !important;
    color: #ffffff !important;
    filter: drop-shadow(0px 0px 14px #8592a3);
}
.acc_detail_list{
    margin: 0px !important;
}
.acc_toplist{
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
}
.acc_toplist span{
    font-size: 28px;
    font-weight: 400;
    color: #f5001f;
}
.acc_toplist1{
    margin: 20px 0px 0px !important;
}
.acc_toplist1 span{
    color: #5e6efa;
}
.acc_toplist i{
    background-color: #f5001f !important;
    color: #ffffff !important;
    filter: drop-shadow(0px 0px 14px #f5001f);
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acc_toplist1 i{
    background-color: #5e6efa !important;
    color: #ffffff !important;
    filter: drop-shadow(0px 0px 14px #5e6efa);
}
.globe_img{
    position: relative;
    width: 100%;
    max-width: 465px;
    margin: 0px auto 0px !important;
}
.globe_img .img1{
    animation: rotate 70s linear infinite;
}
.globe_img .img2{
    position: absolute;
    inset: 0px;
    margin: auto !important;
    width: 100%;
    height: 100%;
}
.globe_img .img3{
    position: absolute;
    top: 0px;
    right: -169px;
    mix-blend-mode: screen;
    transform: rotate(3deg);
}
.acc_globe1{
    position: relative;
    right: -90px;
}
.acc_globe2{
    position: relative;
    top: 25px;
}
.acc_globe3{
    position: relative;
    right: -90px;
    top: 45px;
}
.acc_globe4{
    position: relative;
    left: -90px;
}
.acc_globe5{
    position: relative;
    top: 25px;
}
.acc_globe6{
    left: -90px;
    top: 45px;
}
.pay_detail{
    max-height: 265px;
    overflow-y: scroll;
    border-radius: 10px;
}
.pay_detail::-webkit-scrollbar{
    display:none;
}
.pay_detail li{
    display: inline-block;
    width: 100%;
}
.pay_detail li:nth-child(1) .light4{
    color: #ff001b;
    box-shadow: 0px 0px 33px 8px #ff001b;
    border-radius: 50%;
          
}
.pay_detail .pay_img{
    padding: 22px 15px 22px 15px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    border: none;
    margin: 10px auto 0px;
    background: linear-gradient(45deg, #12151e, #0b0d19);
    text-align: center;
    max-width: 170px;
}
.pay_detail .pay_img:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: radial-gradient(#fdfdfd75 7%, #030810 40%);
}
.pay_detail .pay_img .payment{
    max-width: 46px;
    margin: 0px auto 15px;
    display: block;
    box-shadow: 1px 45px 42px 46px #5e6efa52;
    border-radius: 50%;
}
.pay_detail .pay_img h2{
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #717479;
    position: relative;
    z-index: 1;
}
.pay_detail .pay_img h2 span{
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #feffff;
    padding: 5px 0px 0px;
}
.pay_detail .pay_link{
    color: #e06982;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 12px 0px 0px 0px;
    font-family: system-ui;
    display: block;
    border-top: 1px solid #302c2c;
    padding: 12px 0px 0px;
}
.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 32px;
    text-align: start;
    position: relative;
    width: fit-content;
}
.head3 img{
    position: absolute;
    top: 0px;
    bottom: -57px;
    left: 0px;
}
.head3 h1 {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    text-align: start;
}
.head3 .logo {
    max-width: 32px;
}
.acc_money{
    text-align: center;
}
.acc_money li{
    width: 100%;
    display: inline-block;
}
.acc_text{
    text-align: start;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 260px;
    background: linear-gradient(45deg, #12151e, #0b0d19);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #20232a;
    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: #717479 !important;
}
.acc_text h4{
    display: block;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 0px 0px;
    
    color: #fff;
}
.acc_ref{
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0px 4px;
    background: linear-gradient(45deg, #12151e, #0b0d19);
    position: relative;
    overflow:hidden;
}
.light2{
    
}
.light3{
    
}
.acc_ref h2{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.acc_ref h3{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.acc_ref h3 a{
    color: #e31531;
    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;
    position: absolute;
    right: 13px;
    bottom: 16px;
}
.acc_ref h2 button i{
    background: #0d111b;
    padding: 0px;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #5e6efa !important;
    box-shadow: unset;
}
.acc_ref input{
    background: #000;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    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{
    background: linear-gradient(45deg, #12151e, #0b0d19);
    padding: 0px;
    border-radius: 8px;
    border: 1px solid #20232a;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
.top_imgages_list{
    background: url(../images/about_bg.png);
    background-size: cover;
    background-position: left;
    padding: 80px 20px;
    text-align: right;
    border-radius: 6px;
    position: relative;
    display:none;
}
/*.top_imgages_list:before{*/
/*    content: "";*/
/*    background: linear-gradient(45deg, black, transparent);*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    inset: 0;*/
/*    margin: auto;*/
/*}*/
.top_imgages_list img{
    position: relative;
}
.user_details1{
    position: relative;
    padding: 25px;
}
.user_details1 .text_but{
    padding: 4px 0px 0px 0px;
}
.user_details2{
    position: relative;
    z-index: 1;
}
.user_details1 .img2{
    max-width: 125px;
    margin: 0px 20px 0px 0px !important;
    border: 3px solid #bdbec2;
    border-radius: 50%;
    float: left;
}
.user_details1 .img3{
    position: absolute;
    right: -120px;
    width: 100%;
    max-width: 408px;
    opacity: 0.5;
}
.acc_detail1 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0px 0px;
}
.acc_detail1 h3 i{
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    background-clip: text;
    color: transparent;
    margin: 0px 5px 0px 0px;
    font-size: 19px;
    position: relative;
    top: 2px;
}
.acc_detail1 h3 span {
    font-weight: 300;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    display: block;
}
.acc_detail1 h3 span i{
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    background-clip: text;
    color: transparent;
    margin: 0px 5px 0px 0px;
    font-size: 17px;
    position: relative;
    top: 2px;
}
.acc_detail1 p {
    padding: 12px 0px 20px;
    font-size: 12px;
    font-weight: 300;
    color: #fffcfcab;
    width: 50%;
    display: inline-flex;
}
.acc_detail1 p i{
    background-image: linear-gradient(to right, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
    background-clip: text;
    color: transparent;
    margin: 0px 5px 0px 0px;
    font-size: 14px;
    position: relative;
    top: 2px;
}
.user_details1 .text_but .but{
    margin: 0px 8px;
    padding: 7px 25px;
}
.user_details1 .light2{
    position: absolute;
    width: 0px;
    height: 0px;
    background: #ae4f1b00;
    left: 0px;
    right: 0px;
    top: 117px;
    margin: auto;
    box-shadow: 0px 0px 97px 86px #11104c;
}
.user_icon{
    margin: 5px 28px 0px 0px;
}
.user_icon .link{
    
    
    
}
.user_icon .link i{
    margin: 10px 2px !important;
    transition: 1s;
    font-size: 16px;
    padding: 7px;
    border-radius: 50px;
    color: #ffffffbf;
    border: 1px solid #303238;
    position: relative;
    transition: 0.3s;
}
.user_icon .link i:hover{
    transition: 0.6s;
    transform: translateY(-8px) scale(1.2) rotate(360deg);
    background: #f30014;
    color: #fff;
}
.acc_detail1 .light{
    position: absolute;
    width: 0px;
    height: 0px;
    background: #ae4f1b00;
    top: -74px;
    right: 45px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0px 0px 100px 70px #47cdd9;
}
.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;
    width: 100%;
}
.check_but{
    width: 100%;
}
.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: 12px;
    font-weight: 600;
    padding: 10px 20px;
    background: transparent;
    color: #d3cfcf;
    border-radius: 5px;
    border: 1px solid #5ea9d5;
    width: 100%;
    display: block;
    letter-spacing: 1px;
}
.checkmark_bg  input:checked ~ .checkmark{
    transition: 1s;
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    color: #fff;
}
.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: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
}
.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: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
}
.checkmark_bg1  input:checked ~ .checkmark1:before{
    content: "";
    background: url(../images/but_img.html);
    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: linear-gradient(45deg, #e5cd97, #efdcaf);
    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: #434147;
    border: 1px solid #e5ce9724;
}
.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(#223654 50%, #1e1e20);
}
.main_popup .modal-dialog {
    max-width: 980px;
}
.main_popup .modal-title {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.main_popup .modal-title span {
    font-weight: 300;
    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: #ffbeb7 !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: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
}
.edit_tab .nav-link.active:before{
    content: "\2713";
    position: absolute;
    right: -9px;
    margin: auto;
    top: -14px;
    width: 25px;
    height: 25px;
    transition: 1s;
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    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: 8px;
    color: #000000;
    background: linear-gradient(45deg, #ffb7b3, #533a5e);
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 600;
}
.edit_bg .edit_tab .nav-link{
    color:#fff !important;
}
/*****======  DEPOSIT PART END=======******/


/*****======  LIST PART START=======******/
.list{
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto;
    background: linear-gradient(45deg, black, #3926d71f);
}
.list h1{ 
    
    
}
.list h2{ 
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 5px;
    background: #000000;
    border-bottom: 1px solid #b70b0b;
}
.list h2 span{ 
    
    color: #fff;
    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 #a51234;
    color: #c3b8ba;
}
.list h3 i{
    position: relative;
    top: 3px;
    color: #f5001f;
    font-weight: 700;
    font-size: 14px
}
.list h3 span{ 
    
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.list h3 a{
    background: linear-gradient(45deg, black, #e71179);
    padding: 7px;
    border-radius: 5px;
    color: #f5001f;
    font-size: 11px;
}
.list h3 .sta_img{
    max-width: 28px;
}
.list h3 .pay{
    max-width: 25px;
}
.list h3 .text{
    font-size: 11px;
}
.list p{
    
    
}
.form_box h6{
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-align: center;
    color:#fff;
}
.form_box h6 i{
    position:unset;
}
.form_box h6 a{
    color: #fe001d;
    font-weight: 600;
}
.deposit_list{
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto;
    background: linear-gradient(45deg, black, #3926d71f);
}
.deposit_list .deposit_list_date{
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    background: #000000;
    border-bottom: 1px solid #b70b0b;
}
.deposit_list .deposit_list_date p{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.deposit_list .deposit_list_date p span{
    color: #fff;
    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 #a51234;
    color: #c3b8ba;
}
.deposit_list ul h3 i{
    position: relative;
    top: 3px;
    color: #f5001f;
    font-weight: 700;
    font-size: 14px;
}
.deposit_list ul h3 span{
    float: right;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
.deposit_list .pay{
    max-width: 20px;
}
.admin1_bg .plan {
    background: radial-gradient(#11104c, transparent);
    border: 1px solid #2a2a2a;
}
.admin1_bg .plan h2{
    color:#fff;
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
}
.admin1_bg .plan .plan_text p {
    color: #b5b1b1;
}
.depo_bg .plan_text p span {
    color: #fff !important;
}
.admin1_bg .plan_text p span {
    color: #fff !important;
}
/*****======  DEPOSITLIST PART END=======******/

/*****======  TABLE PART START=======******/
.table_detail{
    padding: 15px;
    border-radius: 6px;
    width: 100%;
    margin: 10px auto;
    max-width: 650px;
    background: linear-gradient(45deg, black, #3926d71f);
}
.table_detail .table_list{
    display: block;
    margin: 10px 0px;
    padding: 10px 10px;
    border-radius: 5px;
    background: transparent;
    border-bottom: 1px dashed #b70b0b;
}
.table_detail .table_list h3{
    font-size: 13px;
    font-weight: 600;
    color: #dfdfdf;
}
.table_detail .table_list h3 span{
    float: right;
    font-weight: 700;
    color: #fff;
}
/*****======  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{
    font-size: 16px;
    color: #b7b7b7 !important;
    font-weight: 600;
    padding: 12px;
    background: #223654;
}
.table-responsive .inheader{
    font-size: 16px;
    color: #b7b7b7 !important;
    font-weight: 600;
    padding: 12px;
    background: #223654;
}
.table-responsive td{
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff !important;
    border-bottom: 1px dashed #afa6a62b;
    background: #2a2a3a;
}
.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: #333333;
    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: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    border: none;
}
.page-item:last-child .page-link {
    font-weight: 700;
}
.error{
    background: radial-gradient(#223654 50%, #1e1e20);
    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;
    background: linear-gradient(45deg, black, #6d3d61);
}
.referlink_bg .tab .tablinks.active{
    color: #fff;
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    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: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    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: linear-gradient(45deg, black, #3926d71f);
    position:relative;
}
.referlink_bg .tabcontent img{
    
    
}
.referlink_bg .tabcontent h3{
    margin: 10px 0px 20px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.referlink_bg .tabcontent h3 span{
    letter-spacing: 2px;
    font-size: 23px;
    font-weight: 800;
    position: relative;
    
    color: #fff;
}
.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: 14px;
    font-weight: 600;
    color: #3333;
}
.referlink_bg .copy_but button{
    width: fit-content;
    padding: 4px 25px 8px;
    font-weight: 300;
    color: #fff;
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    border-radius: 5px;
}
/*****======  REFERRAL PART END=======******/

/*****======  SECURITY PART START=======******/
.form_check{
    padding: 20px;
    border-radius: 8px;
    margin: 21px auto;
    background: linear-gradient(45deg, black, #3926d71f);
}
.form_check h3{
    margin: 0px 0px 10px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.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: 11px;
    font-weight: 700;
    top: 0px;
    right: 0px;
    background: #26242d;
}
.form_check .checkmark1{
    background: #f5f5f9;
    border: 1px solid #107ed82b;
    width: 20px;
    position: absolute;
    height: 20px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}
.secure{
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
    background: linear-gradient(45deg, black, #3926d71f);
}
.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: #fff;
    padding: 0px 0px 6px 0px;
}
.secure .secure_text h4{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.secure .secure_text h4 a{
    font-weight: 600;
    color: #f5001f;
}
.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;
    padding: 20px;
    box-shadow: rgb(20 62 124) 3px 3px 6px 0px inset, rgb(17 46 92) -3px -3px 6px 1px inset;
    border-radius: 10px;
}
.edit_bg .nav-link {
    color: #000 !important;
    font-weight: 600;
}
select option{
    background:#000;
    color:#f2ae52;
}
.cancel_link{
    background: linear-gradient(45deg, #fec3b8, #c54f6f, #3f375d);
    width: 100%;
    padding: 5px 10px;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    transition: 0.6s;
    border-radius:4px;
}
.cancel_link:hover{
    transform: translateY(-5px);
    transition: 0.6s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #ffff;
    color: #000;
    
}

/*****======  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;
    }
    .acc_detail1 .text_but {
        text-align: start !important;
    }
    .acc_detail_list {
        margin: 24px 0px 0px !important;
    }
    .acc_toplist {
        margin: 0px !important;
        width: 49%;
        display: inline-block;
    }
    .globe_img {
        display: none;
    }
    .acc_text ,.acc_main{
        position:unset !important;
        margin: 10px auto !important;
    }
}
@media  (max-width:767px){
    .acc_text ,.acc_main{
        max-width: 100%;
    }
    .acc_money {
        display: block;
    }
    .head3 span {
        font-size: 30px !important;
    }
    .acc_money li {
        width: 100%;
    }
/****==== ACCOUNT PART====****/
    .acc_main h3 {
        font-size: 11px;
    }
    .acc_main span {
        display: block;
        font-size: 18px;
    }
    .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 .text_but {
        padding: 15px 0px 0px;
    }
    .admin1_bg .container-fluid{
        width: 100%;
        padding: 0px 5px;
    }
    .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 !important;
    }
    .user_detail .logo {
        display: none;
    }
    .user_detail h4 {
        font-size: 13px;
    }
    .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%;
   }
   .user_details1 {
        padding: 20px;
        text-align: center;
   }
   .user_details1 .img2 {
        margin: 0px 0px 0px 0px !important;
        float: unset;
   }
   .user_icon {
        margin: 5px 0px 0px 0px;
   }
   .admin1_bg .text_but {
        text-align: center !important;
   }
   .acc_toplist {
        width: 100%;
   }
   .acc_toplist i{
       width: 46px;
        height: 46px;
   }
   .home-section .log_detail {
        position: relative;
        right: -20px;
        top: -4px;
   }
/****==== 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;
    }
    .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;
        margin: 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;
    }
    .dep_con .form_box h4 i {
        top: 2px;
        right: 0px;
    }
    .form_box h6 a{
        font-size: 10px;
        font-weight: 600;
    }
    .secure_text .form_but{
       margin: 10px; 
    }
    .edit_bg .form1 {
        padding: 6px;
    }

    
}

/*****======  RESPONSIVE PART END=======******/


















