[hidden] { display: none !important; }

.modal-backdrop.is-open {
    display: flex !important;
}

.modal-native-shell {
    width: 100%;
    max-width: 560px;
    background: transparent;
    padding: 0;
}

.modal-native-shell .modal {
    display: block;
}

.upload-error {
    margin: 14px 0 0;
    color: #b42318;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.upload-error[hidden] {
    display: none !important;
}

.upload-hint {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #667085;
}

@media (max-width: 600px) {
    .modal-native-shell {
        max-width: 100%;
    }
}
