.swal-consent-popup {
    max-width: 1000px !important;
    width: 100% !important;
}

.swal-consent-action {
    align-items: stretch !important;
    flex-direction: column;
}

.swal-consent-cancel {
    background: unset !important;
    color: var(--font-color) !important;
    text-decoration: underline;
    text-align: left;
}

.swal2-html-container {
    margin: unset !important;
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
    margin: 1em 0 0 !important;
}

.swal2-checkbox[disabled], .swal2-file[disabled], .swal2-input[disabled], .swal2-radio[disabled], .swal2-select[disabled], .swal2-textarea[disabled] {
    background-color: #cecece;
}