#rmbg-form {
    margin-top: 20px;
}

#rmbg_api_key {
    width: 400px;
}

.submit-wrapper {
    display: flex;
    align-items: center;
}

.submit-wrapper .button {
    margin-left: 10px;
}

.ml-10 {
    margin-left: 10px !important;
}

.rmbg-error-row {
    background-color: #ffebee !important;
    border-left: 4px solid #f44336 !important;
}

.rmbg-error-row:hover {
    background-color: #ffcdd2 !important;
}

.processed-image {
    background-color: #dff0d8 !important;
    opacity: 0.7;
}

.error-image {
    background-color: #f2dede !important;
}

#rmbg-remove-background.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}