html{
    min-height: 100vh;
}

body{
    background-color: rgb(39, 31, 72);
}
/* NAVBAR */
nav{
    border-bottom: 2px solid rgb(119, 171, 216);
    box-shadow: 0px 3px 5px #888888;  
    position: relative;
    background-color: rgb(39, 31, 72);
    min-height: 80px;
}
.navbar-brand .logo{
    height: 75px;
    width: 75px;
    margin-right: 10px;
    margin-left: 20px;
    
}
.navbar-brand {
   font-size: 25px;
   font-weight: 700;
    margin-right: 30px;
    margin-left: 20px;

}
.navbar-brand span:hover{
    font-size: 25px;
 }
.navbar-brand .logo:hover{
    height: 78px;
    width: 78px;
}
.nav-item{
   font-size: 20px;
   font-weight: 600;
   color: white;
}
.nav-item a{
    color: white;
}
.nav-link a{
    font-size: 20px;
    font-weight: 600;
    color: white;
 }
.nav-item :hover{
    background-color:blue;
}

.socials a{
    text-decoration: none;
    color: blue;  
}
.socials a:hover{
    color:rgb(143, 200, 250);
}
.active_nav{
    background-color:blue;
}






/* ALERTS */
.message_success{
    transition:opacity 1s ;
    transition-timing-function: linear;
    position: absolute; 
    width:100%;
    z-index:1000;
    top:0;
    left:0;
    right:0; 
    color:black;
    font-size: 17px;
}
.message_error{
    transition:opacity 1s ;
    transition-timing-function: linear;
    position: absolute; 
    width:100%;
    z-index:1000;
    top:0;
    left:0;
    right:0; 
    color:black;
    background-color:rgb(248, 99, 99);
    font-size: 17px;
}


/* CART & BASKET */
.cart{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 5px;
    color: white;
   background-color: blue;
    text-decoration: none;
}
.cart:hover{
    height: 45px;
    width: 130px;
}
.basket{
    position: fixed;
    bottom: 150px;
    right: 35px;
    border-radius: 50%;
    background-color: rgb(143, 200, 250);
    z-index: 100;
    text-decoration:none;
    color:black;
}
.basket:hover{
    color: white;
}

.sub-basket{
    position: relative;
}
.sub-basket .badge{
    font-size:16px; 
    position:absolute;
     
     top: -15px;
     left: 35px;
}
.basket_con{
    position: relative;
}
.mtn_basket_con{
    width: 35%;
    border: 2px solid rgb(119, 171, 216);
    border-radius: 3px;
    position: relative;
    margin-top: 50px;
}
.mtn_basket_header{
    margin-top: 110px;
    font-weight: 700;

}
#basket_clear_all{
    width: 65%;
    height: 40px;
    border-radius: 3px;
    font-weight: 700;
    background-color: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    border: none;
    position: relative;
}
#clear_all_btn{
    font-weight: 700;
    background-color: red;
    color: white;
    font-size: 20px;
    border: none;
    width: 100%;
}
#basket{
    position: relative;
}
#basket{
    width: 100%;
    position: relative;
    display: flex;
}
#basket1{
    width: 40%;
    height: 40px;
    margin-left: 5px;
    background-color: white;
    border: 2px solid rgb(119, 171, 216);
}
#basket2{
    width: 20%;
    height: 40px;
    background-color: white;
    border: 2px solid rgb(119, 171, 216);
}
#basket3{
    width: 20%;
    height: 40px;
    color: red;
    margin-right: 5px;
    border: 2px solid rgb(119, 171, 216);
    border-bottom: 30px;
    background-color: white;
    font-weight: 700;
    position: relative;
}
#basket4{
    width: 20%;
    height: 40px;
    background-color: white;
    border: 2px solid rgb(119, 171, 216);
}
#basket1, #basket2, #basket3, #basket4{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}
#basket_total{
    background-color: white;
    width: 50%;
    height: 30px;
    font-weight: 700;
    border: 2px solid rgb(119, 171, 216);
    border-bottom: none;
    margin-top: 5px;
    font-size: 20px;
    border-radius: 5px;
}
#basket_btn{
    background-color: green;
    width: 70%;
    height: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: white;
    
}

/* GREETINGS */

/* .welcome{
    box-shadow: 0px 3px 5px rgb(143, 200, 250); 
} */
.greetings{
    position: relative;
    margin-top: 110px; 
}
.compliment{
    
    padding-bottom: 7px;
}


