.anexo-editor-rapido {
    margin-bottom: 12px;
}

.anexo-dropzone {
    align-items: center;
    border: 2px dashed #9eb4c2;
    color: #39576b;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 112px;
    padding: 18px;
    text-align: center;
    transition: background-color .15s ease, border-color .15s ease;
}

.anexo-dropzone:hover,
.anexo-dropzone:focus,
.anexo-dropzone.is-dragging {
    background: #eef8fc;
    border-color: #2b8bb8;
    outline: none;
}

.anexo-dropzone.is-busy {
    cursor: progress;
    opacity: .7;
}

.anexo-dropzone-icon {
    color: #2b8bb8;
    font-size: 24px;
    margin-bottom: 7px;
}

.anexo-dropzone strong,
.anexo-dropzone small {
    display: block;
}

.anexo-dropzone small {
    color: #6c7d87;
    margin-top: 4px;
}

.anexo-drop-input {
    display: none !important;
}

.anexo-upload-status {
    color: #526772;
    min-height: 20px;
}

.anexo-upload-status.has-error {
    color: #a94442;
}

.anexo-collection-item {
    border-bottom: 1px solid #e2e8ec;
    margin-bottom: 12px;
    padding: 0 0 14px;
}

.anexo-chip {
    align-items: center;
    background: #f7fafb;
    border: 1px solid #cfdbe2;
    display: inline-flex;
    font-size: 13px;
    padding: 6px 8px;
}

.anexo-chip .nome {
    display: inline-block;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.anexo-chip .tamanho,
.anexo-chip .acoes {
    margin-left: 8px;
}

.anexo-chip .acoes a + a {
    margin-left: 6px;
}

.anexo-preview-img {
    border: 1px solid #dce4e8;
    display: block;
    margin-top: 8px;
    max-height: 180px;
    max-width: 240px;
}

.anexo-acoes {
    margin-top: 10px;
}
