#inline-editor-btn-container {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 7px;
    margin-right: 7px;
}

.inline-editor-btn {
    border-style: none;
    border-radius: 7px;
    cursor: pointer;
    padding: 8px 10px;
    text-align: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.color-pr {
    background-color: #0d6efd;
}

.color-pr:disabled {
    background-color: #094bae5b;
    cursor: auto;
}

.color-pr:enabled:hover {
    background-color: #094bae;
}

.color-sc {
    background-color: #6c757d;
}

.color-sc:disabled {
    background-color: #6c757d4a
}

.color-sc:enabled:hover {
    background-color: #565e64;
}