.sidebar {
    height: 100%;
    position: fixed;
    max-width: 300px;
    width: 40vw;
    background-color: #181818;
    /* background-color: #40196C; */
    padding: 55px 0 30px 20px;
    color: white;
    text-align: center;
}
.navbar{
    display: none;
}
.sidebar .sidelink {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 0;
    color: white;
    border-radius: 10px;
    font-weight: 600;
}
.side-ico {
    height: 20px;
    width: 20px;
}
.sidebar .sidelink.active {
    background-color: white;
    color: #40196C;
}
#dashboard{
    min-height: 100vh;
    background: linear-gradient(0deg, #464255 60%, #262628 75%, #181818 90%);
    color: white;
}
.mm-container{
    margin-left: 300px;
}
.walletbalance {
    color: white;
    background-color: #0052ff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.containers {
    padding: 60px 0;
}
.walletbalance .right img {
    height: 25px;
    width: 25px;
}
.dps{
    background-color: #0052ff;
    border: 3px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    color: white;
    padding: 10px;
    margin-right: 7px;
}
.wtd{   
    border: none;
    border-radius: 10px;
    color: #0052ff;
    background-color: white;
    padding: 10px;
}
#dashboard .profile-item{
    background-color: #625E6E;
    margin: 12px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 10px 14px 25px #40196C;
}
.tiny-logo {
    height: 20px;
    width: 20px;
}
.user {
    background: #40196C;
    border-radius: 10px;
    display: inline-block;
    color: white;
    padding: 20px 30px;
    margin-bottom: 25px;
}
#bito, #crto, #fundeth, #fundusdt{
    display: none;
}
.tiny-logo-2{
    height: 40px;
    width: 40px;
}
.yeah{
    background-color: rgb(172, 151, 102);
    color: white;
}
.cancel, .fa-user-edit {
    float: right;
}
.cancel:hover, .fa-user-edit:hover {
    cursor: pointer;
}

.okwe{
    border: none;
    background: transparent;
    color: inherit;
    font-size: 25px;
}
.xle{
    width: 270px;
    display: inline-block;
}
.typetxn{
    text-transform: capitalize;
}

/* laptop view  */
@media(min-width: 920px){

}


/* mobile view  */
@media(max-width: 470px){
    .sidebar{
        display: none;
    }
    .navbar{
        display: flex;
        position: relative;
    }
    .mm-container{
        margin-left: 0px;
    }
    .containers{
        padding-top: 0;
    }
    .typetxn{
        font-size: 19px;
    }
}