
.feedback_popup
{
	color: white;
	background: rgba(19, 155, 0, 0.97);
	border: none;
	padding:12px;
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	max-height: 33%;
	overflow-y: auto;
	overflow-x: auto;
	z-index:10000;
}

.feedback_popup.ok {
	background: rgba(19, 155, 0, 0.97);
}

.feedback_popup.info {
	background: rgba(0, 115, 187, 0.97);
}

.feedback_popup.atencion {
	background: rgba(255, 117, 2, 0.97);
}

.feedback_popup.alerta {
	background: rgba(187, 0, 0, 0.97);
}

.feedback_lector {
	min-height: 84px;
}

.feedback_asesor, .feedback_admin {
	min-height: 44px;
}
	
.feedback_content {
	background: none;
	display: flex;
}

.feedback_content pre {
	color: white;
}

.feedback_content a {
	color: #82f9ee;
}

.feedback_reminder {
	position: fixed;
	top: -0.3em;
	left: 0px;
	display: none;
	z-index:10000;
	margin: 6px;
	color: red;
	font-size: 1.75em;
}

.feedback_icon {
	font-size: 2em;
	padding-right: 12px;
}

.feedback_button {
	font-size: 1.25em;
	position: fixed;
	top: 6px;
	right: 22px;
}

.feedback_text {
	flex-grow: 1;
    padding-right: 2em;
}
