.admin-container {
    display: flex;
    padding: 0 2vw;
    justify-content: space-between;
}

.wrapper {
    justify-content: center;
    margin-top: 25px;
}

.paragraph-headline {
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    justify-content: center;
}

.left-wrapper {
    width: 63%;
    height: auto;

}

.right-wrapper {
    width: 35%;
    height: auto;
}

.sub-container {
    padding: 10px;
    background-color: #212529;
    border: 2px solid #212529;
    border-radius: 10px;
    color: #FFFFFF;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
    margin-bottom: 19px;
}

tr {
    width: 100%;
}

.role-list {
    list-style-type: none;
}

.action-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
}

.action-btn {
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-btn {
    margin-right: 5px;
    background-color: #0096de;
    color: #FFFFFF;
}

.edit-btn:hover {
    background-color: #0083de;
}


.table-svg {
    width: 25px;
    height: 25px;
}

.admin-btn {
    border-color: #FFFFFF !important;
    color: #FFFFFF;
    margin-left: 30px;
}

.admin-btn:hover{
    background-color: #FFFFFF;
    color: #0096de;
}
.stat-border{
    padding: 12px 10px 12px;
    border: #212529 1px solid;
    border-radius: 20px;
    box-shadow: 0 0 40px 8px rgba(0,0,0,0.5);
    margin: 20px auto;
    width: 500px;
}
.stat-headline{
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
}
.stat-divider{
    width: 400px;
    margin: 5px auto;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #CCC, transparent);
}
.stat-subtext{
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
}

.form-wrapper{
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.modal-title{
    font-size: 20px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
}

.feed-container{
    color: black;
    background-color: #FFFFFF;
    height: 300px;
    font-size: 14px;
    border: #212529 1px solid;
    border-radius: 15px;
    box-shadow: inset 1px 0 6px 3px rgba(0,0,0,0.52);
    margin: 15px;
    padding: 10px;
    overflow-y: scroll;
}

.feed-entry{
    width: 555px;
    margin: 0 auto 6px;
}