.detail {
    color:#cc4c00;
    font-size: 1em;
}

.link-detail{
    font-size: 1.5em;
}

.detail:hover {
    text-decoration: underline;
}

.link-detail:hover{
    text-decoration: underline;
}

.profile-pic {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin-right: 1em;
}
.account-dashboard .card-body{
	padding: 0px !important;
}
.main-col{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #832b94;
}
.account-dashboard .dashboard-main-content {
    max-height: 630px;
    overflow-y: scroll;
}
.account-dashboard { border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 5px;}
.approved-accesses { margin: 0px!important; }
