#cover{
    
}
#cover .modal-header {
    border-bottom: none;
    position: absolute;
    right: 0px;
    z-index: 11;
}
#cover .modal-header .btn-close{
    background: #000;
    filter: invert(1);
    opacity: 1;
    border: none !IMPORTANT;
    color: #fff;
    top: 20px;
    right: 15px;
    padding: 7px;
    display: block;
    width: 20px;
    height: 20px;
}
#cover  .modal-dialog{ 
    max-width: 1000px;
    margin: auto;
}

#cover .modal-content {
    background-color: transparent;
    border: none;
}
#cover  .modal-body { 
    background: transparent;
    box-shadow: unset;
}


.header1_home{
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 11;
    background: #0052ff;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    padding: 7px;
    font-size: 2vh;
    text-align: center;
    color: #fff;
    transition: 1s;
}
.header1_home:hover{
    transition: 1s;
    background: #ffa905;
    color: #000;
}

.header1_bg .header1_sidebar_btn{
    font-size: 2.3vh;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    width: 48px; 
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
}
.header1_bg .header1_sidebar_btn img{
     position: unset;
    filter: invert(1) brightness(0.5);
    background: transparent;   
}
.header1_bg .header1_sidebar_btn:hover img{
    
}

.header1_bg .header1_sidebar_btn span{
    position: absolute;
    left: -4px;
    bottom: 0;
    transition: 1s;
    background: #ffa905; 
    font-size: 2vh;
    border-radius: 5px;
    width: 0px;
    overflow: hidden;
    height: 0;
    transform: translateY(-5px);
    z-index: 1111;
    color: #1a1d2c;
}   
.header1_bg .header1_sidebar_btn:hover span{
    width: 60px;
    height: 20px;
    padding: 2px 10px;
    transform: translateY(16px);
}



