#oepm-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

#oepm-modal {
	background: #fff;
	max-width: 560px;
	width: 92%;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#oepm-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	background: #0b57d0;
	color: #fff;
}

#oepm-head .t {
	font-size: 16px;
	font-weight: 700;
}

#oepm-close {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
}

#oepm-body {
	padding: 14px 16px 10px 16px;
}

#oepm-body label {
	display: block;
	margin: 10px 0 8px 0;
	font-weight: 700;
	font-size: 14px;
}

#oepm-rating {
	display: flex;
	gap: 8px;
	margin: 6px 0 12px 0;
}

.oepm-rate-btn {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid #cfcfcf;
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.oepm-rate-btn.sel {
	border-color: #0b57d0;
	box-shadow: 0 0 0 2px rgba(11, 87, 208, .15);
}

#oepm-comment {
	width: 100%;
	min-height: 110px;
	resize: vertical;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	padding: 10px;
	font-family: inherit;
}

#oepm-legal {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #555;
}

#oepm-footer {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding: 10px 16px 14px 16px;
}

#oepm-footer button,
#oepm-footer input {
	border: 0;
	border-radius: 10px;
	padding: 9px 14px;
	cursor: pointer;
	font-weight: 700;
}

#oepm-later {
	background: #eee;
}

#oepm-send {
	background: #0b57d0;
	color: #fff;
	opacity: .7;
}

#oepm-send.enabled {
	opacity: 1;
}

#oepm-msg {
	margin-top: 8px;
	font-size: 12px;
	color: #b00020;
	display: none;
}
#contadorCaracteres {
	font-weight: normal;
	font-size: 0.95em;
}