.modal, .modal-overlay {position: relative !important;left: 0;display: none;right: 0;}#modalAlert*{margin: 0px;padding: 0px;}#modalAlert:not(.loading) {min-width: 25em;background: var(--color-background-default);overflow: hidden;overflow-y: auto;max-height: 90%;}#modalAlert .modal-content {width: 100%;display: flex;flex-direction: column;padding: 2em 1em !important;min-height: 5em;max-height: 20em;overflow-y: auto;}#modalAlert .modal-content_title {font-size: 1em;color: var(--color-secondary);line-height: 1.5em;font-family: Lato-Semibold;}#modalAlert .modal-content_message {font-size: 1em;color: var(--color-text-dark);}#modalAlert .modal-title {position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%;height: 2.5em;line-height: 2em;background-color: var(--color-secondary-light);padding: 1em;}span.message-title {font-family: Lato-Bold;font-size: 1.3em;color: var(--color-background-default);}#modalAlert .modal-buttons {width: 100%;display: flex;justify-content: space-between;padding: 1em;}#modalAlert .modal-buttons.right {justify-content: end;}#modalAlert a.close-modal {text-align: center;top: 2px;right: 2px;background: unset !important;color: var(--background-default) !important;text-indent: unset;font-size: 1.5em;font-weight: 100;height: inherit;line-height: inherit;}