﻿.userList {
    background-color: #283E63;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .userList .pageTitle {
        padding: 8px 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
    }

        .userList .pageTitle h2 {
            margin: 0px;
            color: rgba(255, 255, 255, 1);
            font-weight: 500;
            font-size: 11px;
        }

        .userList .pageTitle button {
           /* width: 144px;*/
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px 8px;
            color: rgba(255, 255, 255, 1);
            font-size: 12px;
            font-weight: 500;
            background: #30C36C;
            border: 1px solid #30C36C;
            border-radius: 3px;
            border: none;
            outline: none;
        }

            .userList .pageTitle button img {
                margin-inline-end: 8px;
            }

.tableContainer.usersListTabel .table-responsive {
    height: calc(100vh - (55px + 48px));
}
