html body #slp-sidebar-workcenter-button {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;

    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    min-width: 0 !important;
    min-height: 38px !important;

    margin: 3px 12px 5px 12px !important;
    padding: 9px 11px !important;

    box-sizing: border-box !important;
    overflow: visible !important;

    border: 0 !important;
    border-radius: 7px !important;

    background: transparent !important;
    color: #ffffff !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;

    text-align: left !important;
    cursor: pointer !important;
}

html body #slp-sidebar-workcenter-button:hover {
    background: #171d27 !important;
}

html body #slp-sidebar-workcenter-button.slp-workcenter-open {
    background: #1e2939 !important;
    font-weight: 600 !important;
}

html body #slp-sidebar-workcenter-button .slp-workcenter-label {
    position: static !important;
    display: inline-block !important;

    flex: 0 0 auto !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;

    color: #ffffff !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

html body #slp-sidebar-workcenter-badge {
    position: static !important;

    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    transform: none !important;

    flex: 0 0 20px !important;

    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;

    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-radius: 999px !important;

    background: #ff304f !important;
    color: #ffffff !important;

    box-shadow: 0 2px 8px rgba(255,48,79,.45) !important;

    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 20px !important;

    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

html body #slp-sidebar-workcenter-badge:not(.show):not(.loading) {
    display: none !important;
}

html body #slp-sidebar-workcenter-badge.show {
    display: flex !important;
}

html body #slp-sidebar-workcenter-badge.loading {
    display: block !important;

    flex: 0 0 8px !important;

    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
    height: 8px !important;

    background: #777777 !important;
    box-shadow: none !important;
}
