body{
    margin: 0;
    padding: 0;
    font-family: Arial;
    background-color: #f5f5f5;
    /* overflow-x: hidden; */
}

.accounts a{
    text-decoration: none;
    background: green;
}

.user-navbar{
    height: 60px;
    width: 99.9%;
    position: relative;
}

.side-nav{
    height: 100%;
    width: 230px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: white;
    padding-top: 20px;
    transition: 550ms;
    cursor: pointer;
}

.side-nav a{
    margin: 15px 0;
    /* padding: 6px 8px 6px 16px; */
    padding: 10px;
    text-decoration: none;
    color: #818181;
    display: block;
}

.side-nav a:hover{
    background: linear-gradient(to right, #1ecad3, #01d699);
    color: #616161;
}

.dashboard-content{
    margin-left: 250px;
    padding: 0px 10px;
    padding: 15px;
    border-radius: 10px;
    width: 80%;
    margin-top: 10px;
}

@media screen and (min-width: 1000px){
    .small-screen-close-button{
        display: none;
    }
    .user-brand{
        display: none;
    }
    .bottom-navbar{
        display: none !important;
    }
}

@media screen and (max-width: 1000px){
    .dashboard-content{
        margin: 10px auto;
        width: 90%;
    }
    .hide{
        position: absolute;
        left: -300px;
    }
    .hide-side-nav{
        position: absolute;
        left: -300px;
    }
    .user-navbar{
        background: white;
    }

    .crypto-account{
        margin-top: 10px;
    }
    .welcome-message{
        display: none;
    }
    
}

/* .user-nav-flex{
    display: flex;
    justify-content: space-between;
} */

@media screen and (min-width: 1200px){
    .small-screen-txn{
        display: none;
    }
}

@media screen and (max-width: 1200px){
    .big-screen-txn{
        display: none;
    }
    /*SMALL SCREEN TRANSACTION*/
    .txn-symbol{
        flex-basis: 90px;
        align-self: center;
    }
    
    .txn-date{
        flex-basis: 20px;
        align-self: center;
    }
    
    .txn-summary{
        align-self: center;
        flex-basis: 50px;
        height: 70px;
    }
    
    .txn-amount{
        height: 70px;
        align-self: center;
    }
}

.user-brand{
    border: thin solid #f5f5f5;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.user-brand button{
width: 40px;
height: 40px;
background: white;
border: none;
}

.user-options{
    margin-top: 14px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 29px;
}

.small-screen-close-button{
    float: right;
    margin-top: -20px;
    
}

.small-screen-close-button button{
    height: 30px;
    width: 30px;
    background: white;
    border: none;
}

.bottom-navbar{
    height: 60px;
    width: 99.9%;
    background: white;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
}

.bottom-navbar-items{
    height: 40px;
    width: 40px;
    align-self: center;
    text-align: center;
    font-size: small;
    
}

.bottom-navbar-items a{
    text-decoration: none;
    color: #616161;
}

.second-side-bar-section{
    margin-top: 100px;
}

.second-side-bar-section a{
    color: red !important;
}

.second-side-bar-section a{
    background: none;
    font-weight: bolder;
}

.my-fa-icon{
    margin-right: 10px;
    color: #1e7bd3;
}

.logout-fa{
    color: red !important;
}

.accounts{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.account-div{
    width: 565px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(197, 197, 197); 
    background: white;
}

.account-type-text{
    /* border-bottom: thin solid rgb(189, 187, 187); */
    border: thin solid #1ecad3;
    background-color: #1ecad3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.account-type-text p{
    margin-left: 10px;
    color: white;
}

.account-balance-text h1{
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.current-balance{
    margin-top: -25px;
    float: right;
    padding: 10px;
}

.welcome-message{
    margin-left: 270px;
    /* margin-top: -60px; */
}

.transactions{
    margin-top: 20px;
    height: 260px;
    width: 100%;
    background: white;
    overflow-y: scroll;
    margin-bottom: 50px;
}

.transaction-list-items{
    
    display: flex;
    flex-grow: 0;
    flex-shrink: 3;
    flex-basis: auto;
    justify-content: space-evenly;
}

.txn{
    margin: 5px;
}

.big-txn-symbol{
    flex-basis: 40px;
    align-self: center;
}

.big-txn-date{
    flex-basis: 250px;
    align-self: center;
}

.big-txn-summary{
    align-self: center;
    flex-basis: 550px;
}

.big-txn-amount{
    height: 70px;
    align-self: center;
    flex-basis: 250px;
}

/* Small Screen */

.small-txn-symbol{
    flex-basis: 150px;
    align-self: center;
}

.small-txn-date{
    flex-basis: 250px;
    align-self: center;
}

.small-txn-summary{
    align-self: center;
    flex-basis: 550px;
}

.small-txn-amount{
    align-self: center;
    flex-basis: 250px;
}

/* dropdown */
.dropdown a{
    position: relative;
    display: inline-block;
    width: 210px;
    margin-bottom: 0;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 210px;
    box-shadow: 0 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 10px;
}



.dropdown:hover .dropdown-content{
    display: block;
}