#trp_ald_modal_popup {
    background-color: #ffff;
    width: 570px;
    max-width: 75%;
    border: none;
    padding: 25px 40px;
    margin: auto;
    pointer-events: auto;
    border-radius: 12px;
}

#trp_ald_popup_change_language {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 12px;
	background: #0072ff;
	box-shadow: 0 8px 20px rgba(0, 114, 255, 0.24);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
}

#trp_ald_popup_change_language:hover {
	background: #005ed6;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(0, 114, 255, 0.3);
}

#trp_ald_x_button_and_textarea {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100%;
}
