
#role-list-table td,
#role-list-table th {
    vertical-align: middle !important;
}

#role-list-table th.text-center {
    text-align: center !important;
}

#role-list-table {
    width: 100% !important;
}

.ozel-link {
    text-decoration: none;
}
.ozel-link:hover {
    text-decoration: underline;
}

#role-list-table {
    table-layout: fixed;
    width: 100%;
}

#role-list-table th,
#role-list-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#role-list-table td:last-child,
#role-list-table th:last-child {
    width: 60px; /* ! buton sütunu için minimum genişlik */
}

.btn-xs-custom {
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 3px;
}














