.wrapper{
    display: flex;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.sidebar{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 200px;
    z-index: 100;
    transition: all 0.5s ease;
    transition-duration: 0.9s;
    background: #000;
    border-right:1px solid #fff;
}
.sidebar.close{
    width: 50px;
}
.sidebar .logo-details{
    height: 75px;
    width: 100%;
    align-items: center;
    margin: 10px 5px 0px;
    text-align:center;
}
.sidebar .logo-details img {
    width: 170px;
    margin: 10px 25px 0px 0px;
}
.user_img {
    text-align: center;
    border-bottom: 1px dashed #fff;
    padding: 0px 0px 10px;
}
.user_img h4 span{
    display: block;
    color: #f8c133;
    font-size: 16px;
}
.user_img img{
    color: #fff;
    font-weight: 400;
    margin: 0px 0px 5px;
}
.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: #fbf206;
    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: 0px 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;
    margin: 0px 0px;
    border-radius: 3px 0px 0px 3px;
    transition-duration: 1s;
    padding: 0px 0px;
    border-bottom: 1px dashed #fff;
}
.sidebar .nav-links li:hover{
    background:#f8c133;
    transition-duration: 1s;
    transition-duration: 1s;
    color: #000;
}
.sidebar .nav-links li:hover .link_name{
   
}
.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: #f8c133;
    -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: #f8c133  ;
    font-size: 14px;
    font-weight: 500;
}
.sidebar .nav-links li a.link_name{
    font-size: 15px;
    font-weight: 400;
   color: #f8c133;
    transition: all 0.4s ease;
}
.sidebar .nav-links li a .link_name:hover, .sidebar .nav-links li  .link_name:hover{
    color:#000 ;
}
.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 #ffffff;
}
.sidebar.close .nav-links li .sub-menu:hover{
    box-shadow: inset 350px 0 0 0 #fbf206;
   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: #f8c133;
}
.sidebar .nav-links li .sub-menu.blank li{
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    background: none;
    margin: 5px 0px;
    border-radius: 3px 0px 0px 3px;
    transition-duration: 1s;
    box-shadow: inset 0 0 0 0 #55ecff;
    padding: 0px 0px;
    border: 1px;
    border-top: 1px dashed #73ba3f30;
    border-bottom: 1px dashed #73ba3f30;
    color: #fff;
    border: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
    position: fixed;
    bottom: 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00000054;
    padding: 14px 10px;
    transition: all 0.5s ease;
}


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

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

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


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

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


.home-section{
    position: relative;
    background: url(../images/admin2_bg.png) no-repeat top center;
    background-size: 100% 100%;
    background-attachment: fixed !IMPORTANT;
    min-height: 100%;
    left: 0px;
    width: calc(100% - 200px);
    transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 0px;
  width: calc(100% - 50px);
}
.home-section {
  background:#000;
  padding:15px 0px; 
}
.home-section .home-content .head{
    font-size: 30px;
    font-weight: 700;
    padding: 0px;
    margin: 7px 0px 10px 20px;
    text-transform: capitalize;
     background: #f8c133;
    -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-content2 ul li{
    display:inline-block;
    width:49%;
}
.home-section .home-content2 ul li h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.home-section .home-content2 ul li:nth-child(1){
    width:45%;
}
.home-section .home-content2 ul li:last-child{
    width:53%;
}
.home-section .home-content2 ul li h5  span{
    display:block;
    color:#f8c133;
    margin:5px 0px;
    font-size:14px;
}
.home-section .home-content1{
    float:right;
    margin:0px 20px;
}
.home-section .home-content1 ul li{
    display:inline-block;
}
.home-section .headerall_top {
    padding: 10px 0px;
    position: relative;
    border-bottom: 2px dashed #fff;
}
.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-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-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;
}
 .sidebar.close .logo1{
     display:none;
 }
 .sidebar.close  .logo2{
     display:block !important;
 }
 .sidebar.close .user_img{
     display:none;
 }
/*============== HEADER2 CSS PART START =============*/

