

.wrapper{
    display: flex;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.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: url(../images/plan_bg.png);
    background-size: cover;
}
.sidebar.close{
    width: 50px;
} 
.sidebar.close .logo-details img {
    width: 42px;
}
.sidebar .logo-details{
    height: 75px;
    width: 100%;
    align-items: center;
    margin: 10px 5px;
    text-align:center;
}
.sidebar .logo-details img{
    width: 160px;
}
.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: 17px;
    color: #ffb821;
    font-weight: 400;
    transition: 0.3s ease;
    transition-delay: 0.1s;
    padding: 12px 0px 0px 0px;
    text-transform: capitalize;
    display: block;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
    height: 100%;
    padding: 5px 0 100px 0;
    overflow: auto;
}
.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: #121314;
    margin: 5px 0px;
    border-radius: 3px 0px 0px 3px;
    transition-duration: 1s;
    box-shadow: inset 0 0 0 0 #f7e27a;
    padding: 0px 0px;
    border: 1px;
    border-top: 1px solid #27272780;
    border-bottom: 1px solid #2727278c;
}
.sidebar .nav-links li:hover{
    box-shadow: inset 350px 0 0 0 #f9e57e;
    transition-duration: 1s; 
    transition-duration: 1s;
    color: #000;
}
.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: 50px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(250deg, #af9343,#f5e077,#a78126);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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: 15px;
    font-weight: 500;
    color: #ececec;
    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 #f9e57e; 
   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: 16px;
    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;
    overflow-y: scroll;
}
.sidebar.close ~ .home-section{
  left: 0px;
  width: calc(100% - 50px);
}
.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .ri-menu-line{
    padding: 0px 10px;
    border-radius: 4px;
    color: #ffb821;
    transition-duration: 1s;
    border: 3px solid;
    margin: 0px 10px;
    cursor: pointer;
    border: 4px double;
}
.home-section .home-content .ri-menu-line:hover{
    filter: drop-shadow(2px 3px 5px #fff); 
    transition-duration:1s;
}
.home-section .home-content .head{
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 0px;
    margin: 7px 0px 10px 0px;
    text-transform: capitalize;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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: -60px 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 0px;
    position: relative;
}
.home-section .home-content1 .top_detail{
    
    
}
.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: 70%;
}
.home-section .home-content1 .top_detail li:nth-child(2){
    width: 23%;
}
.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{
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
.home-section .home-content1 .top_detail li h3 span{
    color: #fff;
    font-size: 15px;
}
.home-section .user_detail{
    text-align: center;
    display: flex;
    margin: 45px 0px 0px;
}
.home-section .user_detail li{
    display: inline-block;
    width: 25%;
    border-right: 1px dashed #272727;
    margin: 0px 0px;
}
.home-section .user_detail .user_text{
    text-align: start;
    padding: 20px 15px;
    background: #121314;  
}
.home-section .user_detail .user_text .acc_img2{
    max-width: 38px;
    float: right;
}
.home-section .user_detail .user_text h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
.home-section .user_detail .user_text h4{
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    margin: 0px 0px;
}
.home-section video{
    
    
}



.home-section .home-content1 .dropdown-toggle::after{
    content:unset;
}
@media (max-width: 991px) {
 .sidebar.close {
    width: 0;
    overflow: hidden;
}
.sidebar.close.small-screen{
    width: 50px;
   overflow: initial;
}
.home-section {
    width: 100% !important;
}
.admin2_bg .table-responsive table {
    width:100% !IMPORTANT;
    min-width: 500px;
}
}
/******=====HEADERALL CSS PART=====*****/ 

/******=====ADMIN1 CSS PART=====*****/ 


.admin1_bg{
    position: relative;
    padding:35px 0px 20px;
}
.admin1_bg .inpts{
    background: #121314;
    padding: 10px 20px;
    border: 1px solid #272727;
    font-size: 15px;
    font-weight: 400;
    color: #f9e67f; 
    outline: none;
}   
    
.head3{
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 800;
    padding: 0px;
    margin: 15px 0px 10px 0px;
    text-transform: capitalize;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form_sec{
    background: #121314;
    padding: 15px 20px;
    border: 1px solid #272727;
}
.form_sec h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
.form_sec h4{
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px 8px 10px;
    margin: 0px;
    background: #000;
    position: relative;
}
.form_sec h4 input{
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #f8e47c;
    box-shadow: unset;
    width: 92%;
}
.form_sec h4 button{
    background: linear-gradient(45deg, #c29532,#f7e37b, #c79623);
    border: none;
    padding: 4px 7px 0px 7px;
    margin: 2px 0px 2px 0px;
    font-size: 18px;
    color: #000;
}
.acc_detail{
    
    
    
}
.acc_detail li{
    display: inline-block;
    width: 49%;
}
.acc_detail li:nth-child(2){
    margin: 0px 0px 30px 0px;
}
.acc_detail .acc_text{
    background: url(../images/acc_bg1.png);
    background-size: 100% 100%;
    padding: 20px;
    margin: 10px;
}
.acc_detail .acc_text img{
    max-width: 45px;
    float: right;
}
.acc_detail .acc_text h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
.acc_detail .acc_text h4{
    font-size: 17px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px;
}
.user_list{
    background: #121314;
    text-align: center;
    padding: 20px;
    border: 1px solid #272727;
}
.user_list li{
    display:block;
    
}
.user_list .user_vedio{
    position: relative;
    padding: 32px 0px 77px;
    margin: 0px 0px 0px;
    overflow: hidden;
    width: 100%;
}
.user_list .user_vedio video{
    z-index: 11;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 102%;
    top: 0px;
    object-fit: cover;
    left: 0px;
}
.user_list h2{
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
.user_list h3{
    text-transform: capitalize;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}
.user_list .text_but{
    padding: 50px 0px 10px 0px;
}
.trans_detail{
    background: #121314;
    padding: 10px 20px;
    border: 1px solid #272727;
}
.trans_detail h3{
    font-size: 14px;
    font-weight: 400;
    color: #ffff;
    padding: 10px 10px 10px 10px;
    margin: 15px 0px 15px 0px;
    background: #000;
}
.trans_detail h3 span{
    color: #e9d46f;
    font-weight: 500;
    float: right;
}
.payment_detail{
    
    
}
.payment_detail p{
    background: url(../images/acc_bg1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 18px 10px;
    display: inline-block;
    margin: 0px 10px;
    max-width: 165px;
    width: 100%;
    text-align: right;
    font-size: 14px;
}
.payment_detail .payment{
    float: left;
    max-width: 32px;
    filter: drop-shadow(1px 1px 4px #f7e37b);
}
/******=====ADMIN1 CSS PART=====*****/ 

/******=====DEPOSIT CSS PART=====*****/ 
.depo_bg{
    
    
    
}
.depo_bg .nav{
    display: block;
    text-align: center;
    margin: 20px 0px;
}
.depo_bg .nav-link{
    background: url(../images/but2.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 25px 20px 25px;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #010101;
    transition: 0.9s;
    display: inline-block;
    margin: 0px 10px;
    max-width: 218px;
    width: 100%;
}
.depo_bg .nav-link.active{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    transition: 0.9s;
    color: #000;
    filter: drop-shadow(2px 2px 4px #fff);
}
.depo_bg .checkmark_bg{
    position:relative;
}
.depo_bg .checkmark_bg input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.depo_bg .checkmark_bg input:checked ~ .checkmark{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    transition: 0.9s;
}
.depo_bg .checkmark_bg input:checked ~ .checkmark:before{
    content: "\2713";
    position: absolute;
    background: linear-gradient(45deg, #f5e07a, #c99a28);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    color: #000000;
    font-size: 16px;
    top: -5px;
    right: -4px;
}
.depo_bg .checkmark_bg .checkmark{
    background: url(../images/but3.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 25px 20px 25px;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #010101;
    transition: 0.9s;
    display: inline-block;
    margin: 0px auto 0px;
}
.tagos_img{
    height: 121px;
    width: 285px;
    object-fit: cover;
    object-position: center;
}


/******=====PAYMENT CSS PART=====*****/
.depo_bg .checkmark_bg1{
    position: relative;
}
.depo_bg .checkmark_bg1 .check_box{
    display: inline-block;
    padding: 0px 10px;
}
.depo_bg .checkmark_bg1 .check_box input{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.depo_bg .checkmark_bg1 input:checked ~ .checkmark1{
    background: url(../images/check_bg.png);
    background-size: 100% 100%;
    background-position: center;
}
.depo_bg .checkmark_bg1 input:checked ~ .checkmark1:before{
    content: "\2713";
    position: absolute;
    background: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    padding: 4px;
    color: #f7e27b;
    font-size: 20px;
}
.depo_bg .checkmark_bg1 .checkmark1{
    display: block;
    background: url(../images/check_bg1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 16px 10px 16px 10px;
    margin: 5px 0px;
    width: 164px
}
.depo_bg .checkmark_bg1 .checkmark1 p{
    margin: 0px;
    font-family: 'Exo 2', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.depo_bg .checkmark_bg1 .checkmark1 p img{
    max-width: 35px;
    margin: 0px 10px 0px 0px;
    max-height: 31px;
}
/******=====PAYMENT CSS PART=====*****/

/******=====WITHDRAW CSS PART=====*****/
.with_bg{
    
    
}
.with_bg .checkmark_bg{
    position: relative;
    text-align: center;
}
.with_bg  label{
    position: relative;   
}
.with_bg .checkmark_bg .check_box{
    display: inline-block;
    padding: 0px 10px;
    background: repeating-linear-gradient(45deg, #181919, #010101 5px);
    background-size: 100% 100%;
    border: 5px solid #ead470;
}
.with_bg .checkmark_bg .check_box input{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.with_bg .checkmark_bg input:checked ~ .checkmark1{
    background: url(../images/check_bg.png);
    background-size: 100% 100%;
    background-position: center;
}
.with_bg .checkmark_bg input:checked ~ .checkmark1:before{
content: "\2713";
    position: absolute;
    background: #000;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
    padding: 4px;
    color: #f7e27b;
    font-size: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top: -8px;
    bottom: 0;
}
.with_bg .checkmark_bg .checkmark1{
    display: block;
    background: url(../images/check_bg1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 29px 10px 14px 10px;
    margin: 5px 0px;
    width: 164px;
}
.with_bg .checkmark_bg .checkmark1 p{
    margin: 0px;
    font-family: 'Exo 2', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.with_bg .checkmark_bg .radio_btn  img{
    max-width: 35px;
    margin: 0px  0px 0px;
    max-height: 31px;
}
.with_bg .checkmark_bg .radio_btn h5{
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.with_bg .checkmark_bg .radio_btn h6{
    margin: 10px 0px 10px;
    font-size: 14px;
}
.with_bg .checkmark_bg .radio_btn h6 span{
    font-family: 'Exo 2', sans-serif;
    color: #000 !important;
    font-weight: 700;
}
.with_popup .modal-header .btn-close {
    padding: 3px 5px 3px 5px;
    margin: -0.5rem -0.5rem -0.5rem auto;
    border: 4px double #000;
    filter: invert(1);
}
.with_popup .modal-content{
    background-image: url(../images/plan_bg.png) !important;
    background-size: 100% 100%;
}
.with_popup .modal-header .btn-close {
    padding: 3px 5px 3px 5px;
    margin: -0.5rem -0.5rem -0.5rem auto;
    border: 4px double #000;
    filter: invert(1);
}
.with_popup .modal-header {
    border-bottom: 1px solid #f3e07a;
}
/******=====WITHDRAW CSS PART=====*****/

/******=====DEPOSIT CSS PART=====*****/ 

.admin1_bg  .plan h3{
    font-size: 18px;
    font-weight: 700;
}
.form_select{
    position: relative;
}
.form_select h4{
    margin: 8px 0px;
}
.form_select select{
    background: #121314;
    padding: 10px 20px;
    border: 1px solid #272727;
    font-size: 15px;
    font-weight: 400;
    color: #f9e67f;
    width: 100%;
    outline: none;
}
.form_block{
    background: url(../images/acc_bg1.png);
    background-size: 100% 100%;
    padding: 20px;
    margin: 10px;
    max-width:400px;
    width:100%;
    margin:auto;
}
.form_block img{
    max-width: 45px;
    float: right;
}
.form_block h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px;
}
.form_block h4{
    font-size: 17px;
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px;
}
/******=====DEPOSIT CSS PART=====*****/ 

/******=====BANNERS CSS PART=====*****/ 
.referlink_bg{
    text-align: center;
}
.referlink_bg .tab{
    text-align: center;
    margin: 10px 0px 20px;
}
.referlink_bg .tablinks{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 25px 20px 25px;
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #010101;
    transition: 0.9s;
    border: none;
    margin: 0px 10px;
}
.referlink_bg .tablinks.active{
    background: url(../images/but2.png);
    background-size: 100% 100%;
    filter: drop-shadow(0px 0px 4px #f8e47c);
}
.referlink_bg .tabcontent{
   
}
.referlink_bg .tabcontent img{
    filter: drop-shadow(0px 0px 1px #fff);
}
.referlink_bg .tabcontent .form_copy{
    text-align: center;
    background: #121314;
    padding: 15px 20px;
    border: 1px solid #272727;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    max-width: 600px;
    margin: 20px auto 0px;
}
.referlink_bg .tabcontent h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
    margin: 15px 0px 15px 0px;
    text-transform: capitalize;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%,#ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.referlink_bg .tabcontent h3 span{
    font-size: 30px;
}
.referlink_bg .tabcontent h5{
    margin: 0px 0px 0px;
}
.referlink_bg .tabcontent h5 textarea{
    background: #121314;
    border: 1px solid #272727;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 20px;
    outline: none;
}
.referlink_bg .copy_but{
    margin:20px 0px 0px;
}
.referlink_bg .copy_but .btn_hover1{
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-position: center;
    padding: 20px 25px 20px 25px;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    transition: 0.9s;
    border: none;
    margin: 0px 10px;
}
.referlink_bg .copy_but span{
    color: #f8e47c !important;
    font-size: 13px;
    font-weight: 400;
}
/******=====BANNERS CSS PART=====*****/ 

/******=====SECURITY CSS PART=====*****/ 
.secure_bg .form_check{
    background: url(../images/acc_bg1.png);
    background-size: 100% 100%;
    padding: 20px;
    margin: 10px;
}
.secure_bg .form_check h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 20px;
}
.secure_bg .form_check h4{
    position: relative;
    margin: 0px;
}
.secure_bg .form_check p{
    font-size: 14px;
    font-weight: 400;
    padding: 0px 3px 0px 27px;
    margin: 15px 0px 15px 0px;
    position: relative;
}
.secure_bg .form_check input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0;
}
.secure_bg .form_check input:checked ~ .checkmark1:before{
    content: "\2713";
    position: absolute;
    background: linear-gradient(45deg, #f5e07a, #c99a28);
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    padding: 2px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    top: 0px;
    right: 0px;
}
.secure_bg .form_check .checkmark1{
    background: linear-gradient(45deg, #a09f9f,#eaebeb, #a09fa0);
    width: 20px;
    position: absolute;
    height: 20px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}
.secure_bg .form1{
    padding: 20px;
    text-align: center;
    max-width: 510px;
}
.secure_bg .form1 h2{
    font-family: 'Exo 2', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #f8e57d;
    padding: 0px;
    margin: 0px 0px 20px;
}
.secure_bg .form1 p{
    color: #fff;
    font-size: 14px;  
}
/******=====SECURITY CSS PART=====*****/ 

/******=====EDIT CSS PART=====*****/
.edit_bg .nav{
    display: block;
    text-align: center;
    margin: 15px 0px;
}
.edit_bg .nav-link{
    display: inline-block;
    margin: 0px 20px;
    background: url(../images/but1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17px 25px;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 1s;
    transform: translateY(0px);
    border: none;
    outline: none;
}
.edit_bg .nav-link.active{
    background: url(../images/but2.png);
    background-size: 100% 100%; 
    filter: drop-shadow(2px 0px 4px #fecb45);
    color: #fecb45;
}
/******=====EDIT CSS PART=====*****/

/******=====TABLE CSS PART=====*****/ 
.admin_bg .table-responsive{
    
    
}
.admin_bg .table-responsive table{
    width: 80%;
    margin: 10px auto;
    background: #121314;
    border: 1px solid #272727;
}
.admin_bg .table-responsive table th{
    background: #000;
    padding: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    border-bottom: 1px dashed #ebd876bf;
}
.admin_bg .table-responsive table .inheader{
    background: #000;
    padding: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    border-bottom: 1px dashed #ebd876bf;
}
.admin_bg .table-responsive table td{
    background: #121314;
    font-size: 14px;
    font-weight: 400;
    color: #f8e57d;
    padding: 10px;
    margin: 0px;
    border-bottom: 1px dashed #c8972559;
}
.admin_bg .table-responsive table img{
    width:30px;
    filter: drop-shadow(1px 1px 2px #f7e37b);
}

.admin1_bg .table-responsive{
    
    
}
.admin1_bg .table-responsive table{
    width: 80%;
    margin: 10px auto;
    background: #121314;
    border: 1px solid #272727;
}
.admin1_bg .table-responsive table th{
    background: #000;
    padding: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    border-bottom: 1px dashed #ebd876bf;
}
.admin1_bg .table-responsive table .inheader{
    background: #000;
    padding: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    border-bottom: 1px dashed #ebd876bf;
}
.admin1_bg .table-responsive table td{
    background: #121314;
    font-size: 14px;
    font-weight: 400;
    color: #f8e57d;
    padding: 10px;
    margin: 0px;
    border-bottom: 1px dashed #c8972559;
}
.admin1_bg .table-responsive table .payment{
    width:30px;
    filter: drop-shadow(1px 1px 2px #f7e37b);
}
/******=====TABLE CSS PART=====*****/ 










/******=====Page Css Part=====*****/
.page{
   text-align:center; 
}
.page .pagination {
    display: inline-flex;
    margin: 10px auto;
    text-align: center;
    border: none;
    border-radius: 5px;
}
.page .page-link {
    position: relative;
    display: block;
    color: #f8e57d;
    background-color: #010101;
    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: #000000;
    border-color: #4cdfea;
    background: linear-gradient(45deg, #f0d972, #cfa332, #c89e3b);
    border:none;
}
.page .page-item.active .page-link {
    z-index: 3;
    color: #000000;
    background: linear-gradient(45deg, #be8f2d, #f8e57d, #c89725);
    border: none;
}

/******=====Page Css Part=====*****/


/******=====Responsive Css Part=====*****/

@media only screen and  (max-width:1199px){
    
/***===Account Css===***/     
    .home-section .user_detail .user_text h4{
        font-size: 13px;
    }
    .home-section .user_detail .user_text .acc_img2 {
        max-width: 26px;
    }
    .home-section .home-content1 .top_detail li:nth-child(1) {
        width: 75%;
    }
    .home-section .home-content1 .top_detail li:nth-child(2) {
         width: 23%;
    }
    .form_sec h4 input {
        width: 88%;
    }
    .user_list .text_but .but {
        padding: 20px 20px 20px 20px;
        font-size: 12px;
    }
/***===Depoist Css===***/    
    .depo_bg .tab-content {
        text-align:center
    }
    .depo_bg .checkmark_bg1 .check_box{
       text-align:start 
    }
}
@media only screen and  (max-width:991px){
 
/***===Account Css===***/    
    .home-section .home-content1 .top_detail {
        text-align: right;
    }
    .home-section .home-content1 .top_detail li:nth-child(1){
        display:none;
    }
    .home-section .home-content1 .top_detail li:nth-child(2) {
        width: 100%;
    }
    .home-section .user_detail .user_text h4 {
        font-size: 11px;
    }
    .tagos_img {
        width: 100%;
    }

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

/***===Account Css===***/     
    .home-section .user_detail {
        display: block;
    }
    .home-section .user_detail li {
        width: 47%;
    }
    .home-section .user_detail .user_text h4 {
        font-size: 13px;
    }
    .form_block {
        margin: 10px auto;
    }
    .admin1_bg .table-responsive table {
        width: 100%;
        min-width: 610px;
    }
  
}
@media only screen and  (max-width:576px){
    
    .home-section .user_detail li {
        width: 97%;
        margin: 8px 0px;
    }
    .tagos_img {
        height: 121px;
        width: 100%;
    }
    .form_sec {
        padding: 15px 10px;
    }
    .acc_detail li {
        width: 100%;
    }
    .acc_detail li:nth-child(2) {
        margin: 0px 0px 0px 0px;
    }
    .home-section .home-content1 .top_detail li:nth-child(2) {
        display: none;
    }
/***===Deposit Css===***/   
    .depo_bg .nav-link {
        margin: 5px 0px;
        max-width: 198px;
    }
    .depo_bg .checkmark_bg1 .check_box {
        padding: 0px 0px;
    }
    .depo_bg .checkmark_bg1 .checkmark1 {
        padding: 16px 5px 16px 5px;
        margin: 5px 0px;
        width: 119px;
    }
    .depo_bg .checkmark_bg1 .checkmark1 p {
        font-size: 12px;
    }
    .depo_bg .checkmark_bg1 .checkmark1 p img {
        width: 23px;
    }
/***===Referlink Css===***/    
    .referlink_bg .tablinks {
        padding: 18px 20px 18px 20px;
        margin: 0px 3px;
    }
    .referlink_bg .tabcontent h5 textarea {
        width: 100%;
    }
    
}

/******=====Responsive Css Part=====*****/

