.wrapper{
    display: flex;
    min-height: 100vh;
    width: 100%; 
}
.sidebar{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    min-height: 100vh;
    width: 250px;
    z-index: 100;
    transition: all 0.5s ease;
    background-image: url(../images/flow_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    background-color: #fff;
    padding: 10px 0px;
}
.sidebar_btn{
    font-weight: 600;
    text-transform: capitalize;
     background: linear-gradient(to right, #DB4485 0%, #DEA0A8 30%, #A882C4 100%);
    color: #e7e2e2;
    border-radius: 50px; 
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 11;
    position: relative;
    cursor: pointer;
      transition: 1s;
  }  
 .sidebar_btn:hover{
     transition: 1s;
    transform: scale(1.1);
    filter: drop-shadow(0px 1px 6px #ff4800);
 }

.sidebar .head{
     text-align: center;
    background-image: url(../images/plan1_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;   
    margin: 5px;
}
.sidebar .head img{
    max-width: 78px;
}
.sidebar .head h2{
      padding: 5px 0px;
    font-size: 20px;  
}
.sidebar .head h6{
    padding: 0px;
    justify-content: center; 
} 
.sidebar .head .head_btn{
   display: inline-block;
    margin: 5px 10px;
    font-size: 20px;
    color: #d75799;
}

.sidebar .head .head_btn:hover{
    color:#000 !important;
}
.sidebar.close{
    width: 50px;
}
.sidebar .lang_btn{
    margin: 20px 0px 0px;
    font-size: 14px;
    color: #042c4f;
    font-weight: 500;
}
 .sidebar .lang_btn img{
        width: 23px;
 }
.sidebar .nav-links{
    height: 100%;
    padding: 10px 10px;
    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: 1s;  
     border-radius: 0px;
}

.sidebar .nav-links li:hover{ 
    transition: 1s;
    background: #efecec;
    border-radius: 0px;
}
 .sidebar .nav-links li:hover a{
     color: #e7e2e2;
 }

.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{
    min-width: 30px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0px 5px 0px 0px;
    color: #d996ae;
}

.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;
  text-decoration: none;
  color: #393939 !important;
  text-transform: capitalize;
} 
.sidebar .nav-links li a .link_name{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Josefin Sans';
    transition: all 0.4s ease;
}


.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu{
    background: #f3f3f3;
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{ 
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0.8;
    transition: all 0.3s ease;
    padding: 10px;
    box-shadow: 0px 0px 2px #a2a2a2;
    border-radius: 0px 10px 10px 0px;
}
.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; 
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.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;
    color: #060606;
    background: #4cf2d6;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto; 
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .head h6 {
    color: #858383;
}

/*==========  hover CSS START  ========== */


/*==========  hover CSS START  ========== */


/*==========  home-section CSS START  ========== */
.home-section{
    width: 100%; 
    background: #f5f5f9;
    overflow: hidden;
} 
.foot_logo1{
    max-width: 200px;
}
.header1_top a{
    font-size: 20px;
    color: #000000cc !important;
    padding: 10px;
}
.header1_top a:hover{
    color:#ea4988 !important;
}
.header1_top a i{
    color:#d75799 !important;
}
.header1_top{
   background: #fff;
    padding: 5px 0px; 
}
.header1_top ul{
    
}
.header1_top ul li{
    margin: 5px 10px;
    display: inline-block;
}

.header1_top ul li .hvr-bounce-to-left,.header1_top ul li .hvr-bounce-to-right{
    padding: 10px 25px;
    border-radius: 10px;
    margin-right: 10px;
    border: 1px solid #a79a9a3b;
    color: #393939;
}
.header1_top .hvr-bounce-to-right{
    border: 1px solid #ff9950;
    border-radius: 10px;
}
.hvr-bounce-to-right:before,.hvr-bounce-to-left{
}
.sidebar.close ~ .home-section{
  width: calc(100% - 50px);
}


/*==========  header1_content CSS START  ========== */

.header1_content{ 
    padding: 15px 0px 20px;
    background: #f5f5f9;
}
.header1_head{
    text-align: center;
    padding: 25px 0px;
}
.header1_head h3{
   margin: auto;
    color: #bf6eb0;
    font-size:25px;
    font-weight:500;
    font-family: 'Orbitron';
}
.header1_head h2{
    font-size: 26px;
    padding: 5px 0px 0px; 
}

.header1_content  .table-responsive{
    background-image: url(../images/plan1_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    padding: 10px;
    border-radius: 15px;
    background-attachment: fixed;
    margin: 10px auto; 
}
.header1_content .table-responsive table{
     width: 100%;
     min-width: 320px;
}
.header1_content .table-responsive table th,.header1_content .table-responsive table .inheader{
    padding: 10px;
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    color: #000;
    border-bottom: 2px solid #00d7a46b;
    background: #ffff;
    text-transform: capitalize;
    text-align: left;
    color: #c86cae;
}
.header1_content .table-responsive table b{
  font-weight: 400;  
}

.header1_content .table-responsive table td{
    padding: 10px;
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #393939;
    border-bottom: 1px dashed #29ebc342;
    text-align: left;
}

.ref_banner .header1_content .inpts,.header1_content textarea {
    font-family: 'Josefin Sans';
    outline: none;
    border: none;
    padding: 30px;
    font-size: 14px;
    color: #393939;
    font-weight: 400;
    border-radius: 5px;
    background-image: url(../images/flow_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #171617;
    box-shadow: 0px 0px 1px #f9ba3d;
    transition: 1s;
    margin: 5px;
    background: #f9f9f9;
}

.gateway{
   max-width: 28px; 
}



/*==========  account_bg  CSS START  ========== */
.account_bg{
    
}
.account_bg tbody{
    background: #fff;
}
.account_bg table tr {
    border-bottom: 1px solid #d3d3d3 !important;
}
.account_bg .acc1{
     background-image: url(../images/acc1_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding:30px;
    max-width: 530px;
    margin: 10px auto;
    border-radius: 15px;   
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
} 
.account_bg .acc1 h2 { 
    font-size: 20px;
    margin-bottom: 10px;
    color: #bf6eb0;
}
.header1_head h2 {
    padding: 8px 0px 0px;
    color: #d996ae;
}
.account_bg .acc1 h6{ 
    line-height: 20px;
    font-size: 14px;
    font-family: 'Josefin Sans';
    color: #bf6eb0;
    margin: 5px 0px;
}
 .account_bg .acc1 h1{
     font-size: 24px;
    padding: 0px 0px 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Josefin Sans';
    color: #939393;
}
 .account_bg .acc1 h1 span{ 
    color: #393939 !important;
    -webkit-text-fill-color:unset;
    font-size: 15px ;
    font-weight: 400;
    text-transform: capitalize;
}
.account_bg .acc_sec{
    background-image: url(../images/acc_sec_img.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} 
.account_bg .acc_sec2{
    background-image: url(../images/acc_sec_img2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} 
.account_bg .acc_ref{
   background-image: url(../images/acc_ref_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.account_bg .acc_pro{
   background-image: url(../images/acc_sec_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
}

.account_bg  .acc_pay{
    height: 305px;
}
.account_bg button{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    color: #393939;
    padding: 8px 22px;
    border-radius: 5px;
    margin: 0px 10px;
    outline: none;
    border: none;
    background: linear-gradient(to right, #DB4485 0%, #DEA0A8 30%, #A882C4 100%);
 

}
.account_bg .acc1 p {
    font-size: 13px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #878282;
}
.account_bg .plan1{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:10px;
    border-radius:10px;
    background: #fff;
}
.Acc_items{
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    margin: 20px 0px 0px;
    border-radius: 5px;
    width: 100%;
    max-width: 215px;
}
.Acc_items h1{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    color: #838383;
 
}
.acc_head h1{
    font-size: 16px;
    font-family: 'Josefin Sans';
    font-weight: 500;
    float: right;
    margin: 30px 0px 0px;
    color: #838383;
}
.acc_head h1 span{
    display: block;
     font-size: 25px;
    font-weight:700;
    font-family: 'Josefin Sans';
    padding: 10px 0px 0px;
    color: #000;
}
.acc_head p{
    margin: 6px 0px 0px;
    font-size: 15px;
     color: #838383;
}
.acc_btn{
    max-width: 120px;
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    margin: 15px 4px 0px;
    background: #ffffff;
    background: linear-gradient(to right, #DB4485 0%, #DEA0A8 30%, #A882C4 100%);
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    display: inline-block;
}
.acc_head .acc_btn2{
    background: #f2f3f8;
    color: #de4e8c;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    max-width: 120px;
    display: block;
    width: 100%;
    padding: 8px;
    display: inline-block;
    color: #000 !important;
    text-align: center;
    border-radius: 6px;
}
.acc_head h4{
    font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #838383;
}
.Acc_group{
    display: flex;
    align-items: center;
    justify-content: space-evenly;  
    margin: 30px 0px;
}
.Acc_group h1 span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Josefin Sans';
    padding: 10px 0px 0px;
    color: #000;

    
}
.acc_head{
    padding: 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}
.acc_top{
   background:#00897a; 
}
.acc_top .acc_btn1{
    background: #fff !important;
    color: #000 !important;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0px 0px;
    display: block;
    max-width: 190px;
    font-size: 14px;
    font-family: 'Josefin Sans';
    font-weight: 400;
}

.acc_top p,.acc_top h4 {
    color: #fff !important;
    width: 80%;
    font-size: 14px;
}
.Acc_items img{
    max-width:40px;
    width:100%;
    float:right;
}
.calender_img{
    max-width: 90px;
    float: right;
}
.head .header1_head h3{
    color: #bf6eb0;
}
.acc_head{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Josefin Sans';
}




/************************deposit_bg*************************/
.deposit_bg  .plan1 {
    max-width: 250px;
    margin: 0px auto 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 18px;
    border-radius: 10px;    
    background: #ffff;
}
.deposit_bg .plan_check_bg{
    margin: 10px auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: fit-content;
    padding: 8px;
}
 
.deposit_bg .plan_check_bg input{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0; 
    cursor: pointer;
}
.deposit_bg .plan_check_bg .plan_check{
    width: 70px;
    height: 70px;
    display: block;
    background: #d9d9d9;
    border-radius: 50%;
}  
.deposit_bg .plan_check_bg input:checked ~ .plan_check::before{
    content: "\2713";
    position: absolute;
    right: 0;
    left: 0;
    color: #ff4f00;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 0;
    bottom: 0; 
    box-shadow: 0px 0px 24px #8c8883;
    border-radius: 50%;
    color: #000;
}
.plan1 h2{
    color: #000;
    font-size: 25px;
    font-weight:600;
    font-family: 'Orbitron';
    text-align: center;
}
.plan1 h3{
    font-size: 20px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #393939;
    text-align: center;
    margin: 5px 0px;
}
.plan1 h6{
    font-size: 16px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    color: #767676;
    padding: 5px 0px;
    
}
.plan1 h6 span{
    float: right;
    color: #000;
}
.deposit_bg .nav .active {
    background: linear-gradient(to right, #DB4485 0%, #DEA0A8 30%, #A882C4 100%);
    color:#fff;
}
.deposit_bg .nav button{
    border:1px solid #DB4485;
    background:#fff;
}

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

.spend_check_bg input{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
}
.spend_check_bg .spend_check { 
    cursor: pointer;
    background-image: url(../images/acc1_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: block;
    padding: 15px;
    margin: 5px;
    font-size: 13px;
    text-align: left;
    color: #000;
    vertical-align: top;
    border-radius: 5px;
    opacity: 0.8;
}
.spend_check_bg .spend_check  small{
    font-weight: 500;
    color: #393939;
    display: block;
    font-size: 14px;
    font-family: 'Josefin Sans';
}
.spend_check_bg .spend_check  img{
    display: block;
    margin: 3px 7px 0px 0px;
    float: left;
    max-width: 32px;
} 
 .spend_check_bg input:checked   ~ .spend_check{
    box-shadow: 0px 0px 12px #0e0d0d;
    opacity:1;
    background: url(../images/acc_sec_img.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background: linear-gradient(129deg, #db4384, #e28f9b, #a782c4);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    color: #ffff;
 }
 
.spend_check_bg input:checked ~ .spend_check::after {
    position: absolute;
    top: 1px;
    left: 13px;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto;
     background: #000;
    color: #e7e2e2;
    z-index: 111;
    border-radius: 100%;
    content: "\2713";
    text-align: center;
    font-size: 19px;
    padding: 4px;
    font-weight: 600; 
} 
.home-section .sbmt{
    display: inline-block;
}
 
/************************deposit_list*************************/
.deposit_list{
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    background: #fff;
    font-family: 'Josefin Sans';
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.deposit_list .deposit_list_date{
    background: #64636333;
    text-align: left;
    padding: 10px;
    border-radius: 20px;
    font-family: 'Josefin Sans';
}
.deposit_list  a{
    color:#e39aaf!important;
}
.deposit_list a:hover{
    color:#000;
}
.deposit_list  .gateway{
    float: right;
    max-width: 25px;
    margin: 0px 0px ;
}
.deposit_list .deposit_list_date p{
    margin: 0px ; 
    color: #393939;
}
.deposit_list .deposit_list_date p span{
   float: right; 
    color: #000;
}
.deposit_list ul{  
    padding: 10px;  
    text-align: left; 
    margin: 0px;
}
.deposit_list ul li{
   margin: 15px 0px !important;
}
.deposit_list ul li h3{
    font-size: 15px;
    font-weight: 400;
    color: #393939;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px dotted #ddd;
    padding: 0px 0px 5px;

}
.deposit_list ul li h3 i{
    color: #d996ae;
    font-size: 14px;
}
.deposit_list ul li h3 span{
      float: right;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.earning_his_bg ul li:last-child h3 span{
    float: none;
    display: block;
    text-align: center;
    padding: 5px;
    background: #171617;
    margin: 10px 0px 0px;
    overflow: auto;
    color: #ffff;
    /*background: radial-gradient(#e794a4, #b876b7);*/
}
.deposit_list_bg .earning_his_bg .sbmt{
    margin:0px;
}

 /*==========  ref_banner CSS START  ========== */
.ref_banner{
    
}
.ref_banner .ban{
    width: 100%;
    border-radius: 5px;
    margin: 20px auto;
    padding: 10px;
    max-width: 1000px;
    position: relative;
    background: #17161752;
    backdrop-filter: blur(38px);
    background: #fff;
}
.ref_banner .ban h3{
    font-size: 18px;
    color: #393939;
}
.ref_banner .ban h3 span{
    float: right;
    margin: 0px 10px 0px 0px;
}

.ref_banner .ban p{
      position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    color: #000;
    font-size: 15px;
    text-align: center;  
}

.ref_banner .ban textarea{
    width: 100%;
}
.ref_banner .ban img{
    margin: 10px auto !IMPORTANT;
}
.copy_but{
    background: linear-gradient(to right, #DB4485 0%, #DEA0A8 30%, #A882C4 100%);
    padding: 4px 16px;
    border-radius: 5px;
    color: #fff;
    border: none !important;
}
.ref_banner .hvr-bounce-to-left:before {
    background: #af83c0;
}
.ref_banner .inpts:focus{
    border:1px solid #000;
}
 .ref_banner .inpts{
     color:#393939;
 } 
 .ref_banner .inpts:focus{
    border:1px solid #000;
}
.header1_content .inpts{
    color: #393939;
    margin-top: 5px;
    background: #f9f9f9;
 } 
 .header1_content .inpts:focus{
    border:1px solid #000;
}

/*==========  edit_bg  CSS START  ========== */
.edit_bg{
   
}

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

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

}
.table_detail{
    background: #fff;
    padding: 15px !important;
}
.table_list h3 span{
    float: right;
    font-weight: 600;
    color: #000;
}
.dep_con .form1{
   padding: 20px !important;
    background: #fff; 
}
    

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

.pagination{
    justify-content: center;
    margin: 20px auto 10px;
}
.pagination li a{
    background: #252725;
    border: 1px solid #252825 !important;
    color: #fff; 
}
.pagination li.active a{
      background: #060606 !important;  
}

/*==========  media  CSS START  ========== */
@media only screen and (min-width: 1500px) {
.sidebar{
    width: 300px;
}
}
/*==========  media  CSS START  ========== */
@media only screen and (max-width: 1200px) {
.sidebar_btn{
    display: flex;
}

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


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

.header1_top ul {
    padding: 10px 0px 0px !important;
}
.header1_top ul li {
    margin: 5px 0px;
}
.header1_bg .lang_popup_btn { 
    top: 15px; 
}
.sidebar_btn { 
    position: absolute;
    right: 10px;
    top: 15px;
}
.header1_top .logo{
    max-width: 200px;
    padding: 10px 0px 0px; 
}
.Acc_items {
    max-width: 225px;
} 
.Acc_group{
    flex-wrap: wrap;
}
.acc_head{
    margin:0px 0px 10px;
}
.plan1 h3{
    font-size: 18px;
}

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

}

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

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



}











	