/* BALANCE */
.balance_container{
    position:relative;
     width:100%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 25px;
    
}
.balance{
    position:relative;
    text-align: center;
    width: 40%;
    border-radius: 5px;
    border: 3px solid rgb(143, 200, 250);
}
.balance_header h4{
    margin-top: 5px;
    margin-bottom: 0;
}
.balance_figure h4{
    margin-top: 0px;
}
.topup button{
    font-weight: 700;
    font-size: 18px;
}
.topup{
    margin-bottom: 10px;
    margin-top: 20px;
    
}
.daily_minus, .daily_plus{
    position: absolute;
}
.daily_minus{
    left: 10px;
    bottom: 0px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.daily_minus svg{
    color: red;
    height: 30px;
    width: 30px;
}
.daily_plus{
    right: 10px;
    bottom: 0px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.daily_plus svg{
    color: green;
    height: 25px;
    width: 70px;
    font-weight: 700;
    font-size: 30px;
}
.balance_figure{
    min-height: 25px;
}
.balance_figure span{
    font-size: 19px;
    background-color: orange;
    font-weight: 700;
}

/* ISHARE BALANCE */
.ishare_balance{
    width: 40%;
    color:white;
    border-radius: 5px;
    border: 3px solid rgb(143, 200, 250);
}
/* OFFERS */
.services{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.offers{
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
}
.package{
    position: relative;
    height: 220px;
    width: 30%;
    border-radius: 5px;
    border: 3px solid rgb(143, 200, 250);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 15px; 
}
.package:hover{
    border: 2px solid blue;
}
.package img{
   width:50%; 
    height:50%;
    border-radius: 45%;
}
 .afa img{
    width:200px; 
    height:90px;
}


/* TOTAL SALES */
.total_sales{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sales_container{
    width: 40%;
    border-radius: 5px;
    text-align: center;
    border: 2px solid rgb(143, 200, 250);

}




/* MTN PORTAL */
.mtn_notice{
    min-height: 60px;
    display: flex;
    align-items: center;
    background-color: rgb(67, 60, 60);
    border-left:5px solid red ;
}

.mtn_notice_message{
    color: white;
    margin-right: 1px;
}
.mtn_header{
    font-weight: 700;
    margin-top: 110px;
}
.portal_form_container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.portal_form{
    position: relative;
    width: 40%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
}

.portal_form input{
    width: 90%;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
}
.portal_form select{
    width: 90%;
    height: 40px;
    background-color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}
.select_packge,.type_number{
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 10px;
   
}
.type_number input,#type_number input{
    padding: 10px;
    border: 2px solid black;
}
.select_packge select{
    padding-left: 10px;
     border: 2px solid black;
}
.select_packge{
    margin-top: 20px;
}
.select_package_header{
    margin-top: 10px;
}
.order{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.order button{
    width: 30%;
    padding: 5px;
}
/* when order button is clicked */
.order button:focus{
   background-color: grey;
}
.send_data{
    margin-top: 30px;
    text-align: center;
}

.load_file__form .choose_file{
    width: 80%;
    height: 32px;
    background-color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
   text-align: center;
}
.choose{
    margin-left: 20px;
}
.load_file_header{
    text-align: center;
    margin-top: 40px;
}
.choose_file_container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
    
}
.download_users{
    position: relative;
    height: 50px;
    width: 90%;
    border: 2px solid rgb(143, 200, 250);
    display: flex;
    justify-content: center;
    align-items: center;
}
.load_file__form{
    position: relative;
    width: 40%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
    margin-bottom: 20px;
   
    padding-top: 10px;
}
.download_file h4 a{
    color: blue;
    margin-left: 5px;
}
.download_file h4 a:hover{
    color: violet;
    text-decoration: underline;
}

.choose_file, .download_file{
    margin-left: 5px;
    text-align: center;
    padding-left: 20px;
}
.export_file{
    margin-top: 30px;
    padding-bottom: 20px;
   
}
.choose_file input{
    width: 100%;
    padding-left: 0;
}


/* TELECEL PORTAL */
.telecel_notice_message{
    color: white;
    margin-right: 1px;
    font-size: 17px;
}

/* ISHARE PORTAL */
.at_ishare_notice_message{
    color: white;
    margin-right: 1px;
}


/* BIGTIME */
.at_bigtime_notice_message{
    color: white;
    margin-right: 1px;
    font-size: 15px;
}

/* AFA REGISTRATION PORTAL */
.afa_portal_form{
    position: relative;
    width: 30%;
    border: 4px solid rgb(143, 200, 250);
    border-radius: 5px;
    margin-bottom: 40px;
}
.insert_details{
    margin-top: 10px;
    margin-left: 20px;


    
}
.insert_details input{
    padding-left: 10px;
    font-weight: 700;
    
    
}
.afa_portal_form input, .afa_portal_form select{
    width: 90%;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid black;
    border-radius: 10px;
}
.afa_header{
    font-weight: 700;
}
.afa_notice_message{
    color: white;
    margin-right: 1px;
    font-size: 15px;
}



/* CREDIT USER */
.credit_user_header{
    margin-top: 110px;
    font-weight: 700; 
}
.update_user_header{
    margin-top: 30px;
    font-weight: 700; 
}

/* ORDER PAGES */

.table{
    overflow-x:auto;
    margin-top: 50px;
    position:relative;
    overflow-y: unset;  
    min-height: 75vh;
}
td{
    font-size: 18px;
}
.at_ishare_orders_header{
    font-weight: 700;
    margin-top:110px; 
    color:blue;
}
.mtn_orders_header{
    font-weight: 700;
    margin-top:110px; 
}
.at_bigtime_orders_header{
    font-weight: 700;
    margin-top:110px; 
    color:blue;
}
.telecel_orders_header{
    font-weight: 700;
    margin-top:110px; 
    color:rgb(203, 41, 41);
}
.afa_orders_header{
    font-weight: 700;
    margin-top:110px; 
}
.afa_status_btn_c{
    height: 33px;
    width: 100%;
    background-color: green;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    text-align: center;
}
.afa_status_btn_p{
    height: 33px;
    width: 100%;
    background-color: red;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    text-align: center;
}
.afa_status_btn_pr{
    height: 33px;
    width: 100%;
    background-color: orange;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    text-align: center;
}
.afa_status_btn_n{
    height: 33px;
    width: 100%;
    background-color:grey;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    text-align: center;
}

/* ADMIN */
.mtn_orders_header{
    font-weight: 700;
    margin-top:110px; 
}
.actions_container {
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.actions_container a{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 18px;
}


.actions_container button{
   height: 30px;
   width: 20%;
   margin: 20px;
}
.pending_btn{
   border: 2px solid rgb(203, 41, 41);
   
}
.active_pending_btn{
    background-color: rgb(203, 41, 41);
}
.active_processing_btn{
    background-color: orange;
}
.active_completed_btn{
    background-color: green;
}
.processing_btn{
    border: 2px solid yellow;
   
}
.completed_btn{
   width: 20%;
   border: 2px solid green;
}
.action{
    height: 70px;
    margin: 20px;
    width: 20%;
}
.admin_orders_table{
    margin-top: 20px;
 }
 .export{
    position: relative;
    margin-top: 20px;
 }
 .export button{
    background-color: blue;
    color: white;
    width: 30%;
    height: 60px;
 }
 /* when export button is clicked */
.export button:focus{
    background-color: rgb(143, 143, 156);
    color: white;
}

.change_status_container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.change_status_container a{
    width: 30%;
    text-decoration: none;
}
.change_status{
    width: 90%;
    height: 70px;
    color: white;
    margin-top: 30px;
    font-weight: 700;
    display: flex;
    font-size: 17px;
    justify-content: center;
    align-items: center;
  
}

.change_status1{
    margin-right: 70px;
    background-color: orange;
}

.change_status2{
    background-color: green;
}
 /* when change_status_button is clicked */
 .change_status_container a:focus{
    .change_status{
        background-color: rgb(143, 143, 156);
        color: white;
    }
   
}

.afa_price{
    position: relative;
    width: 40%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
    margin-bottom: 20px;
}




/* REGISTRATION AND LOGIN */
.register{
    font-weight: 700;
}
.quick_links{
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    
}
.login_header{
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    color: white;
    
}
.new_login_header{
    margin-top: 100px;
}
.new_enter_otp_cont{
    margin-top: 170px;
}
.new_enter_otp_comment_cont{
    margin-top: 100px;
}
.login_button{
    margin-top: 20px;
    padding-bottom: 10px;
}
.register_logo_container img{
    height: 160px;
    width: 160px;
    margin-top: 50px;
}
.login_form{
    margin-bottom: 10px;
}
.quick_links a{
   color:green;
}

.register_header{
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
    
}
.register_logo_container img{
    margin-top: 30px;
}

 .back_to_login {
    color: white;
    width: 30%;
    background-color: red;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
 }
 .back_to_login_container {
    position:relative; 
    height:60px; 
    
}
.back_to_login_container a{
    text-decoration: none;
}

/* PAYSTACK */
.type_amount_con{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 40%;
}
.type_amount{
    width: 40%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 150px;
    position: relative;
}
.p_amount{
    width: 60%;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border: 2px solid black;
}
.enter_amount_header{
    margin-top: 200px;
}
.t_amount_body{
    position: relative;
}



/* ADMIN INFOs */
.ishare_api select{
    width: 90%;
    height: 40px;
    background-color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}


/* TRANSACTIONS HISTORY */
.transaction_history_header{
    margin-top:110px; 
    color: white;
}
.credit_head{
    position: relative;
}
.credit_type{
    width:75%; 
    height: 30px;
    background-color: green;
    border-radius: 40%;
    font-weight: 500;
}
.debit_type{
    width:75%;
    height: 30px;
    background-color: red;
    border-radius: 40%;
    font-weight: 500;
}


/* PROFILE PAGE */
.insert_profile_details{
    margin-top: 20px;
    margin-left: 20px;
}
.insert_profile_details input,.insert_profile_details select{
    background-color: white;
    padding-left: 10px;
    font-weight: 700;
}



/* PRICES */
.create_prices_header{
    margin-top: 120px;
}
.agent_prices_container{
    position: relative;
    width: 40%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
    margin-bottom: 20px;
    height: auto;
}
.agent_prices_box{
    position: relative;
    width: 90%;
    margin: 15px;
    height: 45px;
    display: flex;
    
}
.agent_prices_box div{
    position: relative;
    border: 2px solid rgb(143, 200, 250);
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  
    background-color: rgb(39, 31, 72);
}
.agent_prices_box div input,.agent_prices_box div form button{
    width: 100%;
    height: 100%;
    border: none;
    color: white;
    background-color: rgb(39, 31, 72);
}
.agent_prices_button{
    margin-top: 120px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agent_prices_button a{
    text-decoration: none;
    position: relative;
    width: 25%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn_insider{
    width: 100%;
    margin: 15px;
    height: 70px;
    text-align: center;
}
.telecel_price_button, .ishare_price_button, .bigtime_price_button{
    margin-top: 10px;
}
.custom_prices_table{
    overflow-x:auto;
    margin-top: 20px;
    position: relative;
    overflow-y: unset;  
    min-height: 75vh;
}

/* DELETE USER */
.delete2{
    width: 100%;
}

.go_back ,.con_delete {
    position: relative;
    width: 35%;
    margin: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.delete_header{
    margin-top: 180px;
}
.go_back a,.con_delete button{
    width: 100%;
    height: 50px;
    display: flex;
    color:white;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
} 



/* CREDIT USER AND UPDATE USER */
.credit_user_form_container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.credit_user_form{
    position: relative;
    height: 200px;
    width: 30%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
    margin-bottom: 20px;
}
.credit_user_form input{
    width: 90%;
    height: 40px;
    background-color: white;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
}
 .delete{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
 }
 .delete button{
    color: white;
    width: 30%;
 }



 /* OTP */
 .enter_otp_comment_cont, .enter_otp_cont{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
  .reset_logo_container{
    height: 160px;
    width: 160px;
 }

 #otp_comment{
    width: 40%;
    min-height: 80px;
    color: white;
    background-color: rgb(61, 48, 57);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

 }
 .reset_logo{
     margin-top:0;
 }

 .type_otp{
    width: 40%;
 }
 .otp_input{
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border: 2px solid black;
    border-radius: 5px;
}
.reset_back_to_login {
    color: white;
    width: 40%;
    background-color: red;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
 }

.reset_back_to_login_container a{
    text-decoration: none;
}
.proceed{
    width:100%;
    height: 45px;
}







/* FOOTER */
.footer_container{
    border: 2px solid rgb(143, 200, 250);
}
.ft-boss{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.large_screen_footer{
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.small_screen_footer{
    height: 50px;
    width: 100%;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: white;
}




/* MEDIA QUERY */

/* SMALLER SCREEN MEDIA QUERY */
@media screen and (max-width: 240px) {
    .navbar-brand .logo{
     height: 80px;
     width: 90px;
     margin-left: 5px;
   }
   .navbar-brand {
     font-size: 15px;
     font-weight: 700;
      margin-right: 10px;
      margin-left: 10px;
  
  }
  .ishare_balance{
    width: 90%;
  }
    .services{
        margin-top: 50px;
    }
    .basket{
        bottom: 100px;
     }
     .package{
        width: 90%;
        margin: 20px;
    }
    .balance{
        width: 90%;
    }
    .balance h4{
     margin-top: 0;
    }
    .balance_figure{
     padding-top: 0;
    }
    .balance_header h4{
     margin-bottom: 0;
    }
    .balance_header{
     margin-top: 5px;
    }
    .package img{
        width:100px; 
        height:50px;
        border-radius: 45%;
    }
    .footer h5{
        font-size: 18px;
    }
    .compliment{
        font-size: 16px;
    }
    .mtn_notice_message{
        color: white;
        font-size: 14px;
    }
    .mtn_notice{
        min-height: 95px;
    }
    .portal_form{
        width: 90%;  
    }
    .load_file__form{
        width: 90%;
    }
    .download_file h4{
     font-size: 16px;
    }
    .order button{
     width: 40%;
 
    }
    .export_file{
     margin-top: 15px;
     margin-bottom: 0;
    }
    .choose_file input{
     font-size: 16px;
    }
    .order{
     margin-top: 20px;
    }
    .topup button{
     margin-top: 5px;
     font-weight: 700;
     margin-bottom: 8px;
 }
    .type_number input, .select_packge select{
     font-size: 14px;
     
    }
    .afa_portal_form{
        width: 80%;
    }
    .afa_notice_message{
        font-size: 14px;
    }
    .at_ishare_notice_message{
     font-size: 16px;
     }
     .afa_orders_header{
         margin-top:130px; 
     }
     .at_bigtime_orders_header{
         font-weight: 700;
         margin-top:130px; 
     }
     .at_ishare_orders_header{
         font-weight: 700;
         margin-top:130px; 
     }
     .mtn_orders_header{
         font-weight: 700;
         margin-top:130px; 
     }
     .telecel_orders_header{
         font-weight: 700;
         margin-top:130px; 
     }
     .footer h5{
         font-size: 15px;
     }
     .transaction_history_header{
         margin-top:130px; 
     }
     .actions_container {
         margin-top: 30px;
        position: relative;
        
     }
 
     .actions_container a{
         height: 50px;
         width: 30%;
         margin: 5px;
         font-size: 13px;  
      }
      .export button{
         background-color: blue;
         color: white;
         width: 70%;
         font-size: 12px;
      }
      .credit_user_form{
         width: 70%;
     }
 
      .delete{
         margin-top: 20px;
      }
      .delete button{
         color: white;
         width: 70%;
      }
     .ishare_api_btn{
         margin-top: 20px;
     }
     .telecel_api_btn{
         margin-top: 20px;
     }
     .telecel_api_header{
         margin-top: 20px;
     }
     .footer h5{
         font-size: 14px;
      }
      .agent_prices_button{
         width: 100%;
     }
     .agent_prices_button a{
         height: 30px;
         
     }
     .btn_insider{
         margin: 2px;
         font-size: 8px;
         width: 100%;
     }
     .sales_container{
         width: 70%;
   
     }
     .mtn_price_button{
         margin-top: 160px;
     }
     .agent_prices_button a{
         width: 30%;
     }
     .btn_insider{
         width: 100%;
         margin: 5px;
         height: 70px;
         font-size: 14px;
         text-align: center;
     }
     .telecel_price_button, .ishare_price_button, .bigtime_price_button{
         margin-top: 60px;
     }
     td{
         font-size: 20px;
     }
     .credit_type{
         width:100%; 
         display: flex;
         justify-content: center;
         align-items: center;
     }
     .debit_type{
         width:100%;
         display: flex;
         justify-content: center;
         align-items: center;
 
     }
     .t_table{
         width: 1000px;
     }
     .mtn_basket_con{
         width: 90%;
         border: 2px solid rgb(119, 171, 216);
         border-radius: 3px;
         position: relative;
     }
     .mtn_basket_header{
         margin-top: 70px;
         
     }#basket1{
         width: 40%;
     }
     #basket2{
         width: 20%;
     }
     #basket3{
         width: 20%;
     }
     #basket4{
         width: 20%;
     }
     #basket4, #basket3, #basket2, #basket1{
         font-size: 16px;
     }
     .basket_svg{
         width: 20px;
         height: 20px;
     }#basket_total{   
         width: 70%;
         font-weight: 600;
         border: 2px solid rgb(119, 171, 216);
     }
     #basket_btn{
         width: 80%;
         font-size: 18px;
     }
     #basket_clear_all{
         width: 75%;
         font-weight: 600;
     }
     .mtn_basket_header{
         margin-top: 130px;
         
     }
     .change_status{
         width: 90%;
         height: 50px;
         font-weight: 700;
         font-size: 12px;
         margin-top: 20px;
       
     }
     .change_status_container a{
         width: 48%;
         text-decoration: none;
     }
     /* PAYSTACK */
 .type_amount_con{
     position: relative;
     justify-content: center;
     align-items: center;
     display: flex;
     width: 80%;
 }
 .type_amount{
     width: 80%;
     border: 2px solid rgb(143, 200, 250);
     border-radius: 5px;
     justify-content: center;
     align-items: center;
     display: flex;
     height: 150px;
 
 }
 .p_amount{
     width: 60%;
     height: 40px;
     border-radius: 5px;
 
 }
 .enter_amount_header{
     margin-top: 200px;
 }
 .welcome{
     width: 90%;
 }
 .register_header{
     margin-top: 10px;
     margin-bottom: 10px;
 }
 .register_form{
     margin-bottom: 10px;
 }
 .register_btn button{
     width: 70%;
     height: 40px;
     font-weight: 600;
     font-size: 18px;
 }
 .back_to_login{
     width: 80%;
     margin-top: 10px;
 }
 .table{
     margin-top: 20px;
 }
 .footer_socials{ 
     bottom: 50px;
 }
  /* OTP */
  #otp_comment{
     width: 70%;
     min-height: 80px;
  }
  .type_otp{
     width: 100%;
  }
  .otp_input{
     width: 70%;
  }
  .reset_back_to_login {
     width: 70%;
     height: 45px;
     font-weight: 600;
     font-size: 18px;
     border-radius: 5px;
  }
 .proceed{
     width:70%;
     height: 45px;
 }
 .conf{
     font-size: 20px;
 }
 
  }
 




  @media screen and (min-width: 241px) and (max-width: 530px) {
   .navbar-brand .logo{
    height: 80px;
    width: 90px;
    margin-left: 5px;
  }
  .navbar-brand {
    font-size: 20px;
    font-weight: 700;
     margin-right: 15px;
     margin-left: 15px;
 
 }
 .new_login_header{
     margin-top: 150px;
 }
   .ishare_balance{
    width: 90%;
  }
   .services{
       margin-top: 50px;
   }
   .basket{
       bottom: 100px;
    }
    .package{
       width: 90%;
       margin: 20px;
   }
   .balance{
       width: 90%;
   }
   .balance h4{
    margin-top: 0;
   }
   .balance_figure{
    padding-top: 0;
   }
   .balance_header h4{
    margin-bottom: 0;
   }
   .balance_header{
    margin-top: 5px;
   }
   .package img{
       width:100px; 
       height:50px;
       border-radius: 45%;
   }
   .footer h5{
       font-size: 18px;
   }
   .compliment{
       font-size: 16px;
   }
   .mtn_notice_message{
       color: white;
       font-size: 16px;
   }
   .mtn_notice{
       min-height: 95px;
   }
   .portal_form{
       width: 90%;  
   }
   .load_file__form{
       width: 90%;
   }
   .download_file h4{
    font-size: 16px;
   }
   .order button{
    width: 40%;

   }
   .export_file{
    margin-top: 15px;
    margin-bottom: 0;
   }
   .choose_file input{
    font-size: 16px;
   }
   .order{
    margin-top: 20px;
   }
   .topup button{
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 8px;
}
   .type_number input, .select_packge select{
    font-size: 14px;
    
   }
   .afa_portal_form{
       width: 80%;
   }
   .afa_notice_message{
       font-size: 14px;
   }
   .at_ishare_notice_message{
    font-size: 16px;
    }
    .afa_orders_header{
        margin-top:130px; 
    }
    .at_bigtime_orders_header{
        font-weight: 700;
        margin-top:130px; 
    }
    .at_ishare_orders_header{
        font-weight: 700;
        margin-top:130px; 
    }
    .mtn_orders_header{
        font-weight: 700;
        margin-top:130px; 
    }
    .telecel_orders_header{
        font-weight: 700;
        margin-top:130px; 
    }
    .footer h5{
        font-size: 15px;
    }
    .transaction_history_header{
        margin-top:130px; 
    }
    .actions_container {
        margin-top: 30px;
       position: relative;
       
    }

    .actions_container a{
        height: 70px;
        width: 30%;
        margin: 5px;
        font-size: 13px;  
     }
     .export button{
        background-color: blue;
        color: white;
        width: 70%;
        font-size: 12px;
     }
     .credit_user_form{
        width: 70%;
    }

     .delete{
        margin-top: 20px;
     }
     .delete button{
        color: white;
        width: 70%;
     }
    .ishare_api_btn{
        margin-top: 20px;
    }
    .telecel_api_btn{
        margin-top: 20px;
    }
    .telecel_api_header{
        margin-top: 20px;
    }
    .footer h5{
        font-size: 14px;
     }
     .agent_prices_button{
        width: 100%;
    }
    .agent_prices_button a{
        height: 30px;
        
    }
    .btn_insider{
        margin: 2px;
        font-size: 8px;
        width: 100%;
    }
    .sales_container{
        width: 70%;
  
    }
    .mtn_price_button{
        margin-top: 160px;
    }
    .agent_prices_button a{
        width: 30%;
    }
    .btn_insider{
        width: 100%;
        margin: 5px;
        height: 70px;
        font-size: 14px;
        text-align: center;
    }
    .telecel_price_button, .ishare_price_button, .bigtime_price_button{
        margin-top: 60px;
    }
    td{
        font-size: 20px;
    }
    .credit_type{
        width:100%; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .debit_type{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .t_table{
        width: 1000px;
    }
    .mtn_basket_con{
        width: 90%;
        border: 2px solid rgb(119, 171, 216);
        border-radius: 3px;
        position: relative;
    }
    .mtn_basket_header{
        margin-top: 70px;
        
    }#basket1{
        width: 40%;
    }
    #basket2{
        width: 20%;
    }
    #basket3{
        width: 20%;
    }
    #basket4{
        width: 20%;
    }
    #basket4, #basket3, #basket2, #basket1{
        font-size: 16px;
    }
    .basket_svg{
        width: 20px;
        height: 20px;
    }#basket_total{   
        width: 70%;
        font-weight: 600;
        border: 2px solid rgb(119, 171, 216);
    }
    #basket_btn{
        width: 80%;
        font-size: 18px;
    }
    #basket_clear_all{
        width: 75%;
        font-weight: 600;
    }
    .mtn_basket_header{
        margin-top: 130px;
        
    }
    .change_status{
        width: 90%;
        height: 50px;
        font-weight: 700;
        font-size: 12px;
        margin-top: 20px;
      
    }
    .change_status_container a{
        width: 48%;
        text-decoration: none;
    }
    /* PAYSTACK */
