    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height:100%;
    }
    #loader-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #242f3f;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }
    #loader{
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        border: 4px solid #Fff;
        animation: loader 2s infinite ease;
    }
    .loader-inner {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        background-color: #fff;
        animation: loader-inner 2s infinite ease-in;
    }
    
    @keyframes loader {
        0% { transform: rotate(0deg);}
        25% { transform: rotate(180deg);}
        50% { transform: rotate(180deg);}
        75% { transform: rotate(360deg);}
        100% { transform: rotate(360deg);}
    }
    
    @keyframes loader-inner {
        0% { height: 0%;}
        25% { height: 0%;}
        50% { height: 100%;}
        75% { height: 100%;}
        100% { height: 0%;}
    }

    *{
        margin: 0px;
        padding: 0px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    /* ::-webkit-scrollbar{
        width: 10px;
    }
    ::-webkit-scrollbar-thumb{
        width: 10px;
        height: auto;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 10px;
    } */
    body{
        overflow-x: hidden;
        background-color: #cccccc !important;
    }
    .container{
        position: absolute;
        width: 100%;
        display: none;
    }
    .sidebar{
        position: fixed;
        width: 220px;
        height: 100%;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
    }
    .busness_logo{
        height: 110px;
        width: 110px;
        margin: auto;
    }
    .busness_logo img{
        height: 110px;
        width: 110px;
    }
    .name{
        text-align: center;
        font-weight: 500;
        color: #fff;
        font-size: 17px;
        margin: 5% 0px 5% 0px;
    }
    .sidebar ul li{
        line-height: 45px;
        cursor: pointer;
    }
    .sidebar h3{
        color: white;
        text-align: center;
        margin-bottom: 10px;
    }
    .li_parent:hover{
        background: #444;
        border-radius: 30px 0;
    }
    .sidebar a{
        text-decoration: none;
        color: white;
        width: 100%;
    }
    .sidebar .fa-xmark{
        display: none;
    }
    #menu{
        display: none;
    }
    .sidebar ul li i{
        color: white;
        font-size: 20px;
        min-width: 60px;
        text-align: center;
    }
    .sidebar hr{
        color: white;
    }
    .sidebar ul ul{
        position: absolute;
        top: 110px;
        left: 230px;
        line-height: 50px;
        width: 205px;
        height: auto;
        color: black;
        list-style: none;
        position: fixed;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 7px;
        display: none;
        z-index: 2 !important;
    }
    #dropdown_report ul{
        position: absolute;
        top: 340px;
        left: 230px;
        line-height: 50px;
        width: 190px;
        height: auto;
        color: black;
        list-style: none;
        position: fixed;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 7px;
        display: none;
    }
    #dropdown_settings ul{
        position: absolute;
        top: 50px;
        left: 230px;
        line-height: 50px;
        width: 230px;
        height: auto;
        color: black;
        list-style: none;
        position: fixed;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 7px;
        display: none;
    }
    #dropdown_my_account ul{
        position: absolute;
        top: 480px;
        left: 230px;
        line-height: 50px;
        width: 190px;
        height: auto;
        color: black;
        list-style: none;
        position: fixed;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 7px;
        display: none;
    }
    #dropdown_customers ul{
        position: absolute;
        top: 300px;
        left: 230px;
        line-height: 40px;
        width: 190px;
        height: auto;
        color: black;
        list-style: none;
        position: fixed;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 7px;
        display: none;
    }
    #dropdown_developer_api ul{
        position: absolute;
        top: 300px;
        left: 230px;
        line-height: 40px;
        width: 190px;
        height: auto;
        color: black;
        list-style: none;
        position: fixed;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 7px;
        display: none;
    }
    #dropdown{
        position: relative;
    }
    /* #dropdown_report:hover ul {
        display: block;
    }
    #dropdown_my_account:hover ul {
        display: block;
    } */
    .main{
        float: right;
        width: calc(100% - 220px);
        min-height: 100vh;
        left: 230px;
        position: ab    ;
    }
    .top-bar{
        background-color: white;
        height: 60px;
        display: flex;
    }
    #notic{
        width: calc(100% - 100px);
    }
    #wallet_profile{
        width: 100px;
        height: 100%;
    }
    #wallet_profile p{
        margin: auto;
        font-size: 16px;
        width: fit-content;
        display: flex;
        flex-direction: column;
        margin-top: 7px;
    }
    #wallet_profile img{
        margin: auto;
        cursor: pointer;
        width: 20px;
        margin-top:  3px;
    }
    .top-bar div i{
        float: right;
        font-size: 40px;
        border-radius: 50%;
    }
    .content{
        width: auto;
        display: grid;
        grid-template-rows: 100%;
        grid-column-gap: 20px;
        padding: 30px 20px;
        grid-template-columns: repeat(4, 1fr);
        text-align: center;
    }
    .status{
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        color: white;
        padding-bottom: 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    .status hr{
        margin-top: 10px;
        color: white;
    }
    .Success{
        color: rgb(6, 223, 6);
    }
    .Failure{
        color: red;
    }
    .Pending{
        color: orange;
    }
    .purchase{
        color: rgb(6, 223, 6);
    }
    /* .Recent_Recharges,.Recent_Complain{
        width: auto;
        margin: 30px 20px;
        border: 2px solid;
        border-color: #ef4a82 #47cebe #47cebe #ef4a82;
        border-radius: 5px;
    }
    .Recent_Recharges_heding,.Recent_Complain_heding{
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        height: 45px;
        border-radius: 5px 5px 0px 0px;
        width: auto;
        color: white;
        font-size: 20px;
        display: flex;
        align-items: center;
    }
    .Recent_Recharges-table,.Recent_Complain-table{
        margin: auto;
        width: 98%;
        text-align: center;
        border-collapse: collapse;
        padding-bottom: 10px;
        font-size: 17px;
    }
    .Recent_Recharges-table th,.Recent_Complain-table th{
        padding-bottom: 10px;
    }
    .Recent_Recharges-table td,.Recent_Complain-table td{
        border-top: 2px solid  #47cebe;
        padding-bottom: 10px;
    } */
    .Complain{
        max-width: 400px;
    }
    footer{
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0px;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .services{
        width: auto;
        display: grid;
        grid-column-gap: 75px;
        grid-row-gap: 20px;
        padding: 30px 25px;
        grid-template-columns: repeat(6, 1fr);
        text-align: center;
    }
    .services_list :hover img {
        width: 110px;
        height: 110px;
    }
    .services a{
        text-decoration: none;
        color: white;
        font-size: 15px;
    }
    .services_list{
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        width: 150px;
        height: 150px;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        border-radius: 5px;

    }
    .services_list img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .image{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* login style start */
    .login{
        width: 340px;
        padding: 2rem 1rem;
        margin: 5px auto;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 10px;
        text-align: center;
        /* position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%); */
    }
    .login h2{
        font-size: 2rem;
        color: black;
        margin-bottom: 30px;
    }
    #numberdiv{
        display: flex;
        flex-direction: column;
        height: 50px;
        margin-bottom: 25px;
        align-items: flex-start;
    }
    #passworddiv{
        display: flex;
        flex-direction: column;
        height: 50px;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .login .fa-user{
        display: initial;
        padding: 7px 5px 7px 5px;
        margin: 0px;
        position: relative;
        right: 0px;
        top: -40px;
        cursor: pointer;
        border-right: 1px solid rgb(100, 97, 97);
        padding: 7px 5px 7px 5px;
    }
    .login .fa-mobile-screen-button,.login .fa-envelope,.login .fa-id-card,.login .fa-shop,.login .fa-address-book{
        display: initial;
        padding: 7px 5px 7px 5px;
        margin: 0px;
        position: relative;
        right: 0px;
        top: -40px;
        cursor: pointer;
        border-right: 1px solid rgb(100, 97, 97);
        padding: 7px 5px 7px 5px;
    }
    .login .fa-lock{
        display: initial;
        padding: 7px 5px 7px 5px;
        margin: 0px;
        position: relative;
        right: 0px;
        top: -40px;
        cursor: pointer;
        border-right: 1px solid rgb(100, 97, 97);
        padding: 7px 5px 7px 5px;
    }
    .login .material-symbols-outlined{
        margin: 0px;
        position: relative;
        left: 270px;
        top: -65px;
        cursor: pointer;
    }
    #numberdiv input[type=text],#numberdiv input[type=number],#numberdiv input[type=email],#passworddiv input[type=password],#passworddiv input[type=text]{
        width: 100%;
        height: 50px;
        outline: none;
        border: 1px solid #fff;
        padding: 22px 0px 22px 30px;
        border-radius: 5px;
        font-size: 1rem;
        margin: auto;
    }
    .checkbox{
        display: flex;
        margin: 0px 0px 0px 10px;
        justify-content: space-between;
        width: 90%;
        margin-bottom: 0px;
    }
    .checkbox label{
        cursor: pointer;
    }
    .checkbox a{
        text-decoration: none;
        color: black;
    }
    .login .login_button{
        margin-top: 1.0rem;
        border-radius: 20px;
        width: auto;
        height: 45px;
    }
    .login_button button{
        font-size: 1rem;
        padding: 10px 0px;
        border-radius: 20px;
        outline: none;
        border: none;
        width: 90%;
        cursor: pointer;
        color: #fff;
        background-color: rgb(17, 107,143);
    }
    .login_button .login_loader{
        border: 3px solid #f3f3f3;
        border-radius: 50%;
        border-top: 3px solid #3498db;
        width: 20px;
        height: 20px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        margin-top: 7px;
        position: relative;
        top: -39px;
        left: 200px;
        display: none;
    }



    .login input[type=submit]{
        font-size: 1rem;
        margin-top: 1.0rem;
        padding: 10px 0px;
        border-radius: 20px;
        outline: none;
        border: none;
        width: 90%;
        cursor: pointer;
        color: #fff;
        background-color: rgb(17, 107,143);
    }
    .login a{
        text-decoration: none;
    }
    .login_marquee{
        top: 10%;
        position: absolute;
        color: rgb(34, 202, 34);
        text-shadow: 1px 1px 1px black;
    }
    .login_error{
        color: red;
    }
    input[type=number]::-webkit-inner-spin-button{
        -webkit-appearance: none;
    }
    .not-have-account{
        margin-top: 10px;
    }
    /* otp style */
    .otp .fa-xmark{
        position: relative;
        float: right;
        cursor: pointer;
    }
    .otp,.overlay{
        display: none;
    }
    .otp{
        position: absolute;
        width: 330px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 10px;
        box-sizing: border-box;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 7px;
    }
    .otp input{
        border: none;
        outline: none;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .otp input[type=number]{
        padding: 8px;
        border-radius: 5px;
        width: 100%;
    }
    .otp input[type=submit]{
        padding: 9px 30px 9px 17px;
        border-radius: 5px;
        background-color: #01a9ac;
        color: white;
        font-size: 15px;
        cursor: pointer;
        margin-right: 20px;

    }
    .overlay{
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
    }
    .loader1{
        border: 3px solid #f3f3f3;
        border-radius: 50%;
        border-top: 3px solid #3498db;
        width: 18px;
        height: 18px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-top: 7px;
        position: relative;
        top: 12px;
        left: -45px;
        display: none !important;
    }

    /* recharge content start */
    .recharge_content{
        display: grid;
        width: auto;
        grid-column-gap: 20px;
        padding: 30px 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .recharge{
        background-color: white;
        border-radius: 3px;
        height: 70vh;
    }
    .recharge h3{
        top: 10px;
    }
    .recharge_number{
        box-sizing: border-box;
    }
    .recharge_number label,.recharge_number h3,.recharge_number input[type=password]{
        margin-left: 5%;
    }
    .recharge_number .button{
        font-size: 15px;
        border: none;
        background-color: #01a9ac;
        color: white;
        border-radius: 2px;
        cursor: pointer;
        margin-left: 27%;
        display: flex;
        height: 30px;
        width: fit-content;
        position: relative;
        left: 200px;
        bottom: 60px;
        opacity: 1;
    }
    .button button{
        font-size: 15px;
        border: none;
        background-color: #01a9ac;
        color: white;
        padding: 5px;
        border-radius: 2px;
        cursor: pointer;
        height: auto;
    }
    .button .loader{
        border: 3px solid #f3f3f3;
        border-radius: 50%;
        border-top: 3px solid #3498db;
        width: 12px;
        height: 12px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        color: black;
        margin-top: 7px;
        display: none;
    }
    /* txn Response page style */
    .Thank_you_body{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .Thank_you{
        border-radius: 5px;
        background-color: white;
        height: 400px;
        width: 400px;
        text-align: center;
        padding: 30px;
        box-sizing: border-box;
    }
    .Thank_you p{
        font-size: 18px;
    }
    .Thank_you_logo{
        height: 120px;
        width: 120px;
        border-radius: 50%;
        margin: auto;
        margin-top: -90px;
    }
    .Thank_you_logo img{
        height: 120px;
        width: 120px;
        border-radius: 50%;
    }
    .payment_id{
        text-align: start;
    }
    .Thank_you button{
        background-color: rgb(47, 255, 82);
        color: white;
        padding: 10px;
        border-radius: 5px;
        border: none;
        font-size: 18px;
        width: 80%;
        cursor: pointer;
        font-weight: bold;
    }

    /* Safari */
    @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    .recharge_number input[type=password]{
        padding: 5px 20px 5px 5px;
        width: 65%;
        margin: 20px 0px 10px 0px;
        outline: none;
    }
    .recharge_number div{
        margin: 20px 0px 10px 0px;
    }
    .recharge_number div select{
        width: 50%;
        padding: 5px 20px 5px 5px;
        cursor: pointer;
        outline: none;

    }
    .recharge_number div input[type="button"]{
        font-size: 15px;
        border: none;
        background-color: #3b5998;
        color: white;
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
    }
    .loder{
        height: 50vh;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .loder img{
        height: 180px;
    }
    .walletpin{
        border: none;
        border-bottom: 1px solid black;
        width: 70px !important;
        text-align: center;
    }
    .recharge_list li{
        list-style: none;
        float: left;
        padding: 2px;
        margin: 10px 0px 0px 15px;
        cursor: pointer;
    }
    .recharge_list2{
        padding: 12px;
        height: 50vh;
        width: 100%;
        overflow: auto;
        box-sizing: border-box;
    }
    .recharge_list2::-webkit-scrollbar{
        width: 10px;
        height: 0px;
    }
    .recharge_list2::-webkit-scrollbar-thumb{
        width: 10px;
        height: auto;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 10px;
    }
    .recharge_list2 table{
        border-collapse: collapse;
        border: 1px solid black;
        font-size: 17px;
        width: auto;
    }
    .recharge_list2 table td{
        padding: 5px 3px 5px 3px;
    }
    .price{
        padding: 7px 5px 7px 5px;
        border-radius: 0px;
        background-color: #01a9ac;
        color: white;
        font-size: 15px;
        cursor: pointer;
        margin-right: 20px;
        border: none;
        width: 100%;
    }
    .dth_info_crose{
        margin-left: 4%;
    }
    .dth_info_crose i{
        display: none;
    }
    .dth_info_child{
        text-align: start;
        font-size: 23px;
        padding-left: 5%;
        padding-top: 5%;
        line-height: 30px;
    }
    /* add mony  */
    .add_mony{
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }
    .add_mony_child{
        border: 1px solid rebeccapurple;
        width: 80%;
        border: 2px solid;
        border-color: #ef4a82 #47cebe #47cebe #ef4a82;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .add_mony_child1{
        padding: 7px 7px 7px 2%;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 10px 10px 0px 0px;
    }
    .add_mony_child2 input,.add_mony_child2 label,.option{
        margin: 10px 0px 10px 2%;
        font-size: 17px;
    }
    .add_mony_child2 input[type=number],input[type=text]{
        width: 90%;
        outline: none;
        border: none;
        border-radius: 3px;
        padding: 8px;
    }
    .add_money{
        border: none;
        cursor: pointer;
        padding: 5px;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 5px;
    }
    .add_mony_child2 .option{
        width: fit-content;
        height: 35px;
    }

      
      .add_mony_child2 .option .radio-label{
        position: relative;
        left: 0px;
        width: 0px;
        height: 35px;
        cursor: pointer;
      }
      
      .radio-image{
        position: relative;
        left: -35px;
        width: 100px;
        height: 35px;
        border-radius: 5px;
        box-sizing: border-box;
        z-index: 0;
      }
      .radio3{
        position: relative;
        top: -45px;
        width: 100px;
        height: 35px;
        border-radius: 5px;
        box-sizing: border-box;
      }
      
    /* rechent recharge */
    .table{
        width: 100%;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 20px;
        align-items: self-start;
        padding: 0 20px 20px;
        margin-bottom: 3%;
    }
    .recent_transation,.recent_Topup{
        min-height: 350px;
        max-height: 350px;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
    }
    .recent_Topup{
        margin-right: 40px;
        overflow: auto;
    }
    .recent_transation_heading,.recent_topup_heading{
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #444;
    }
    .btn{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
    }
    .recent_transation_table,.recent_topup_table{
        margin-top: 10px;
        width: 100%;
        border-collapse: collapse;
    }
    .recent_wallet_topup_div{
        overflow: auto;
        height: 80%;
    }
    .recent_wallet_topup_div table{
        width: 530px;
    }

    .recent_wallet_topup_div::-webkit-scrollbar{
        width: auto;
        height: 2px; 
    }
    .recent_wallet_topup_div::-webkit-scrollbar-thumb{
        width: auto;
        height: 2px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 10px;
    }
    
    th{
        font-weight: 600;
        color: #333;
        padding: 9px 0px;
    }
    td{
        text-align: center;
        padding: 9px 5px;
    }
    .table tr{
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }
    .recent_transation.tr:hover{
        background: #444;
        color: #fff;
    }
    td i{
        padding: 7px;
        color: #fff;
        border-radius: 50px;
    }
    .fa-eye{
        background: #32bea6;
    }
    .fa-edit{
        background: #63b4f4;
    }
    .fa-trash-alt{
        background: #ed5564;
    }


    /* api style */
    .api{
        width: auto;
        padding: 30px 40px;
    }
    .api_div{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .api_div1{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        height: 120%;
        padding: 1.5%;
    }
    .api_div2{
        background-color : #fff;
        border-radius: 3px;
        padding: 30px 40px;
    }
    .api_div2 input{
        margin-bottom: 15px;
        margin-top: 15px;
        border: 1px solid black;
    }
    .api_div2 #input{
        width: 300px;
    }
    .api_div2 select{
        width: 300px;
        height: 35px;
    }
    .api_div2 h2{
        font-size: 21px;
    }
    .api_div2 .response{
        width: 189px;
    }
    .api_div2 input[type=submit]{
        padding: 5px 10px;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        font-size: 15px;
    }

    /* all_transaction */
    .all_transaction{
        min-height: 350px;
        height: auto;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
        margin: 1% 1% 4% 1%;
    }
    .all_transaction .table_div{
        overflow: auto;
        height: 60vh;
        border: 1px solid black;
    }
    .all_transaction .table_div a{
        text-decoration: none;
        color: blue;
    }
    .all_transaction table{
        border-collapse: collapse;
        margin: auto;
        width: 1600px;
    }
    .all_transaction table tr{
        border-bottom: 1px solid black;
        line-height: 45px;
    }
    .all_transaction table td,.all_transaction table th{
        padding: 0px 2px 0px 2px;
        border: 1px solid black;
    }
    .all_transaction table td{
        border-left: 1px solid black;
        border-right: 1px solid black;
    }
    .all_transaction table select{
        height: 30px;
        outline: none;
        font-size: 15px;
    }
    .all_transaction select{
        width: 70px;
        cursor: pointer;
        border-radius: 2px;
    }
    /* Pending_transaction */
    .Pending_transaction{
        min-height: 350px;
        max-height: 80vh;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
        margin: 1% 1% 4% 1%;
    }
    .Pending_transaction .Pending_transaction_table{
        overflow: auto;
        height: 70vh;
        border: 1px solid;
    }
    .Pending_transaction table{
        border-collapse: collapse;
        margin: auto;
        width: 100%;
    }
    .Pending_transaction table tr{
        line-height: 45px;
    }
    .Pending_transaction table td,.Pending_transaction table th{
        padding: 0px 2px 0px 2px;
        border: 1px solid black;
    }
    .Pending_transaction table select{
        height: 30px;
        outline: none;
        font-size: 15px;
    }
    .Pending_transaction select{
        width: 70px;
        cursor: pointer;
        border-radius: 2px;
    }
    /* alert */
    .alert{
        padding: 10px;
        border-radius: 3px;
        margin-bottom: 1%;
    }
    .alert1{
        padding: 5px;
        border-radius: 3px;
        margin-top: 2px;
    }
    .alert2{
        padding: 5px;
        border-radius: 3px;
    }
    .alert-success1{
        background-color: #d1e7dd;
        border: 1px solid #a3cfbb;
        color: #0a3622;
        display: block;

    }
    .alert-warning1{
        background-color: #fff3cd;
        border: 1px solid #ffe69c;
        color: #664d03;
        width: 35%;
        margin: auto;
        text-align: center;
    }
    .alert-warning2{
        background-color: #fff3cd;
        border: 1px solid #ffe69c;
        color: #664d03;
    }
    .alert-danger{
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
        display: block;
    }
    .alert-danger1{
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
        display: none;
    }
    /* register style */
    .register{
        width: 50vw;
        padding: 30px 40px;
        margin: auto;
    }
    .register_div{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .register_div1{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        height: 120%;
        padding: 1.5%;
    }
    .register_div2{
        background-color : #fff;
        border-radius: 3px;
        padding: 30px 40px;
    }
    .register_div2 form{
        position: relative;
        float: right;
        width: 60%;
    }
    .register_div2 img{
        width: 270px;
        height: 270px;
        position: relative;
        float: left;
    }
    .register_div2 input[type='text'],.register_div2 input[type='number'],.register_div2 input[type='email'],.register_div2 select{
        margin-bottom: 15px;
        margin-top: 15px;
        border: 1px solid black;
        padding: 8px;
        border-radius: 3px;
        width: 100%;
        box-sizing: border-box;
        outline: none;
    }
    .api_div2 .response{
        width: 189px;
    }
    .register_div2 input[type=submit]{
        padding: 5px 10px;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        font-size: 15px;
    }
    /* API DOCUMENTATION style */
    .api_documentation{
        width: 80vw;
        padding: 30px 40px;
        margin: auto;
    }
    .api_documentation_div{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .api_documentation_div1{
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        height: 120%;
        padding: 1%;
    }
    .api_documentation_div2{
        background-color : #fff;
        border-radius: 3px;
        padding: 12px 10px;
    }
    .api_documentation_button{
        border: none;
        color: white;
        background-color: green;
        padding: 2px 8px;
        font-size: 15px;
        outline: none;
        border-radius: 2px;
    }



    /* View_Profile style */
    .View_Profile{
        width: 50vw;
        padding: 30px 40px;
        margin: auto;
    }
    .View_Profile_div{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .View_Profile_div1{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        height: 120%;
        padding: 1.5%;
    }
    .View_Profile_div2{
        background-color : #fff;
        border-radius: 3px;
        padding: 30px 40px;
    }
    .View_Profile_div2 form div{
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        margin-top: 15px;
        align-items: center;
    }
    .register_div2 img{
        width: 270px;
        height: 270px;
        position: relative;
        float: left;
    }
    .View_Profile_div2 input[type='text'],.View_Profile_div2 input[type='number'],.View_Profile_div2 input[type='email'],.View_Profile_div2 select,.View_Profile_div2 div div{
        border: 1px solid black;
        padding: 8px;
        border-radius: 3px;
        width: 70%;
        box-sizing: border-box;
    }
    .View_Profile_div2 .add_distributor{
        width: 100% !important;
    }

    .View_Profile_div2 button{
        padding: 7.5px 10px;
        background-color: green;
        border: green;
        font-size: 15px;
        color: white;
        cursor: pointer;
    }
    .api_div2 .response{
        width: 189px;
    }
    .register_div2 input[type=submit]{
        padding: 5px 10px;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        font-size: 15px;
    }


    /* all_transaction */
    .user_list{
        min-height: 80vh;
        max-height: auto;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
        margin: 1% 1% 4% 1%;
    }
    .user_list_hader{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        font-size: 17px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        padding: 1%;
    }
    .user_list form{
        font-size: 17px;
        padding: 5px;
    }
    .user_list form select{
        outline: none;
        cursor: pointer;
        font-size: 16px;
        padding: 6px;
        border-radius: 3px;
    }
    .user_list form input[type='text']{
        border: 1px solid;
        outline: none;
        width: 190px;
        font-size: 15px;
    }
    .user_list form input[type='submit']{
        padding: 7px;
        outline: none;
        font-size: 17px;
        cursor: pointer;
        background-color: #337ab7;
        border: #2e6da4;
        color: #fff;
        border-radius: 3px;
    }


    .user_list table{
        border-collapse: collapse;
        margin: auto;
        width: 100%;
        font-size: 15px;
        border: 1px solid black;
    }
    .user_list table tr{
        border-bottom: 1px solid black;
        line-height: 30px;
    }
    .user_list table td,.user_list table th{
        padding: 0px 8px 0px 8px;
    }
    .all_transaction table select{
        height: 30px;
        outline: none;
        font-size: 15px;
    }
    .fa-toggle-off{
        color: red;
        font-size: 35px;
    }
    .fa-toggle-on{
        color: green;
        font-size: 35px;
    }
    .user_button{
        padding: 7px;
        font-size: 15px;
        border: none;
        color: white;
        cursor: pointer;
        border-radius: 3px;
    }
    .all_transaction .search{
        border: 1px solid;
        padding: 7px;
        box-sizing: border-box;
        margin-bottom: 1%;
        display: flex;
        border-radius: 3px;

    }
    .search_button{
        padding: 4px 5px 4px 5px;
        font-size: 17px;
        cursor: pointer;
        color: white;
        background-color: #337ab7;
        border-color: #2e6da4;
        border-radius: 5px;
    }
    .all_transaction .search input[type='date']{
        height: 30px;
        width: 120px;
        font-size: 18px;
        cursor: pointer;
    }
    .all_transaction .search input[type='number']{
        width: 220px;
        font-size: 17px;
        cursor: pointer;
        outline: none;
        padding: 5px;
        
    }

/* api_switch */
.api_switch{
    min-height: 350px;
    max-height: 80vh;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
    margin: 1% 1% 4% 1%;
    overflow: auto;
}
.api_switch table div{
    border: 1px solid rgb(94, 255, 0);
}
.api_switch table{
    border-collapse: collapse;
    margin: auto;
    width: 1600px;
}
.api_switch table tr{
    border-bottom: 1px solid black;
    line-height: 45px;
}
.api_switch table td,.api_switch table th{
    padding: 0px 8px 0px 8px;
}
.api_switch table select{
    height: 30px;
    outline: none;
    font-size: 15px;
}
.api_switch select{
    width: 70px;
    cursor: pointer;
    border-radius: 2px;
}

/* ofline_add_mony style */
.ofline_add_mony{
    width: 50vw;
    padding: 30px 40px;
    margin: auto;
}
.ofline_add_mony_div1{
    padding: 5px 10px;
    background: linear-gradient(45deg, #47cebe, #ef4a82);
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 120%;
    padding: 1.5%;
}
.ofline_add_mony_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 30px 40px;
}
.ofline_add_mony_div2 form div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7px 0px 7px 0px;
}
.ofline_add_mony_div2 input[type='text'],.ofline_add_mony_div2 input[type='number'],.ofline_add_mony_div2 input[type='email']{
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 50%;
    box-sizing: border-box;
    outline: none;
}
.api_div2 .response{
    width: 189px;
}
.ofline_add_mony_div2 input[type=submit]{
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
}

/*api settings style */
.api{
    width: 65vw;
    padding: 30px 40px;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.api_div{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.api_div1{
    padding: 5px 10px;
    background: linear-gradient(45deg, #47cebe, #ef4a82);
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 120%;
    padding: 1.5%;
}
.api_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 10px 20px;
}
.api_div2 form{
    position: relative;
    float: right;
    width: 100%;
}
.api_div2 img{
    width: 270px;
    height: 270px;
    position: relative;
    float: left;
}
.api_div2 input[type='text'],.api_div2 input[type='number'],.api_div2 input[type='email'],.api_div2 select{
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}
.api_div select{
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: white;
}
.api_div select option{
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: white;
}
.api_div2 .response{
    width: 189px;
}
.api_div2 input[type=submit]{
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
}
.api_curd{
    outline: none;
    padding: 7px;
    margin: 0px 10px 200px 0px;
}

.api_curd button{
    font-weight: 400;
    padding: 7px;
    cursor: pointer;
    outline: none;
    border: none;
    color: white;
    font-size: 14px;
}

/*edit_operator_code style */
.edit_operator_code{
    width: 85vw;
    padding: 30px 40px;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.edit_operator_code_div{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.edit_operator_code_div1{
    padding: 5px 10px;
    background: linear-gradient(45deg, #47cebe, #ef4a82);
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 120%;
    padding: 1.5%;
}
.edit_operator_code_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 10px 20px;
}
.edit_operator_code_div2 table{
    border-collapse: collapse;
}
.edit_operator_code_div2 table th,.edit_operator_code_div2 table td{
    border: 1px solid;
}
.edit_operator_code_div2 input[type='text'],.edit_operator_code_div2 input[type='number'],.edit_operator_code_div2 input[type='email']{
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}
.api_div2 .response{
    width: 189px;
}
.edit_operator_code_div2 input[type=submit]{
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    background-color: #5bc0de;
    border-color: #46b8da;
    font-weight: 400;
    font-size: 18px;
    outline: none;
}

/*my_commission style */
.my_commission{
    width: 60vw;
    padding: 30px 40px;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.my_commission_div{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.my_commission_div1{
    padding: 5px 10px;
    background: linear-gradient(45deg, #47cebe, #ef4a82);
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 120%;
    padding: 1.5%;
}
.my_commission_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 10px 20px;
}
.my_commission_div2 table{
    border-collapse: collapse;
}
.my_commission_div2 table th,.my_commission_div2 table td{
    border: 1px solid;
}
.my_commission_div2 input[type='text'],.my_commission_div2 input[type='number'],.my_commission_div2 input[type='email']{
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}
.my_commission_div2 input[type=submit]{
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    background-color: #5bc0de;
    border-color: #46b8da;
    font-weight: 400;
    font-size: 18px;
    outline: none;
}

 /* Recharge Details style */
 .Recharge_Details{
    width: 55vw;
    padding: 20px 40px;
    margin: auto;
    margin-bottom: 40px;
}
.Recharge_Details_div1{
    padding: 5px 10px;
    background: linear-gradient(45deg, #47cebe, #ef4a82);
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 120%;
    padding: 1.5%;
}
.Recharge_Details_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 30px 40px;
}
.Recharge_Details_div2 form div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-top: 8px;
    align-items: center;
}
.Recharge_Details_div2 input[type='text'],.Recharge_Details_div2 input[type='number'],.Recharge_Details_div2 input[type='email']{
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 70%;
    box-sizing: border-box;
}
.Recharge_Details_div2 form div .fa-circle-down{
    color: red;
    font-size: 30px;
    cursor: pointer;
}

/* Change_Password style */
.Change_Password{
    width: 50vw;
    padding: 30px 40px;
    margin: auto;
}
.Change_Password_div1{
    padding: 5px 10px;
    background: linear-gradient(45deg, #47cebe, #ef4a82);
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 120%;
    padding: 1.5%;
}
.Change_Password_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 30px 40px;
}
.Change_Password_div2 form div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7px 0px 7px 0px;
}
.Change_Password_div2 input[type='text']{
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 50%;
    box-sizing: border-box;
    outline: none;
}
.Change_Password_otp_div{
    width: 50%;
    box-sizing: border-box;
}
.Change_Password_otp_div button{
    height: 32px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    width: 113px;
}
.Change_Password_div2 input[type='number']{
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 67%;
    box-sizing: border-box;
    outline: none;
}
.Change_Password_otp{
    width: 200px;
    padding: 0px;
    padding-right: 200px;
    position: relative;
    left: 60px;
    display: none;
}

.api_div2 .response{
    width: 189px;
}
.Change_Password_div2 .Change_Password_fild{
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    display: block;
    width: 130px;
    height: 28px;
}
.otp_loders1{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 13px;
    height: 13px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    color: black;
    margin-top: 7px;
    display: block;
    position: relative;
    top: -25px;
    left: 83px;
}
.otp_loders2{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 13px;
    height: 13px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    color: black;
    margin-top: 7px;
    display: block;
    position: relative;
    top: -25px;
    left: 100px;
}


/* rechent recharge */
.wallet_summary{
    width: 100%;
    display: flex;
    margin-bottom: 5%;
    justify-content: center;
    max-height: fit-content;
    min-height: 80vh;
}
.wallet_summary .fa-circle-plus{
    color: green;
    font-size: 15px;
    background-color: white;
    border: none;
}
.wallet_summary .fa-circle-minus{
    color: red;
    font-size: 15px;
    background-color: white;
    border: none;
}
.wallet_summary_transation{
    width: 93%;
    box-sizing: border-box;
    min-height: 80vh;
    max-height: fit-content;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
}
.wallet_summary_heading{
    color: #444;
    font-size: 15px;
    padding: 10px 0px 0px 10px;
}
.wallet_summary_transation_div{
    padding: 0px;
}
.wallet_summary_transation_table{
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
}
.wallet_summary_transation_table th{
    font-weight: 600;
    color: #333;
}
.wallet_summary_transation_table td{
    text-align: center;
    padding: 2px 5px;
}
.wallet_summary_transation_table tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/* electricity content start */
.electricity_pane{
    display: flex;
    padding: 50px;
    align-items: center;
}
.electricity{
    background-color: white;
    border-radius: 3px;
    height: 70vh;
    width: 90%;
}
.electricity h3{
    top: 2%;
    left: 2%;
    font-size: 16px;
    position: relative;
}
.electricity_number{
    box-sizing: border-box;
}

.electricity .bill_fatch_button{
    font-size: 15px;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    height: 30px;
    width: 170px;
    opacity: 1;
    margin-top: 0px !important;
    text-align: center;
}
.bill_fatch_button button{
    font-size: 15px;
    border: none;
    background-color: #01a9ac;
    color: white;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    height: auto;
    text-align: center;
    width: 100%;
    
}
.bill_fatch_button .loader{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite; /*Safari*/
    animation: spin 2s linear infinite;
    position: relative;
    left: -20px;
    top: 2px;
    display: none;
}
.recharge_number input[type=number]{
    padding: 5px 20px 5px 5px;
    width: 65%;
    margin: 20px 0px 10px 0px;
    outline: none;
}
.recharge_number div{
    margin: 20px 0px 10px 0px;
}
.recharge_number div input[type="button"]{
    font-size: 15px;
    border: none;
    background-color: #3b5998;
    color: white;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.loder{
    height: 50vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}
.loder img{
    height: 180px;
}
.walletpin{
    border: none;
    border-bottom: 1px solid black;
    width: 70px !important;
    text-align: center;
}


.price{
    padding: 7px 5px 7px 5px;
    border-radius: 0px;
    background-color: #01a9ac;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-right: 20px;
    border: none;
    width: 100%;
}
.electricity_pane form div{
    margin: 5px 0% 5px 0%;
}
.electricity_pane form div label{
    outline: none;
    width: 40%;
    padding: 5px;
    margin-left: 5%;
}
.electricity_pane form div input{
    outline: none;
    width: calc(100% - 60%);
    padding: 5px;
    margin-left: 5%;
}
.electricity_pane form div input[type='text']{
    border: 1px solid;
}
.electricity_pane form div select{
    outline: none;
    width: calc(100% - 60%);
    padding: 5px;
    margin-left: 5%;
}
.bill_fatch{
    display: flex;
    height: 30px;
}
.bill_amount{
    width: calc(100% - 60% - 170px) !important;
}
#electricity_pin{
    border: none;
    border-bottom: 1px solid;
}

/* pagination style */
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* payment Getway Order detiels */
#order_detils{
    display: flex;
    flex-direction: column;
}
#paytmWithPaytm{
    padding: 3px;
    cursor: pointer;
}
.order_detils1{
    display: flex;
    margin-top: 3px;
    justify-content: center;
}


    @media screen and (max-width: 500px) {
        /* 394 */
        ::-webkit-scrollbar{
            width: 0px;
        }
        ::-webkit-scrollbar-thumb{
        display: none;
        }
        .sidebar{
            position: fixed;
            width: 180px;
            left: -50%;
            z-index: 1;
        }
        .showsidebar{
            left: 0%;
        }
        .sidebar .fa-xmark{
            float: right;
            font-weight: bold;
            font-size: 20px;
            padding: 4px;
            margin-right: 2;
            display: block;
        }
        .busness_logo{
            height: 80px;
            width: 80px;
            margin: auto;
        }
        .busness_logo img{
            height: 80px;
            width: 80px;
        
        }
        .sidebar h3{
            font-size: 18px;
        }
        .sidebar ul ul{
            top: 110px;
            left: 180px;
            width: 170px;
        }
        #dropdown_report ul{
            top: 380px;
            left: 180px;
            width: 180px;
        }
        #dropdown_my_account ul{
            top: 380px;
            left: 180px;
            width: 180px;
        }
        #dropdown_customers ul{
            left: 180px;
        }
        #dropdown_developer_api ul{
            left: 180px;
        }
        .sidebar ul li i{
            color: white;
            font-size: 15px;
        }
        .main{
            width: 100vw;
            left: 0px;
            height: auto;
        }
        #name{
            display: none;
        }
        #menu .fa-bars, #menu{
            display: block;
            font-size: 23px;
            padding: 10px;
        }
        #wallet_profile p{
            margin: auto;
            font-size: 16px;
            width: fit-content;
            display: flex;
            flex-direction: column;
            margin-top: 7px;
        }
        #wallet_profile img{
            margin: auto;
            cursor: pointer;
            width: 20px;
            margin-top:  3px;
        }

        #wallet_profile .fa-solid{
            font-size: 23px;
        }
        .content{
            grid-template-rows: auto;
            grid-column-gap: none;
            grid-row-gap: 10px;
            grid-template-columns: 100%;
            font-size: 12px;
        }
        #notic{
            width: 100%;
        }
        /* .Recent_Recharges-table_parent,.Recent_Complain-table_parent{
            overflow-x: auto;
        }
        .Recent_Recharges-table_parent th, .Recent_Complain-table_parent th{
            padding: 0px 10px 0px 10px;
        }
        .Recent_Recharges-table_parent td,.Recent_Complain-table_parent td{
            padding: 0px 10px 0px 10px;
        } */
        footer{
            padding-top: 0px;
            position: absolute;
            bottom: 0px;
            left: 0px;
        }
        .services{
            width: auto;
            display: grid;
            grid-column-gap: 40px;
            grid-row-gap: 30px;
            padding: 0px 30px;
            grid-template-columns: repeat(3, 1fr);
            text-align: center;
        }
        .status_bar{
            display: none;
        }
        .services_list{
            width: 75px;
            height: 75px;
        }
        .services_list :hover img {
            width: 50px;
            height: 50px;
        }
        .services a{
            text-decoration: none;
            color: white;
            font-size: 10px;
        }
        .services_list img{
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        /* login style start */
        #danger{
            display: none !important;
            height: 100px;
        }
        .login{
            width: 320px;
            padding: 2rem 1rem;
            margin: 40px auto;
            background: linear-gradient(45deg, #47cebe,#ef4a82);
            box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
            border-radius: 10px;
            text-align: center;
        }
        .login h2{
            display: none;
        }
        #number{
            display: flex;
            flex-direction: column;
            height: 50px;
            margin-bottom: 25px;
            align-items: flex-start;
        }
        #password{
            display: flex;
            flex-direction: column;
            height: 50px;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        .login .fa-user{
            display: initial;
            padding: 7px 5px 7px 5px;
            margin: 0px;
            position: relative;
            right: 0px;
            top: -40px;
            cursor: pointer;
            border-right: 1px solid rgb(100, 97, 97);
            padding: 7px 5px 7px 5px;
        }
        .login .fa-mobile-screen-button,.login .fa-envelope,.login .fa-id-card,.login .fa-shop,.login .fa-address-book{
            display: initial;
            padding: 7px 5px 7px 5px;
            margin: 0px;
            position: relative;
            right: 0px;
            top: -40px;
            cursor: pointer;
            border-right: 1px solid rgb(100, 97, 97);
            padding: 7px 5px 7px 5px;
        }
        .login .fa-lock{
            display: initial;
            padding: 7px 5px 7px 5px;
            margin: 0px;
            position: relative;
            right: 0px;
            top: -40px;
            cursor: pointer;
            border-right: 1px solid rgb(100, 97, 97);
            padding: 7px 5px 7px 5px;
        }
        .login .material-symbols-outlined{
            margin: 0px;
            position: relative;
            left: 255px;
            top: -65px;
            cursor: pointer;
        }
        #number input[type=number],#password input[type=password]{
            width: 100%;
            outline: none;
            border: 1px solid black;
            padding: 22px 0px 22px 30px;
            border-radius: 5px;
            font-size: 1rem;
            margin: auto;
        } 
        .login_button button{
            border-radius: 5px;
            margin-bottom: 1px;
        }
        .login_button .login_loader{
            top: -40px;
            left: 195px;
        }
    /* recharge content start */
    .recharge_content{
        display: grid;
        grid-row-gap: 20px;
        padding: 30px 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    #mobile_plan_info{
        margin-bottom: 10%;
    }
    .dth_info_crose i{
        display: block;
    }
    .dth_info_crose{
        display: flex;
        justify-content: space-between;
        margin: 0px 5% 0px 5%;
    }
    .recharge_number{
        box-sizing: border-box;
    }
    .recharge_number label,.recharge_number h3,.recharge_number input[type=password]{
        margin-left: 15px;
    }
    .recharge_number input[type=password]{
        width: 60%;
        margin: 20px 0px 10px 0px;
    }
    .recharge_number .button{
        margin-left: -10px;
    }
    .button #button{
        font-size: 13px;
    }
    .recharge_number div select{
        width: 35%;
    }
    .walletpin{
        border: none;
        border-bottom: 1px solid black;
        width: 55px !important;
        text-align: center;
    }
    .recharge_list1 li{
        list-style: none;
        float: left;
        font-size: 14px;
        padding: 2px;
        margin: 5px 0px 5px 15px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .recharge_list1 ul{
        float: right;
    }
    .recharge_list2{
        padding: 12px;
        height: 48vh;
        width: 100%;
        overflow: auto;
        box-sizing: border-box;
    }
    .recharge_list2::-webkit-scrollbar{
        width: 10px;
    }
    .recharge_list2::-webkit-scrollbar-thumb{
        width: 10px;
        height: auto;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 10px;
    }
    .recharge_list2 table{
        border-collapse: collapse;
        border: 1px solid black;
        font-size: 17px;
        font-size: 14px;
    }
    .recharge_list2 table td{
        padding: 5px 3px 5px 3px;
    }
    .price{
        font-size: 13px;
    }

    /* .td1{
        width: 25px;
    } */
    #dth_info{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        border: 1px solid rgb(135, 125, 125);
        height: auto;
        padding: 10px 0px 10px 0px;
        display: none;
    }
    .dth_info_child{
        font-size: 17px;
    }
    /* otp */
    .otp{
        width: 300px;
    }
    /* add mony  */
    .add_mony_child{
        width: 100%;
    }
    .add_mony_child1{
        padding: 7px 7px 7px 2%;
        background: linear-gradient(45deg, #47cebe,#ef4a82);
        box-shadow: 0 4px 8px 0 rgb(0, 0,0,0);
        border-radius: 10px 10px 0px 0px;
    }
    .add_mony_child2 input[type=number],input[type=text]{
        width: 90%;
    }
    .radio-image{
        left: -35px;
        width: 95px;
        height: 30px;
      }
      .radio3{
        top: -40px;
        left: 200px !important;
        width: 95px;
        height: 30px;
      }
    /* rechent recharge */
    .table{
        width: 100%;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: self-start;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .recent_transation,.recent_Topup{
        padding: 10px 10px 5px 10px;
        overflow: auto;
    }
    .recent_transation_div{
        overflow: auto;
        box-sizing: border-box;
    }
    .recent_wallet_topup_div{
        overflow: auto;
        box-sizing: border-box;
    }
    .recent_wallet_topup_div table{
        width: 490px;
    }
    .recent_Topup{
        margin: 0px 0px 40px 0px;
    }
    .recent_transation_table{
        width: 670px;
    }
    .tr{
        font-size: 13px;
    }

    /* all_transaction */
    .all_transaction{
        min-height: 350px;
        max-height: auto;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
        margin: 4% 4% 15% 4%;
        font-size: 13px;
    }
    .all_transaction .table_div{
        overflow: auto;
        width: 100%;
        padding: 0px;
        height: 50vh;
    }
    .all_transaction table{
        border-collapse: collapse;
        width: 1300px;
    }
    .all_transaction table tr{
        border-bottom: 1px solid black;
        line-height: 35px;
    }
    .all_transaction table select{
        height: 30px;
        outline: none;
        font-size: 13px;
    }


    .all_transaction .search{
        border: 1px solid;
        padding: 7px;
        margin-bottom: 1%;
        display: flex;
        flex-direction: column;
    }
    .all_transaction .search div{
        width: 100% !important;
    }
    .search_button{
        padding: 3px 4px 3px 4px;
        font-size: 13px;
        cursor: pointer;
        color: white;
        background-color: #337ab7;
        border-color: #2e6da4;
        border-radius: 1px;
    }
    .all_transaction .search input[type='date']{
        height: 15px;
        width: 80px;
        font-size: 13px;
        cursor: pointer;
    }
    .all_transaction .search input[type='number']{
        width: 220px;
        font-size: 13px;
        cursor: pointer;
        outline: none;
        padding: 3px;
        margin-top: 3px;
        
    }

    /* Pending_transaction */
    .Pending_transaction{
        min-height: 350px;
        max-height: auto;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
        margin: 4% 4% 4% 4%;
        font-size: 13px;
    }  
    .Pending_transaction_table{
        border: 1px solid;
    }
    .Pending_transaction_table table{
        width: 1080px;
    }
    .Pending_transaction table tr{
    border-bottom: 1px solid black;
    line-height: 35px;
    }
    .Pending_transaction table select{
    height: 30px;
    outline: none;
    font-size: 13px;
    }

    /* api style */
    .api{
        width: auto;
        padding: 30px 40px;
    }
    .api_div{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .api_div1{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        height: 120%;
        padding: 1.5%;
    }
    .api_div2{
        background-color : #fff;
        border-radius: 3px;
        padding: 20px 21px;
    }
    .api_div2 input{
        margin-bottom: 15px;
        margin-top: 15px;
        border: 1px solid black;
    }
    .api_div2 #input{
        width: 240px;
    }
    .api_div2 select{
        width: 260px;
        height: 35px;
    }
    .api_div2 h2{
        font-size: 21px;
    }
    .api_div2 .response{
        width: 240px;
    }
    .api_div2 input[type=submit]{
        padding: 5px 10px;
        text-decoration: none;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        font-size: 15px;
    }
    /* all_transaction */
    .user_list{
        min-height: auto;
        max-height: 80vh;
        background-color: #fff;
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
        margin: 1.5% 1.5% 4% 1.5%;
        overflow: auto;
    }
    .user_list_hader{
        font-size: 15px;
        padding: 2%;
    }
    .user_list form{
        font-size: 15px;
        padding: 5px;
    }
    .user_list form select{
        width: 100%;
        font-size: 15px;
        margin: 4px 0px 4px 0px;
    }
    .user_list form input[type='text']{
        width: 95%;
        margin: 4px 0px 4px 0px;
        font-size: 14px;
    }
    .user_list form input[type='submit']{
        padding: 5px;
        width: 110px;
        margin: 3px 0px 3px 0px;
    }
    .user_list .user_list_details{
        overflow: auto;
    }
    .user_list_details table{
        width: 1100px;
        font-size: 14px;
    }
    .user_list table td,.user_list table th{
        padding: 0px 0px 0px 0px;
    }
    /* txn Response page style */
    .Thank_you_body{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        height: 100vh;
    }
    .Thank_you{
        border-radius: 5px;
        background-color: white;
        height: 400px;
        width: 400px;
        text-align: center;
        padding: 30px;
        box-sizing: border-box;
    }
    .Thank_you p{
        font-size: 18px;
    }
    .Thank_you_logo{
        height: 120px;
        width: 120px;
        border-radius: 50%;
        margin: auto;
        margin-top: -90px;
    }
    .Thank_you_logo img{
        height: 120px;
        width: 120px;
        border-radius: 50%;
    }
    .payment_id{
        text-align: start;
    }
    .Thank_you button{
        background-color: rgb(47, 255, 82);
        color: white;
        padding: 10px;
        border-radius: 5px;
        border: none;
        font-size: 18px;
        width: 80%;
        cursor: pointer;
        font-weight: bold;
    }
    /* alert */
    .alert-warning1{
        background-color: #fff3cd;
        border: 1px solid #ffe69c;
        color: #664d03;
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 3px;
    }

    /* api_switch */
    .api_switch{
        min-height: 350px;
        max-height: fit-content;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgb(0,0,0,0.2);
        margin: 4% 4% 14% 4%;
        font-size: 13px;
    }  
    .api_switch div{
        height: auto;
        overflow: auto;
    }
    .api_switch div div{
        width: 670px;
    }
    .user_tr_table{
        padding: 2px;
    }

    .api_switch table{
    border-collapse: collapse;
    }
    .api_switch table tr{
    border-bottom: 1px solid black;
    line-height: 35px;
    }
    /* register style */
    .register{
        width: 90vw;
        padding: 0px;
        margin: 15px auto 55px auto;
    }
    .register_div{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .register_div1{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        height: 120%;
        padding: 1.5%;
    }
    .register_div2{
        background-color : #fff;
        border-radius: 3px;
        padding: 30px 40px;
    }
    .register_div2 form{
        position: none;
        float: none;
        width: 100%;
    }
    .register_div2 img{
        display: none;
    }

    /*View Profile style */
    .View_Profile{
        width: 90vw;
        padding: 0px;
        margin: 15px auto 55px auto;
    }
    .View_Profile_div{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .View_Profile_div1{
        padding: 5px 10px;
        background: linear-gradient(45deg, #47cebe, #ef4a82);
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        width: auto;
        height: 120%;
        padding: 1.5%;
    }
    .View_Profile_div2{
        background-color : #fff;
        border-radius: 3px;
        padding: 0px 5px;
    }
    .View_Profile_div2 form{
        position: none;
        float: none;
        width: 100%;
        margin: 0px;
    }
    .View_Profile_div2 input[type='text'],.View_Profile_div2 input[type='number'],.View_Profile_div2 div div{
        width: 60%;
    }


    /* ofline_add_mony style */
.ofline_add_mony{
    width: 90vw;
    padding: 0px;
    margin: 20px auto 0px auto;
    font-size: 13px;
}
.ofline_add_mony_div2{
    padding: 15px 25px;
}
/*edit_operator_code style */
.edit_operator_code{
    width: 100vw;
    padding: 10px 10px;
}
.edit_operator_code_div2{
    overflow: auto;
}
.edit_operator_code_div2 table{
    width: 1000px;
}
.edit_operator_code_div2 table th,.edit_operator_code_div2 table td{
    border: 1px solid;
}
.edit_operator_code_div2 input[type='text'],.edit_operator_code_div2 input[type='number'],.edit_operator_code_div2 input[type='email']{
    padding: 5px;
}
.edit_operator_code_div2 input[type=submit]{
    font-size: 14px;
}

/*my_commission style */
.my_commission{
    width: 95vw;
    padding: 10px 5px;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.my_commission_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 10px 20px;
    overflow: auto;
}
.my_commission_div2 table{
    border-collapse: collapse;
    width: 550px;
}
.my_commission_div2 input[type='text']{
    padding: 5px;
}
 /* Recharge Details style */
 .Recharge_Details{
    width: 94vw;
    padding: 20px 15px;
    margin: none;
    margin-bottom: 40px;
    font-size: 15px;
}
.Recharge_Details_div1{
    padding: 5px 10px;
    background: linear-gradient(45deg, #47cebe, #ef4a82);
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 120%;
    padding: 1.5%;
}
.Recharge_Details_div2{
    background-color : #fff;
    border-radius: 3px;
    padding: 10px 5px;
}
.Recharge_Details_div2 form div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-top: 8px;
    align-items: center;
}
.Recharge_Details_div2 input[type='text'],.Recharge_Details_div2 input[type='number'],.Recharge_Details_div2 input[type='email']{
    border: 1px solid black;
    padding: 8px;
    border-radius: 3px;
    width: 65%;
    box-sizing: border-box;
}

/* Change_Password style */
.Change_Password{
    width: 90vw;
    padding: 40px 0px 0px 0px;
    margin: auto;
}
.Change_Password_div1{
    padding: 5px 10px;
    font-size: 15px;
}
.Change_Password_div2{
    padding: 10px 20px;
    font-size: 14px;
}
.Change_Password_div2 input[type='text']{
    padding: 3px;
    width: 60%;
}
.Change_Password_otp_div{
    width: 60%;
    box-sizing: border-box;
}
.Change_Password_otp_div button{
    height: 23px;
    padding: 0px 7px 0px 3px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    width: 163px;
}
.Change_Password_div2 input[type='number']{
    padding: 3px;
    width: 70%;
}
.Change_Password_div2 .Change_Password_fild{
    padding: 3px 10px 3px 0px;
}
.otp_loders1{
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    width: 7px;
    height: 7px;
    top: -20px;
    left: 81px;
}
.otp_loders2{
    top: -25px;
    left: 105px;
}

/* rechent recharge */
.wallet_summary{
    margin-bottom: 16%;
}
.wallet_summary .fa-circle-plus{
    font-size: 14px;
}
.wallet_summary .fa-circle-minus{
    font-size: 14px;
}
.wallet_summary_transation{
    max-height: fit-content;
}
.wallet_summary_heading{
    color: #444;
    font-size: 15px;
    padding: 10px 0px 0px 10px;
}
.wallet_summary_transation_div{
    overflow-x: auto;
    padding: 0px;
    font-size: 14px;
}
.wallet_summary_transation_table{
    padding: 0px;
    width: 900px;
}
.wallet_summary_transation_table td{
    padding: 0px 5px;
}

/* electricity content start */
.electricity_pane{
    display: flex;
    padding: 30px 0px;
    align-items: center;
    justify-content: center;
    width: 100vw;
}
.electricity{
    background-color: white;
    border-radius: 3px;
    height: 70vh;
    width: 90%;
}
.electricity input{
    width: 90%;
}
.electricity h3{
    top: 2%;
    left: 2%;
    font-size: 15px;
    position: relative;
}
.electricity_number{
    box-sizing: border-box;
}

.electricity .bill_fatch_button{
    font-size: 15px;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    height: 30px;
    width: 130px;
    opacity: 1;
    margin-top: 0px !important;
    text-align: center;
}
.bill_fatch_button button{
    font-size: 13px;
    border: none;
    background-color: #01a9ac;
    color: white;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    height: auto;
    text-align: center;
    
}
.bill_fatch_button .loader{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite; /*Safari*/
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.recharge_number input[type=number]{
    padding: 5px 20px 5px 5px;
    width: 65%;
    margin: 20px 0px 10px 0px;
    outline: none;
}
.recharge_number div{
    margin: 20px 0px 10px 0px;
}
.recharge_number div input[type="button"]{
    font-size: 12px;
    border: none;
    background-color: #1f57d0;
    color: white;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}
.loder{
    height: 50vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}
.loder img{
    height: 180px;
}
.walletpin{
    border: none;
    border-bottom: 1px solid black;
    width: 70px !important;
    text-align: center;
}


.price{
    padding: 7px 5px 7px 5px;
    border-radius: 0px;
    background-color: #01a9ac;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-right: 20px;
    border: none;
    width: 100%;
}
.electricity_pane form div{
    margin: 5px 0% 5px 0%;
}
.electricity_pane form div label{
    outline: none;
    width: 40%;
    padding: 5px;
    margin-left: 5%;
}
.electricity_pane form div input{
    outline: none;
    width: calc(100% - 15%);
    padding: 5px;
    margin-left: 5%;
}
.electricity_pane form div input[type='text']{
    border: 1px solid;
}
.electricity_pane form div select{
    outline: none;
    width: calc(100% - 15%);
    padding: 5px;
    margin-left: 5%;
}
.bill_fatch{
    display: flex;
    height: 30px;
}
.bill_amount{
    width: calc(100% - 15% - 130px) !important;
}
#electricity_pin{
    border: none;
    border-bottom: 1px solid;
}

/* payment Getway Order detiels */
#order_detils{
    display: flex;
    flex-direction: column;
}
#paytmWithPaytm{
    padding: 3px;
}
.order_detils1{
    display: flex;
    margin-top: 3px;
    justify-content: center;
}

    }
.w-5{
    display: none;
}