i{
    color: #f5f5f5;
}

.circle-avatar {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #9c27b0;
    color: #fff;
}
.circle-avatar i {
    font-size: 24px;
}
.account-section .fw-bold{
    margin:0px;
}

.user-wallet{
    background-color: rgba(32, 34, 44, .8);
    border-radius: .5rem;
    box-shadow: 0 0.06rem 0.1rem #0f1118;
    margin-top: 2rem;
    padding: 2rem 1rem;
    font-weight: bold;
}

.list-button{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-button > li{
    align-items: center;
    background-color: #20222c;
    border-bottom: 1px solid #0f1118;
    display: flex;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 1.3rem 1rem;
}
.list-button > li i{
    color: #4677d7;
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 1rem;
}
.list-button > li i:nth-of-type(2){
    color: #858ea1;
    font-size: 1.1rem;
    margin-left: auto;
}

.list-button > li i:first-child{
    min-width: 2rem;
}
a{
    text-decoration: none;
    color: white;
}
.mod-tab {
    border-bottom: 1px solid #0f1118;
    display: flex;
    justify-content: space-around;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mod-tab li.active {
    border-bottom: 1px solid #4677d7;
    color: #4677d7;
}
.mod-tab li {
    color: #858ea1;
    padding: .5rem;
    font-size: 0.8rem;
    font-weight: bold;
}
h3{
    font-size: 0.9rem;
}
.form-control{
    font-size: 0.8rem;
    background-color: transparent;
    border: 0;
    color: #fff;
    flex: 1;
    padding: 1rem 3.5rem 1rem 1.5rem;
    text-align: center;
}
.form-control:focus{
    font-size: 0.8rem;
    background-color: transparent;
    border: 0;
    color: #fff;
    flex: 1;
    padding: 1rem 3.5rem 1rem 1.5rem;
    text-align: center;
}
option{
    background-color: black;
}
select option:hover{
    background-color: transparent;
}
.inner-login img{
    max-height: 20vh!important;
}
.inner-login .form-group{
    align-items: center;
    background-color: hsla(0,0%,100%,.8);
    border-radius: .5rem;
    display: flex;
    height: 3rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 100%;

}
.inner-login .form-group i{
    color: #858ea1;
    display: flex;
    flex: 0 0 10%;
    justify-content: center;
}
.inner-login .form-control{
    padding: .7rem 3.5rem 1rem 1.5rem;
}
.record span{
    text-align: center;
    font-size: 0.8rem;
}
.record{
    background-color: rgba(32, 34, 44, .8);
    padding: 10px;
    border-radius: 15px;
    margin-top: 10px;
}