.type_amount_con{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80%;
}
.type_amount{
    width: 80%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 150px;

}
.p_amount{
    width: 60%;
    height: 40px;
    border-radius: 5px;

}
.enter_amount_header{
    margin-top: 200px;
}
.welcome{
    width: 90%;
}
.register_header{
    margin-top: 10px;
    margin-bottom: 10px;
}
.register_form{
    margin-bottom: 10px;
}
.register_btn button{
    width: 70%;
    height: 40px;
    font-weight: 600;
    font-size: 18px;
}
.back_to_login{
    width: 80%;
    margin-top: 10px;
}
.table{
    margin-top: 20px;
}
.footer_socials{ 
    bottom: 50px;
}
 /* OTP */
 #otp_comment{
    width: 70%;
    min-height: 80px;
 }
 .type_otp{
    width: 100%;
 }
 .otp_input{
    width: 70%;
 }
 .reset_back_to_login {
    width: 70%;
    height: 45px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
 }
.proceed{
    width:70%;
    height: 45px;
}
.conf{
    font-size: 20px;
}

 }










 @media screen and (min-width: 531px) and (max-width: 900px) {
    .package{
        width: 43%;
    }
    .navbar-brand .logo{
        height: 80px;
        width: 90px;
        margin-left: 5px;
    }
     .new_login_header{
     margin-top: 150px;
 }
   .ishare_balance{
    width: 60%;
  }
      .balance{
        width: 60%;
    }
    .portal_form{
        width: 60%;  
    }
    .load_file__form{
        width: 60%;  
    }
    .mtn_notice_message{
        color: white;
        font-size: 16px;
    }
    .basket{
        bottom: 100px;
    }
    .at_ishare_notice_message{
       font-size: 16px;
    }
    .afa_notice_message{
        font-size: 12px;
    }
    .afa_portal_form{
        width: 60%;
    }
    .actions_container a{
        height: 50px;
        width: 30%;
        margin: 10px;
        font-size: 15px;  
     }
     .export button{
        background-color: blue;
        color: white;
        width: 50%;
        font-size: 16px;
     }
     .credit_user_form{
        width: 60%;
    }
    .agent_prices_button a{
        width: 30%;
    }
    .btn_insider{
        font-size: 16px;
        text-align: center;
    }
    .telecel_price_button, .ishare_price_button, .bigtime_price_button{
        margin-top: 70px;
    }
    .mtn_price_button{
        margin-top: 200px;
    }


     .delete{
        margin-top: 20px;
     }
     .delete button{
        color: white;
        width: 60%;
     }
     .footer h5{
        font-size: 14px;
     }
    .agent_prices_button a{
        height: 30px;
        width: 35%;
        
    }
    .agent_prices_button{
        width: 100%;
    }
    .agent_prices_button a{
        height: 30px;
        
    }
    .btn_insider{
        margin: 10px;
        font-size: 13px;
        width: 100%;
    }
    .sales_container{
        width: 60%;
    
    }
    .credit_type{
        width:100%; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .debit_type{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }    
    .mtn_basket_header{
        margin-top: 130px;
        
    }#basket1{
        width: 55%;
    }
    #basket2{

        width: 35%;
    }
    #basket3{
        width: 15%;
    }
    #basket3, #basket2, #basket1{
        font-size: 17px;
    }
    .basket_svg{
        width: 25px;
        height: 25px;
    }
    .mtn_basket_con{
        width: 70%;
       
    }
    .change_status{
        width: 90%;
        height: 50px;
        font-weight: 700;
        font-size: 15px;
        margin-top: 20px;
      
    }
    .change_status_container a{
        width: 48%;
        text-decoration: none;
    }
