.ui-dialog {
	padding: 0;

	.ui-dialog-titlebar {
		@include d-flex();
		@include align-items-center();
		font-size: 18px;
	}

	.ui-dialog-titlebar-close {
		position: static;
		margin: 0;
		line-height: 20px;
		background-color: transparent;
		border: none;
		width: auto;
		height: auto;
		font-size: 18px;

		&::before {
			content: '\f00d';
			font-family: "Font Awesome 5 Pro";
			color: inherit;
		}
	}

	.ui-dialog-buttonpane {
		border-top: 0;
		margin: 0;
		padding-top: 0;
		padding-bottom: 1rem;

		button {
			height: 40px;
			line-height: 39px;
			text-transform: uppercase;
			font-weight: 600;
			margin: 0;
		}
	}

	.ere-dialog-popup {
		padding: 20px 16px;

		.message {
			i::after {
				content: '\f00c';
				font-family: "Font Awesome 5 Pro";
			}
		}
	}
}