body.wphelpkit-busy {
    cursor: wait !important;
    opacity: 0.5;
}

body.wphelpkit-busy * {
    cursor: wait !important;
}

body:not(.wphelpkit-busy) .wphelpkit-draggable {
    cursor: move !important;
    outline: 1px dashed grey;
    outline-offset: 2px;
}

.wphelpkit-sortable-placeholder {
    padding: 15px;
    outline: 1px dashed green;
    outline-offset: 2px;
}

.wphelpkit-order-notice {
    background-color: #32373c;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-sizing: border-box;
    bottom: -50px;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    right: 50px;
    padding: 16px 24px;
    position: fixed;
    width: fit-content;
}
