.sb-panel-block-user {
    margin: 8px 0 10px;
    padding: 0;
}

.sb-panel-block-user .sb-block-platform-btn {
    display: inline-block;
    width: auto;
    max-width: 100%;
    background: #c62828;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.sb-panel-block-user .sb-block-platform-btn:hover {
    background: #b71c1c;
}

.sb-panel-block-user .sb-block-platform-btn.sb-block-busy {
    opacity: 0.55;
    cursor: wait;
}

.sb-panel-block-user .sb-block-platform-btn.sb-block-done,
.sb-panel-block-user .sb-block-platform-btn:disabled {
    background: #9e9e9e;
    cursor: default;
}

/* nu folosi clasa .sb-loading a Support Board pe acest buton */
.sb-panel-block-user .sb-block-platform-btn.sb-loading {
    text-indent: 0 !important;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
