
.bg-teal-custom{
    background:#26a69a;
}

.editor-wrapper{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.upload-zone{
    transition:.25s;
}

.upload-zone.dragover{
    border-color:#14b8a6;
    background:#f0fdfa;
    transform:scale(1.01);
}

.status-success{
    background:#dcfce7;
    color:#166534;
    border:1px solid #86efac;
}

.status-error{
    background:#fee2e2;
    color:#991b1b;
    border:1px solid #fca5a5;
}

.status-info{
    background:#dbeafe;
    color:#1e40af;
    border:1px solid #93c5fd;
}
