.usersTable
{
    background-color: var(--card-background);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.usersTableFilters .fullHeightRow
{
    height: 100%;
    width: 100%;
}

.searchContainer
{
    color: var(--light);
    border: 1px solid var(--lighter-light);
    width: 350px;
    font-size: 17px;
    height: 50px;
    border-radius: 6px;
}

.searchContainer input
{
    background: transparent;
    outline: none;
    border: none;
    color: var(--light);
    font-family: var(--font-primary);
    width: 90%;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 16px;
}

.searchContainer input::placeholder
{
    color: var(--light);
}

.filterSelect select
{
    width: 170px;
    height: 50px;
    font-family: var(--font-primary);
    background-color: transparent;
    color: var(--light);
    outline: none;
    border: none;
    font-size: 16px;
}

.filterSelect i
{
    font-size: 15px;
    margin-right: 5px;
}

.filterSelect
{
    border: 1px solid var(--lighter-light);
    color: var(--light);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
}

.tableUsers table
{
    width: 100%;
    border-collapse: collapse;
}

.tableUsers table thead
{
    width: 100%;
    background-color: var(--hover-color);
    color: var(--light);
    text-align: left;
    height: 60px;
}

.tableUsers table thead th
{
    font-size: 16px;
    font-weight: 500;
}

.tableUsers table thead th i
{
    margin-right: 8px;
}

.tableUsers table thead th:last-child
{
    text-align: right;
    width: 20%;
    padding-right: 20px;
}

.tableUsers table thead th:nth-child(1) 
{
    width: 15%;
}

.tableUsers table thead th:nth-child(2) 
{
    text-align: center;
    width: 20%;
}

.tableUsers table thead th:nth-child(3) 
{
    text-align: center;
    width: 28%;
}

.tableUsers table thead th:nth-child(4) 
{
    text-align: center;
    width: 25%;
}

.tableUsers table thead tr th:first-child
{
    padding-left: 20px;
}

.tableUsers table tbody tr
{
    height: 60px;
    width: 100%;
    color: var(--light);
    text-align: left;
}

.tableUsers table thead th
{
    font-size: 16px;
    font-weight: 500;
}

.tableUsers table tbody td:last-child
{
    text-align: right;
    width: 20%;
    padding-right: 10px;
}

.tableUsers table tbody td:nth-child(1) 
{
    width: 15%;
}

.tableUsers table tbody td:nth-child(2) 
{
    text-align: center;
    width: 20%;
}

.tableUsers table tbody td:nth-child(3) 
{
    text-align: center;
    width: 28%;
}

.tableUsers table tbody td:nth-child(4) 
{
    text-align: center;
    width: 25%;
}

.tableUsers table tbody td:first-child
{
    padding-left: 20px;
}

.tableUsers table tbody .dark-row
{
    background-color: var(--table-dark-row);
}

.tableUsers table tbody .countryFlag
{
    margin-right: 10px;
}

.tableUsers table tbody tr td.nonVerified-tab span
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.tableUsers table tbody tr td.active-tab span
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    padding-left: 15px;
    padding-right: 15px;
}

.tableUsers table tbody tr td.pending-tab span
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.tableUsers table tbody tr td.active-tab span i, .tableUsers table tbody tr td.pending-tab span i, .tableUsers table tbody tr td.nonVerified-tab span i
{
    margin-right: 10px;
}

.tableUsers table tbody tr td.active-tab span i
{
    color: #28A745;
    font-size: 15px;
}

.tableUsers table tbody tr td.pending-tab span i
{
    color: #FFC107;
    font-size: 15px;
}

.tableUsers table tbody tr td.nonVerified-tab span i
{
    color: #DC3545;
    font-size: 15px;
}

.actionBtn img
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: -5px;
}

.SingleCard .topHeaderSingleCard
{
    color: var(--light);
    width: 100%;
}

.SingleCard .topHeaderSingleCard i
{
    margin-right: 15px;
}

.statusColor i
{
    margin-right:10px !important;
}

.SingleCard {
    background-color: var(--card-background);
    padding: 20px;
    width: calc(100% / 4 - 20px) !important;
}
.singleCardBody 
{
    color: var(--light);
}

.singleCardBody  h2
{
    font-size: 50px;
}

.greenUp
{
    color: var(--green);
}

.progressSingleCard img
{
    width: 100%;
}

.cardAnalytics
{
    padding-right: 50px;
}

.SingleCard .topHeaderSingleCard
{
    color: var(--light);
    width: 100%;
}

.SingleCard .topHeaderSingleCard i
{
    margin-right: 15px;
}

.statusColor i
{
    margin-right:10px !important;
}

.SingleCard
{
    background-color: var(--card-background);
    padding: 20px;
    width: calc(100% / 4 - 20px) !important;
}

.singleCardBody 
{
    color: var(--light);
}

.singleCardBody  h2
{
    font-size: 50px;
}

.greenUp
{
    color: var(--green);
}

.progressSingleCard img
{
    width: 100%;
}

.cardAnalytics
{
    padding-right: 50px;
}