﻿#frmEditUsersInRole .table-users {
    width: 100%;
    margin: 2rem auto;
}

#frmEditUsersInRole .action-button {
    margin: 2rem auto;
}

.admin-edit-role .form-check-input[type="checkbox"] {
    width: 2.0em;
    height: 2.0em;
}

.admin-edit-role .table-users thead th {
    background-color: #f8f9fa !important;
}

.admin-edit-role .table-users td.text-center {
    padding: 0px;
}

#frmAdminRoleEditRecord .header-section {
    display: flex;
    align-items: flex-start;
    gap: 0;
    background: #f8f9fa;
    padding: 24px;
    border: 1px solid lightgrey;
    border-radius: 8px;
}

#frmAdminRoleEditRecord .header-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.5rem;
    border-right: 1px solid #dee2e6;
}

#frmAdminRoleEditRecord .vertical-divider {
    width: 1px;
    background: #dee2e6;
    margin: 0 24px;
    align-self: stretch;
}

#frmAdminRoleEditRecord .header-right {
    min-width: 140px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}
