*,*::after,*::before{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
}

.containers{
    display:flex;
    flex-direction: column;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
p.success,
p.error{
    margin-bottom:20px;
    width:100%;
    background: rgba(131, 214, 131, 0.322);
    color:rgb(23, 182, 23);
    font-size: 16px;
}
p.error{
    background: rgba(216, 103, 103, 0.678);
   color: rgb(255, 0, 23)
}
.containers .top{
    width:100%;
    height:200px;
    background: url('/images/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.containers .top .hamburger{
    width:40px;
    height:40px;
    border-radius: 50%;
    background: transparent;
    transition: all .5s;
    display:flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.containers .top .hamburger:hover{
    /* background-color: #eaecf4; */
    background-color: #dddfeb;
}

.containers .top .hamburger i{
    color:#fff;
    font-size: 18px;
}
.containers .top .hamburger:hover i{
    color:blue;
}
.containers .top h2{
    color:#fff;
    position:absolute;
    left:20px;
    bottom:20px;
    font-size:18px;
}
.containers .bottom{
    display:flex;

}
.containers .bottom .left{
   width:300px;
    border:2px solid yellow;
    min-height:calc(100vh - 200px);
    position: relative;
}
.containers .bottom .left .others{
    padding:0 10px;
    margin-bottom:100px;

}
.containers .bottom .left .others .logout{
    position:absolute;
    bottom:10px;
    font-size: 20px;
    text-align: center;
    width: max-content;
    /* left:50%;
    transform:translateX(-50%); */
    cursor: pointer;
    /* background: grey; */
    padding:0 10px;
}
.containers .bottom .left .others .logout a{
    color:#000;
}
.containers .bottom .left .title{
    padding:10px 20px;
    background: orange;
    text-align: center;
    margin-bottom:30px;
    font-size:16px;
    
}
.containers .bottom .left ul{
    margin-bottom:40px;
}
/* .containers .bottom .left ul li{
} */
.containers .bottom .left ul li a{
    font-size:16px;
    padding:1rem 15px;
    width:100%;
    display: inline-block;
    background-color: #dddfeb;
    margin-bottom:5px;
}
.containers .bottom .left ul li a.active{
    background: yellow;
}
.containers .bottom .right{
    width:calc(100% - 300px);
    padding:20px 30px;
} 

.containers .bottom .right h1{
    margin-bottom:10px;
}
.containers .bottom .right ul.members,
.containers .bottom .right ul.investment_package{
display:flex;
align-items: center;
gap:10px;
}
.containers .bottom .right ul.members strong,
.containers .bottom .right ul.investment_package strong{
font-size: 16px;
}
.containers .bottom .right ul.members,
.containers .bottom .right ul.investment_package{
display:flex;
}
.containers .bottom .right ul.members li,
.containers .bottom .right ul.investment_package li{
    font-size:14px;
}
.containers .bottom .right ul.investment_package{
    margin-bottom: 20px;
}
.containers .bottom .right ul.members.second{
    margin-bottom: 60px;
}
.containers .bottom .right  .system_earning{
    display:flex;
    align-items: center;
    gap:20px;
}
.containers .bottom .right  .system_earning:not(:last-of-type){
    margin-bottom:10px;
}
.containers .bottom .right  .system_earning strong{
    font-size: 16px;
}
.containers .bottom .right  .system_earning p{
    font-size:14px;
}
.total_pending_withdrawal{
    margin-top:30px;
}
.key_note{
    background: rgba(255, 255, 0, 0.16);
    max-width:600px;
    width:100%;
    padding:40px 20px;
    margin-top:100px;

}
.key_note p,
.key_note ul li{
    font-size:15px;
    color:grey;

}
.key_note ul{
    margin-top:10px;
}
.key_note p:first-of-type{
    color:black;
}
.key_note ul li:not(:last-of-type){
    margin-bottom:10px;
}
.key_note ul li strong{
    color:#000;
}
/*----- members----*/
.containers .bottom .right .members{
margin-top:20px;
}
.modal-body .card{
    padding:10px;
    }
    .modal-body .card .question{
        margin-bottom:10px;
        max-width:300px;
        color:#000;
        font-weight: bold;
        font-size:16px;
    }
    .modal-body .card .response{
        display:flex;
        gap:20px;
        justify-content: flex-end;
    }
    .modal-body .card .response button:first-of-type{
    border:none;
    background:transparent;
    color:blue;
    font-size:16px;
    }
    .modal-body .card .response a{
        background:blue;
        color:#fff;
        border:none;
        border-radius: 10px;
        padding:8px 20px;
        font-size:16px;
        text-decoration: none;
    }
/*-----end  members----- */
/* ----- begining of modal decoration----- */
.modal .modal-content h5{
    font-size:18px;
}
.modal .modal-content .modal-body .form-group input,
.modal .modal-content .modal-body .form-group select,
.modal .modal-content .modal-body  button
{
   height:40px;
   margin-bottom:10px;
}
.modal .modal-content .modal-body  .form-group label
{
 font-size:14px;
}
/* ----- Ending of modal decoration----- */
/* ---setting--- */
.setting_password{
    display:flex;
    justify-content: center;
    width:100%;
    margin-top:40px;
}
.form_wrapper_x{
    max-width:550px;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_wrapper_x h2{
    font-size:30px;
    font-weight: bold;
    align-self: flex-start;
    color:#000;
}
.form_wrapper_x p{
    align-self: flex-start;
    font-size: 16px;
    font-weight: 200;
    margin-top: 5px;
    color:rgba(0,0,0,.6);
}
.form_wrapper_x form{
    align-self: flex-start;
    width:100%;
}
.form_wrapper_x form .input_label{
    display: flex;
    flex-direction: column;
    width:100%;
    margin-bottom:1rem;
}
.form_wrapper_x form .input_label label{
    margin-bottom:10px;
    font-size: 15px;
}
.form_wrapper_x form .input_label input,
.form_wrapper_x form  button
{
    width:100%;
    height:40px;
    border:1px solid #0071c2;
    padding:10px;
}
.form_wrapper_x form  button{
    background: #0071c2;
    border:none;
    color:#fff;
    padding:10px 15px;
    font-size: 14px;
}
/* ---ending of setting--- */
/* ....customed button---- */
button.suspended-btn{
    width:120px;
    height:40px;
    border-radius: 20px;
    position:relative;
    background: red;
    cursor: pointer;
    /* box-shadow: inset 0 0 5px rgba(0,0, 0, .5); */
    display: inline-block;
    border:none;
}
button.suspended-btn::after{
    content:"";
    width:40px;
    height:40px;
    position: absolute;
    top:0;
    left:-5px;
    border-radius: 50%;
    background:#fff;
    transition: 0.5s;
    box-shadow: inset 0 0 5px rgba(0,0, 0, .2);
}
button.suspended-btn.revoke{
    background: #00ed64;
}
button.suspended-btn.revoke::after{
left:calc(100% - 40px);

}
/* Beginning of newsletter */
.newsletter{
    max-width:550px;
    width:100%;
    margin:0 auto;
    border:1px solid #f2f2f2f2;
    padding:30px;
}
.newsletter h2{
    text-align: center;
}
.newsletter form .input_label{
    display: flex;
    flex-direction: column;
    margin-bottom:5px;
}
.newsletter form .input_label input,
.newsletter form .input_label select{
    height:50px;
    padding:10px;
}
.newsletter form .input_label textarea{
    padding:10px;
}
.newsletter form button{
    width:100%;
    height: 40px;
    background:red;
    border:1px solid red;
    color:#fff;
    margin-top:10px;
}

/* Ending of newsletter */
/* -----add new wallet field---- */
.wallet_container{
   /* padding:2rem;  */
   background-color: #efeff7;
   padding:22px;
   min-height: 100%;
}
.wallet_container .wallet_wrapper{
    width:100%;
    background-color: #fff;
    border:1px solid rgba(128, 128, 128, 0.523)
}
.wallet_container .wallet_wrapper .heading_wallets > a{
background-color: blue;
color:#fff;
border:none;
padding:5px;
text-decoration: none;
}
.wallet_container .wallet_wrapper .heading_wallets{
    border-bottom:1px solid #eee;
    padding:10px;
    display:flex;
    justify-content: space-between;
}
.wallet_container .wallet_wrapper h1{
    color:#000;
    font-size: 16px;
    font-weight: 900;
}
.wallet_container .wallet_wrapper .form_wrapper{
padding:20px 30px;
display:flex;
flex-direction: column;
}
.wallet_container .wallet_wrapper .form_wrapper form{
    border:1px solid blue;
    padding:16px;
}
.wallet_container .wallet_wrapper .form_wrapper form .real_wrapper:not(:last-child){
    margin-bottom:40px;
}
.wallet_container .wallet_wrapper .form_wrapper form .input_field_wrapper{
    display: flex;
    align-items: center;
    gap:30px;
}
.wallet_container .wallet_wrapper .form_wrapper form .input_field_wrapper .input_field{
    flex:1;
}
.wallet_container .wallet_wrapper .form_wrapper form .input_field_wrapper .input_field input{
    width:100%;
    height:50px;
    padding:10px;
    box-sizing: border-box;
}
.wallet_container .wallet_wrapper .form_wrapper form ~ .add{
    background:blue;
    padding:10px;
    color:#fff;
    align-self: flex-end;
    display:inline-block;
    margin-top:20px;
    cursor:pointer;
}
.qr_code{
    border:1px dashed grey;
    width:100%;
    height:50px;
    margin-top:15px;
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.qr_code input[type=file]{
    /* display:none; */
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
}
.wallet_container .wallet_wrapper .form_wrapper form button{
    background-color: blue;
    padding:10px 20px;
    color:#fff;
    font-size:14px;
    border:none;


}

/* -----end new wallet field---- */

@media screen and (max-width:878px) {
    .containers .bottom .left{
        flex:0 1 250px;
    }
    .containers .bottom .right{
        flex:1;
    }
}
@media screen and (max-width:696px) {
    .containers .bottom .left{
        left:-400px;
        position:absolute;
        transition: left .5s;
    }
    .containers .bottom .right{
        padding:20px;
        position:absolute;
        width:100%;
        left:0;
    } 
    .key_note{
        max-width:100%;
    }
    .containers .top{
        height:100px;
    }
    .containers .top h2{
        color:#fff;
        position:relative;
        left:auto;
        bottom:auto;
    }
    .containers .top .hamburger{
        display:flex;
    }
    .containers .top .ham_home{
        position:absolute;
        bottom: 0rem;
        display: flex;
        align-items: center;
        width:100%;
        justify-content: space-between;
        padding:10px;
    }
    .containers .top.active ~ .bottom .left{
            min-height:100%;
            left:0;
            background: #fff;
            z-index: 99999;
       
    }
}
@media screen and (max-width:524px) {
    .containers .bottom .right ul.members,
    .containers .bottom .right ul.investment_package{
    display:flex;
    align-items: flex-start;
    flex-direction: column;
    gap:10px;
    }
}


/* modal added amd its css properties */

.input__form{
    display:flex;
    flex-direction: column;
    width:100%;
}
.input__form label{
    margin-bottom:5px;
}
.input__form input,
.input__form select
{
    border-radius: 8px;
border: 1px solid var(--gray-300, #D0D5DD);
background: var(--base-white, #FFF);
width:100%;
height:40px;
padding:10px;

/* Shadow/xs */
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


.grey__color{
    color: var(--gray-500, #667085);

/* Text sm/Normal */
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.input__form:not(:last-of-type){
    margin-bottom:12px;

}
.input__form small{
    color: var(--primary-700, #3B7C0F);

    /* Text sm/Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */ 
}
small.note{
    color:red;
}
.new-modal-footer{
    display: flex;
    justify-content: space-between;
}