#clients-header {
    padding-top: 30px;
    font-size: 24px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .clients-table-name {
    width: auto;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .clients-table-krco-number {
    width: 150px;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .clients-table-edit-button {
    width: 150px;
}

.kr-bootstrap-table .bootstrap-table.bootstrap5 .clients-table-delete-button {
    width: 150px;
}


.edit-client-resource-button {
    height: 20px;
    width: 120px;
    display: inline-flex !important;
    align-items: center;
}

.edit-client-resource-button .edit-button-icon {
    height: 15px;
}

.edit-client-resource-button .create-button-text {
    font-weight: bold;
    font-size: 12px;
}

.delete-client-resource-button {
    height: 20px;
    width: 120px;
    display: inline-flex !important;
    align-items: center;
}

.delete-client-resource-button .delete-button-icon {
    height: 15px;
    filter:invert(100%);
}

.delete-client-resource-button .create-button-text {
    font-weight: bold;
    font-size: 12px;
}


.kr-create-edit-file-upload {
    margin-bottom: 30px;
    width: 100%;
}

.kr-create-edit-file-upload input {
    width: 100%;
}