/* PAYSTACK */
.type_amount_con{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 60%;
}
.type_amount{
    width: 60%;
    border: 2px solid rgb(143, 200, 250);
    border-radius: 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 150px;

}
.p_amount{
    width: 40%;
    height: 40px;
    border-radius: 5px;

}
.enter_amount_header{
    margin-top: 200px;
}
 /* OTP */
 #otp_comment{
    width: 50%;
    min-height: 80px;
 }
 .type_otp{
    width: 100%;
 }
 .otp_input{
    width: 50%;
 }
 .reset_back_to_login {
    width: 50%;
 }
.proceed{
    width:50%;
}
.conf{
    font-size: 20px;
}

 }


 @media screen and (min-width: 901px) and (max-width: 1040px) {
    .package{
        width: 29%;
    }
    .balance{
        width: 50%;
    }
    .portal_form{
        width: 50%;  
    }
    .load_file__form{
        width: 50%;  
    }
    .credit_user_form{
        width: 40%;
    }

     .delete{
        margin-top: 20px;
     }
     .delete button{
        color: white;
        width: 40%;
     }
     .afa_portal_form{
        width: 40%;
    }
    .agent_prices_button a{
        height: 30px;
        
    }
    .btn_insider{
        margin: 15px;
        font-size: 13px;
        width: 100%;
    }
    .agent_prices_button a{
        width: 30%;
    }
    .btn_insider{
        font-size: 16px;
        text-align: center;
    }
    .telecel_price_button, .ishare_price_button, .bigtime_price_button{
        margin-top: 70px;
    }
    .mtn_price_button{
        margin-top: 200px;
    }

    .credit_type{
        width:100%; 
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .debit_type{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .mtn_basket_header{
        margin-top: 90px;
        
    }#basket1{
        width: 55%;
    }
    #basket2{
        width: 35%;
    }
    #basket3{
        width: 15%;
    }
    #basket3, #basket2, #basket1{
        font-size: 17px;
    }
    .basket_svg{
        width: 20px;
        height: 20px;
    }
    .mtn_basket_con{
        width: 50%;
       
    }.mtn_basket_header{
        margin-top: 140px;
       
    }
    .enter_amount_header{
    margin-top: 200px;
 }
  /* OTP */
  #otp_comment{
    width: 40%;
 }
 .type_otp{
    width: 100%;
 }
 .otp_input{
    width: 40%;
 }
 .reset_back_to_login {
    width: 40%;
 }
.proceed{
    width:40%;
}
.conf{
    font-size: 20px;
}
 }