﻿.userContent {
    font-family: Inter, sans-serif;
    font-size: 12px;
}

.userTableHeader {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.125em;
    color: #0b0e2c;
}

.userTableAddNewButton {
    color: #6f7182;
    margin-left: 6px;
    font-size: 20px;
    cursor: pointer;
}

.userTableAddNewButton:hover {
    color: #16A34A;
}

.userTableHeaderPageTitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.143em;
    color: #6f7182;
}

.userTableColHeader th {
    background-color: #f7f9fc;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.167em;
    font-weight: 500;
    color: #6f7182;
    padding-top: 16px;
    padding-bottom: 16px;
}

.userTableColHeader th span
{
    padding-right: 2px;
}

.userTableColLine td:first-child {
    font-weight: 500;
    color: #0b0e2c;
}

.userTableColLine td {
    color: #6f7182;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.143em;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}

.userTable tr:last-child td {
    border-bottom: 0px;
}

.userTableColLine td img 
{
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border-radius: 50%;
}

.userTableLink {
    text-decoration: none;
    color: #6f7182;
}

.userTableLink:hover {
    color: #0D121C;
}

.userTableAccountStatus {
    padding: 10px;
    font-size: 12px;
}

.userListMobileProfile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.userListMobileName {
    font-family: Inter, sans-serif;
    margin-top: 20px;
    font-size: 20px;
    color: #0b0e2c;
    line-height: 1.273em;
    font-weight: 700;
}

.userListMobileSubtitle {
    font-family: Inter, sans-serif;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.125em;
    color: #6f7182;
    font-weight: 500;
}

.userListMobileDetailHeading {
    letter-spacing: 0.06em;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.167em;
    font-family: Inter, sans-serif;
    color: #6f7182;
}

.userListMobileDetailIcon {
    color: #16A34A;
    display: block;
    margin-right: 10px;
}

.userListMobileDetailValue {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.125em;
    color: #0b0e2c;
    font-weight: 400;
}

.userListMobileLink {
    text-decoration: none;
    color: #0b0e2c;
}

.userListMobileAccStatus {
    margin-left: 9px;
    padding: 6px;
    font-size: 12px;
}

.userListMobileLink:hover {
    color: #0D121C;
}

.userListMobileEditLink {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.143em;
    color: #16A34A;
    text-decoration: none;
}

.userListMobileActionIcon {
    display: flex;
    font-size: 17px;
    transition: color 300ms ease;
    cursor: pointer;
    margin-right: 8px;
    color: #6f7182;
    font-weight: 700;
}

.userListMobileLockIcon:hover {
    color: #16A34A;
}

.userListMobileDeleteIcon:hover {
    color: #ff1414;
}

#upload-user-profile-picture {
    display: none;
}