#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;
}

/* Logo file input on the client form */
.kr-create-edit-file-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.kr-create-edit-hidden-file-input {
    display: none;
}

.kr-create-edit-selected-file-name {
    color: #637480;
    font-size: 14px;
}

.kr-create-edit-hint {
    flex-basis: 100%;
    color: #637480;
    font-size: 12px;
    margin: 0;
}

.kr-create-edit-logo-preview {
    max-height: 65px;
    max-width: 240px;
    object-fit: contain;
}