/*============== ACCOUNT CSS PART START =============*/
.account_bg{
    padding:20px 0px;
}
.account_details{
    padding:20px 0px;
}
.account_details  ul{
     text-align:center;
     margin:20px 0px;
}
.account_details ul li img {
    background: linear-gradient(to left, #f4a707, #fce050);
    padding: 10px;
    width: 100%;
    max-width: 50px;
    border-radius: 3px;
    margin: 0px 0px 10px 0px;
}
.account_details ul li h5 {
    color: #f8c133;
    font-size: 18px;
    font-weight: 500;
}
.account_details ul li{
    width:100%;
    max-width:150px;
    display:inline-block;
    position:relative;
    z-index:1;
}
.account_details ul li::before {
    position: absolute;
    content: "";
    width: 75%;
    height: 100%;
    border-top: 2px dashed #fff;
    top: 20px;
    right: -65px;
    z-index: -1;
}
.account_details ul li:last-child::before{
    display:none;
}
.account_details ul li h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.last_details{
    padding:20px 0px;
}
.last_details .last_bg {
    background: #000;
    padding: 10px 10px 20px;
    border-radius: 10px;
    border: 1px solid #000;
    filter: drop-shadow(0px 2px 4px #f8c133);
    margin: 10px 0px;
}
.last_details .last_bg h1 {
    float: left;
    font-size: 75px;
    margin: -10px 10px 0px 0px;
    color:#f8c133;
}
.last_details .last_bg h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 30px 0px;
}
.last_details .last_bg h3 span{
    color:#f8c133;
    margin:0px 10px;
    font-weight:bold;
}
.last_details .last_bg h5 span{
    color:#f8c133;
    margin:0px 10px;
    font-weight:bold;
    font-size: 14px;
}
.last_details .last_bg h5 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.last_details .last_bg  img{
    float:right;
    margin:0px 10px;
    filter: invert(1) brightness(1.5);
}
.link_bg{
    text-align:center;
    margin:10px 0px;
    padding:10px 0px;
    position:relative;
}
.link_bg .msg{
    position:absolute;
    left:0px;
    right:0px;
    margin:auto;
}
.link_bg p{
    color:#fff;
    font-size:16px;
    font-weight:400;
    width: fit-content;
    margin: auto;
}
.link_bg span{
    color:#f8c133;
}
.link_bg i{
    font-size: 16px;
    float: left;
    margin: -1px 2px 0px 0px;
    cursor: pointer;
}
.security1{
    text-align:center;
    margin:10px 0px;
}
.account_bg .head {
    text-align:center;
}
.account_bg .head h3{
    color:#fff;
}
.account_bg .head h3 span{
    color:#f8c133;
}
.acc1 p {
    background: #000;
    padding: 10px;
    filter: drop-shadow(0px 2px 2px #f8c133);
    color: #fff;
    font-size:14px;
    font-weight:400;
    max-width:210px;
    margin:10px auto;
}
.acc1 p span{
    color: #f8c133;
    font-weight:600;
    margin:0px 5px;
}
.security1 p{
    color:#fff;
    font-size:16px;
    font-weight:400;
    width: fit-content;
    margin: auto;
}
.security1 span{
    color:#f8c133;
}
.security1 i{
    font-size: 16px;
    float: left;
    margin: -1px 2px 0px 0px
}
.security1 a{
    color:#fff;
}
/*============== ACCOUNT CSS PART END =============*/

/*==============  DEPOSIT CSS PART START =============*/
.account_bg .plan2{
    background:#000;
    filter: drop-shadow(0px 2px 2px #f8c133);
    border-radius:10px;
    padding:0px 0px 10px;
    margin:10px auto;
    text-align:center;
    max-width:300px;
}
.account_bg .plan2 .plan_head{
    background:url(../images/body_bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    padding:10px;
}
.account_bg .plan2 .plan-content{
    padding:10px;
}
.account_bg .plan2 h3{
    color:#f8c133;
    margin:0px 0px 10px 0px;
}
.account_bg .plan2 h4{
    color:#fff;
     margin:0px 0px 5px 0px;
}
.account_bg .plan2 p {
    color: #fff;
    margin: 0px 0px 10px 0px;
    text-align: start;
    padding: 10px 0px;
    border-bottom: 2px dashed #f8c133;
}
.account_bg .plan2 p span{
    float:right;
    color:#f8c133;
}
.account_bg hr{
    border:2px dashed #f8c133;
}
.plan_btn input{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
}
.account_bg .plan_btn{
    margin:0px 0px 10px 0px;
}
.plan_btn input:checked ~ .checkmark {
    background: #000;
    transition: 1s;
    color: #f8c133 !important;
    filter: drop-shadow(0px 2px 2px #f8c133);
    /* margin: 10px 0px; */
}
.dep_info {
    padding: 20px;
    filter: drop-shadow(0px 2px 6px #f8c133);
    background: #000;
}
.checkmark_bg .checkbox1{
    background: #000;
    padding: 10px;
    filter: drop-shadow(0px 2px 2px #f8c133);
    max-width: 165px;
    width:100%;
    border: none;
    text-decoration: none !important;
    outline: none;
    margin: 15px 5px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}
.checkmark_bg .checkbox1 h3{
    color:#fff;
    font-size:14px;
}
.checkmark_bg .gateway {
    max-width: 25px;
    float:left;
    margin: -2px 3px 0px 0px;
}
.checkmark_bg {
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border: none;
    text-decoration: none;
    outline: none;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}
.checkmark_bg .checkbox1 input {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 115%;
    cursor: pointer;
    opacity: 0;
    top: 0;
    z-index: 1;
}
.checkmark_bg .check_box1 .checkmark1{
    
}
.checkmark_bg .check_box1 input:checked ~ .checkmark1{
    
}

.checkmark_bg .checkbox1 input:checked ~ .checkmark1::before {
    content: "\2713";
    position: absolute;
    left: 10px;
    border: none;
    text-align: center;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    height: 30px;
    width: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 700;
    top: 5px;
}
/*==============  DEPOSIT CSS PART END =============*/

.exchange-card{
    background:#000;
    border-radius:15px;
    padding:25px;
    margin-bottom:25px;
    box-shadow:0 0 20px rgba(248,193,51,.15);
    filter: drop-shadow(0px 2px 2px #f8c133);
}
.exchange-title{
    color:#f8c133;
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
    text-align:center;
}

.exchange-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
    align-items:center;
}

.exchange-row label{
    width:180px;
    color:#fff;
    font-size:15px;
}

.exchange-input{
    width:100%;
    height:48px;
    background:#111;
    border:1px solid #f8c133;
    color:#fff;
    border-radius:8px;
    padding:0 15px;
}

.exchange-input:focus{
    outline:none;
    border-color:#fff;
    box-shadow:0 0 10px rgba(248,193,51,.5);
}

.exchange-btn{
    background:linear-gradient(90deg,#f8c133,#ffb700);
    color:#000;
    border:none;
    border-radius:8px;
    padding:14px 35px;
    font-weight:bold;
    transition:.3s;
}

.exchange-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 0 15px #f8c133;
}

.balance-box{
    background:#111;
    border:1px dashed #f8c133;
    color:#fff;
    padding:12px 15px;
    border-radius:8px;
    margin-bottom:20px;
}

.balance-box span{
    color:#f8c133;
    font-weight:bold;
}
.wallet-radio{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    margin-bottom:15px;
    background:#111;
    border:1px solid #333;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
    color:#fff;
}

.wallet-radio img{
    width:28px;
}

.wallet-radio input{
    display:none;
}

.wallet-radio span{
    width:18px;
    height:18px;
    border:2px solid #f8c133;
    border-radius:50%;
    position:relative;
}

.wallet-radio input:checked+span:before{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    background:#f8c133;
    border-radius:50%;
    left:2px;
    top:2px;
}

.wallet-radio:has(input:checked){
    border-color:#f8c133;
    box-shadow:0 0 15px rgba(248,193,51,.4);
}

.exchange-rate{
    width:100%;
    border-collapse:collapse;
}

.exchange-rate th{
    background:#fff;
    color:#000;
    padding:14px;
}

.exchange-rate td{
    background:#111;
    color:#fff;
    padding:12px;
    border:1px solid #222;
}

.exchange-rate tr:hover td{
    background:#1a1a1a;
}
.wallet-balance{
    display:inline-block;
    padding:6px 12px;
    background:#f8c133;
    color:#000;
    border-radius:30px;
    font-size:13px;
    font-weight:bold;
}
.exchange-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:30px;
    margin-top:25px;
}


.exchange-row{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:18px;
}

.exchange-row label{
    width:100%;
}

.exchange-btn{
    width:100%;
    margin-top:10px;
}

/*==============  DEPOSIT LIST CSS PART START =============*/
.comment{
    background:#f8c133;
    padding:10px !important;
    color:#000 !important;
    text-align:center;
    display:block;
    float:unset !important;
    font-size:14px;
    overflow:auto;
}
.deposit_list_date {
    padding: 10px;
    background: linear-gradient(to left, #f4a707, #fce050);
    border-radius:10px;
}
.deposit_list_date p{
    font-size:16px;
    font-weight:400;
    text-align:start;
}
.deposit_list_date p span{
    float:right;
}
.ref_1 h3{
    font-size:12px;
}
/*==============  REFERAL CSS PART START =============*/
.ref_link_bg {
    background: url(../images/body_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    border: 1px solid #f8c133;
     position:relative;
}
.ref_link_bg h3{
    text-align:center;
    font-size:18px;
    font-weight:500;
    color:#f8c133;
   
}
.ref_link_bg h3 i{
    cursor: pointer;
}
.ref_link_bg .msg {
    right: 0px;
    left: 0px;
    margin: auto;
    position: absolute;
    font-size: 14px;
}
.ref_link_bg .ref_img1{
    text-align:center;
    margin:20px 0px;
}
/*==============  REFERAL CSS PART END =============*/
/*==============  SECURITY CSS PART START =============*/
.sec1 {
    background: #000;
    filter: drop-shadow(0px 2px 2px #f8c133);
    padding: 10px;
    margin: 20px 0px;
}
.sec1 .head{
    text-align:start;
}
.sec1 .head h3{
    font-size:25px;
}
.sec_1 {
    margin: 10px 0px;
    padding: 10px;
    border-image: linear-gradient(#f8c133, #fba707) 30;
    border-width: 2px;
    border-style: solid;
}
.sec_1 input{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 11;
}
.sec_1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 0px 30px;
    position: relative;
}
.security1 input:checked ~ .checkmark{
    background:none !important;
    transition: 1s;
}
.sec_1 .checkmark{
    background: #f8c133;
    width: 20px;
    position: absolute;
    height: 20px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}
.sec_1 input:checked ~ .checkmark::before{
   position: absolute;
    left: 0;
    content: "\2713";
    top: 0;
    font-size: 12px;
    display: block;
    width: 20px;
    color: #000;
    padding: 4px 8px;
    border-radius: 50px;
    font-weight: bold;
    height: 20px;
    background: #f8c133;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_2 {
   background: #000;
    filter: drop-shadow(0px 2px 2px #f8c133);
    padding: 10px;
    margin: 20px 0px;
}
.sec_2 .head{
    text-align:start;
}
.sec_2 .head h3{
    font-size:25px;
}
.sec_2 p{
    color:#fff;
    font-size:16px;
    font-weight:400;
    margin:0px 0px 7px 0px;
}
.sec_2  img{
    display:block;
    margin:5px auto;
    max-width:150px;
}
.sec_2 .form_sbmt{
    margin:10px 0px 0px;
}
.ref_1{
    background: #e1dede;
    padding: 10px;
    border: 2px solid #000;
    filter: drop-shadow(0px 2px 2px white);
    max-width:250px;
    margin:10px auto;
}
.ref_1 h3 {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    text-transform: capitalize;
}
.ref_1 h3 span{
    color:#000;
    font-size:16px;
    font-weight:600;
}
.account_bg a:hover{
    color:#fff;
}
/*============== SECURITY  CSS PART END =============*/
/*==============  EDIT ACCOUNT CSS PART START =============*/
.account_bg .nav {
    display: flex;
    text-align: center;
    justify-content: space-between;
    background: #000;
    padding: 10px 0px;
    max-width: 275px;
    margin: 10px auto;
    border-radius: 10px;
}

.account_bg .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000 !IMPORTANT;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    width: 125%;
    margin: 0px 0px 0px -20px;
}

.account_bg .nav button {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
}
.headerall-top .order-2{
    order:3 !important;
}
.headerall_top .order-last{
    order:2 !important;
}
/*==============  EDIT ACCOUNT CSS PART END =============*/

@media (max-width: 1199px) {
    .account_details ul li{
        max-width:220px;
        margin:10px;
    }
    .account_details ul li::before {
        left: 105px;
        width:100%;
}
.account_details ul .acc3::before{
    display:none;
}
.home-content1 .toggle-but .ri-menu-line {
    padding: 0px 10px;
    border-radius: 4px;
    color: #f8c133;
    transition-duration: 1s;
    margin:  10px;
    cursor: pointer;
    border: 4px double;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
}
.home-section .home-content2 ul li h5 span{
    font-size:13px;
}
}
@media (max-width: 991px) {
    .home-content img{
        max-width:165px;
        margin:0px 20px;
    }
    .ref_1 h3{
        font-size:12px;
    }
    .ref_1 h3 span{
        font-size:14px;
    }
    .sec_2 p{
        font-size:14px;
    }
    .account_details ul li{
        max-width:170px;
    }
    .home-content1 ul li{
        display:inline-block;
    }
    .last_details .last_bg h1{
        font-size:30px;
    }
    .last_details .last_bg h3{
        font-size:18px;
    }
    .last_details .last_bg h5 span{
        margin:0px 3px;
    }
 .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;
}
.home-content1 .toggle-but .ri-menu-line {
        position: absolute;
        top: 10px;
        right: 20px;
        width:40px;
        height:40px;
    }
    .home-section .home-content1{
        float:unset;
        text-align:end;
        margin: 3px 75px 0px 0px;
}
.home-content2{
    display:none;
}
.headerall-top .order-2{
    order:2 !important;
}
.headerall_top .order-last{
    order:3 !important;
}
.sidebar{
    position:absolute;
}
}
@media (max-width: 767px) {
.account_details ul li {
    max-width: 150px;
    margin: 10px 0px;
}


.exchange-row{
    flex-direction:column;
    align-items:flex-start;
}

.exchange-row label{
    width:100%;
}

.exchange-btn{
    width:100%;
}

}

@media (max-width: 576px) {
    .home-content1 .btn1{
        display:none !important;
    }
    .home-content1 .toggle-but .ri-menu-line {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 40px;
    height: 30px;
    font-size: 16px;
}
    .home-section .home-content .head
    {
        font-size:16px;
    }
   .acc_block li{
    width: 49% !important;
    border-right: none !important;
    }
    .deposit_bg1 .plan_bg .plan_btn .checkmark{
        width:100% !important;
    }
    .head1 {
     padding: 0px 0px !important; 
}
    .faq_bg .acc_bal li{
        width:100% !important;
    }
    .account_bg .col-sm-6{
         width:100% !important;
    }
    .account_details ul li::before{
        display:none;
    }
    .account_details ul li{
        max-width:80px;
    }
    .account_details ul li h3 {
    font-size: 10px;
    letter-spacing: 2px;
    }
    .account_details ul li h5{
        font-size:14px;
    }
    .security1 p{
        font-size:10px;
    }
    .security1 a{
        font-size:10px;
    }
    .security1 i {
        font-size: 10px;
        float: unset; 
        margin: 0px 5px 0px 0px;
}
    .exchange-card{
        padding: 10px;
    }
    .wallet-select option{
        background:#f8c133;
        color:#111827;
    }

    .wallet-select option:checked{
        background:#2563eb;
        color:#fff;
    }
.account_details {
    padding:0px 0px 10px;
}
.last_details {
    padding:0px;
}
.last_details .last_bg h1 {
    font-size: 16px;
    margin: -4px 3px 0px 0px;
}
.last_details .last_bg h3{
    font-size:10px;
    margin:0px 0px 15px 0px;
}
.last_details .last_bg img{
    max-width:20px;
}
.last_details .last_bg h5 span{
    font-size:9px;
}
.last_details .last_bg h5{
    font-size:8px;
}
 .link_bg p{
        font-size:10px;
    }
    .link_bg i {
        font-size: 10px;
        float: unset; 
        margin: 0px 5px 0px 0px;
}
.deposit_list_date p{
    font-size:12px;
}
.list_item h3{
    font-size:10px;
}
.deposit_list_date{
    border-radius:5px;
}
.account_bg .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-size: 9px;
    margin: 0px 0px 0px -10px;
}
.account_bg .nav button {
    font-size: 9px;
    padding: 8px 7px;
    margin: 0px;
}
.sec1 .head h3{
    font-size:14px;
}
.sec_1 p{
    font-size:10px;
}
.sec_1 .checkmark{
     width:15px;
    height:15px;
}
.sec_1 input:checked ~ .checkmark::before{
    width:15px;
    height:15px;
    font-size:9px;
}
.sec_2 .head h3 {
    font-size: 14px;
}
.sec_2 p{
    font-size:9px;
}
.sec_2 img{
    max-width:100px;
}
.checkmark_bg .checkbox1{
    max-width:90px;
    margin:5px 0px;
    border-radius:5px;
}
.checkmark_bg .checkbox1 p{
    font-size:10px;
}
.checkmark_bg .gateway {
    max-width: 18px;
}
.checkmark_bg .checkbox1 input:checked ~ .checkmark1::before{
    width:20px;
    height:20px;
}
.account_bg .plan2 h4{
    font-size:16px;
}
.account_bg .plan2 h3{
    font-size:20px;
}
.account_bg .plan2 p{
    font-size:12px;
}
.comment{
    font-size:10px;
}
.ref_1 h3{
    font-size:10px;
    text-align:center;
}
.ref_1 h3 span{
    display:block;
    font-size:12px;
}
.ref_link_bg h3{
    font-size:14px;
}
.ref_link_bg .msg{
    font-size:10px;
}
.ref_link_bg .ref_img1{
    margin:10px 0px;
}
}
