#modalAskAiMY {
    --sections-height: 400px;
}

#modalAskAiMY .modal-card {
    max-width: 1000px;
    width: 90%;
}

.modalAskAiMY .modal-card-body {
    border-radius: 8px;
}

.sections-container > section {
    min-height: var(--sections-height);
}

.dnd-pdf-wrapper {
    border: 3px dashed #2f2f2f;
    height: var(--sections-height);
}

.dnd-pdf-droppable {
    border-color: hsl(348, 100%, 61%) !important;
    color:hsl(348, 100%, 61%) !important
}

.change-pdf-wrapper {
    gap: 10px;
}

.change-pdf-btn {
    height: fit-content;
    line-height: unset;
    border: unset;
}

.change-pdf-btn:focus:not(:active) {
    box-shadow: none;
}

.pages-control-wrapper {
    gap: 1rem;
}

.pages-control-wrapper > h4 {
    white-space: nowrap;
}

.form-status-loading,
.form-status-success,
.form-status-error {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-status-loading > div,
.form-status-success > div,
.form-status-error > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.form-status-error .actions-wrapper {
    gap: 1rem;
}

.form-status-error .actions-wrapper > button {
    width: 150px;
}