body {
    user-select: none;
    -webkit-user-select: none;
	font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-font-smoothing: antialiased;
    color: var(--text-body);
    background: var(--bg-page);
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}
.swal2-icon {
    border: none;
}
.swal2-input-number {
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    padding: 0.375em 0.625em;
    font-size: 1em;
}
.swal2-popup th {
    vertical-align: middle;
}
.swal2-select-icon {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-color: white !important;
    padding-right: 30px !important;
}
.errorMessage {
	color: var(--error);
}