.header1_sideba_bg{
    background-image: url(../images/body_bg.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 2px #19355c;
    max-width: 250px !important;
    background-color: #0d0f16 !IMPORTANT;
    background-size: 100% 100% !important;
    background-attachment: fixed !IMPORTANT;
}
.header1_sideba_bg h5{
    font-size: 3vh;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.header1_sideba_bg ul{
    
}
.header1_sideba_bg ul li{
    
}
.header1_sideba_bg ul li a{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 12px;
    margin: 0px auto 20px;
    font-family: 'Mukta', sans-serif;
    display: block;
    background: #242333;
    border-radius: 6px;
    position: relative;
    transition: 1s;
    max-width: 150px;
}
.header1_sideba_bg ul li a:hover{
     background: #0047ff; 
    transition: 1s;
}
.header1_sideba_bg ul li a::before{
    content: "";
    position: absolute; 
    width: 50px;
    height: 50px;
    right: -25px;
    top: -6px;
    z-index: -1;
    background: #242333;
    border-radius: 50%;
    box-shadow: 1px 0px 1px #0969ff;
    transition: 1s;
}
.header1_sideba_bg ul li a:hover::before{
    background: #0047ff;
    transition: 1s;
}
.header1_sideba_bg ul li a img{
    max-width: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: invert(1) brightness(0.5) drop-shadow(0px 0px 0px #fff);
    position: absolute;
    right: -15px;
    top: 7px;
     transition: 1s;
}
.header1_sideba_bg ul li a:hover img{
    transition: 1s;
    transform: translateY(-3px);
}



/*==========  header1_content CSS START  ========== */
.header1_content{
    padding: 0px 0px 20px;
}
.header1_bg .hvr-bounce-to-left,.header1_bg .hvr-bounce-to-right{
    color: #1a1d2c !IMPORTANT;
    border-radius: 3px !IMPORTANT; 
    background: url(../images/header1_btn_bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px !important;
    font-size: 14px !IMPORTANT; 
     transition: 1s;
}
.header1_bg .hvr-bounce-to-left:before,.header1_bg .hvr-bounce-to-right:before {
    background: transparent !important;
}
.header1_bg .hvr-bounce-to-left:hover,.header1_bg .hvr-bounce-to-right:hover{
    transition: 1s;
    transform: translateY(-5px);
}
 
 


.header1_content .heading {
    position: relative;
    width: 100%;
    margin: 40px 0px 30px;
}
.header1_content .heading h2{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    text-align: left;
    line-height: 20px;
    min-width: 160px;
}
.header1_content .heading  span{
    display: block;
    font-size: 18px;
    color: #0074ff;
    font-weight: 600;
}
.header1_content .heading img{
    float: left;
    margin: 0px 7px 5px 0px;
}

.header1_content  .heading li{
  display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;  
}
.header1_content  .heading li:nth-child(3){
    text-align: right; 
}
.header1_content  .heading li a{
    
}
 
.gateway{
     max-width: 34px;
}
.header1_content .inpts{
     background: #1e2232;
    border: 1px solid #c7c7c730;
    color: #fff;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    width: 100%; 
    border-radius: 3px;
    outline: none;
    padding: 10px;  
    margin: 5px 2px;
}
.header1_content select{
    background: #1e2232;
    border: 1px solid #c7c7c730;
    color: #fff;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    font-size: 14px; 
    border-radius: 3px;
    outline: none;
    padding: 10px; 
    width: 100%;
    margin: 5px 2px;
}
.header1_content textarea{
    background: #1e2232;
    border: 1px solid #c7c7c730;
    color: #fff;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    width: 100%;
    min-height: 80px;
    border-radius: 3px;
    outline: none;
    padding: 10px;
}
.header1_content  .table-responsive{
    background: url(../images/round.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    background-attachment: fixed;
    margin: 10px auto;
}
.header1_content table {
    width: 100%;
    background: #1e223285;
}

.header1_content table th{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    background: #1e2232;
    border: 1px solid #c7c7c730;
    border-radius: 2px;
}
.header1_content table td{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 10px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    box-shadow: 0px 0px 1px #434962;
}
.header1_content table td b{
    font-weight: 300;
}
.header1_content table td a{
    color: #000000 ;
    background: #fad550;
    padding: 0px 5px;
    border-radius: 2px;
}
.header1_content table td a:hover{
    color: #fff;
    background: #007aff; 
  }
 
 
/*==========  account_bg CSS START  ========== */
.account_bg{
    
}
.account_bg .error a{
    color: #fad550;
}
.account_bg .error a:hover{
    color: #0049ff;
}
.account_bg .error::before { 
    content: "\2234";
    font-size: 20px;
}


.acc_bal_carousel{
    margin: 10px 0px 0px;
}
.acc_bal_carousel .acc_bal1{
    background: #242333;
    box-shadow: 0px 0px 3px #87878773;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    margin: 2px auto;
    max-width: 250px;
}
.acc_bal_carousel .acc_bal1 h2{
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.acc_bal_carousel .acc_bal1 h2 span{
     display: block;
    color: #0075ff;
    font-size: 16px;
    font-weight: 700;
}
.acc_bal_carousel .acc_bal1 h2  img{
    width: 60px;
    filter: invert(1) brightness(0.5);
    position: absolute;
    right: 10px;
    top: 10px;
}
.acc_bal_carousel .acc_bal1 h3{
    font-size: 18px;
    color: #fac73f;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.acc_bal_carousel .acc_bal1 h3 .gateway { 
    margin: 5px;
}

.acc_crypto_live{
    overflow: hidden;
}
.acc_crypto_live .container { 
    background: #242333 !IMPORTANT;
}
.dark { 
    background-color: #242333 !IMPORTANT;
}

.acc_ref{
    max-width: 500px;
    margin: auto;
}
.acc_ref h3{
    font-size: 18px;
    color: #fac73f;
    font-weight: 400;
    padding: 20px 0px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    text-transform: capitalize; 
}
.acc_ref button{
    float: right;
    border: none;
    color: #000000;
    outline: none;
    font-size: 14px;
    background: #fac73f;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px;
    font-weight: 900;
}
.acc_ref button:hover{
     background: #007aff;
     color: #fff;
}
.acc_ref input{
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #98989f;
    font-size: 2vh;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}


.acc2{
    background: #242333;
    padding: 10px;
    border-radius: 2px;
    margin: 15px auto 0px;
    max-width: 250px;
    text-align: left;
} 
.acc2 h3{
     font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;   
}
.acc2 span{
    display: block;
    color: #0075ff;
    font-size: 16px;
    font-weight: 700;
}
.acc2 img{
    width: 34px;
    filter: invert(1) brightness(0.5);
    float: right;
}


.acc1_bg ul{
     display: flex;
    text-align: center;  
    margin: 10px 0px;
}
.acc1_bg ul li{
    width: 25%;
    margin: 2px;
}

.acc1{
    background: #242333; 
    padding: 10px;
    border-radius: 8px;
    max-width: 220px;
    margin: 10px auto;
    text-align: left;
}
.acc1 img{
    width: 39px;
    filter: invert(1) brightness(0.5);
}
.acc1 h3{
    font-size:14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 0px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    line-height: 29px;
}
.acc1 span{
     display: block;
    color: #0045ff;
    font-weight: 600;
    font-size: 16px;   
}
.acc1_video{
    
}
.acc1_video h3{
     margin: 0px 0px 5px !important;
} 

.acc1_video video{
    background: #242333;
    padding: 7px;
    margin: 0px auto;
    width: 100%;
    max-width: 650px;
}
.acc1_video1{
    display:none;
}



      
/*==========  lottery1  CSS START  ========== */ 
.lottery1{
    text-align: center;
}
.lottery1 li{
    display: inline-block;
    width: 100%;
    background: #1e2232;
    border: none;
    outline: none;
    border-radius: 8px;
    box-shadow: 0px 0px 3px #00000073;
    padding: 0px 10px 10px;
    margin: 0px auto 10px;
    position: relative;
    transition: 1s;
    text-align: left;
    max-width: 215px;
    vertical-align: top;
}

.lottery1 li h3{
    background: url(../images/logo_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    color: #ffa905;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px;
    margin: 0px 0px;
    font-family: 'Mukta', sans-serif;
    text-align: center;
}
.lottery1 li h4{
    font-size: 14px;
    color: #fad550;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    text-align: center;
}
.lottery1 li h4 span{
    color: #fad550;
    display: block;
    background: url(../images/plan_per_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
    margin: auto;
    padding: 12px;
    font-size: 16px;
    background-color: #000000d4;
    border-radius: 50%;
}
.lottery1 li h5{
    font-size: 14px;
    color: #c9c9c9;
    text-transform: capitalize;
    font-weight: 300;
    padding: 3px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.lottery1 li h5 span{
    float: right;
    font-weight: 600;
    color: #0078ff;
}
.lottery1 li a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    padding: 2px 0px;
    margin: 2px 0px 0px;
    font-family: 'Mukta', sans-serif;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #0079ff5c, #007eff,#0076ff7a);
}
.lottery1 li a:hover{
    background: #fca705;
    color: #000;
}

/*==========  after_lottery CSS START  ========== */
 .after_lottery{
    max-width: 550px;
    margin: 0px auto;
    background: #1e2232;
    padding: 0px 10px 10px;
}
.after_lottery h1{
        color: #c9c9c9;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 5px 14px;
    margin: 0px auto;
    font-family: 'Mukta', sans-serif;
    font-size: 17px;
    text-align: center;
    background: url(../images/logo_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.after_lottery li {
    font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 4px 0px;
    margin: 10px 0px;
    font-family: 'Mukta', sans-serif;
} 
.after_lottery li span{
    font-size: 14px;
    float: right;
    color: #ffa905;
}
.after_lottery li select,.after_lottery li input{
width: unset !IMPORTANT;
    padding: 5px !important;
    margin: 0px !important;
}
.after_lottery .submit_btn {
    text-align: center;
    width: fit-content;
    margin: auto;
}


/*==========  withdraw/addfunds CSS START  ========== */
 .spendmodel_btn{
    background: #242333;
    box-shadow: 0px 0px 3px #000;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    margin: 5px 2px;
    max-width: 170px;
    text-align: left;
    border: none;
    outline: none;
    display: inline-block;
    width: 100%;
}
.spendmodel_btn h2{
    font-size: 12px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
    width: 85%;
}
.spendmodel_btn h2 span{
    display: block;
    color: #0075ff;
    font-size: 14px;
    font-weight: 700;
}
 
.spendmodel_btn h3{
    font-size: 17px;
    color: #fac73f;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 0px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
 
.spendmodel_bg{

}
.spendmodel_bg .modal-content{
    background: url(../images/body_bg.png) !IMPORTANT;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 100% 100% !important;
    background-attachment: fixed !IMPORTANT;
    background-color: #1e2232 !important;
}
.spendmodel_bg .modal-dialog { 
    max-width: 650px !important;
    top: 15vh; 
}
.modal-body {
    background: #242333;
    margin: 10px 5px;
    padding: 10px;
    box-shadow: 0px 0px 2px #000;
}
.spendmodel_bg .modal-title{
    font-size: 18px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;
}
.spendmodel_bg h3{
    font-size: 16px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 10px auto;
    font-family: 'Mukta', sans-serif;
    width: fit-content;
    min-width: 180px;
}
.spendmodel_bg h3 img{
    float: left;
    margin: 0px 7px 0px 0px;
}
.spendmodel_bg h3 span{
    display: block;
    font-size: 18px;
    color: #0074ff;
    font-weight: 700;
}

.depo_checkmark_bg{
    position: absolute;
    cursor: pointer;
    right: 2px;
    width: 25px;
    height: 25px;
    top: 2px;
    border-radius: 50px;
    background: #1a1d2c;
    filter: drop-shadow(0px 0px 1px #0071ff);
}
.depo_checkmark_bg input{
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    bottom: 0;
    left: 0;
}
.depo_checkmark_bg .depo_checkmark{
     width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
}
.depo_checkmark_bg input:checked ~ .depo_checkmark::before{
    background: #0079ff;
    content: "\2713";
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    padding: 4px;
    filter: drop-shadow(0px 0px 3px black);
}
 
 

/*==========  Earnining CSS START  ========== */
.select2{
    text-align: center;
}
.select2 select{
    width: fit-content !IMPORTANT;
    margin: 10px 0px 0px;
}


.history_list{
      background: #1e2232;
    padding: 10px;
    margin: 10px 0px;  
}
.history_list li{
    text-transform: capitalize;
    color: #a9aaaf;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    font-size: 13px;
    padding: 0px 0px 8px;
    margin: 0px;
}
.history_list li span{
    float: right;
    color: #007dff;
    font-weight: 500;
}
.history_list li:nth-child(2) span{
   color: #ffa905;
}
.history_list li:nth-child(4){
    width: 100%;
    color: #fff;
    font-weight: 400;
    background: #262538;
    margin: 10px 0px 0px;
    text-align: center;
    padding: 5px 0px;
    max-height: 35px;
    overflow-y: scroll;
}
.history_list li:nth-child(4) span {
    color: #ffa905;
    display: block;
    width: 100%;
    padding: 0px;
    background: #262538;
    float: none;
    font-size: 13px;
    max-width: 250px;
    margin: auto; 
}

.history_list li img{ 
    max-width: 23px;
}

.history_list li a{
    color: #01b9ee;
    padding: 0px 10px;
    font-weight: 700;
}
.history_list li a:hover{
     color: #fff;
}
.history_payment{
    background: #242333;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0px 0px;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    text-align: center;
}
.history_payment span{
    padding: 7px 0px 0px;
    color: #fad550; 
    font-size: 16px;
}
.history_payment img{
   margin: 0px 20px 0px 0px; 
}



/*==========  ref_banner CSS START  ========== */
.ref_banner{
     
 }
 .ref_banner .nav{
     padding: 10px 0px;
    text-align: center;
    display: block;
 }
  .ref_banner .nav button{
     display: block;
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 30px;
    font-family: 'Mukta', sans-serif;
    margin: 10px auto;
    outline: none;
    border: none;
    background: #1e2232;
    box-shadow: 0px 0px 1px #fff;
    transition: 1s;
 }
  .ref_banner .nav button.active{ 
    background: url(../images/head_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: unset;
 }
  .ref_banner .nav button:hover{ 
     background: #302f3d; 
    transition: 1s;
 }
.ref_banner .ban{
    position: relative;
    padding: 10px;
    background: #302f3d;
    max-width: 1100px;
    margin: 20px auto 0px;
}
.ref_banner .ban h3{
      font-size: 17px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;  
}
.ref_banner .ban h3 span{
    float: right;
    color: #fac73f;
    font-weight: 800;
}
.ref_banner .ban img{
    margin: 10px auto !IMPORTANT;
}
.ref_banner .ban  button{
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 19px;
    right: 11px;
    background: #007dff; 
    transition: 1s;
}
.ref_banner .ban h3  button:hover{
     background: #302f3d; 
    transition: 1s;
}
.ref_banner .ban p{
    font-size: 14px;
    color: #fac73f;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    text-align: center;
    margin: auto;
    background: #1e2232;
    width: fit-content;
}
 
.ref_banner textarea {
        background: #1e2232;
    border: 1px solid #c7c7c730;
    color: #fff;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    width: 100%;
    min-height: 80px;
    border-radius: 3px;
    outline: none;
    padding: 10px;
}


/*==========  edit_bg CSS START  ========== */
.edit_bg  .form_block { 
    margin: 6px auto;
}
.edit_bg .form_block .inpts {
    background: transparent;
    border: 1px solid #c7c7c730;
    color: #fff;
    font-weight: 400;
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    outline: none;
    padding: 10px 10px 10px 50px;
    margin: 0;
}
.edit_bg .user_detail{
    text-align: center;
    padding: 0px 5px 5px;
    background: #302f3d;
    max-width: 250px;
    margin: 10px auto;
}
.edit_bg .user_detail h2{
    background: url(../images/logo_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #ffa905;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 10px 10px;
    margin: 0px 0px;
    font-family: 'Mukta', sans-serif;
    filter: drop-shadow(0px 2px 1px #000);
}
.edit_bg  .user_detail img{
    filter: invert(1) brightness(0.5);
    max-width: 105px;
}

.edit_bg  .user_detail h3{
     font-size: 16px;
    color: #ffa905;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0px 0px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;  
}
.edit_bg .user_detail h3 span{
    display: block;
    color: #b1b1b1;
    font-size: 14px;
}
.edit_bg .user_detail .acc_ref {
    text-align: left;
    padding: 10px 0px 0px;
}
.edit_bg  .user_detail ul{
     display: flex;
    padding: 10px 0px; 
}
.edit_bg  .user_detail ul li{
    width: 50%;
}
.edit_bg  .user_detail ul li a{
    box-shadow: 0px 0px 3px #000;
}


/*==========  security_bg CSS START  ========== */
.security_bg{
 
}
.security_bg  p{
     font-size:16px;
    color: #ffa905;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px;
    margin: 0px 0px 10px;
    font-family: 'Mukta', sans-serif;
    background: #1a1d2c;
}
.security_bg a{
    color: #ffa905; 
}
.security_bg a:hover{
    color: #fff; 
}
.security_bg .sec3{
    background: #242333ad;
    padding: 10px;
     margin: 10px auto;
    max-width: 600px;     
}
.security_bg .sec3 img{
    float: right;
    margin: 0px 0px 0px 5px;
    max-width: 115px !IMPORTANT;
}

.security_bg .sec3 h6{
  font-size: 14px;
    color: #efefef;
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px 0px;
    margin: 0px;
    font-family: 'Mukta', sans-serif;  
}

.security_bg .sec1{ 
    background: #242333ad;
    padding: 10px;
    margin: 10px auto;
    max-width: 600px;
    font-size: 14px;
}
 
.security_bg .sec1 input{
       margin: 0px 5px; 
}
/*==========  pagination CSS START  ========== */
.pagination{
    display: block !IMPORTANT;
    margin: 20px auto 0px;
    width: fit-content;
}
.pagination li{
    display: inline-block;
}
.page-link { 
color: #fff !IMPORTANT;
    background-color: #242333 !IMPORTANT;
    border: 1px solid #242333 !IMPORTANT;
}
.page-item.active .page-link {  
    background-color: #007dff !IMPORTANT; 
}




@media only screen and (max-width: 1200px) {
.header1_bg  .top_bg ul li .lang_btn {
    padding: 5px 8px;
}
.header1_bg  .top_bg ul li .lang_btn img { 
    width: 29px;
    position: unset;
}
}


@media screen and (max-width: 991px) {
.acc2 { 
    width: 49%;
    display: inline-block;
    vertical-align: top; 
}   
.lottery1 li { 
    width: 100%; 
}
.ref_banner .nav { 
    display: flex;
}
}
@media screen and (max-width:769px) {
.header1_bg .header1_sidebar_btn {
    top: 50px;
}
.acc1_bg ul {
    display: block;
}
.acc1_bg ul li {
    width: 49%;
    display: inline-block; 
    vertical-align: top;
     margin:0px;
}
.acc1 { 
    padding: 5px; 
}
.history_list li { 
    font-size: 1.5vh; 
}
}



@media only screen and (max-width: 769px){
    
.header1_bg  .top_bg { 
   height: unset;
}

.header1_bg  .top_bg ul {
    display: block;
}
.header1_bg  .top_bg ul li{
    vertical-align: top;
}
.header1_bg .top_bg ul li:nth-child(1) {
    width: fit-content;
    position: absolute;
    right: 0px;
}
.header1_bg .top_bg ul li .lang_btn { 
    width: unset;
    padding: 0px;
    position: relative;
    z-index: 111;
}
.header1_bg .top_bg ul li:nth-child(1) .lang_btn span{ 
    display: none;
}
.header1_bg .top_bg ul li:nth-child(2),.header1_bg .top_bg ul li:nth-child(3) {
    width: 100%;
}




.header1_content table{
    min-width: 600px;
}
}


@media screen and (max-width: 576px) {
.header1_bg .top_bg ul li .but_bg { 
    float: right;
}
.top_bg ul li:nth-child(3) { 
    text-align: left !important;
}
.top_bg ul li:nth-child(3) a{
    margin: 5px 0px 0px;
}

.header1_bg .top_bg .hvr-bounce-to-left,.header1_bg .top_bg .hvr-bounce-to-right  { 
    font-size: 11px !IMPORTANT;
    padding: 7px 10px !important;
}


.header1_bg .header1_sidebar_btn { 
    margin: auto;
    position: unset;
    display: contents;
}
.header1_bg .header1_sidebar_btn span {
    position: unset;
    width: unset !IMPORTANT;
    overflow: hidden;
    transform: unset !IMPORTANT;
    margin: auto;
    padding: 2px 7px !IMPORTANT;
    display: block;
    height: unset !IMPORTANT;
}
.header1_content .heading { 
    margin: 20px 0px 30px;
}
.header1_content .heading li { 
    width: 25%;
}
.header1_content .heading li:nth-child(3){
     width: 47%;
}
.header1_content .heading li a {
    font-size: 10px  !IMPORTANT;
}
.acc1_video1{
    display:block !important;
    margin: 20px 0px;
}
.acc1_video{
    display:none;
}
.acc2 { 
    padding: 5px; 
    text-align: left;
}
.acc2 img { 
    float: none;
}
.acc2 h3 {
    font-size: 11px;
    padding: 5px 0px 0px 0px;
}
.acc2 span {
    font-size: 12px;
}
.acc1 h3 {
    font-size: 12px; 
    padding: 0px 0px 0px; 
    line-height: 20px;
}
.spendmodel_btn { 
    padding: 5px;
    margin: 5px 0px;  
    width: 49%;
}
.spendmodel_btn .gateway {
    max-width: 27px;
}
.lottery1 li { 
    width: 49%; 
}
.lottery1 li h4 span { 
    width: 40px;
    height: 40px; 
    font-size: 15px; 
}
.lottery1 li h3 { 
    font-size: 13px;
}
.lottery1 li h5 {
    font-size: 12px;
}
.lottery1 li a { 
    font-size: 11px;
}
}











