.ui-jqgrid .ui-jqgrid-htable th div
{
    word-wrap: break-word; /* IE 5.5+ and CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: normal !important;
    height: auto !important;
    vertical-align: text-top;
    padding-top: 2px;
    padding-bottom: 3px;
}

input.add-edit-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    height: 42px;

    cursor: pointer;

    gap: 4px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 9px 12px;

    border: 0px;
    margin-bottom: 24px;
}

input.add-edit-button.back {
    background-image: url('/img/wd6/webdk_icon_back.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-x: 12px;
    background-position-y: 9px;

    padding: 9px 12px 9px 36px;

    min-width: 111px;

    background-color: #E8ECEE;
    border-radius: 4px;

    color: #526075;
}

input.add-edit-button.save {
    min-width: 133px;

    color: #fff;
    background: #3EB355;
    border-radius: 4px;
    border: 0px;
}

.add-edit-meatballs {
    display: flex;
    flex-direction: row;
    justify-content: center;

    gap: 4px;
    background: #E8ECEE;
    border-radius: 4px;
    flex-grow: 0;
    width: 42px;
    height: 42px;

    background-image: url('/img/wd6/webdk_icon_meatballs.svg');
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position-x: center;
    background-position-y: center;
}

.meatballs-dropdown-menu {
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    filter: drop-shadow(0px 1px 5px rgba(27, 33, 40, 0.2));

    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 225px;
    padding: 10px 0;
    border-radius: 4px;

    border: 0px;
}

.meatballs-dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.meatballs-dropdown-menu ul li {
    padding: 8px 16px;
}

input.meatballs-dropdown-menu-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    width: 100%;
    padding: 8px 8px;
    text-decoration: none;
    color: #333;
    background: none;
    border: none;
    display: block;
    cursor: pointer;
    text-align: left;
}

input.meatballs-dropdown-menu-button:hover {
    background: none;
}

.item-draft-save-message {
    height: 20px;
    display: inline-block;
    padding: 4px 4px 2px 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #666;
    text-decoration: None;
    text-align: left;
}

.item-draft-save-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: middle;
}